]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-05-31 Jonathan Amsterdamgo1.21.html: describe testing/slogtest package
2023-05-31 Robert Griesemerdoc/go1.21: document type inference changes
2023-05-31 Michael Prattdoc/go1.21: mention improvement to C-to-Go calls
2023-05-31 Jonathan Amsterdamgo1.21.html: remove log/slog package "changes"
2023-05-31 Ian Lance TaylorRevert "math: add Compare and Compare32"
2023-05-31 Paul E. Murphycmd/link: support R_PPC64_REL24_P9NOTOC
2023-05-31 Tobias Klauserdoc/go1.21: fix link in WTF-8 section
2023-05-31 David Chaseruntime: preserve R29 in the write barrier flush path...
2023-05-31 Mark Ryanruntime: fix alignment code in memmove_riscv64.s
2023-05-31 Ian Lance Taylordoc/go1.21: mention upgrade to Unicode 15.0.0
2023-05-31 Ian Lance Taylordoc/go1.21: document new bytes.Buffer methods
2023-05-31 Ian Lance Taylordoc/go1.21: mention debug/elf changes
2023-05-31 Ian Lance Taylordoc/go1.21: reading from debug/pe uninitialized section...
2023-05-31 Ian Lance Taylordoc/go1.21: mention that embedded files implement ReadAt
2023-05-31 Ian Lance Taylordoc/go1.21: mention flag.BoolFunc
2023-05-31 Ian Lance Taylordoc/go1.21: document io/fs formatting functions
2023-05-31 Ian Lance Taylordoc/go1.21: mention directive handling in go/{ast,build}
2023-05-31 Michael Anthony... runtime: fix race in BenchmarkSetType* benchmarks
2023-05-31 Russ Coxcmd/go: introduce WriteOpts argument for WriteGoMod
2023-05-31 Russ Coxcmd/go: clean up handling of go mod tidy -go=v during...
2023-05-31 Russ Coxcmd/go: add detection of toolchain switch loops
2023-05-31 Michael Anthony... runtime: make TestCPUMetricsSleep even more lenient
2023-05-31 Russ Coxcmd/go: scan $PATH to find version list in NewerToolchain
2023-05-31 qmuntaldoc: document WER and SEH changes in Go 1.21
2023-05-31 Than McIntoshinternal/coverage/pods: sort counter files first by...
2023-05-30 Keith Randalldoc: document new panic behavior of flag definition...
2023-05-30 Keith Randalldoc: document change of cgocheck=2 from debug to experiment
2023-05-30 Keith Randalldoc: mention the new purego implementation of hash...
2023-05-30 Keith Randalldoc: mention improvements in checking R15 use in assemb...
2023-05-30 Robert Griesemergo/types, types2: use exact unification for component...
2023-05-30 Robert Griesemergo/types, types2: add unifyMode to unifier, pass it...
2023-05-30 Michael Anthony... cmd/cgo: rewrite pointer passing rules in terms of...
2023-05-30 Cherry Muidoc/go1.21: fix HTML tag
2023-05-30 Russ Coxcmd/go: lock in new toolchain semantics
2023-05-30 Russ Coxcmd/go: switch to newer toolchain in go get as needed
2023-05-30 Than McIntoshcmd/compile: remove special treatment for cover vars...
2023-05-30 Than McIntoshcmd/{cover,go}: revise fix for pkg init order change...
2023-05-30 Jonathan Amsterdamruntime: clarify Pinner doc
2023-05-30 Ian Lance Taylordoc/go1.21: mention errors.ErrUnsupported
2023-05-30 Marten Seemanncrypto/tls: fix cipher suite check when doing 0-RTT...
2023-05-30 Ian Lance Taylordoc/go1.21: mention maps package
2023-05-30 Ian Lance Taylordoc/go1.21: mention multipath TCP support
2023-05-30 Bryan C. Millscmd/go/internal/modload: break more cycles in readModGraph
2023-05-30 Mark Ryaninternal/bytealg: fix alignment code in compare_riscv64.s
2023-05-30 Robert Griesemergo/types: don't use user string as format string
2023-05-30 qmuntalsyscall: fix ComputerName on Windows
2023-05-27 Enrico Candinocmd/go: update cover flag documentation
2023-05-27 Ian Lance Taylordoc/go1.21: document clear builtin and init order changes
2023-05-27 Michael Prattcmd/go: always track visited packages in setPGOProfilePath
2023-05-26 Ian Lance Taylordoc/go1.21: mention os package changes
2023-05-26 Ian Lance Taylordoc/go1.21: mention changes to the reflect package
2023-05-26 Ian Lance Taylordoc/go1.21: mention regexp.MarshalText and UnmarshalText
2023-05-26 Matthew Dempskyall: update vendored dependencies
2023-05-26 Ian Lance Taylordoc/go1.21: remove TODOs for x/ repos
2023-05-26 Dmitri Shuralyovcmd/internal/testdir: stop manually adding GOROOT/bin...
2023-05-26 Than McIntoshcmd/go: remove stray reference to mkalldocs.sh
2023-05-26 Alan Donovandoc: release notes for my humble contributions to go1.21
2023-05-26 Chris O'Harasyscall: implement wasip1 Fcntl
2023-05-26 Johan Brandhorst... misc/wasm: set PATH variable in exec
2023-05-26 Ian Lance Taylordoc/go1.21: mention syscall package changes
2023-05-26 Ian Lance Taylorio: clarify that Read(nil) can return 0, EOF
2023-05-26 Than McIntoshdoc: add release note on dead global map variable deletion
2023-05-26 Austin Clementsruntime: delete a very stale comment
2023-05-26 Dmitri Shuralyovcmd/go/internal/modget: remove unused base.Errorf argument
2023-05-26 Damien Neilcrypto/tls: avoid referencing potentially unused symbol...
2023-05-26 Ian Lance Taylordoc/go1.21: mention new go test -fullpath option
2023-05-26 Dan Petersondoc: fill out net/http.ErrSchemeMismatch note
2023-05-26 Brad Fitzpatrickdatabase/sql: fix regression from earlier RawBytes fix
2023-05-25 Robert Griesemerdoc: add release notes for new min/max built-ins
2023-05-25 Russ Coxcmd/go: show full path name (testdata/script/foo.txt...
2023-05-25 Ian Lance Taylordoc/go1.21: merge x/exp/slices issue into slices package
2023-05-25 Robert Griesemergo/types, types2: don't infer type argument for unused...
2023-05-25 Robert Griesemerspec: document min and max built-ins
2023-05-25 Eli Benderskydoc: add release notes for additions to the slices...
2023-05-25 Michael Matloobcmd/go: fix reporting of test cycles to have proper...
2023-05-25 Russ Coxruntime: change heapObjectsCanMove to a func
2023-05-25 Russ Coxcmd/go: rename gover.ToolchainVersion to gover.FromTool...
2023-05-25 Russ Coxcmd/go: avoid duplicate errors in module load
2023-05-25 Russ Coxcmd/go: expand acceptable toolchains a bit
2023-05-25 Russ Coxcmd/go: add go get go@version and toolchain@version
2023-05-25 Russ Coxcmd/go: handle queries properly in go install m@v
2023-05-25 Russ Coxcmd/go: refuse to download zip files for too-new modules
2023-05-25 Austin Clementscmd/dist: drop wasitest from special list
2023-05-25 Russ Coxall: fix buildall.bash
2023-05-25 Olivier Menguéerrors: add godoc links
2023-05-25 Russ Coxruntime: add heapObjectsCanMove
2023-05-25 Roland Shoemakercrypto/internal/bigmod: don't panic on NewModulusFromBig(0)
2023-05-25 Monis Khancrypto/tls: advertise correct ciphers in TLS 1.3 only...
2023-05-25 Russ Coxcmd/go: clear HGRCPATH in script test
2023-05-25 Brad Fitzpatrickcmd/go: abstract build cache, support implementations...
2023-05-25 Filippo Valsordacrypto/tls: don't reverify but check certificate expira...
2023-05-25 Filippo Valsordacrypto/tls: add VersionName
2023-05-25 Filippo Valsordacrypto/tls: implement Extended Master Secret
2023-05-25 Filippo Valsordacrypto/tls: add QUIC 0-RTT APIs
2023-05-25 Chris O'Haranet: implement wasip1 FileListener and FileConn
2023-05-25 Chris O'Hararuntime: implement wasip1 netpoll
2023-05-25 Sean Liaoencoding/json: document unsupported float values
2023-05-24 Filippo Valsordacrypto/tls: add SessionState.Extra
2023-05-24 Filippo Valsordacrypto/tls: add WrapSession and UnwrapSession
2023-05-24 Filippo Valsordacrypto/tls: add ClientSessionState.ResumptionState...
next