2019-04-03 |
Brad Fitzpatrick | strings: document that NewReplacer can panic |
commit | commitdiff | tree |
2019-04-03 |
Romain Baugue | reflect: document that method sets are lexicographicall... |
commit | commitdiff | tree |
2019-04-03 |
Kenichi Tsunokawa | mime: add .jpeg for builtin |
commit | commitdiff | tree |
2019-04-03 |
Jay Conrod | cmd/go: print require chains in build list errors |
commit | commitdiff | tree |
2019-04-03 |
Bryan C. Mills | cmd/go/internal/lockedfile: add a sync.Mutex to lockedf... |
commit | commitdiff | tree |
2019-04-03 |
Clément Chigot | cmd/go: add a note in help buildmode for c-archive... |
commit | commitdiff | tree |
2019-04-03 |
Daniel Martí | encoding/json: speed up tokenization of literals |
commit | commitdiff | tree |
2019-04-03 |
Matthew Dempsky | test: add regress tests for unsafe.Pointer rules |
commit | commitdiff | tree |
2019-04-03 |
Bryan C. Mills | cmd/go/internal/modload: fix aliasing bug in (*mvsReqs... |
commit | commitdiff | tree |
2019-04-03 |
Tobias Klauser | bytes: merge explodetests into splittests |
commit | commitdiff | tree |
2019-04-03 |
Clément Chigot | syscall: on AIX use nsendmsg and nrecvmsg, define Socka... |
commit | commitdiff | tree |
2019-04-02 |
Agniva De Sarker | image/jpeg: reduce bound checks from idct and fdct |
commit | commitdiff | tree |
2019-04-02 |
Ian Lance Taylor | misc/cgo/testcarchive: skip TestSignalForwardingExterna... |
commit | commitdiff | tree |
2019-04-02 |
Elias Naur | runtime/cgo: look for android_get_device_api_level... |
commit | commitdiff | tree |
2019-04-02 |
Matthew Dempsky | runtime/internal/atomic: fix wasm's StorepNoWB implemen... |
commit | commitdiff | tree |
2019-04-02 |
Joel Sing | crypto/tls: simplify intermediate certificate handling |
commit | commitdiff | tree |
2019-04-02 |
Bryan C. Mills | cmd/go/internal/web2: make netrc parsing more robust |
commit | commitdiff | tree |
2019-04-02 |
Matthew Dempsky | cmd/compile: trim more unnecessary escape analysis... |
commit | commitdiff | tree |
2019-04-02 |
Alessandro... | compile,link: export package name in debug_info |
commit | commitdiff | tree |
2019-04-02 |
Matthew Dempsky | cmd/compile: skip escape analysis diagnostics for OADDR |
commit | commitdiff | tree |
2019-04-02 |
Mark Ryan | cmd/asm: Fix EVEX RIP-relative addressing |
commit | commitdiff | tree |
2019-04-02 |
Clément Chigot | runtime, cmd/dist, misc/cgo: enable c-archive for aix... |
commit | commitdiff | tree |
2019-04-02 |
Tobias Klauser | internal/bytealg: fix function reference in comments |
commit | commitdiff | tree |
2019-04-01 |
Brad Fitzpatrick | runtime: skip broken TestLldbPython |
commit | commitdiff | tree |
2019-04-01 |
Michael Munday | cmd/compile/internal/gc: minor cleanup of slicing |
commit | commitdiff | tree |
2019-04-01 |
LE Manh Cuong | cmd/compile: use FmtLeft to generate symbol name for... |
commit | commitdiff | tree |
2019-04-01 |
Bryan C. Mills | cmd/go/internal/modget: support the suffix '@patch... |
commit | commitdiff | tree |
2019-04-01 |
Jay Conrod | cmd/go: refactor load.LoadPackage into other functions |
commit | commitdiff | tree |
2019-03-31 |
Segev Finer | cmd/doc: correctly indent pre-formatted blocks |
commit | commitdiff | tree |
2019-03-31 |
zdjones | cmd/compile: update stale comment in prove |
commit | commitdiff | tree |
2019-03-31 |
Michael Munday | runtime: always mask shift amount regardless of archite... |
commit | commitdiff | tree |
2019-03-31 |
Daniel Martí | cmd/go: further reduce init work |
commit | commitdiff | tree |
2019-03-30 |
zdjones | cmd/compile: make prove learn index >= 0 from successfu... |
commit | commitdiff | tree |
2019-03-30 |
Cherry Zhang | cmd/link: allow duplicated weak symbols on Mach-O |
commit | commitdiff | tree |
2019-03-30 |
Ian Lance Taylor | runtime: use raceprocctx in race_arm64 |
commit | commitdiff | tree |
2019-03-29 |
zdjones | cmd/compile: preempt repeated checks for the zero const... |
commit | commitdiff | tree |
2019-03-29 |
Jay Conrod | cmd/go: clarify error when package is removed in a... |
commit | commitdiff | tree |
2019-03-29 |
David Chase | cmd/compile: enhance induction variable detection for... |
commit | commitdiff | tree |
2019-03-29 |
Joel Sing | cmd/link: permit duplicate weak symbols |
commit | commitdiff | tree |
2019-03-29 |
Michael Munday | cmd/asm: add 'insert program mask' instruction for... |
commit | commitdiff | tree |
2019-03-29 |
Elias Naur | runtime/cgo: use free TLS slot on Android Q |
commit | commitdiff | tree |
2019-03-29 |
Elias Naur | cmd/link/ld,cmd/internal/obj,runtime: make the Android... |
commit | commitdiff | tree |
2019-03-29 |
Jordan Liggitt | net/http/httputil: make ReverseProxy flush headers... |
commit | commitdiff | tree |
2019-03-29 |
Ian Lance Taylor | runtime: rename p racectx field to raceprocctx |
commit | commitdiff | tree |
2019-03-29 |
Ben Hoyt | bytes, strings: add tests for TrimLeftFunc and TrimRigh... |
commit | commitdiff | tree |
2019-03-29 |
zdjones | cmd/compile: make prove use poset to check non-negatives |
commit | commitdiff | tree |
2019-03-29 |
Agniva De Sarker | internal/bytealg: simplify memchr for wasm |
commit | commitdiff | tree |
2019-03-28 |
Agniva De Sarker | go/ast: fix SortImports to handle block comments |
commit | commitdiff | tree |
2019-03-28 |
Josh Bleecher... | runtime: fix TestLldbPython in module mode (again) |
commit | commitdiff | tree |
2019-03-28 |
Josh Bleecher... | cmd/internal/src: fix a few typos in documentation |
commit | commitdiff | tree |
2019-03-28 |
Jay Conrod | cmd/go: recognize android suffix when constructing... |
commit | commitdiff | tree |
2019-03-28 |
Josh Bleecher... | cmd/compile: minor cleanup |
commit | commitdiff | tree |
2019-03-28 |
Leonardo Comelli | cmd: ignore the directory named go.mod |
commit | commitdiff | tree |
2019-03-28 |
Daniel Cormier | net/textproto: properly write terminating sequence... |
commit | commitdiff | tree |
2019-03-28 |
Richard Musiol | cmd/compile: add sign-extension operators on wasm |
commit | commitdiff | tree |
2019-03-28 |
Matthew Dempsky | cmd/compile: move sinit.go globals into InitSchedule |
commit | commitdiff | tree |
2019-03-28 |
Clément Chigot | cmd/vet/all: enable AIX checks |
commit | commitdiff | tree |
2019-03-28 |
Matthew Dempsky | cmd/compile: change sinit.go functions into methods |
commit | commitdiff | tree |
2019-03-28 |
Joel Sing | cmd/dist: pass cgotest linkmode via GOFLAGS |
commit | commitdiff | tree |
2019-03-28 |
Elias Naur | runtime/cgo: remove threadentry functions specialized... |
commit | commitdiff | tree |
2019-03-28 |
Matthew Dempsky | cmd/compile: fix ICE from invalid operations on float... |
commit | commitdiff | tree |
2019-03-28 |
LE Manh Cuong | os/user: use os.UserHomeDir for user.HomeDir |
commit | commitdiff | tree |
2019-03-28 |
Richard Musiol | syscall/js: improve Value.String() for non-string values |
commit | commitdiff | tree |
2019-03-28 |
Brad Fitzpatrick | net/http: fix typo in Response.Body field docs |
commit | commitdiff | tree |
2019-03-28 |
Josh Bleecher... | runtime: fix TestLldbPython test with modules enabled |
commit | commitdiff | tree |
2019-03-28 |
Josh Bleecher... | runtime: fix minor doc typo |
commit | commitdiff | tree |
2019-03-28 |
David Chase | cmd/compile: repair ssa/debug_test regression |
commit | commitdiff | tree |
2019-03-27 |
Robert Griesemer | math/big: temporarily disable buggy shlVU assembly... |
commit | commitdiff | tree |
2019-03-27 |
David Chase | cmd/compile: enhance debug_test for infinite loops |
commit | commitdiff | tree |
2019-03-27 |
Brad Fitzpatrick | net: fix test after 8.8.8.8 changed its reverse DNS... |
commit | commitdiff | tree |
2019-03-27 |
Than McIntosh | test: fix fixedbugs/issue30908.go to work with no-opt... |
commit | commitdiff | tree |
2019-03-27 |
Than McIntosh | cmd/link: change -strictdups checking to handle mix... |
commit | commitdiff | tree |
2019-03-27 |
Clément Chigot | cmd/link: allow buildmode c-archive for aix/ppc64 |
commit | commitdiff | tree |
2019-03-27 |
John | mime: add javascript module mime type (.mjs) |
commit | commitdiff | tree |
2019-03-27 |
LE Manh Cuong | cmd/compile: fix literal struct interface {} lost passi... |
commit | commitdiff | tree |
2019-03-27 |
Clément Chigot | runtime: create library startup for aix/ppc64 |
commit | commitdiff | tree |
2019-03-27 |
Clément Chigot | misc/cgo: enable testso and testsovar on aix/ppc64 |
commit | commitdiff | tree |
2019-03-27 |
LE Manh Cuong | os: reject WriteAt if file opened in append mode |
commit | commitdiff | tree |
2019-03-27 |
Brian Kessler | math/big: implement Rat.SetUint64 |
commit | commitdiff | tree |
2019-03-27 |
Elias Naur | cmd/link/internal/ld: skip TLS section on Android |
commit | commitdiff | tree |
2019-03-27 |
Ben Hoyt | bytes: make TrimSpace return nil on all-space input |
commit | commitdiff | tree |
2019-03-27 |
Brad Fitzpatrick | sort, internal/reflectlite: flesh out reflectlite enoug... |
commit | commitdiff | tree |
2019-03-27 |
LE Manh Cuong | os: document exit status range value |
commit | commitdiff | tree |
2019-03-27 |
Agniva De Sarker | cmd/go/internal/{run,work,generate}: document file... |
commit | commitdiff | tree |
2019-03-27 |
Brad Fitzpatrick | context: don't depend on fmt |
commit | commitdiff | tree |
2019-03-26 |
Felix Bünemann | crypto/x509: look for CAs at /etc/ssl/cert.pem for... |
commit | commitdiff | tree |
2019-03-26 |
Clément Chigot | runtime: improve sigtramp on aix/ppc64 to handle SIGPROF |
commit | commitdiff | tree |
2019-03-26 |
Dmitri Shuralyov | cmd/go/internal/load: always use DefaultExecName to... |
commit | commitdiff | tree |
2019-03-26 |
Brad Fitzpatrick | cmd/vet/all: don't use the x/tools vet in GOPATH |
commit | commitdiff | tree |
2019-03-26 |
Richard Musiol | syscall/js: improve type checks of js.Value's methods |
commit | commitdiff | tree |
2019-03-26 |
Brad Fitzpatrick | cmd: update go.mod versions for vetall bug |
commit | commitdiff | tree |
2019-03-26 |
Keith Randall | reflect: initialize ptrdata earlier in StructOf |
commit | commitdiff | tree |
2019-03-26 |
Keith Randall | reflect: fix typeptrdata |
commit | commitdiff | tree |
2019-03-26 |
Matthew Dempsky | cmd/compile: fix "append outside assignment" ICE |
commit | commitdiff | tree |
2019-03-25 |
Neven Sajko | math: use Sincos instead of Sin and Cos in Jn and Yn |
commit | commitdiff | tree |
2019-03-25 |
Robert Griesemer | math/big: accept non-decimal floats with Rat.SetString |
commit | commitdiff | tree |
2019-03-25 |
Caleb Spare | testing: correct two spelling/grammar issues |
commit | commitdiff | tree |
2019-03-25 |
Brad Fitzpatrick | cmd/dist: move GOPATH setting from init to bootstrap |
commit | commitdiff | tree |
2019-03-25 |
Rob Pike | fmt: fix spelling mistake in example |
commit | commitdiff | tree |
2019-03-25 |
Keith Randall | runtime: remove kindNoPointers |
commit | commitdiff | tree |
next |