]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2023-08-04 Damien Neil[release-branch.go1.21] Revert "net/http: use Copy...
2023-08-03 Robert Griesemer[release-branch.go1.21] spec: remove unnecessary sentence
2023-08-03 Johan Brandhorst... [release-branch.go1.21] runtime/internal: switch GOWASI...
2023-08-02 Damien Neil[release-branch.go1.21] crypto/tls: change SendSessionT...
2023-08-02 Cherry Mui[release-branch.go1.21] cmd/link: use symbol-targeted...
2023-08-02 Mauri de Souza... [release-branch.go1.21] cmd/go: missing name in failed...
2023-08-02 Gopher Robot[release-branch.go1.21] go1.21rc4 go1.21rc4
2023-08-01 Roland Shoemaker[release-branch.go1.21] crypto/tls: restrict RSA keys...
2023-08-01 Russ Cox[release-branch.go1.21] cmd/go: make go list -m -u...
2023-07-31 Johan Brandhorst... [release-branch.go1.21] misc/wasm: switch default WASI...
2023-07-31 Robert Griesemer[release-branch.go1.21] spec: update spec to version...
2023-07-31 Cherry Mui[release-branch.go1.21 cmd/cgo/internal/test: don't...
2023-07-28 Dmitri Shuralyov[release-branch.go1.21] cmd/dist: handle -json flag...
2023-07-27 Ian Lance Taylor[release-branch.go1.21] maps: remove Keys and Values
2023-07-27 Cherry Mui[release-branch.go1.21] cmd/link: don't generate DYSYMT...
2023-07-24 zikaeroh[release-branch.go1.21] log/slog: fix comment above...
2023-07-24 Rob Findley[release-branch.go1.21] go/types, types2: update docume...
2023-07-21 Dmitri Shuralyov[release-branch.go1.21] cmd/dist: apply timeout scale...
2023-07-21 Meng Zhuo[release-branch.go1.21] cmd/asm, cmd/internal/obj:...
2023-07-21 Robert Griesemer[release-branch.go1.21] go/types, types2: a min/max...
2023-07-20 Cherry Mui[release-branch.go1.21 cmd/go: attach PGO profile for...
2023-07-20 Dmitri Shuralyov[release-branch.go1.21] doc: delete go1.21.html copy
2023-07-20 qmuntal[release-branch.go1.21] runtime: ensure stack is aligne...
2023-07-20 Heschi Kreinick[release-branch.go1.21] net: tolerate permission errors...
2023-07-19 Guoqi Chen[release-branch.go1.21] doc/go1.21: add release notes...
2023-07-18 Heschi Kreinick[release-branch.go1.21] all: merge master (2639a17...
2023-07-18 Carlos Amedeedoc: run relnotes again
2023-07-18 darkfelinenet/rpc: use conventional `err` in example
2023-07-17 Rob Findleygo/types, types2: remove unnecessary assert on pointer...
2023-07-17 Keith Randallmath: test large negative values as args for trig functions
2023-07-17 Bryan C. Millscmd/go: fix tests when go.env sets GOPROXY=direct GOSUM...
2023-07-17 Austin Clementsdoc/go1.21: use consistent capitalization for amd64
2023-07-14 Jonathan Amsterdamlog/slog: doc commonHandler.handle
2023-07-14 Will Rodenlog/slog: fix issue with concurrent writes
2023-07-14 Gopher Robot[release-branch.go1.21] go1.21rc3 go1.21rc3
2023-07-14 Bryan C. Millscmd/covdata: format package comment for 'go doc' rendering
2023-07-13 Johan Brandhorst... bytes: remove builders check from compare test
2023-07-13 Cherry Mui[release-branch.go1.21] all: merge master (b88bd91...
2023-07-13 Bryan C. Millscmd/go/internal/modfetch: always allow Stat for the...
2023-07-13 Bryan C. Millsnet/http: revert stray edit to h2_bundle.go from CL...
2023-07-13 cui fliterall: remove duplicate word and fix comment
2023-07-12 Dan Kortschakall: fix typos and remove repeated words
2023-07-12 Cherry Mui[release-branch.go1.21] all: merge master (6244b19...
2023-07-12 Russ Coxall: update vendored dependencies
2023-07-12 Russ Coxcmd/go: fix go get go@badversion
2023-07-12 Russ Coxcmd/go: fix GOTOOLCHAIN parsing for +auto
2023-07-12 Bryan C. Millsdoc/go1.21: add a release note for CL 463177
2023-07-12 Paul E. Murphycmd/compile: on PPC64, fix sign/zero extension when...
2023-07-11 Jonathan Amsterdamsrc/README.vendor: s/latest/master/
2023-07-11 Jonathan Amsterdamtesting/slogtest: check for no group with empty record
2023-07-11 Bryan C. Millsnet/http/fcgi: eliminate goroutine leaks in tests
2023-07-11 Bryan C. Millsos/exec: ignore context.Canceled errors in TestConcurre...
2023-07-11 Jonathan Amsterdamlog/slog: replace nil contexts with context.Background()
2023-07-11 Jonathan Amsterdamlog/slog: change XXXCtx functions to XXXContext
2023-07-11 Bryan C. Millstime: increase arbitrary upper bound in TestReset to 10s
2023-07-11 Matthieu Baertsnet: mptcp: force using MPTCP with GODEBUG
2023-07-10 Bryan C. Millssyscall: serialize locks on ForkLock on platforms where...
2023-07-10 Cuong Manh Letest: add test cases for index value with range array...
2023-07-10 Cuong Manh Lecmd/compile: fix clear on slice with zero size elem
2023-07-10 Keith Randallcmd/compile: don't ICE on unaligned offsets for pointer...
2023-07-07 qmuntalos: support reading empty root directories on Windows
2023-07-07 Than McIntoshsrc/database/sql: run gofmt
2023-07-07 Robert Findleygo/types, types2: do not mutate arguments in NewChecker
2023-07-07 Michael Mundaymath: add test that covers riscv64 fnm{add,sub} codegen
2023-07-07 Jonathan Amsterdamlog/slog: handle recursively empty groups
2023-07-06 Achille Rousselos: do not skip directory entries with zero inodes...
2023-07-06 Cherry Muiruntime: print output on failure in TestMemPprof
2023-07-06 Ian Lance Taylornet: only build cgo_stub.go on unix or wasip1
2023-07-06 Russ Coxcmd/go: pass GoVersion in vet config
2023-07-06 Russ Coxgo/types: record Config.GoVersion for reporting in...
2023-07-06 Merrick Claylog/slog: fix faulty test
2023-07-05 Meng Zhuocmd/compile: fix FMA negative commutativity of riscv64
2023-07-05 Michael Mundaymath: fix portable FMA when x*y < 0 and x*y == -z
2023-07-05 zikaerohdatabase/sql: prevent internal context error from being...
2023-07-05 Michael Anthony... runtime,runtime/metrics: clarify OS stack metrics
2023-07-04 Keith Randallruntime: have ReadMemStats do a nil check before switch...
2023-07-04 Oleksandr Redkoos, syscall: update unreachable link about =C: envs
2023-07-04 Meng Zhuotest/codegen: enable Mul2 DivPow2 test for riscv64
2023-06-30 Michael Prattruntime: check GOFLAGS not GCFLAGS
2023-06-29 Chris O'Haranet: enable pure Go resolver for wasip1
2023-06-29 Chris O'Harasyscall: stub Getrlimit on wasip1
2023-06-29 Jes Cokcmd/asm/internal/lex: fix comment, remove the first...
2023-06-29 Robert Griesemercmd/compile/internal/types2: make TestIssue43124 match...
2023-06-29 Damien Neilnet/http: validate Host header before sending
2023-06-29 Than McIntoshcmd/{go,compile}: run gofmt
2023-06-29 Chris O'Hararuntime: run wasip1 tests with wazero
2023-06-29 Ben Hoytslices, maps: add examples; doc comment fixes
2023-06-29 Mark Ryaninternal/bytealg: fix alignment code in equal_riscv64.s
2023-06-28 Cuong Manh Lecmd/compile: handle min/max correctly in mayCall
2023-06-28 Matthew Dempskycmd/compile/internal/ssagen: fix min/max codegen, again
2023-06-28 Russ Coxcmd/go: enable slog vet check during 'go test'
2023-06-27 Ian Lance Taylorcmd/dist, internal/abi: support bootstrapping with...
2023-06-27 Hiroruntime: fix trace.Stop deadlock when built with faketime
2023-06-27 Cuong Manh Lecmd/compile: fix bad order of evaluation for min/max...
2023-06-27 Joe Tsaiencoding: document that base32 and base64 do not use...
2023-06-27 qmuntalsyscall: clarify which handles are affected by SysProcA...
2023-06-27 Chris O'Harasyscall: try non-blocking stdio on wasip1
2023-06-26 Robert Griesemergo/types, types2: replace TODO with clarifying comment
2023-06-26 Tobias Klauserslices: add godoc links
2023-06-26 Robert Griesemergo/types, types2: fix interface unification
next