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 |
2019-03-25 |
Matt Layher | net: add missing period in conn.File documentation |
commit | commitdiff | tree |
2019-03-25 |
Jay Conrod | cmd/dist: set GOPATH to internal directory during build |
commit | commitdiff | tree |
2019-03-25 |
Josh Bleecher... | runtime: skip wb call in growslice when unnecessary |
commit | commitdiff | tree |
2019-03-25 |
Keith Randall | cmd/compile: use existing instructions instead of nops... |
commit | commitdiff | tree |
2019-03-25 |
Michael Fraenkel | context: remove dependency on reflect |
commit | commitdiff | tree |
2019-03-25 |
Vladimir Kovpak | math/rand: add example for Intn func |
commit | commitdiff | tree |
2019-03-25 |
Hasan Ozgan | database/sql: add example for DB.Prepare and Tx.Prepare |
commit | commitdiff | tree |
2019-03-25 |
sergey | net/http: reduce allocs on write cookie |
commit | commitdiff | tree |
2019-03-25 |
Than McIntosh | test: new test for issue 30908 |
commit | commitdiff | tree |
2019-03-25 |
Than McIntosh | test: support -ldflags for "rundir" tests, new -P option |
commit | commitdiff | tree |
2019-03-25 |
Than McIntosh | cmd/compile: better handling for PAUTOHEAP in DWARF... |
commit | commitdiff | tree |
2019-03-25 |
Richard Musiol | misc/wasm: exit with code 1 if WebAssembly.instantiate... |
commit | commitdiff | tree |
2019-03-25 |
Richard Musiol | cmd/link/internal/wasm: do not generate more than 10000... |
commit | commitdiff | tree |
2019-03-25 |
Hasan Ozgan | path/filepath: add examples for Base, Dir and IsAbs |
commit | commitdiff | tree |
2019-03-25 |
Petr Jediný | log: expose Writer() method of the standard logger |
commit | commitdiff | tree |
2019-03-24 |
sergey | net/url: check for lowercase before uppercase in should... |
commit | commitdiff | tree |
2019-03-24 |
Alex Brainman | cmd/go: keep WINDIR during TestScript |
commit | commitdiff | tree |
2019-03-24 |
Daniel Martí | text/template: allow using -}} with many spaces |
commit | commitdiff | tree |
2019-03-23 |
Richard Musiol | cmd/go: add GOWASM environment variable |
commit | commitdiff | tree |
next |