aboutsummaryrefslogtreecommitdiff
path: root/src/go/types
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-18go/types: add Func.Signature methodAlan Donovan
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-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-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-25runtime: migrate internal/atomic to internal/runtimeAndy Pan
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-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/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
2024-02-27go/types, types2: fix typo in commentguoguangwu
2024-02-26std: fix more nilness findingsAlan Donovan
2024-02-23go/types: generate errors_test.go from types2 sourceRobert Griesemer
2024-02-23go/types, types2: make error handling more similarRobert Griesemer
2024-02-22go/types, types2: remove unreachable func (minor cleanup)Robert Griesemer
2024-02-22go/types: : generate operand.go from types2 sourceRobert Griesemer
2024-02-22go/types: : generate assignments.go from types2 sourceRobert Griesemer
2024-02-21go/types, types2: handle Alias types in substitutionRobert Griesemer
2024-02-21go/types: generate typestring.go from types2 sourceRobert Griesemer
2024-02-21go/types: generate conversions.go from types2 sourceRobert Griesemer
2024-02-21go/types: generate builtins_test.go from types2 sourceRobert Griesemer
2024-02-21go/types: generate builtins.go from types2 sourceRobert Griesemer