aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-01flag: highlight support for double dashes in docsSebastian Gassner
2022-07-01go/types, types2: document that exported predicates are unspecified for inval...Robert Griesemer
2022-06-30go/types, types2: re-enable a couple of commented out testsRobert Griesemer
2022-06-30go/doc/comment: support links in lists in commentsBen Sarah Golightly
2022-06-30os: fix a typo in path_windows.goAndreasHGK
2022-06-30os: simplify deadline fluctuation testsIan Lance Taylor
2022-06-30cmd/go/internal/modindex: remove spurious field from index_format documentationBryan C. Mills
2022-06-30cmd/go: include module root in package index keyBryan C. Mills
2022-06-30cmd/go: add a 'sleep' command for script testsBryan C. Mills
2022-06-30cmd/compile: fix prove pass when upper condition is <= maxintKeith Randall
2022-06-30spec: retitle section on "Assignments" to "Assignment statements"Robert Griesemer
2022-06-30test: add regress test for #53619Matthew Dempsky
2022-06-29debug/pe: add IMAGE_FILE_MACHINE_LOONGARCH{64,32}Guoqi Chen
2022-06-29net/http: preserve nil values in Header.CloneDamien Neil
2022-06-29cmd/internal/obj/arm64: save LR and SP in one instruction for small framesCherry Mui
2022-06-29go/token: use atomics not Mutex for last file cacheAlan Donovan
2022-06-29net/http: don't strip whitespace from Transfer-Encoding headersDamien Neil
2022-06-29runtime: add race annotations to cbs.lockMichael Pratt
2022-06-29crypto/x509/pkix: move crl deprecation messageRoland Shoemaker
2022-06-29cmd/internal/obj/mips,s390x,riscv: save LR after decrementing SPCherry Mui
2022-06-29runtime: add race annotations to metricsSemaMichael Pratt
2022-06-29crypto/x509: improve RevocationList documentationRoland Shoemaker
2022-06-28cmd/internal/obj/arm64: fix BITCON constant printing erroreric fang
2022-06-28cmd/go: pass --no-decorate when listing git tags for a commithidu
2022-06-28os/exec: on Windows, suppress ErrDot if the implicit path matches the explici...Bryan C. Mills
2022-06-28cmd/compile: fix generic inter-inter comparisons from value switch statementsCuong Manh Le
2022-06-28cmd/go/internal/modfetch: cache latest revinfo in Versions funcBaokun Lee
2022-06-28test: add more tests for const decls with ommitted RHS expressionsRobert Griesemer
2022-06-28test: add test that gofrontend failed to compileIan Lance Taylor
2022-06-28runtime: clean up unused function gosave on loong64Guoqi Chen
2022-06-28cmd/go: omit build metadata that may contain system paths when -trimpath is setBryan C. Mills
2022-06-28api: correct debug/pe issue number for Go 1.19 changesRuss Cox
2022-06-28cmd/go/internal/modload: fix doc commentRuss Cox
2022-06-28go/printer: report allocs and set bytesDaniel Martí
2022-06-27net: really skip Windows PTR tests if we say we are skipping themIan Lance Taylor
2022-06-27net: avoid darwin/arm64 platform bug in TestCloseWriteBryan C. Mills
2022-06-27html/template: fix typo in content_test.goSemihBKGR
2022-06-27cmd/link: link against libsynchronization.a for -race on windowsThan McIntosh
2022-06-27test: add test that caused gofrontend crashIan Lance Taylor
2022-06-27test: add test that caused gofrontend crashIan Lance Taylor
2022-06-27cmd/go: compile runtime/internal/syscall as a runtime packageMichael Pratt
2022-06-27crypto/internal/boring: factor Cache into crypto/internal/boring/bcacheRuss Cox
2022-06-26runtime: avoid fma in mkfastlog2tableIan Lance Taylor
2022-06-26test: add test that gofrontend gets wrongIan Lance Taylor
2022-06-26cmd/compile: do branch/label checks only onceRobert Griesemer
2022-06-26cmd/compile/internal/syntax: check fallthrough in CheckBranches modeRobert Griesemer
2022-06-25runtime: mark string comparison hooks as no splitKhaled Yakdan
2022-06-25io: clarify SeekEnd offset valueHowJMay
2022-06-25cmd/go: prepend builtin prolog when checking for preamble errorsqmuntal
2022-06-24strconv: avoid panic on invalid call to FormatFloatRémy Oudompheng