2019-06-07 |
Daniel Martí | os: change UserConfigDir on Darwin to ~/Library/Applica... |
commit | commitdiff | tree |
2019-06-07 |
Keith Randall | cmd/link: fix deferreturn detector |
commit | commitdiff | tree |
2019-06-07 |
Brad Fitzpatrick | net/http: support BaseContext & ConnContext for http2... |
commit | commitdiff | tree |
2019-06-07 |
Austin Clements | cmd/dist,cmd/compile: remove -allabis mode |
commit | commitdiff | tree |
2019-06-07 |
Matt Layher | syscall: refer to Proc.Call documentation for LazyProc... |
commit | commitdiff | tree |
2019-06-07 |
Constantin... | cmd/go: fix error messages for go mod download in GOPAT... |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | cmd/go: recommend -d when -m is used |
commit | commitdiff | tree |
2019-06-07 |
Bryan C. Mills | cmd/go/internal/modload: propagate errors from Query... |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | text/template: clarify the safety of Template.New |
commit | commitdiff | tree |
2019-06-07 |
Ian Lance Taylor | go/internal/gccgoimporter: update for gofrontend export... |
commit | commitdiff | tree |
2019-06-07 |
Daniel Martí | cmd/vendor: go get -u golang.org/x/tools && go mod... |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | runtime/internal/atomic: remove erroneous ABI wrappers |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | runtime/internal/atomic: export more ABI0 wrappers |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | net: remove non-cgo macOS resolver code |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | net: fix non-cgo macOS resolver code |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | runtime: document, fix libc error checks on macOS |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | cmd/go: remove cross-package assembly reference discovery |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | runtime: mark all Go symbols called from assembly in... |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | cmd/compile: make the second argument to go:linkname... |
commit | commitdiff | tree |
2019-06-06 |
Austin Clements | cmd/compile: generate ABI wrappers for //go:linkname... |
commit | commitdiff | tree |
2019-06-06 |
Michael Munday | cmd/compile, runtime: make atomic loads/stores sequenti... |
commit | commitdiff | tree |
2019-06-06 |
David Chase | cmd/compile: correct capitalization in recordFlags... |
commit | commitdiff | tree |
2019-06-06 |
Meng Zhuo | syscall: fix skip condition in skipUnprivilegedUserClone |
commit | commitdiff | tree |
2019-06-06 |
David Chase | cmd/compile: add -smallframes gc flag for GC latency... |
commit | commitdiff | tree |
2019-06-06 |
Meng Zhuo | syscall: skip test if unprivileged_userns_clone sysctl... |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | runtime: fix non-tab indentation in lookup_darwin_*.s |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | runtime: fix scattered non-tab indentation in assembly |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | net: fix conf.teardown call in TestGoLookupIPOrderFallb... |
commit | commitdiff | tree |
2019-06-06 |
Russ Cox | runtime: use default system stack size, not 64 kB,... |
commit | commitdiff | tree |
2019-06-05 |
ng0 | cmd/go: accept -Wl,-R/path/ |
commit | commitdiff | tree |
2019-06-05 |
Alex Myasoedov | doc: clarify safety of multiple and concurent os.(... |
commit | commitdiff | tree |
2019-06-05 |
Keith Randall | Revert "cmd/compile,runtime: allocate defer records... |
commit | commitdiff | tree |
2019-06-05 |
Austin Clements | cmd/link: regenerate symkind_string.go |
commit | commitdiff | tree |
2019-06-05 |
Ian Lance Taylor | doc: remove CL 159258 from 1.13 release notes list |
commit | commitdiff | tree |
2019-06-05 |
Andrew Bonventre | doc: update Go 1.13 release notes using relnote |
commit | commitdiff | tree |
2019-06-05 |
Bryan C. Mills | cmd/go: replace uses of ioutil.ReadFile with renameio... |
commit | commitdiff | tree |
2019-06-05 |
Bryan C. Mills | cmd/go/internal/renameio: add a ReadFile function |
commit | commitdiff | tree |
2019-06-05 |
Ian Lance Taylor | misc/cgo/test: add test for issue 31093 |
commit | commitdiff | tree |
2019-06-05 |
Ian Lance Taylor | cmd/cgo: roll back "use C exact-width integer types... |
commit | commitdiff | tree |
2019-06-04 |
Dmitri Shuralyov | net/http: roll back "clean the path of the stripped... |
commit | commitdiff | tree |
2019-06-04 |
Tyler Bui-Palsulich | cmd/go: document GO{NO}SUMDB in 'go help environment... |
commit | commitdiff | tree |
2019-06-04 |
Keith Randall | cmd/compile,runtime: allocate defer records on the... |
commit | commitdiff | tree |
2019-06-04 |
Agniva De Sarker | doc: fix missing anchor links in contribute.html |
commit | commitdiff | tree |
2019-06-03 |
Andrew Gerrand | errors: fix package example |
commit | commitdiff | tree |
2019-06-03 |
LE Manh Cuong | runtime: fix sigpipe do not check SIGPIPE was ignored |
commit | commitdiff | tree |
2019-06-03 |
Ben Shi | runtime: save/restore callee saved registers in arm64... |
commit | commitdiff | tree |
2019-06-03 |
Keith Randall | runtime: get map of args of unstarted goroutines like... |
commit | commitdiff | tree |
2019-06-03 |
Bryan C. Mills | cmd/go: document GO111MODULE=auto behavior for Go 1.13 |
commit | commitdiff | tree |
2019-06-03 |
Andrew Gerrand | cmd/cover: fix counting of blocks split by goto statements |
commit | commitdiff | tree |
2019-06-02 |
Hajime Hoshi | syscall/js: fix comments |
commit | commitdiff | tree |
2019-06-02 |
frennkie | net: fix the doc string on parseIPv6 |
commit | commitdiff | tree |
2019-05-31 |
Jay Conrod | cmd/go: ignore build tags when 'go get' modifies build... |
commit | commitdiff | tree |
2019-05-31 |
Keith Randall | cmd/compile: don't move nil checks across a VarDef |
commit | commitdiff | tree |
2019-05-31 |
Cherry Zhang | cmd/compile: make sure build works when intrinsics... |
commit | commitdiff | tree |
2019-05-31 |
Bryan C. Mills | cmd/go/internal/modfetch: use the resolved version... |
commit | commitdiff | tree |
2019-05-31 |
Cherry Zhang | test: add a test for gccgo bug #32347 |
commit | commitdiff | tree |
2019-05-31 |
Than McIntosh | cmd/link: revise test case to work on pre-10.14 macos |
commit | commitdiff | tree |
2019-05-31 |
LE Manh Cuong | cmd/go: use the rev to resolve tags for pseudo-versions... |
commit | commitdiff | tree |
2019-05-31 |
Andrew Gerrand | strconv: document handling of NaN and ±Inf |
commit | commitdiff | tree |
2019-05-31 |
Ian Lance Taylor | misc/cgo/errors: limit number of parallel executions |
commit | commitdiff | tree |
2019-05-30 |
Ian Lance Taylor | misc/cgo/errors: remove debugging println |
commit | commitdiff | tree |
2019-05-30 |
Ian Lance Taylor | os: deflake TestNewFileNonBlock |
commit | commitdiff | tree |
2019-05-30 |
Brad Fitzpatrick | net/http: prevent Transport from spamming stderr on... |
commit | commitdiff | tree |
2019-05-30 |
Greg Thelen | syscall: use Ctty before fd shuffle |
commit | commitdiff | tree |
2019-05-30 |
Jay Conrod | cmd/go: clarify documentation for 'go get -u' |
commit | commitdiff | tree |
2019-05-30 |
Jay Conrod | cmd/go: remove support for the 'go get -m' flag |
commit | commitdiff | tree |
2019-05-30 |
Than McIntosh | cmd/link: new test case for Darwin/DWARF |
commit | commitdiff | tree |
2019-05-30 |
Constantin... | cmd/go: fix error message for go mod in GOPATH mode |
commit | commitdiff | tree |
2019-05-30 |
Johan Brandhorst | net/http: enable WASM fetch where supported |
commit | commitdiff | tree |
2019-05-30 |
Daniel Martí | cmd/go: add two more uses of lazyregexp |
commit | commitdiff | tree |
2019-05-30 |
Aman Gupta | cmd/link/internal/ld: ensure mach-o debug symbols are... |
commit | commitdiff | tree |
2019-05-30 |
Aman Gupta | cmd/link/internal/ld: improve messages for testDWARF... |
commit | commitdiff | tree |
2019-05-30 |
Tobias Klauser | vendor: update golang.org/x/sys for aix/ppc64 fix |
commit | commitdiff | tree |
2019-05-29 |
Matthew Dempsky | cmd/compile: fix fmt_test.go after CL 170062 |
commit | commitdiff | tree |
2019-05-29 |
Matthew Dempsky | cmd/compile: sort OAS2* declarations |
commit | commitdiff | tree |
2019-05-29 |
Matthew Dempsky | cmd/compile: fix package initialization ordering |
commit | commitdiff | tree |
2019-05-29 |
Jason A. Donenfeld | cmd/link: do not generate NT 4 compatibility binaries |
commit | commitdiff | tree |
2019-05-29 |
Russ Cox | cmd/go: update docs for GOPROXY default |
commit | commitdiff | tree |
2019-05-29 |
Keith Randall | cmd/compile: add GCNode to VarDef in tests |
commit | commitdiff | tree |
2019-05-28 |
Brad Fitzpatrick | src/vendor: update golang.org/x/sys to remove x/sys... |
commit | commitdiff | tree |
2019-05-28 |
Brad Fitzpatrick | net/http: quiet some log spam in tests |
commit | commitdiff | tree |
2019-05-28 |
Josh Bleecher... | cmd/compile: process blocks containing only dead values... |
commit | commitdiff | tree |
2019-05-28 |
Dmitri Shuralyov | testing/internal/testdeps: delete didSetLogger variable |
commit | commitdiff | tree |
2019-05-28 |
Maxim Eryomenko | bytes: remove obsolete comment |
commit | commitdiff | tree |
2019-05-28 |
Brad Fitzpatrick | net/http: fix TestTransportServerClosingUnexpectedly... |
commit | commitdiff | tree |
2019-05-28 |
Rob Pike | cmd/doc: always print package clause except for commands |
commit | commitdiff | tree |
2019-05-27 |
Ian Lance Taylor | runtime: remove VDSO fallback test and benchmarks |
commit | commitdiff | tree |
2019-05-25 |
Agniva De Sarker | cmd/doc: display a proper error when no packages are... |
commit | commitdiff | tree |
2019-05-25 |
Than McIntosh | cmd/link: fix incorrect constant for macho-o load command |
commit | commitdiff | tree |
2019-05-24 |
Russ Cox | cmd/go: respect default proxy setting, add direct fallback |
commit | commitdiff | tree |
2019-05-24 |
Bryan C. Mills | cmd/go: when resolving packages, try all module paths... |
commit | commitdiff | tree |
2019-05-24 |
Cherry Zhang | cmd, runtime: remove PC_F & PC_B globals on Wasm |
commit | commitdiff | tree |
2019-05-24 |
Michael Anthony... | runtime: ensure mheap lock stack growth invariant is... |
commit | commitdiff | tree |
2019-05-24 |
Martin Sucha | strings: clarify example of ContainsAny |
commit | commitdiff | tree |
2019-05-24 |
Leon Klingele | image/draw: change argument type to be consistent with... |
commit | commitdiff | tree |
2019-05-24 |
Hana (Hyang... | cmd/vendor: sync github.com/google/pprof@v0.0.0-2019051... |
commit | commitdiff | tree |
2019-05-24 |
Leon Klingele | compress/gzip: add missing error check in test |
commit | commitdiff | tree |
2019-05-24 |
Richard Musiol | syscall/js: replace TypedArrayOf with CopyBytesToGo... |
commit | commitdiff | tree |
2019-05-24 |
bill_ofarrell | crypto/ecdsa: implement ecdsa on s390x for P256/P384... |
commit | commitdiff | tree |
2019-05-23 |
Brad Fitzpatrick | SECURITY.md: add security file |
commit | commitdiff | tree |
next |