summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-2022121416381...Damien Neil2022-12-194-10/+5
* [release-branch.go1.19] os: skip size test in TestLstat if the file is a symlinkIan Lance Taylor2022-12-141-3/+5
* [release-branch.go1.19] cmd/compile: fix missing typecheck for static initial...Cuong Manh Le2022-12-092-0/+46
* [release-branch.go1.19] cmd/link/internal/ppc64: fix trampoline reuse distanc...Paul E. Murphy2022-12-092-2/+103
* [release-branch.go1.19] cmd/go: remove TestScript/version_buildvcs_git_gpgBryan C. Mills2022-12-091-105/+0
* [release-branch.go1.19] sync/atomic: allow linked list of atomic pointers againRuss Cox2022-12-092-2/+9
* [release-branch.go1.19] net: reenable SRV tests with _ldap._tcp.google.comDamien Neil2022-12-091-16/+8
* [release-branch.go1.19] cmd/go: skip TestScript/mod_replace_gopkginBryan C. Mills2022-12-091-0/+3
* [release-branch.go1.19] cmd/compile: turn off jump tables when spectre retpol...Keith Randall2022-12-092-1/+29
* [release-branch.go1.19] go1.19.4go1.19.4Gopher Robot2022-12-061-1/+1
* [release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Damien Neil2022-12-062-7/+13
* [release-branch.go1.19] os, net/http: avoid escapes from os.DirFS and http.Di...Damien Neil2022-12-069-9/+328
* [release-branch.go1.19] testing: skip flaky TestRaiseException on windows-amd...Than McIntosh2022-11-301-1/+1
* [release-branch.go1.19] runtime: make GC see object as allocated after it is ...Cherry Mui2022-11-254-1/+22
* [release-branch.go1.19] crypto/x509: allow BoringCrypto to use 4096-bit keysRuss Cox2022-11-134-52/+73
* [release-branch.go1.19] net: disable TestLookupDotsWithRemoteSource and TestL...Michael Anthony Knyszek2022-11-111-0/+8
* [release-branch.go1.19] sync/atomic: disallow type conversions of atomic.Poin...Mateusz Poliwczak2022-11-111-0/+4
* [release-branch.go1.19] runtime: don't jump stack if at entry of systemstackCherry Mui2022-11-091-0/+11
* [release-branch.go1.19] cmd/compile: allow ineffectual //go:linkname in -lang...Matthew Dempsky2022-11-092-1/+24
* [release-branch.go1.19] os/exec: allow NUL in environment variables on Plan 9Matthew Dempsky2022-11-093-6/+20
* [release-branch.go1.19] cmd/compile: copy blank parameter node when substitut...Cherry Mui2022-11-082-1/+74
* [release-branch.go1.19] runtime: fix usleep on linux/PPC64Paul E. Murphy2022-11-081-8/+15
* [release-branch.go1.19] crypto/x509: respect GODEBUG changes for allowing SHA...Russ Cox2022-11-083-12/+7
* [release-branch.go1.19] go1.19.3go1.19.3Gopher Robot2022-11-011-1/+1
* [release-branch.go1.19] syscall, os/exec: reject environment variables contai...Damien Neil2022-11-014-15/+52
* [release-branch.go1.19] cmd/compile: fix missing walk pass for static initial...Cuong Manh Le2022-10-242-0/+12
* [release-branch.go1.19] all: prevent fakePC overflow on 386 in libfuzzer modeCuong Manh Le2022-10-245-35/+47
* [release-branch.go1.19] runtime: always keep global reference to mp until mex...Michael Pratt2022-10-2431-53/+77
* [release-branch.go1.19] cmd/go/internal/modload: update TestQueryImport to pa...Bryan C. Mills2022-10-201-1/+1
* [release-branch.go1.19] go1.19.2go1.19.2Gopher Robot2022-10-041-1/+1
* [release-branch.go1.19] regexp: limit size of parsed regexpsRuss Cox2022-10-042-10/+150
* [release-branch.go1.19] archive/tar: limit size of headersDamien Neil2022-10-046-3/+56
* [release-branch.go1.19] net/http/httputil: avoid query parameter smugglingDamien Neil2022-09-282-0/+110
* [release-branch.go1.19] cmd/compile/internal/typebits: relax alignment checkCuong Manh Le2022-09-213-6/+44
* [release-branch.go1.19] cmd/compile: skip emitting dictionaries with missing ...Matthew Dempsky2022-09-212-1/+58
* [release-branch.go1.19] cmd/link: suppress -no_pie deprecation warning on darwinCherry Mui2022-09-211-0/+7
* [release-branch.go1.19] cmd/link: stop passing -pagezero_size to darwin linkerCherry Mui2022-09-211-1/+0
* [release-branch.go1.19] go/types, types2: allow (string...) signature with Ne...Robert Griesemer2022-09-214-9/+91
* [release-branch.go1.19] cmd/compile: avoid using destination pointer base typ...Keith Randall2022-09-214-33/+119
* [release-branch.go1.19] cmd/compile/internal/inline: fix latent CalleeEffects...Matthew Dempsky2022-09-192-2/+23
* [release-branch.go1.19] runtime/cgo: add -fno-stack-protector to CFLAGSAustin Clements2022-09-131-1/+3
* [release-branch.go1.19] all: upgrade golang.org/x/net to v0.0.0-2022090701372...Damien Neil2022-09-094-6/+4
* [release-branch.go1.19] go1.19.1go1.19.1Gopher Robot2022-09-061-1/+1
* [release-branch.go1.19] net/http: update bundled golang.org/x/net/http2Damien Neil2022-09-062-0/+5
* [release-branch.go1.19 cmd/compile: align stack offset to alignment larger th...Cherry Mui2022-08-313-4/+56
* [release-branch.go1.19] runtime: mark morestack_noctxt SPWRITE on LR architec...Cherry Mui2022-08-317-2/+51
* [release-branch.go1.19] runtime: fix ppc64 startup on newer linux kernelsPaul E. Murphy2022-08-311-0/+1
* [release-branch.go1.19] cmd/compile: only inline method wrapper if method don...Cuong Manh Le2022-08-312-3/+57
* [release-branch.go1.19] cmd/go/internal/imports: recognize "unix" build tagZeke Lu2022-08-304-11/+69
* [release-branch.go1.19] cmd/link: fix trampolines breaking DWARF line infoJeremy Quirke2022-08-292-7/+81