]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2023-01-20 Than McIntoshruntime/coverage: avoid non-test coverage profiles...
2023-01-20 Sameer Ajmanicontext: add APIs for setting a cancelation cause when...
2023-01-20 Robert Findleygo/types: add a test that generated files match types2
2023-01-20 Kevin Parsonscmd/link: fix incorrect DOS header on Windows binaries
2023-01-20 Keith Randallcmd/compile: ensure register args come before on-stack...
2023-01-20 Changkun Ousync: document memory model for Swap/CompareAnd{Swap...
2023-01-20 Robert Griesemergo/types, types2: use go.dev/issue/nnnnn when referring...
2023-01-20 Robert Griesemertypes2: add *Config to typecheck functions for tests...
2023-01-20 Robert Griesemergo/types: generate instantiate.go
2023-01-20 Robert Griesemergo/types: provision for generating initorder.go, but...
2023-01-20 Dmitri Shuralyovcmd/dist: mark linux/sparc64 as a broken port, remove...
2023-01-20 Dmitri Shuralyovcmd/dist: add map of broken ports and -force flag
2023-01-20 Dmitri Shuralyovcmd/dist: remove GOTESTONLY environment variable
2023-01-20 Dmitri Shuralyovcmd/dist: remove hardcoded timeout scale for arm and...
2023-01-20 Anit Gandhicrypto/tls: improve client auth failure alerts
2023-01-20 Ian Lance Taylorcmd/go: update test for change in panic(nil) behavior
2023-01-20 Daniel Martígo/types: use internal/lazyregexp for goVersionRx
2023-01-20 Daniel Martíencoding/gob: shave off some init time cost
2023-01-20 Daniel Martíinternal/profile: use internal/lazyregexp for the legac...
2023-01-20 Daniel Martícmd/link: use strings.LastIndexByte to fix a TODO
2023-01-20 Jakub Ciolekcmd/compile: use a boolean as a avoid clobbering flags...
2023-01-20 Srinivas Pokalacmd/internal/obj/s390x, runtime: fix breakpoint in...
2023-01-20 Jorropocmd/compile: AMD64v3 remove unnecessary TEST comparisio...
2023-01-20 Jorropocmd/compile: rewrite empty makeslice to zerobase pointer
2023-01-20 liu-xuewenruntime: remove 104 byte stack guard
2023-01-20 Keith Randallcmd/compile: improve scheduling pass
2023-01-20 Marcel Meyerall: fix typos in go file comments
2023-01-20 Robert Griesemergo/types: generate infer.go
2023-01-20 Robert Griesemercmd/compile/internal/types2: remove useConstraintTypeIn...
2023-01-20 fangguizhenbytes, strings: rename field in CutSuffix tests
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
next