]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2022-01-06 Carlos Amedee[release-branch.go1.16] go1.16.13 go1.16.13
2022-01-06 Carlos Amedee[release-branch.go1.16] net/http: update bundled golang...
2022-01-05 Ian Lance Taylor[release-branch.go1.16] cmd/link: use SHT_INIT_ARRAY...
2021-12-22 Michael Anthony... [release-branch.go1.16] runtime: set iOS addr space...
2021-12-22 Cherry Mui[release-branch.go1.16] runtime/race: rebuild darwin...
2021-12-21 hanpro[release-branch.go1.16] cmd/compile: avoid adding LECal...
2021-12-21 Cherry Mui[release-branch.go1.16] runtime/race: use race build...
2021-12-15 Heschi Kreinick[release-branch.go1.16] Reapply "cmd/link: support...
2021-12-09 Alexander Rakoczy[release-branch.go1.16] go1.16.12 go1.16.12
2021-12-09 Filippo Valsorda[release-branch.go1.16] net/http: update bundled golang...
2021-12-09 Russ Cox[release-branch.go1.16] syscall: avoid writing to p...
2021-12-09 Russ Cox[release-branch.go1.16] syscall: fix ForkLock spurious...
2021-12-09 Alex RakoczyRevert "[release-branch.go1.16] cmd/link: support more...
2021-12-02 Cherry Zhang[release-branch.go1.16] cmd/link: support more load...
2021-12-02 Heschi Kreinick[release-branch.go1.16] go1.16.11 go1.16.11
2021-12-02 Cuong Manh Le[release-branch.go1.16] cmd/compile: only update source...
2021-12-02 Michael Anthony... [release-branch.go1.16] net/http: update bundled golang...
2021-12-01 Damien Neil[release-branch.go1.16] net/http/httptest: wait for...
2021-12-01 Damien Neil[release-branch.go1.16] net/http: do not send Transfer...
2021-12-01 Damien Neil[release-branch.go1.16] net/http: do not cancel request...
2021-12-01 Jason A. Donenfeld[release-branch.go1.16] runtime: keep //go:cgo_unsafe_a...
2021-11-29 zhouguangyuan[release-branch.go1.16] time: fix looking for zone...
2021-11-22 Bryan C. Mills[release-branch.go1.16] cmd/go: forward the MallocNanoZ...
2021-11-09 Cuong Manh Le[release-branch.go1.16] cmd/go: fix mod_get_direct
2021-11-04 Than McIntosh[release-branch.go1.16] go1.16.10 go1.16.10
2021-11-03 Jason7602[release-branch.go1.16] archive/zip: don't panic on...
2021-11-01 Dmitri Shuralyov[release-branch.go1.16] net/http: update bundled golang...
2021-10-29 Roland Shoemaker[release-branch.go1.16] debug/macho: fail on invalid...
2021-10-28 Richard Musiol[release-branch.go1.16] cmd/link: increase reserved...
2021-10-28 Michael Pratt[release-branch.go1.16] runtime: consistently access...
2021-10-27 Keith Randall[release-branch.go1.16] cmd/compile: ensure constant...
2021-10-27 Keith Randall[release-branch.go1.16] cmd/compile: fix simplification...
2021-10-07 Michael Anthony... [release-branch.go1.16] go1.16.9 go1.16.9
2021-10-07 Michael Knyszek[release-branch.go1.16] misc/wasm, cmd/link: do not...
2021-09-23 Ian Lance Taylor[release-branch.go1.16] text/template: initialize templ...
2021-09-15 Ian Lance Taylor[release-branch.go1.16] runtime: in adjustTimers back...
2021-09-09 Than McIntosh[release-branch.go1.16] go1.16.8 go1.16.8
2021-09-09 Ian Lance Taylor[release-branch.go1.16] text/template: add lock for...
2021-09-02 Damien Neil[release-branch.go1.16] all: update golang.org/x/net...
2021-09-01 Roland Shoemaker[release-branch.go1.16] archive/zip: prevent preallocat...
2021-08-13 Michael Pratt[release-branch.go1.16] runtime: drop SIGPROF while...
2021-08-11 Than McIntosh[release-branch.go1.16] go/internal/gccgoimporter:...
2021-08-04 David Chase[release-branch.go1.16] go1.16.7 go1.16.7
2021-08-04 Damien Neil[release-branch.go1.16] net/http: speed up and deflake...
2021-08-03 Derek Parker[release-branch.go1.16] runtime: fix crash during VDSO...
2021-08-03 Yasuhiro Matsumoto[release-branch.go1.16] cmd/go: use path.Dir instead...
2021-08-02 Constantin... [release-branch.go1.16] cmd/go: remove hint when no...
2021-08-02 Cherry Zhang[release-branch.go1.16] cmd/compile: mark R16, R17...
2021-08-02 Than McIntosh[release-branch.go1.16] cmd/{compile,link}: fix bug...
2021-08-02 Roland Shoemaker[release-branch.go1.16] cmd/go/internal/load: always...
2021-08-02 Damien Neil[release-branch.go1.16] net/http/httputil: close incomi...
2021-07-30 Ian Lance Taylor[release-branch.go1.16] runtime: remove adjustTimers...
2021-07-22 Ian Lance Taylor[release-branch.go1.16] runtime: don't clear timerModif...
2021-07-12 Dmitri Shuralyov[release-branch.go1.16] go1.16.6 go1.16.6
2021-07-12 Roland Shoemaker[release-branch.go1.16] crypto/tls: test key type when...
2021-07-08 Roland Shoemaker[release-branch.go1.16] net: filter bad names from...
2021-07-08 Roland Shoemaker[release-branch.go1.16] net: don't reject null mx records
2021-06-29 Damien Neil[release-branch.go1.16] net/http: fix ResponseWriter...
2021-06-29 Than McIntosh[release-branch.go1.16] cmd/compile: make map.zero...
2021-06-21 Rahul Bajaj[release-branch.go1.16] syscall: fix TestGroupCleanupUs...
2021-06-03 David Chase[release-branch.go1.16] go1.16.5 go1.16.5
2021-06-02 Roland Shoemaker[release-branch.go1.16] net: don't rely on system hosts...
2021-06-02 Bryan C. Mills[release-branch.go1.16] cmd/go: error out of 'go mod...
2021-06-02 Bryan C. Mills[release-branch.go1.16] cmd/go: use a real Go version...
2021-06-02 Jay Conrod[release-branch.go1.16] cmd/go: in 'go mod download...
2021-06-02 Lynn Boger[release-branch.go1.16] cmd/link/internal: fix use...
2021-06-02 Michael Fraenkel[release-branch.go1.16] net/http: prevent infinite...
2021-05-28 Filippo Valsorda[release-branch.go1.16] net/http/httputil: always remov...
2021-05-28 Roland Shoemaker[release-branch.go1.16] archive/zip: only preallocate...
2021-05-27 Roland Shoemaker[release-branch.go1.16] net: verify results from Lookup...
2021-05-27 Robert Griesemer[release-branch.go1.16] math/big: check for excessive...
2021-05-21 Cherry Mui[release-branch.go1.16] cmd/link: don't cast end addres...
2021-05-20 Paul E. Murphy[release-branch.go1.16] cmd/link: disable plugin suppor...
2021-05-06 Heschi Kreinick[release-branch.go1.16] go1.16.4 go1.16.4
2021-05-05 Clément Chigot[release-branch.go1.16] runtime/pprof: skip tests for AIX
2021-05-04 Andrew G. Morgan[release-branch.go1.16] syscall: syscall.AllThreadsSysc...
2021-05-04 Paul E. Murphy[release-branch.go1.16] cmd/compile: fix ANDI/SRWI...
2021-05-04 Michael Pratt[release-branch.go1.16] runtime: non-strict InlTreeInde...
2021-04-30 Ian Lance Taylor[release-branch.go1.16] archive/zip: only return direct...
2021-04-28 Katie Hockman[release-branch.go1.16] std: update golang.org/x/net...
2021-04-12 Ian Lance Taylor[release-branch.go1.16] time: use offset and isDST...
2021-04-01 Dmitri Shuralyov[release-branch.go1.16] go1.16.3 go1.16.3
2021-03-31 Pat Gavlin[release-branch.go1.16] cmd/compile: fix long RMW bit...
2021-03-31 Michael Pratt[release-branch.go1.16] runtime: non-strict InlTreeInde...
2021-03-31 Keith Randall[release-branch.go1.16] cmd/compile: disable shortcircu...
2021-03-31 Bryan C. Mills[release-branch.go1.16] cmd/go: allow '+' in package...
2021-03-29 Russ Cox[release-branch.go1.16] build: set GOPATH consistently...
2021-03-25 Cherry Zhang[release-branch.go1.16] cmd/link: generate trampoline...
2021-03-25 Cherry Zhang[release-branch.go1.16] cmd/compile, cmd/link: dynamica...
2021-03-25 Jay Conrod[release-branch.go1.16] cmd/go/internal/modfetch: detec...
2021-03-24 Tao Qingyun[release-branch.go1.16] testing: update helperNames...
2021-03-12 Jay Conrod[release-branch.go1.16] cmd/go: fix godoc formatting...
2021-03-12 Michael Pratt[release-branch.go1.16] runtime, time: disable preempti...
2021-03-11 Carlos Amedee[release-branch.go1.16] go1.16.2 go1.16.2
2021-03-10 Jay Conrod[release-branch.go1.16] cmd/go: clarify errors for...
2021-03-10 Jay Conrod[release-branch.go1.16] cmd/go: don't report missing...
2021-03-10 Katie Hockman[release-branch.go1.16] all: merge release-branch.go1...
2021-03-10 Alexander Rakoczy[release-branch.go1.16-security] go1.16.1 go1.16.1
2021-03-09 Roland Shoemaker[release-branch.go1.16-security] archive/zip: fix panic...
2021-03-09 Katie Hockman[release-branch.go1.16-security] encoding/xml: prevent...
next