aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-14[release-branch.go1.18] cmd/compile: fix expression switches using type param...Keith Randall
2022-03-14[release-branch.go1.18] cmd/compile: fix transform of OEQ/ONE when one arg is...Keith Randall
2022-03-11[release-branch.go1.18] go/types, types2: pointer base types cannot be type c...Robert Griesemer
2022-03-11[release-branch.go1.18] go/types, types2: clarify documentation with respect ...Robert Findley
2022-03-10[release-branch.go1.18] go/types, types2: disable field accesses through type...Robert Griesemer
2022-03-10[release-branch.go1.18] cmd/go: fix buildvcs when using older git versionsMark Pulford
2022-03-09[release-branch.go1.18] go/printer: don't print unnecesary commas for func ty...Robert Findley
2022-03-09[release-branch.go1.18] internal/fuzz: fix encoding for out-of-range ints and...Bryan C. Mills
2022-03-09[release-branch.go1.18] cmd/compile/internal/types2: more consistently print ...thepudds
2022-03-08[release-branch.go1.18] go/types, types2: disable inference for type instancesRobert Findley
2022-03-08[release-branch.go1.18] go/types: document that predicates are undefined on g...Robert Findley
2022-03-08[release-branch.go1.18] go/types, types2: record all type instances, even dup...Robert Findley
2022-03-08[release-branch.go1.18] go/types, types2: don't crash in selectors referring ...Robert Griesemer
2022-03-08[release-branch.go1.18] go/types, types2: correctly include comparable in typ...Robert Griesemer
2022-03-08[release-branch.go1.18] internal/fuzz: fix TestUnmarshalMarshal on MIPSRoland Shoemaker
2022-03-08[release-branch.go1.18] internal/fuzz: handle Inf/NaN float valuesRoland Shoemaker
2022-03-07[release-branch.go1.18] syscall: remove TestRlimitIan Lance Taylor
2022-03-07[release-branch.go1.18] cmd/go: add links to workspaces reference and tutoria...Michael Matloob
2022-03-07[release-branch.go1.18] cmd/go: error out of 'go work use' if no directories ...Bryan C. Mills
2022-03-07[release-branch.go1.18] cmd/go: make paths consistent between 'go work init' ...Bryan C. Mills
2022-03-07[release-branch.go1.18] runtime: count spill slot for frame size at finalizer...Cherry Mui
2022-03-07[release-branch.go1.18] go/types, types2: fix scoping for iteration variables...Robert Griesemer
2022-03-07[release-branch.go1.18] cmd/go: ignore the workspace when running a package a...Bryan C. Mills
2022-03-04[release-branch.go1.18] cmd/compile: don't include instantiating types in typ...Keith Randall
2022-03-04[release-branch.go1.18] go/types, types2: clarify a comment and add an extra ...Robert Griesemer
2022-03-04[release-branch.go1.18] go/types, types2: correctly consider ~ (tilde) in con...Robert Griesemer
2022-03-04[release-branch.go1.18] cmd/compile: use AutogeneratedPos for method value wr...Cherry Mui
2022-03-02[release-branch.go1.18] all: merge master (acc5f55) into release-branch.go1.18Dmitri Shuralyov
2022-02-28cmd/go: make work and work_edit script tests version-independentMichael Matloob
2022-02-28cmd/internal/obj/riscv/testdata/testbranch: add //go:build linesTobias Klauser
2022-02-28all: fix typoscuishuang
2022-02-28go/types, types2: fix string to type parameter conversionsRobert Griesemer
2022-02-28cmd/compile: deal with constructed types that have shapes in themDan Scales
2022-02-28spec: the -'s possessive suffix is English, not codeMatthew Dempsky
2022-02-28runtime: avoid cgo_unsafe_args for syscall.syscall functions on darwin/arm64Cherry Mui
2022-02-28cmd/compile: fix case for structural types where we should be looking at type...Dan Scales
2022-02-28cmd/compile: emit types of constants which are instantiated generic typesKeith Randall
2022-02-28CONTRIBUTORS: update for the Go 1.18 releaseDmitri Shuralyov
2022-02-28test: add new test case for 51219 that triggers the types2 issueDan Scales
2022-02-26cmd/compile: ensure dictionary assignment statements are defining statementsKeith Randall
2022-02-26go/types, types2: report an error for x.sel where x is a built-inRobert Griesemer
2022-02-25go/types,types2: revert documentation for Type.UnderlyingRobert Findley
2022-02-25runtime/internal/atomic: set SP delta correctly for 64-bit atomic functions o...Cherry Mui
2022-02-25go/types, types2: delay receiver type validationRobert Griesemer
2022-02-25doc/go1.18: note changes to automatic go.mod and go.sum updatesBryan C. Mills
2022-02-25doc/go1.18: document minimum Linux kernel versionTobias Klauser
2022-02-25doc/go1.18: document method set limitation for method selectorsRobert Griesemer
2022-02-24go/types, types2: method recv type parameter count must match base type param...Robert Griesemer
2022-02-24go/types, types2: implement adjCoreType using TypeParam.isRobert Griesemer
2022-02-24cmd/go: avoid +incompatible major versions if a go.mod file exists in a subdi...Bryan C. Mills