aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-06-09cmd/cgo: recognize clang 14 DWARF type namesgo1.19beta1Dmitri Goutnik
2022-06-09runtime/cgo: retry _beginthread on EACCESMichael Pratt
2022-06-09runtime/cgo: merge bodies of cgo_sys_thread_start on windowsMichael Pratt
2022-06-09go/types, types2: only set instance context if packages matchRobert Findley
2022-06-08cmd/go/testdata/script: fix skip on list_replace_absolute_windowsMichael Matloob
2022-06-08runtime: use pidleget for faketime jumpMichael Pratt
2022-06-08cmd/go: clean paths before using them form index functionsMichael Matloob
2022-06-08syscall: remove unused setgroups on linux/loong64Tobias Klauser
2022-06-08runtime: skip TestGdbBacktrace on gdb bugAustin Clements
2022-06-08net: fix testHookDialTCP raceDamien Neil
2022-06-08cmd/go: enable module index by defaultMichael Matloob
2022-06-08cmd/go: properly call PackageModuleRoot to get modroot for indexMichael Matloob
2022-06-08cmd/go: set Root and target fields for packages in GOPATHMichael Matloob
2022-06-08runtime: gofmtMichael Pratt
2022-06-08runtime: remove unused pipe and setNonblock on linux/loong64Tobias Klauser
2022-06-07os: document that Chdir affects fs.FS returned by DirFS with a relative pathDan Kortschak
2022-06-07syscall: remove unused accept on linux/loong64Tobias Klauser
2022-06-07net: use synthetic network in TestDialParallelDamien Neil
2022-06-07go/types, types2: better error message for invalid use of constraint typeRobert Griesemer
2022-06-07go/types, types2: better error message if type is not in type setRobert Griesemer
2022-06-07go/types, types2: use | rather than ∪ when printing term listsRobert Griesemer
2022-06-07runtime: document GOMEMLIMIT in environment variables sectionMichael Pratt
2022-06-07sync/atomic: clarify that 8-byte alignment of variables is due to escapeWill Hawkins
2022-06-07runtime: fix inline assembly trampoline for arm64Khaled Yakdan
2022-06-07cmd/link: specify -Wl,-z params as documentedMotiejus Jakštys
2022-06-06runtime, sync, sync/atomic: document happens-before guaranteesRuss Cox
2022-06-06go/doc/comment: add heuristics for common badly formatted commentsRuss Cox
2022-06-06cmd/go: use index to match packages in dependency modulesMichael Matloob
2022-06-06all: boringcrypto post-merge cleanupRuss Cox
2022-06-06go/doc/comment: do not turn ``` into “`Russ Cox
2022-06-06go/doc/comment: add doc commentRuss Cox
2022-06-06cmd/compile: cast riscv64 rewrite shifts to unsigned intJoel Sing
2022-06-06strconv: fix typo in atof.go90364136+butterfly1924@users.noreply.github.com
2022-06-06cmd/link/internal/loadpe: handle _main reference properlyThan McIntosh
2022-06-06go/types, types2: simplify implementation of validType (fix TODO)Robert Griesemer
2022-06-06go/types, types2: use type nest to detect type cycles (fix validType)Robert Griesemer
2022-06-06runtime: fix breakpoint in ppc64xAlejandro Sáez
2022-06-06text/template/parse: fix data race on lexer initializationEli Bendersky
2022-06-06go/types, types2: ensure that named types never expand infinitelyRobert Findley
2022-06-06go/types, types2: store Named instance information separatelyRobert Findley
2022-06-06go/types, types2: eliminate methodList in favor of just using Named.muRobert Findley
2022-06-06go/types, types2: remove Named.once in favor of monotonic stateRobert Findley
2022-06-06cmd/buildid: reject rewriting legacy buildidsStephen Eckels
2022-06-04strconv: clarify ParseFloat accepts Go syntax for float literalsBen Hoyt
2022-06-04runtime: fix typo in libfuzzer_arm64.sIkko Ashimine
2022-06-04database/sql/driver: fix typo in driver.gomstmdev
2022-06-04regexp: avoid copying each instruction executedBryan Boreham
2022-06-04io: revert: add an Err field to LimitedReaderRuss Cox
2022-06-04cmd/go: index standard library packagesMichael Matloob
2022-06-03runtime: track total idle time for GC CPU limiterMichael Anthony Knyszek