summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* runtime: call testenv.MustHaveCGO in a couple of testsIan Lance Taylor2022-03-181-0/+2
* net/rpc: reduce the execution of reflect and decodefangguizhen2022-03-181-4/+4
* all: update vendored x dependencies for Go 1.19 development cycleHeschi Kreinick2022-03-17106-3981/+2309
* cmd/doc: use the 'go' command from buildCtx.GOROOT, not whatever is in $PATHBryan C. Mills2022-03-172-4/+42
* cmd/doc: use 'go env' to identify GOROOT if it isn't otherwise knownBryan C. Mills2022-03-172-5/+20
* runtime/debug: do not require a GOROOT/src prefix in TestStackBryan C. Mills2022-03-171-13/+69
* crypto/x509: fix Certificate.Verify crashBrad Fitzpatrick2022-03-172-1/+40
* cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...fanzha022022-03-172-3/+9
* Revert "cmd/compile: set conversions to unsafe.Pointer as an escaping operati...Fannie Zhang2022-03-172-9/+3
* text/scanner: guard against installed IsIdentRune that accepts EOFRobert Griesemer2022-03-172-1/+20
* os: raise open file rlimit at startupRuss Cox2022-03-174-0/+103
* syscall: allow EINVAL in TestSCMCredentialsJosh Bleecher Snyder2022-03-171-2/+4
* syscall: call ABI0 exitsyscall on Plan 9/AMD64Cherry Mui2022-03-171-4/+4
* cmd/compile: remove typecheckdef and Name.WalkdefMatthew Dempsky2022-03-178-75/+9
* all: update vendored golang.org/x/toolsRobert Findley2022-03-1711-39/+396
* cmd/compile: allow noop conversions when comparing expressionsKeith Randall2022-03-161-5/+6
* cmd/api: remove debug printRuss Cox2022-03-161-1/+0
* cmd/link: mark unexported methods for pluginsCherry Mui2022-03-161-1/+1
* cmd/compile: remove unused code from typecheckdefMatthew Dempsky2022-03-161-150/+6
* cmd/compile: remove OIOTAMatthew Dempsky2022-03-168-100/+53
* cmd/compile: Fatalf in Type.SetBroke(true) and Node.SetDiag(true)Matthew Dempsky2022-03-162-6/+5
* cmd/compile: detect invalid NIH conversions within unified IRMatthew Dempsky2022-03-161-0/+14
* go/internal/srcimporter: use the 'go' command from the Importer's GOROOTBryan C. Mills2022-03-161-1/+5
* fmt, strconv: document use of Unicode replacement character in %qRuss Cox2022-03-162-0/+10
* syscall: ensure that Getwd returns absolute pathKir Kolyshkin2022-03-161-0/+7
* internal/txtar: bring back to main repo, for tests in stdRuss Cox2022-03-169-11/+9
* syscall: call ABIInternal entersyscall on register ABI platformsCherry Mui2022-03-1611-73/+72
* runtime/pprof: do not require a GOROOT/src prefix in testsBryan C. Mills2022-03-162-30/+30
* cmd/compile: set conversions to unsafe.Pointer as an escaping operation when ...fanzha022022-03-162-3/+9
* cmd/link: default generic ABI compression for ELFMeng Zhuo2022-03-167-11/+71
* go/types: return Universe for (*Package)(nil).Scope()Matthew Dempsky2022-03-161-1/+7
* go/types, cmd/compile: remove unused Interface.obj fieldMatthew Dempsky2022-03-168-14/+6
* reflect: avoid panic in reflect.Kind.String for negative KindRuss Cox2022-03-152-2/+11
* cmd/asm: support -d=pctab flagCherry Mui2022-03-152-0/+2
* Revert "os: raise open file rlimit at startup"Bryan Mills2022-03-152-63/+0
* compress/gzip: add example of compressing readerIan Lance Taylor2022-03-151-0/+87
* cmd/go: document that 'go run' strips debug infoIan Lance Taylor2022-03-152-0/+8
* all: untab /* */ doc commentsRuss Cox2022-03-1511-547/+547
* internal/cpu: don't run SSE3 disable test if GOAMD64>1Keith Randall2022-03-152-0/+14
* os: raise open file rlimit at startupRuss Cox2022-03-152-0/+63
* cmd/compile: fix PrefetchStreamed builtin implementation on PPC64Archana R2022-03-152-4/+8
* syscall: add race annotations to Windows ReadFile and WriteFileIan Lance Taylor2022-03-152-24/+34
* cmd/internal/obj/arm64: add TRN1 and TRN2 instructions supportfanzha022022-03-154-0/+16
* cmd/internal/obj/arm64: refactor the handling of shifted RSPeric fang2022-03-153-48/+35
* text/template/parse: allow space after continue or breakRob Pike2022-03-152-4/+8
* cmd/compile: disable rewrite loop detector for deadcode-only changesKeith Randall2022-03-151-3/+5
* cmd/api: require proposal # for new API featuresRuss Cox2022-03-142-41/+83
* internal/cpu: disallow disabling options that are required for microarchKeith Randall2022-03-142-10/+41
* go/types, types2: use correct underlying type in union set computationRobert Griesemer2022-03-144-2/+80
* cmd/compile: fix wrong dict param when getting dict typeCuong Manh Le2022-03-141-1/+1