summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* cmd/fix: add buildtag fixRuss Cox2021-10-287-12/+171
* runtime: fix backward error messageMichael Pratt2021-10-281-1/+1
* runtime: disable TestSegv panic check on darwin, illumos, solarisMichael Pratt2021-10-281-3/+11
* go/types: factor out slice elem computation for copy built-inRobert Findley2021-10-282-21/+56
* debug/macho: fail on invalid dynamic symbol table commandRoland Shoemaker2021-10-283-0/+17
* go/types: implement generic conversionsRobert Findley2021-10-285-24/+218
* go/types: add debugging support for delayed actionsRobert Findley2021-10-286-10/+39
* go/types, types2, go/ast, go/parser: remove support for type listsRobert Findley2021-10-2828-220/+66
* go/parser: fix parsing of array or slice constraint typesRobert Findley2021-10-284-29/+79
* runtime: fix noopt builderCuong Manh Le2021-10-281-2/+10
* cmd/compile: allow inlining of ORANGEnimelehin2021-10-281-2/+1
* reflect: undeprecate Ptr, PtrToBrad Fitzpatrick2021-10-281-4/+2
* go/build: update for //go:build linesRuss Cox2021-10-281-1/+1
* cmd/dist: implement //go:build parsingRuss Cox2021-10-282-34/+146
* reflect: undeprecate Value.{Pointer,UnsafeAddr}Cuong Manh Le2021-10-281-2/+2
* cmd/compile: resolve the TODO of processPragmasLeonard Wang2021-10-282-2/+2
* cmd/compile/internal/types2: export Structure functionRobert Griesemer2021-10-281-0/+10
* cmd/compile/internal/types2: disallow lone type parameter on RHS of type decl...Robert Griesemer2021-10-2813-145/+143
* constraints: remove Slice/Map/ChanIan Lance Taylor2021-10-272-65/+12
* cmd/go: stamp Bazaar VCS status into binariesMark Pulford2021-10-272-0/+162
* reflect: skip duplicate check in StructOf when the name of a field is "_"zhouguangyuan2021-10-271-1/+1
* cmd/go: stamp Fossil VCS status into binariesMark Pulford2021-10-272-0/+145
* cmd/go: fix recognition of Fossil checkout directoriesMark Pulford2021-10-272-36/+65
* runtime/testdata/testprogcgo: fix TestCgoPanicCallbackCuong Manh Le2021-10-272-7/+10
* cmd/compile, runtime: track argument stack slot livenessCherry Mui2021-10-2715-14/+538
* cmd/compile/internal/types2: implement singleType and structure (type)Robert Griesemer2021-10-2711-31/+59
* cmd/compile/internal/types2: remove unused position computation (cleanup)Robert Griesemer2021-10-271-16/+4
* cmd/compile/internal/types2: rename isNamed predicate to hasNameRobert Griesemer2021-10-274-14/+16
* cmd/compile/internal/types2: clean up asT converters (step 2 of 2)Robert Griesemer2021-10-2712-42/+42
* cmd/compile/internal/types2: clean up asT converters (step 1 of 2)Robert Griesemer2021-10-2716-129/+90
* cmd/compile/internal/types2: generalize assignability to generic typesRobert Griesemer2021-10-274-26/+316
* cmd/compile/internal/types2: clarify is/underIs semantics and implementationRobert Griesemer2021-10-277-26/+54
* cmd/go: remove support for -buildmode=sharedBryan C. Mills2021-10-278-60/+23
* cmd/go: fix testdata/script/mod_vendor_goversion for new compiler outputRuss Cox2021-10-271-2/+2
* internal/fuzz: don't deflake coverage found while fuzzingKatie Hockman2021-10-272-23/+18
* cmd/compile: enable branchelim pass on ppc64Paul E. Murphy2021-10-273-20/+40
* cmd/compile/internal/syntax: fix constraint literal parsing for generic funct...Robert Griesemer2021-10-272-2/+25
* go/types: remove a stale commentRobert Findley2021-10-271-3/+0
* cmd: move internal/str back to cmd/goRuss Cox2021-10-2735-292/+314
* cmd/go: add darwin/arm64 in the list of supported systems in help messageCholerae Hu2021-10-272-2/+2
* internal/poll: improve the padding calculation inside struct splicePipeAndy Pan2021-10-271-3/+7
* syscall: use dup3 in forkAndExecInChild on NetBSDTobias Klauser2021-10-274-8/+31
* cmd/compile: fix generic type handling when crawling inline bodyCuong Manh Le2021-10-271-6/+27
* embed/internal/embedtest: use parenthesized vars for one testIan Lance Taylor2021-10-261-4/+6
* crypto/elliptic: use a const string for precomputed P256 tableJosh Bleecher Snyder2021-10-267-1474/+1569
* crypto/x509: generate new-style build tags for iOSJosh Bleecher Snyder2021-10-261-2/+2
* runtime: handle async fatal signals in VDSOMichael Pratt2021-10-262-7/+22
* runtime: fix cgo signals detectionMichael Pratt2021-10-265-4/+100
* sync/atomic: use a better first-store-in-progress markerKeith Randall2021-10-261-5/+6
* runtime: rename _m_ to mp [generated]Michael Pratt2021-10-263-29/+29