aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/compile
AgeCommit message (Expand)Author
2023-01-17go/types: use commentMap to collect error commentsRobert Griesemer
2023-01-17cmd/compile/internal/syntax: rename ErrorMap to CommentMap, make more flexibleRobert Griesemer
2023-01-17cmd/compile: ensure temp register mask isn't emptyKeith Randall
2023-01-11go/types, types2: don't look up fields or methods when expecting a typeRobert Findley
2023-01-11cmd/compile: better error message for when a type is in a constraint but not ...Robert Griesemer
2023-01-09cmd/compile: prevent IsNewObject from taking quadratic timeKeith Randall
2023-01-09cmd/compile/internal/pgo: add hint to missing start_line errorMichael Pratt
2023-01-06cmd/compile: describe how Go maps to wasm implementationKeith Randall
2023-01-04cmd/compile: use "satisfies" (not "implements") for constraint errorsRobert Griesemer
2022-12-29go/types, types2: use strict comparability for type set intersectionRobert Griesemer
2022-12-17cmd/compile: sign-extend the 2nd argument of the LoweredAtomicCas32 on loong6...Guoqi Chen
2022-12-14cmd/compile: desugar OCALLMETH->OCALLFUNC within devirtualizationMatthew Dempsky
2022-12-13go/types, types2: report type mismatch error when conversion is impossibleRobert Griesemer
2022-12-11cmd/compile: fix conditional move rule on PPC64Keith Randall
2022-12-09cmd/compile: fix conditional select ruleKeith Randall
2022-12-08go/types, types2: always rename type parameters during inferenceRobert Findley
2022-12-07cmd/compile: restore test/nested.go test casesMatthew Dempsky
2022-12-06go/types, types2: better error message for invalid method expressionRobert Griesemer
2022-12-06cmd/compile: turn off jump tables when spectre retpolines are onKeith Randall
2022-12-05go/types, types2: better error message for failing constraint type inferenceRobert Griesemer
2022-12-05cmd/compile: clean up amd64 opcode commentsKeith Randall
2022-12-03all: fix some comments for methodcui fliter
2022-12-02go/internal/gcimporter: in short tests, avoid creating export data for all of...Bryan C. Mills
2022-12-01go/internal/gcimporter: load cached export data for packages individuallyBryan C. Mills
2022-12-01go/internal/gcimporter: fix TestImportStdLibMichael Matloob
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-12-01Revert "go/types, types2: make the new comparable semantics the default"Robert Griesemer
2022-12-01go/types, types2: make the new comparable semantics the defaultRobert Griesemer
2022-11-30cmd/compile: fix inline static init with derived typesCuong Manh Le
2022-11-30cmd/compile: disallow CMOV optimization with ptr arithmetic as an argKeith Randall
2022-11-23cmd/compile: reenable inlstaticinitRuss Cox
2022-11-23cmd/compile: fix error message wordingRuss Cox
2022-11-22cmd/compile: add -d=inlstaticinit debug flagMatthew Dempsky
2022-11-21go/types, types2: report empty type sets in operand descriptionsRobert Griesemer
2022-11-21cmd/compile: reject anonymous interface cyclesMatthew Dempsky
2022-11-21go/types, types2: better variable names, cleanups in testRobert Griesemer
2022-11-21go/types, cmd/compile: skip crypto/internal/bigmod/_asm in TestStdlibCherry Mui
2022-11-18cmd/compile: package-annotate structs when error would be ambiguousDavid Chase
2022-11-18all: add missing periods in commentscui fliter
2022-11-18cmd/compile/internal/base, cmd/internal/bio: use syscall.Mmap on aixTobias Klauser
2022-11-18cmd/compile: fix wrong optimization for eliding Not in PhiWayne Zuo
2022-11-18go/types, types2: ensure signatures are instantiated if all type argsRobert Findley
2022-11-18go/types, types2: replace some Errorf calls with Error calls (cleanup)Robert Griesemer
2022-11-18go/types, types2: replace (internal) writePackage with packagePrefixRobert Griesemer
2022-11-17cmd/compile/internal/pgo: count only the last two frames as a call edgeCherry Mui
2022-11-17cmd/compile: simplify PGO hot caller/callee computationCherry Mui
2022-11-17cmd/compile: fix broken IR for iface -> efaceCuong Manh Le
2022-11-17cmd/compile: teach regalloc about temporary registersKeith Randall
2022-11-17cmd/compile: fix static init for inlined callsCuong Manh Le
2022-11-17go/types, types2: implement type checking of "clear" built-inRobert Griesemer