| Age | Commit message (Expand) | Author |
| 2023-06-16 | cmd/compile/internal/syntax: skip GOROOT/misc in TestStdLib if it doesn't exist | Bryan C. Mills |
| 2023-06-16 | go/types: skip tests that require GOROOT/test if it is not present | Bryan C. Mills |
| 2023-06-15 | cmd/compile: do not report division by error during typecheck | Cuong Manh Le |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-13 | go/types, types2: fix Hilbert test for stand-alone run | Robert Griesemer |
| 2023-06-12 | cmd/compile: use callsite as line number for argument marshaling | Keith Randall |
| 2023-06-12 | go/types, types2: use correct reverse inference approach | Robert Griesemer |
| 2023-06-12 | cmd/compile/internal/types2: add missing tests from go/types | Robert Griesemer |
| 2023-06-12 | go/types, types2: use inexact unification when unifying against core types | Robert Griesemer |
| 2023-06-08 | cmd/compile: typo | cuiweixie |
| 2023-06-07 | go/types, types2: don't crash when using trace with an invalid argument | Robert Griesemer |
| 2023-06-06 | go/types, types2: handle named and literal interfaces in interface unification | Robert Griesemer |
| 2023-06-06 | cmd/compile: check method name in PGO devirtualization | Cherry Mui |
| 2023-06-06 | cmd/compile/internal/syntax: better error message when using = instead of == | Robert Griesemer |
| 2023-06-06 | cmd/compile: adjust PGO devirtualization diagnostic message | Cherry Mui |
| 2023-06-05 | go/types, types2: fix incorrect logic in assignability check | Robert Griesemer |
| 2023-06-05 | cmd/compile: allow ir.OMIN/ir.OMAX in mayCall | Cuong Manh Le |
| 2023-06-03 | cmd/compile/internal/devirtualize: devirtualize methods in other packages if... | thepudds |
| 2023-06-02 | go/types, types2: remove version check for more lenient constant handling in ... | Robert Griesemer |
| 2023-06-02 | go/types, types2: report inference instead of assignment failure when types c... | Robert Griesemer |
| 2023-06-01 | go/types, types2: use exact matching when unifying constraint method signatures | Robert Griesemer |
| 2023-05-31 | go/types, types2: better error message for some inference failures | Robert Griesemer |
| 2023-05-30 | go/types, types2: use exact unification for component types | Robert Griesemer |
| 2023-05-30 | go/types, types2: add unifyMode to unifier, pass it through | Robert Griesemer |
| 2023-05-30 | cmd/compile: remove special treatment for cover vars in initorder | Than McIntosh |
| 2023-05-25 | go/types, types2: don't infer type argument for unused parameter in interfaces | Robert Griesemer |
| 2023-05-24 | go/types: set correct Pos for T in struct{p.T} | Alan Donovan |
| 2023-05-24 | cmd/compile: Use XORL and X15 for zeroing in ggen's zerorange on AMD64 | Jakub Ciolek |
| 2023-05-24 | cmd/compile: use shorter version of movzx for LoweredHASCPUFeature | Jakub Ciolek |
| 2023-05-24 | cmd/compile: prioritize non-CALL struct member comparisons | Derek Parker |
| 2023-05-24 | Revert "cmd/compile: enable printing of error URLs by default" | Robert Griesemer |
| 2023-05-24 | cmd/compile: optimize math.Float32bits and math.Float32frombits on mipsx | Junxian Zhu |
| 2023-05-24 | Revert "cmd/compile: sparse conditional constant propagation" | Bryan Mills |
| 2023-05-24 | cmd/compile: optimize math.Float64(32)bits and math.Float64(32)frombits on mi... | Junxian Zhu |
| 2023-05-24 | cmd/compile: sparse conditional constant propagation | Yi Yang |
| 2023-05-24 | cmd/compile: enable printing of error URLs by default | Robert Griesemer |
| 2023-05-24 | cmd/asm: refine some APIs related to Prog.RestArgs[] | ruinan |
| 2023-05-24 | cmd/compile: report an error URL with error messages | Robert Griesemer |
| 2023-05-23 | go/types, types2: enable interface inference | Robert Griesemer |
| 2023-05-23 | go/types, types2: consider shared methods when unifying against interfaces | Robert Griesemer |
| 2023-05-23 | Revert "go/types, types2: consider shared methods when unifying against inter... | Robert Griesemer |
| 2023-05-23 | go/types, types2: consider shared methods when unifying against interfaces | Robert Griesemer |
| 2023-05-23 | go/types: update TestStdlib to type-check concurrently | Rob Findley |
| 2023-05-23 | cmd/compile: avoid slicebytetostring call in len(string([]byte)) | Cuong Manh Le |
| 2023-05-23 | cmd/compile: implement min/max builtins | Matthew Dempsky |
| 2023-05-23 | cmd/compile: build compiler with PGO | Cherry Mui |
| 2023-05-23 | cmd/compile: indicate sense of hash/bisect match in output | David Chase |
| 2023-05-23 | go/types, types2: require CGO for TestIssue59944 | Rob Findley |
| 2023-05-23 | go/types: resolve cgo base type names | Rob Findley |
| 2023-05-22 | cmd/compile: incorporate inlined function names into closure naming | Matthew Dempsky |