aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
2024-04-25go/types, types2: simplify Default functionRobert Griesemer
2024-04-25go.types, types2: factor out isUntypedNumeric predicateRobert Griesemer
2024-04-24go/types: add Alias.RhsAlan Donovan
2024-04-22internal/intern: delete unused packageMichael Anthony Knyszek
2024-04-22net/netip: use the unique package instead of internal/internMichael Anthony Knyszek
2024-04-22unique: add unique package and implement Make/HandleMichael Anthony Knyszek
2024-04-18go/types: add Func.Signature methodAlan Donovan
2024-04-18internal/weak: add package implementing weak pointersMichael Anthony Knyszek
2024-04-18internal/concurrent: add HashTrieMapMichael Anthony Knyszek
2024-04-18go/types, types2: use correct predicate when asserting comma-ok typesRobert Griesemer
2024-04-18go/types: track gotypesalias non-default behaviorRobert Griesemer
2024-04-18go/types, types2: use types2.Config flag to control Alias node creationRobert Griesemer
2024-04-17Revert "go/types, types2: track gotypesalias non-default behavior"Lasse Folger
2024-04-16go/types, types2: track gotypesalias non-default behaviorRobert Griesemer
2024-04-16types2: flip the default value of GODEBUG=gotypesalias=1Robert Griesemer
2024-04-16go/internal/gcimporter: suppress 3 test cases when gotypesalias=1Alan Donovan
2024-04-15go/types, types2: simplify TestUnaliasTooSoonInCycle (cleanup)Robert Griesemer
2024-04-15go/types: flip the default value of GODEBUG=gotypesalias=1Alan Donovan
2024-04-12go/types: update package docAlan Donovan
2024-04-10crypto/internal/mlkem768: new packageFilippo Valsorda
2024-04-08go/types: Identical: document the need for consistent symbolsAlan Donovan
2024-04-05go/types: fix bug in premature Unalias of alias cycleAlan Donovan
2024-04-05cmd/compile: export/import materialized aliasesAlan Donovan
2024-04-03go/types: don't fail fast on Go version errorsAlan Donovan
2024-04-03go/types: ObjectString: remove only 1 Alias for "type A = RHS"Alan Donovan
2024-04-03go/types: include link to source in generated filesAlan Donovan
2024-03-28cmd/compile: put constants before variables in initialization orderKeith Randall
2024-03-28go/ast: more godoc linksOlivier Mengué
2024-03-26all: fix a large number of commentscui fliter
2024-03-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
2024-03-18database/sql: optimize connection request poolBrad Fitzpatrick
2024-03-18go/types, types2: quote user-supplied names in error messagesRobert Griesemer
2024-03-15go/types, types2: do not overwrite nest entries in Checker.validTypeRobert Griesemer
2024-03-14go/types, types2: consistently report "duplicate method" error in go1.13Robert Griesemer
2024-03-14go/types, types2: don't do version checks for embedded types of imported inte...Robert Griesemer
2024-03-14internal/trace/v2: support old trace formatDominik Honnef
2024-02-29go/types, types2: consistently use error_ type for sub-errors (cleanup)Robert Griesemer
2024-02-29go/types: generate typeset.go from types2 sourceRobert Griesemer
2024-02-29go/types, types2: better error position for invalid (infinite) typesRobert Griesemer
2024-02-29go/types, types2: disable incorrect optimization in type validity checkRobert Griesemer
2024-02-29go/types, types2: add tracing to Checker.validTypeRobert Griesemer
2024-02-28go/build: add check for allowed vendor packagesJonathan Amsterdam
2024-02-28go/types, types2: move Checker.langCompat from version.go to expr.go (cleanup)Robert Griesemer
2024-02-28go/types, types2: consistently use singular when reporting version errorsRobert Griesemer
2024-02-28go/types, types2: initial support for parameterized type aliasesRobert Griesemer
2024-02-28go/types, types2: separate formatting from error handling functionsRobert Griesemer
2024-02-28go/types: generate initorder.go from types2 sourceRobert Griesemer
2024-02-28go/types: generate mono.go from types2 sourceRobert Griesemer
2024-02-27go/types, types2: call error handler for each sub-error as neededRobert Griesemer
2024-02-27go/types: added test case for Checker.CheckExprRobert Griesemer