aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-06go/doc/comment: do not turn ``` into “`Russ Cox
2022-06-06go/doc/comment: add doc commentRuss Cox
2022-06-06cmd/compile: cast riscv64 rewrite shifts to unsigned intJoel Sing
2022-06-06strconv: fix typo in atof.go90364136+butterfly1924@users.noreply.github.com
2022-06-06cmd/link/internal/loadpe: handle _main reference properlyThan McIntosh
2022-06-06go/types, types2: simplify implementation of validType (fix TODO)Robert Griesemer
2022-06-06go/types, types2: use type nest to detect type cycles (fix validType)Robert Griesemer
2022-06-06doc/go1.19: add TODOs for changes to go/typesRobert Findley
2022-06-06runtime: fix breakpoint in ppc64xAlejandro Sáez
2022-06-06text/template/parse: fix data race on lexer initializationEli Bendersky
2022-06-06go/types, types2: ensure that named types never expand infinitelyRobert Findley
2022-06-06go/types, types2: store Named instance information separatelyRobert Findley
2022-06-06go/types, types2: eliminate methodList in favor of just using Named.muRobert Findley
2022-06-06go/types, types2: remove Named.once in favor of monotonic stateRobert Findley
2022-06-06cmd/buildid: reject rewriting legacy buildidsStephen Eckels
2022-06-04strconv: clarify ParseFloat accepts Go syntax for float literalsBen Hoyt
2022-06-04runtime: fix typo in libfuzzer_arm64.sIkko Ashimine
2022-06-04database/sql/driver: fix typo in driver.gomstmdev
2022-06-04regexp: avoid copying each instruction executedBryan Boreham
2022-06-04doc: update Go memory modelRuss Cox
2022-06-04doc/go1.19: remove TODO about LimitedReaderRuss Cox
2022-06-04io: revert: add an Err field to LimitedReaderRuss Cox
2022-06-04cmd/go: index standard library packagesMichael Matloob
2022-06-03doc/go1.19: add TODOs for undocumented runtime featuresMichael Pratt
2022-06-03doc/go1.19: add release notes for runtime packagesMichael Pratt
2022-06-03runtime: track total idle time for GC CPU limiterMichael Anthony Knyszek
2022-06-03runtime: avoid string allocation in printDebuglogMichael Anthony Knyszek
2022-06-03runtime: only use CPU time from the current window in the GC CPU limiterMichael Anthony Knyszek
2022-06-03cmd/compile/internal/escape: escape values with >PtrSize alignmentMichael Anthony Knyszek
2022-06-03cmd/go: changes to use modindexMichael Matloob
2022-06-03cmd/go: add functions to read index fileMichael Matloob
2022-06-03sync/atomic: note that alignment responsibility doesn't apply to typesMichael Pratt
2022-06-03doc/go1.19: add release notes for syscallMichael Pratt
2022-06-03doc/go1.19: add release notes for sync/atomicMichael Pratt
2022-06-03cmd/link: fix TestLargeTexteric fang
2022-06-02doc/go1.19: add a release note for CL 404134Bryan C. Mills
2022-06-02doc/go1.19: add release note for CL 398058Bryan C. Mills
2022-06-02archive/zip: use bufio.Reset rather than NewReaderIan Lance Taylor
2022-06-02cmd/dist: use gohostarch for ssa rewrite checkChristian Stewart
2022-06-02archive/zip: if non-zero base offset fails, fall back to zeroIan Lance Taylor
2022-06-01encoding/json: mention SyntaxError in Unmarshal doc commentLukas Joisten
2022-06-01cmd/go: add index creation methodsMichael Matloob
2022-06-01cmd/go: set GIT_TRACE_CURL for tests on buildersBryan C. Mills
2022-05-31cmd/compile: fix wrong unsafe.Offsetof evaluation inside generic functionCuong Manh Le
2022-05-31cmd/link: call syscall.FlushFileBuffers on outbuf UnmapThan McIntosh
2022-05-31lib/time, time/tzdata: update to 2022aDmitri Shuralyov
2022-05-30net: permit use of Resolver.PreferGo, netgo on Windows and Plan 9Brad Fitzpatrick
2022-05-30doc: add release note for reflect.Value.{Bytes,Len,Cap}Keith Randall
2022-05-28mime: ignore .js => text/plain in Windows registryIan Lance Taylor
2022-05-28doc/go1.19: mention runtime/trace's CPU samplesRhys Hiltner