]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2022-06-07 Russ Coxdoc/go1.19: delete boringcrypto TODO
2022-06-07 Russ Coxdoc/go1.19: add more TODOs from updated relnote
2022-06-06 Michael Anthony... doc/go1.19: add release notes for the soft memory limit...
2022-06-06 Russ Coxruntime, sync, sync/atomic: document happens-before...
2022-06-06 Russ Coxgo/doc/comment: add heuristics for common badly formatt...
2022-06-06 Russ Coxdoc/go_mem: update revision date
2022-06-06 Austin Clementsdoc/go1.19: gc requires -p=importpath
2022-06-06 Brad Fitzpatrickdoc/go1.19: document Resolver.PreferGo
2022-06-06 Michael Matloobcmd/go: use index to match packages in dependency modules
2022-06-06 Russ Coxall: boringcrypto post-merge cleanup
2022-06-06 Russ Coxgo/doc/comment: do not turn ``` into “`
2022-06-06 Russ Coxgo/doc/comment: add doc comment
2022-06-06 Joel Singcmd/compile: cast riscv64 rewrite shifts to unsigned int
2022-06-06 90364136+butterfly19... strconv: fix typo in atof.go
2022-06-06 Than McIntoshcmd/link/internal/loadpe: handle _main reference properly
2022-06-06 Robert Griesemergo/types, types2: simplify implementation of validType...
2022-06-06 Robert Griesemergo/types, types2: use type nest to detect type cycles...
2022-06-06 Robert Findleydoc/go1.19: add TODOs for changes to go/types
2022-06-06 Alejandro Sáezruntime: fix breakpoint in ppc64x
2022-06-06 Eli Benderskytext/template/parse: fix data race on lexer initialization
2022-06-06 Robert Findleygo/types, types2: ensure that named types never expand...
2022-06-06 Robert Findleygo/types, types2: store Named instance information...
2022-06-06 Robert Findleygo/types, types2: eliminate methodList in favor of...
2022-06-06 Robert Findleygo/types, types2: remove Named.once in favor of monoton...
2022-06-06 Stephen Eckelscmd/buildid: reject rewriting legacy buildids
2022-06-04 Ben Hoytstrconv: clarify ParseFloat accepts Go syntax for float...
2022-06-04 Ikko Ashimineruntime: fix typo in libfuzzer_arm64.s
2022-06-04 mstmdevdatabase/sql/driver: fix typo in driver.go
2022-06-04 Bryan Borehamregexp: avoid copying each instruction executed
2022-06-04 Russ Coxdoc: update Go memory model
2022-06-04 Russ Coxdoc/go1.19: remove TODO about LimitedReader
2022-06-04 Russ Coxio: revert: add an Err field to LimitedReader
2022-06-04 Michael Matloobcmd/go: index standard library packages
2022-06-03 Michael Prattdoc/go1.19: add TODOs for undocumented runtime features
2022-06-03 Michael Prattdoc/go1.19: add release notes for runtime packages
2022-06-03 Michael Anthony... runtime: track total idle time for GC CPU limiter
2022-06-03 Michael Anthony... runtime: avoid string allocation in printDebuglog
2022-06-03 Michael Anthony... runtime: only use CPU time from the current window...
2022-06-03 Michael Anthony... cmd/compile/internal/escape: escape values with >PtrSiz...
2022-06-03 Michael Matloobcmd/go: changes to use modindex
2022-06-03 Michael Matloobcmd/go: add functions to read index file
2022-06-03 Michael Prattsync/atomic: note that alignment responsibility doesn...
2022-06-03 Michael Prattdoc/go1.19: add release notes for syscall
2022-06-03 Michael Prattdoc/go1.19: add release notes for sync/atomic
2022-06-03 eric fangcmd/link: fix TestLargeText
2022-06-02 Bryan C. Millsdoc/go1.19: add a release note for CL 404134
2022-06-02 Bryan C. Millsdoc/go1.19: add release note for CL 398058
2022-06-02 Ian Lance Taylorarchive/zip: use bufio.Reset rather than NewReader
2022-06-02 Christian Stewartcmd/dist: use gohostarch for ssa rewrite check
2022-06-02 Ian Lance Taylorarchive/zip: if non-zero base offset fails, fall back...
2022-06-01 Lukas Joistenencoding/json: mention SyntaxError in Unmarshal doc...
2022-06-01 Michael Matloobcmd/go: add index creation methods
2022-06-01 Bryan C. Millscmd/go: set GIT_TRACE_CURL for tests on builders
2022-05-31 Cuong Manh Lecmd/compile: fix wrong unsafe.Offsetof evaluation insid...
2022-05-31 Than McIntoshcmd/link: call syscall.FlushFileBuffers on outbuf Unmap
2022-05-31 Dmitri Shuralyovlib/time, time/tzdata: update to 2022a
2022-05-30 Brad Fitzpatricknet: permit use of Resolver.PreferGo, netgo on Windows...
2022-05-30 Keith Randalldoc: add release note for reflect.Value.{Bytes,Len...
2022-05-28 Ian Lance Taylormime: ignore .js => text/plain in Windows registry
2022-05-28 Rhys Hiltnerdoc/go1.19: mention runtime/trace's CPU samples
2022-05-27 Michael Anthony... test/heapsampling.go: slow down allocation rate and...
2022-05-27 Michael Anthony... runtime: cancel mark and scavenge assists if the limite...
2022-05-27 Bryan C. Millsmisc/cgo/testsanitizers: buffer the signal channel...
2022-05-27 Keith Randalldoc: fix up race detector release note
2022-05-27 John Bamptondoc: lint Markdown for trailing spaces and code blocks
2022-05-27 Rhys Hiltnerdoc/go1.19: don't mention golang.org/x/crypto/ssh
2022-05-26 George Looshchdoc: replace tabs with spaces for alignment in code...
2022-05-26 Koichi Shiraishidoc/go1.19: fix strconv.Quote pkg link
2022-05-26 Cherry Muiruntime: don't inspect the stack for delayed signals...
2022-05-26 Keith Randallcmd/compile: mark closures made for generic function...
2022-05-26 Guoqi Cheninternal/cpu: fix cpu cacheLineSize for loong64
2022-05-26 WANG Xueruisyscall: update linux/loong64 kernel ABI, emulate fstat...
2022-05-26 Motiejus Jakštyscmd/dist: support spaces and quotes in CC
2022-05-26 Ian Lance TaylorRevert "reflect: deprecate (Slice|String)Header"
2022-05-26 Eli Benderskydoc/go1.19: add pdqsort change to release notes
2022-05-26 Koichi Shiraishidoc/go1.19: fix reflect pkg link and "a" section
2022-05-26 Ian Lance Taylorruntime/internal/syscall: use correct result names...
2022-05-26 Motiejus Jakštyscmd/cgo: use --no-gc-sections if available
2022-05-25 Ian Lance Taylorgo/printer: if comment gets formatted away, don't squash
2022-05-25 Damien Neilnet: add even more timing slop for TestDialParallel
2022-05-25 Bryan C. Millscmd/go: place GOROOT/bin at the beginning of PATH in...
2022-05-25 Matthew Dempskyinternal/pkgbits: add Index type
2022-05-25 Matthew Dempskyinternal/pkgbits: finish documentation
2022-05-25 Tobias Klauserhash/crc32: fix typo in arm64 archInitCastagnoli panic...
2022-05-24 Yasuhiro Matsumotopath/filepath: do not remove prefix "." when following...
2022-05-24 Carlos Amedeedoc/go1.19: update Go 1.19 relese note TODOs using...
2022-05-24 David Chasecmd/compile: catch pointless recursion on function...
2022-05-24 Sean Liaobuiltin: clarify effect of close on receive
2022-05-24 Robert Findleygo/types, types2: remove redundant calls to Named.resolve
2022-05-24 Bryan C. Millscmd/go/internal/modfetch: wrap errors from HTTP respons...
2022-05-24 Robert Griesemergo/types, types2: don't panic with invalid recursive...
2022-05-24 Robert Griesemercmd/compile/internal/types2: mention go.mod file when...
2022-05-24 Cherry Muimisc/cgo/testsanitizers: use buffered channel in tsan12.go
2022-05-24 Guoqi Chenruntime: add missing {TOPFRAME,NOFRAME} flag for linux...
2022-05-24 Guoqi Chencmd/internal/obj: add FuncInfo SPWRITE flag for linux...
2022-05-23 Cuong Manh Lecmd/compile: fix loong64 constant folding in division...
2022-05-23 Robert Griesemergo/types, types2: detect dupl. map keys in comp. litera...
2022-05-23 WANG Xueruiruntime: fix the vDSO symbol version on loong64
2022-05-23 Cherry Muicmd/internal/obj/arm64: fix encoding of ADR/ADRP instru...
2022-05-23 Bryan C. Millsmisc/cgo/testsanitizers: terminate commands with SIGQUI...
next