| Age | Commit message (Expand) | Author |
| 2022-11-10 | cmd/compile: adjust PGO inlining default parameters | Cherry Mui |
| 2022-11-10 | cmd/compile: add ability to hash-debug on file:line, including inlining | David Chase |
| 2022-11-07 | cmd/compile: let compiler downgrade its own concurrency | David Chase |
| 2022-11-04 | cmd/compile: tweak compiler concurrency | David Chase |
| 2022-11-04 | cmd/compile: change the multiple (gossa)hash separator from ; to / | David Chase |
| 2022-11-03 | cmd/compile: if GOGC is not set, temporarily boost it for rapid starting heap... | David Chase |
| 2022-11-03 | cmd/compile: add debug-hash flag for fused-multiply-add | David Chase |
| 2022-11-03 | cmd/compile: use CDF to determine PGO inline threshold | Cherry Mui |
| 2022-11-02 | cmd/compile: use edge weights to decide inlineability in PGO | Cherry Mui |
| 2022-11-02 | cmd/compile: renovate GOSSAHASH | David Chase |
| 2022-10-31 | cmd/compile: add ability to indicate 'concurrentOk' for debug flags | David Chase |
| 2022-10-28 | cmd/compile: Enables PGO in Go and performs profile-guided inlining | Raj Barik |
| 2022-10-25 | cmd/compile: add support for alternative comparable semantics | Robert Griesemer |
| 2022-10-04 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Russ Cox |
| 2022-10-04 | cmd/internal/sys: migrate support.go functions to new internal pkg | Than McIntosh |
| 2022-10-03 | cmd/compile/internal: fix a few function names on comments | cui fliter |
| 2022-09-30 | Revert "cmd/cgo, cmd/compile, cmd/link: remove old style build tags" | Than McIntosh |
| 2022-09-30 | cmd/cgo, cmd/compile, cmd/link: remove old style build tags | Tobias Klauser |
| 2022-09-28 | cmd/compile/internal/base: replace io/ioutil with os package | cui fliter |
| 2022-09-27 | cmd/compile: add coverage fixup mode | Than McIntosh |
| 2022-09-20 | all: replace package ioutil with os and io in src | Andy Pan |
| 2022-09-15 | cmd, syscall: use syscall.Mmap on solaris for Go ≥ 1.20 | Tobias Klauser |
| 2022-09-09 | all: transfer reflect.{SliceHeader, StringHeader} to unsafeheader.{Slice, Str... | hopehook |
| 2022-09-02 | cmd/compile/internal/base: use runtime.KeepAlive in MapFile | Tobias Klauser |
| 2022-08-30 | cmd/compile: fix unified IR shapifying recursive instantiated types | Cuong Manh Le |
| 2022-08-23 | cmd/compile: fix unified IR's pointer-shaping | Matthew Dempsky |
| 2022-08-17 | cmd/compile: gofmt -w -s | hopehook |
| 2022-08-10 | cmd/compile: refactor GOSSAHASH debugging to make it usable outside ssa package. | David Chase |
| 2022-08-09 | all: use ":" for compiler generated symbols | Cuong Manh Le |
| 2022-07-19 | [dev.unified] all: merge master (8e1e64c) into dev.unified | David Chase |
| 2022-07-18 | cmd/compile: revert "remove -installsuffix flag" | Matthew Dempsky |
| 2022-07-13 | cmd/compile: remove -installsuffix flag | Matthew Dempsky |
| 2022-07-13 | cmd/compile: remove -importmap flag | Matthew Dempsky |
| 2022-07-12 | internal/pkgbits: change EnableSync into a dynamic knob | Matthew Dempsky |
| 2022-07-05 | cmd/compile: drop "buildcfg" from no instrument packages | Michael Pratt |
| 2022-05-11 | cmd/internal/obj: add a flag to not write referenced symbol names in object file | Cherry Mui |
| 2022-05-04 | cmd/compile: enable Asan check for global variables | fanzha02 |
| 2022-05-04 | Revert "cmd/compile: enable Asan check for global variables" | Bryan Mills |
| 2022-05-04 | cmd/compile: enable Asan check for global variables | fanzha02 |
| 2022-04-22 | Revert "cmd/compile: enable Asan check for global variables" | Bryan Mills |
| 2022-04-22 | cmd/compile: enable Asan check for global variables | fanzha02 |
| 2022-03-24 | cmd/compile: clarify help message for -L flag | Robert Griesemer |
| 2022-03-22 | cmd/compile, cmd/link: produce unlinkable object when compile without -p | Cherry Mui |
| 2022-03-09 | cmd/compile: require -p flag | Russ Cox |
| 2022-03-01 | cmd/compile: remove -G flag | Matthew Dempsky |
| 2022-03-01 | cmd/compile: remove unified IR quirks mode | Matthew Dempsky |
| 2022-02-15 | runtime/internal/syscall: new package for linux | Michael Pratt |
| 2022-01-24 | cmd/compile: always print stack trace for -dpanic | Ian Lance Taylor |
| 2021-11-05 | cmd/{asm,compile,internal/obj}: add "maymorestack" support | Austin Clements |
| 2021-11-05 | cmd/compile,cmd/internal/objabi: move -d flag parser to objabi | Austin Clements |