summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [release-branch.go1.19] go1.19rc1go1.19rc1Gopher Robot2022-07-061-0/+1
* [release-branch.go1.19] update codereview.cfg for release-branch.go1.19Heschi Kreinick2022-07-061-1/+2
* cmd/compile: rework induction variable detectorKeith Randall2022-07-066-148/+319
* os/exec: clarify that Wait must be calledIan Lance Taylor2022-07-061-2/+2
* cmd/internal/notsha256: add purego tag as neededIan Lance Taylor2022-07-066-4/+15
* cmd/dist: use purego tag when building the bootstrap binariesIan Lance Taylor2022-07-061-1/+3
* misc/cgo/test: make TestSetgidStress cheaperCherry Mui2022-07-061-1/+4
* test: recognize new gofrontend error messageIan Lance Taylor2022-07-061-3/+3
* cmd/compile: drop "buildcfg" from no instrument packagesMichael Pratt2022-07-051-1/+0
* cmd/go: make module@nonexistentversion failures reusableRuss Cox2022-07-056-21/+136
* cmd/go: add -reuse flag to make proxy invocations more efficientRuss Cox2022-07-0515-65/+711
* cmd/go: record origin metadata during module downloadRuss Cox2022-07-0512-121/+435
* build/constraint: update doc to mention a feature added in Go 1.17Cristian Greco2022-07-041-3/+1
* runtime: pass correct string to exits on Plan 9Ori Bernstein2022-07-041-1/+1
* net/http: omit invalid header value from error messageAlexander Yastrebov2022-07-012-9/+10
* cmd/go, go/build: clarify build constraint docsIan Lance Taylor2022-07-014-25/+26
* flag: highlight support for double dashes in docsSebastian Gassner2022-07-011-1/+2
* go/types, types2: document that exported predicates are unspecified for inval...Robert Griesemer2022-07-012-14/+16
* go/types, types2: re-enable a couple of commented out testsRobert Griesemer2022-06-302-16/+10
* go/doc/comment: support links in lists in commentsBen Sarah Golightly2022-06-305-0/+131
* os: fix a typo in path_windows.goAndreasHGK2022-06-301-1/+1
* os: simplify deadline fluctuation testsIan Lance Taylor2022-06-302-62/+154
* cmd/go/internal/modindex: remove spurious field from index_format documentationBryan C. Mills2022-06-303-8/+7
* cmd/go: include module root in package index keyBryan C. Mills2022-06-302-3/+26
* cmd/go: add a 'sleep' command for script testsBryan C. Mills2022-06-302-0/+21
* cmd/compile: fix prove pass when upper condition is <= maxintKeith Randall2022-06-303-0/+57
* spec: retitle section on "Assignments" to "Assignment statements"Robert Griesemer2022-06-301-15/+22
* test: add regress test for #53619Matthew Dempsky2022-06-301-0/+21
* debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen2022-06-292-22/+28
* net/http: preserve nil values in Header.CloneDamien Neil2022-06-292-0/+11
* cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui2022-06-293-39/+69
* go/token: use atomics not Mutex for last file cacheAlan Donovan2022-06-292-16/+20
* net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil2022-06-292-1/+2
* runtime: add race annotations to cbs.lockMichael Pratt2022-06-291-5/+23
* crypto/x509/pkix: move crl deprecation messageRoland Shoemaker2022-06-291-2/+2
* cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SPCherry Mui2022-06-294-4/+41
* runtime: add race annotations to metricsSemaMichael Pratt2022-06-292-10/+27
* crypto/x509: improve RevocationList documentationRoland Shoemaker2022-06-291-3/+11
* cmd/internal/obj/arm64: fix BITCON constant printing erroreric fang2022-06-282-18/+16
* cmd/go: pass --no-decorate when listing git tags for a commithidu2022-06-282-1/+29
* os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills2022-06-282-7/+116
* cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le2022-06-282-3/+2
* cmd/go/internal/modfetch: cache latest revinfo in Versions funcBaokun Lee2022-06-281-8/+26
* test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer2022-06-285-2/+82
* test: add test that gofrontend failed to compileIan Lance Taylor2022-06-281-0/+17
* runtime: clean up unused function gosave on loong64Guoqi Chen2022-06-281-15/+0
* cmd/go: omit build metadata that may contain system paths when -trimpath is setBryan C. Mills2022-06-282-3/+35
* api: correct debug/pe issue number for Go 1.19 changesRuss Cox2022-06-281-36/+36
* cmd/go/internal/modload: fix doc commentRuss Cox2022-06-281-16/+15
* go/printer: report allocs and set bytesDaniel Martí2022-06-281-1/+7