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 |
2019-03-23 |
Richard Musiol | src/cmd/internal/obj/wasm: optimize blocks in wasm... |
commit | commitdiff | tree |
2019-03-23 |
Ben Shi | cmd/internal/obj/mips: add MADD/MSUB |
commit | commitdiff | tree |
2019-03-22 |
Austin Clements | testing: fix fractional ns/op printing |
commit | commitdiff | tree |
2019-03-22 |
Dmitri Shuralyov | cmd/go: fix the default build output name for versioned... |
commit | commitdiff | tree |
2019-03-22 |
Dmitri Shuralyov | Revert "cmd/go: fix the default build output name for... |
commit | commitdiff | tree |
2019-03-22 |
Than McIntosh | cmd/link: add optional sanity checking for duplicate... |
commit | commitdiff | tree |
2019-03-22 |
Daniel Martí | cmd/compile: reduce rulegen's for loop verbosity |
commit | commitdiff | tree |
2019-03-22 |
Richard Musiol | os,syscall: implement functions related to uid, gid... |
commit | commitdiff | tree |
2019-03-22 |
erifan01 | cmd/compile: follow up intrinsifying math/bits.Add64... |
commit | commitdiff | tree |
2019-03-22 |
Iskander Sharipov | sort: replace Errorf+FailNow with Fatalf |
commit | commitdiff | tree |
2019-03-22 |
Clément Chigot | cmd: enable -buildmode=pie on aix/ppc64 |
commit | commitdiff | tree |
2019-03-22 |
Clément Chigot | cmd/compile, misc/cgo: fix fortran tests on aix/ppc64 |
commit | commitdiff | tree |
2019-03-22 |
Clément Chigot | syscall: fix returned values of Dup2 on aix/ppc64 |
commit | commitdiff | tree |
2019-03-22 |
Andrei Tudor... | image/png: add Fuzz function |
commit | commitdiff | tree |
2019-03-22 |
Tobias Klauser | misc/cgo: gofmt testdata files |
commit | commitdiff | tree |
2019-03-22 |
Josh Bleecher... | cmd/compile: stop shadowing bool type in rewrite rules |
commit | commitdiff | tree |
2019-03-21 |
Richard Musiol | cmd/link/internal/wasm: optimize data section in wasm... |
commit | commitdiff | tree |
2019-03-21 |
Nigel Tao | image/gif: don't assume Encode src's origin is (0, 0) |
commit | commitdiff | tree |
2019-03-21 |
Cherry Zhang | cmd/compile: copy volatile values before emitting write... |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | cmd/link/internal/ld: don't leave files open in a loop |
commit | commitdiff | tree |
2019-03-21 |
Dmitri Shuralyov | cmd/go/internal/modfetch: update comment referring... |
commit | commitdiff | tree |
2019-03-21 |
Alberto Donizetti | cmd/go/internal/modfetch: update TestCodeRepo for gopkg... |
commit | commitdiff | tree |
2019-03-21 |
Josh Bleecher... | cmd/compile: regenerate rewrite rules |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | misc/ios: don't override GOCACHE on the device |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | misc/android: pass on GOPROXY to device environment |
commit | commitdiff | tree |
2019-03-21 |
Josh Bleecher... | os/exec: add Cmd.String |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | cmd/link: skip TestBuildFortvOS if the SDK is missing |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | cmd/link/internal/ld: copy Mach-O platform version... |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | cmd/link/internal/ld: extract Mach-O load command parsing |
commit | commitdiff | tree |
2019-03-21 |
Elias Naur | cmd/link/internal/ld: enable bitcode builds for iOS... |
commit | commitdiff | tree |
2019-03-20 |
Josh Bleecher... | testing: stop rounding b.N |
commit | commitdiff | tree |
2019-03-20 |
Carlos Eduardo Seo | cmd/compile/internal, cmd/internal/obj/ppc64: generate... |
commit | commitdiff | tree |
2019-03-20 |
Josh Bleecher... | cmd/compile: port callnew to ssa conversion |
commit | commitdiff | tree |
2019-03-20 |
Daniel Martí | cmd: update vendored x/tools |
commit | commitdiff | tree |
2019-03-20 |
Damien Neil | os: make errors.Is work with ErrPermission et al. |
commit | commitdiff | tree |
2019-03-20 |
Clément Chigot | cmd/dist: enable cgo for aix/ppc64 |
commit | commitdiff | tree |
2019-03-20 |
Clément Chigot | cmd/dist, misc/cgo: enable tests for aix/ppc64 |
commit | commitdiff | tree |
2019-03-20 |
Clément Chigot | cmd/nm: fix cgo tests for aix/ppc64 |
commit | commitdiff | tree |
2019-03-20 |
Jonathan Amsterdam | os: add PathError.Unwrap |
commit | commitdiff | tree |
2019-03-20 |
LE Manh Cuong | os: fix windows Lstat missing name for some files |
commit | commitdiff | tree |
2019-03-20 |
Mikio Hara | runtime: disable event scanning error reporting on... |
commit | commitdiff | tree |
2019-03-20 |
erifan01 | cmd/compile: intrinsify math/bits.Add64 for arm64 |
commit | commitdiff | tree |
2019-03-20 |
Rob Pike | cmd/go: fix minor grammatical nit: command-line is... |
commit | commitdiff | tree |
2019-03-19 |
Josh Bleecher... | cmd/internal/obj/x86: slightly optimize ADJSP encoding |
commit | commitdiff | tree |
2019-03-19 |
Josh Bleecher... | cmd/compile: slightly optimize adding 128 |
commit | commitdiff | tree |
2019-03-19 |
Josh Bleecher... | cmd/internal/obj/x86: minor clean-up in span6 |
commit | commitdiff | tree |
2019-03-19 |
David Chase | cmd/compile: fix ssa/debug_test.go reference file |
commit | commitdiff | tree |
2019-03-19 |
Josh Bleecher... | cmd/compile: move flagalloc op splitting to rewrite... |
commit | commitdiff | tree |
2019-03-19 |
Tobias Klauser | internal/bytealg: add assembly implementation of Count... |
commit | commitdiff | tree |
2019-03-19 |
Austin Clements | testing: add B.ReportMetric for custom benchmark metrics |
commit | commitdiff | tree |
next |