]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-01-20 Alicemisc/cgo/testsanitizers: use fmt.Printf instead fmt...
2023-01-20 fangguizhentime: no need to wrap error with errors.New
2023-01-20 Damien Neilnet/http: close Request.Body when pconn write loop...
2023-01-20 Ian Lance Taylorarchive/zip: use base offset 0 if it has a valid entry
2023-01-19 Wayne Zuocmd/internal/obj/riscv: add check for invalid shift...
2023-01-19 Keith Randallcmd/compile: add memory argument to GetCallerSP
2023-01-19 Dmitri Shuralyovcmd/internal/osinfo: report Node.js version
2023-01-19 Keith Randallcmd/compile: add anchored version of SP
2023-01-19 Dmitri Shuralyovcmd/compile/internal/ssa: generate code via a //go...
2023-01-19 Russ Coxinternal/godebug: export non-default-behavior counters...
2023-01-19 Russ Coxruntime: replace panic(nil) with panic(new(runtime...
2023-01-19 Russ Coxcmd/go/internal/modindex: remove copy of build.Package
2023-01-19 Bryan C. Millscmd/go: shorten TestScript/test_shuffle and skip it...
2023-01-19 Bryan C. Millscmd/go/internal/lockedfile: avoid failing tests due...
2023-01-19 Bryan C. Millscmd/go/internal/vcweb: simplify hgHandler cancellation
2023-01-19 Bryan C. Millsnet: delete TestTCPSelfConnect
2023-01-19 Bryan C. Millsruntime: remove arbitrary GOARCH constraints in finaliz...
2023-01-19 Bryan C. Millscmd/go: use Cancel and WaitDelay to terminate test...
2023-01-19 Bryan C. Millsos: clean up tests
2023-01-19 Bryan C. Millsos: deflake TestPipeEOF and TestFifoEOF
2023-01-19 Tobias Klausernet/netip: fix type name in TestNoAllocs sub-test names...
2023-01-19 fangguizhencmd/go: fix comment typo
2023-01-19 Kevin Parsonsmake.bat: support existing toolchain paths with spaces
2023-01-18 Joe Tsaitime: revert strict parsing of RFC 3339
2023-01-18 Russ Coxcmd: update x/tools to latest internal Go 1.20 branch
2023-01-18 Bryan C. Millscmd/go: do not attempt to install cmd/addr2line in...
2023-01-18 Robert Griesemergo/types: factor out type parameter renaming (cleanup)
2023-01-18 Ian Lance Taylormisc/reboot: overlay $GOROOT/lib in temporary goroot
2023-01-18 Cuong Manh Lecmd/compile: fix unsafe.{SliceData,StringData} escape...
2023-01-18 Robert Griesemergo/types, types2: factor out type parameter renaming...
2023-01-17 Russ Coxsrc: update go.mod files to go 1.21
2023-01-17 Russ Coxcmd/go: introduce GOROOT/go.env and move proxy/sumdb...
2023-01-17 Russ Coxcmd/dist: make toolchain build reproducible
2023-01-17 Russ Coxmake.bash, make.rc: fix GOROOT detection when GOEXPERIM...
2023-01-17 Russ Coxtime/tzdata: generate zip constant during cmd/dist
2023-01-17 Russ Coxcmd/go: do not confuse files for standard library packages
2023-01-17 Matthew Dempskycmd/compile: fix static init inlining for hidden node...
2023-01-17 Robert Griesemergo/types, types2: more uses of factored functions;...
2023-01-17 Robert Griesemergo/types, types2: use factored parse/typecheck function...
2023-01-17 Robert Griesemercmd/compile: remove support for old comparable semantics
2023-01-17 Robert Griesemergo/types: consistently use _ prefix for unexported...
2023-01-17 Robert Griesemergo/types: generate util_test.go, cosmetic changes to...
2023-01-17 Robert Griesemergo/types: generate unify.go
2023-01-17 Robert Griesemergo/types: allow filename arguments to generator for...
2023-01-17 Robert Griesemergo/types: use the same interface method sorting as...
2023-01-17 Robert Griesemergo/types, types2: factor out position comparison, share...
2023-01-17 Robert Griesemergo/types, types2: factor out under.go, generate it...
2023-01-17 Robert Griesemergo/types: generate more files from types2 sources
2023-01-17 Robert Griesemergo/types: use nopos instead of token.NoPos to match...
2023-01-17 Robert Griesemergo/types: generate various source files from types2...
2023-01-17 Robert Griesemergo/types: make tracing configurable (matching types2)
2023-01-17 Robert Griesemergo/types, cmd/compile/internal/types2: minor adjustment...
2023-01-17 Robert Griesemercmd/compile/internal/syntax: remove Crawl, not needed...
2023-01-17 Robert Griesemergo/types, types2: test that error format strings have...
2023-01-17 Robert Griesemergo/types, types2: do not abort constraint type inferenc...
2023-01-17 Robert Griesemergo/types, types2: distinguish between substring and...
2023-01-17 Robert Griesemerinternal/types: consistently use double quotes around...
2023-01-17 Robert Griesemergo/types, types2: avoid sorting all errors when matchin...
2023-01-17 Robert Griesemergo/types: use commentMap to collect error comments
2023-01-17 Robert Griesemergo/types: add commentMap and test
2023-01-17 Robert Griesemercmd/compile/internal/syntax: rename ErrorMap to Comment...
2023-01-17 Cherry Muiinternal/goversion: update Version to 1.21
2023-01-17 Keith Randallcmd/compile: ensure temp register mask isn't empty
2023-01-17 Alan Donovanos: document that Rename is not atomic on non-Unix...
2023-01-17 Filippo Valsordadoc/go1.20: update cryptography release notes
2023-01-17 fangguizhenstrings: remove redundant symbols
2023-01-17 Than McIntoshcmd/go: include coverage build flags for "go list"
2023-01-17 Filippo Valsordacrypto/ed25519: improve Ed25519ctx docs and add example
2023-01-17 Filippo Valsordacrypto/x509: clarify that CheckSignatureFrom and CheckS...
2023-01-17 Russ Coxcmd/go: document GODEBUG=installgoroot=all
2023-01-17 Russ Coxdoc/go1.20: remove mention of arena goexperiment
2023-01-17 Russ Coxarchive/tar, archive/zip: document ErrInsecurePath...
2023-01-16 Archana Rruntime: fix performance regression in morestack_noctxt...
2023-01-13 Bryan MillsRevert "internal/fsys: follow root symlink in fsys...
2023-01-13 Austin Clementsdoc/go1.20: mention build speed improvements
2023-01-13 Than McIntoshcmd/cover: remove go.mod from testdata subdir
2023-01-11 Robert Findleygo/types, types2: don't look up fields or methods when...
2023-01-11 zhengchaopuruntime: fix incorrect comment
2023-01-11 Robert Griesemercmd/compile: better error message for when a type is...
2023-01-10 Russ Coxcmd/link, runtime: Apple libc atfork workaround take 3
2023-01-10 Russ Coxruntime: revert use of __fork to work around Apple...
2023-01-10 Bryan C. Millsos/exec: avoid leaking an exec.Cmd in TestWaitInterrupt
2023-01-09 Keith Randallcmd/compile: prevent IsNewObject from taking quadratic...
2023-01-09 Michael Prattcmd/compile/internal/pgo: add hint to missing start_lin...
2023-01-09 Ian Lance Taylorruntime: skip TestCgoPprofCallback in short mode, don...
2023-01-09 Austin Clementsruntime/pprof: document possibility of empty stacks
2023-01-09 Austin Clementsruntime/pprof: improve output of TestLabelSystemstack
2023-01-09 csuzhangsync/atomic: fix the note of atomic.Store
2023-01-09 Marcel Meyerall: fix typos in go file comments
2023-01-06 Shengjing Zhusyscall: skip TestUseCgroupFD if cgroupfs not mounted
2023-01-06 Ikko Eltociear... net: fix typo in hosts.go
2023-01-06 Keith Randallcmd/compile: describe how Go maps to wasm implementation
2023-01-05 Tobias Klausercrypto/tls: fix typo in cacheEntry godoc
2023-01-05 Than McIntoshcmd/cover: fix problems with "go test -covermode=atomic...
2023-01-04 Piersdoc/go1.20: fix links to new strings functions
2023-01-04 Russ Coxcrypto/internal/boring: add dev.boringcrypto README...
2023-01-04 Robert Griesemercmd/compile: use "satisfies" (not "implements") for...
2023-01-04 Roland Illigcmd/gofmt: fix a typo in a comment
2023-01-03 Ian Lance TaylorREADME.vendor: minor updates
2023-01-03 Alexander Yastrebovdoc/go1.20: fix http.ResponseController example
next