aboutsummaryrefslogtreecommitdiff
path: root/src/go
AgeCommit message (Expand)Author
26 hoursinternal/trace: move v2 tracer into trace directoryCarlos Amedee
28 hoursall: add push linknames to allow legacy pull linknamesCherry Mui
28 hoursgo/types: re-enable suppressed gcimporter testsRobert Griesemer
2 daysgo/types, types2: report error for floating-point iteration variableRobert Griesemer
2 daysgo/ast: fix bug handling the result of yield in PreorderRob Findley
2 dayscmd/go: add -changed to query for non-defaults in the envqiulaidongfeng
3 daysgo/ast: add Preorder go1.23 iteratorAlan Donovan
3 daysgo/types, types2: factor out type parameter access into genericTypeRobert Griesemer
3 daysgo/types, types2: add Alias.{TypeParams, SetTypeParams, TypeArgs, Origin}Robert Griesemer
3 daysgo/types, types2: add additional documentation for UnderlyingRob Findley
3 dayscmd/link: disallow pull-only linknamesCherry Mui
5 daysinternal/chacha8rand: use internal/byteorderMateusz Poliwczak
5 daysmath/rand/v2, math/big: use internal/byteorderMateusz Poliwczak
5 dayscrypto: replace encoding/binary in favour of internal/byteorderMateusz Poliwczak
8 daysinternal/byteorder: new packageMateusz Poliwczak
9 daysslices: add iterator-related functionsIan Lance Taylor
11 daysgo/types, types: represent any using AliasRob Findley
11 daysgo/ast: simplify walking lists with genericsDaniel MartĂ­
12 daysiter: expose fundamental types to Go 1.23Russ Cox
2024-04-26all: rename internal/safefilepath to internal/filepathliteDamien Neil
2024-04-26strings, internal/stringslite: lite version of strings packageDamien Neil
2024-04-25go/types, types2: refactor Checker.rangeStmt for clarityRobert Griesemer
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é