2017-11-02 |
isharipo | cmd/internal/obj: make it possible to have all AVX1... |
commit | commitdiff | tree |
2017-11-02 |
Ilya Tocar | cmd/internal/obj/x86: add ADX extension |
commit | commitdiff | tree |
2017-11-02 |
Cherry Zhang | cmd/internal/objfile: allow disassemble amd64p32 binaries |
commit | commitdiff | tree |
2017-11-02 |
Lynn Boger | math: implement asm modf for ppc64x |
commit | commitdiff | tree |
2017-11-02 |
Blixt | time: fix incorrect "zero pad" comment in example |
commit | commitdiff | tree |
2017-11-02 |
Tobias Klauser | runtime/pprof: use switch for GOOS check in testCPUProfile |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go: add cache verification mode |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go: add "go env GOCACHE" |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go/internal/cache: add GetBytes, PutBytes |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/dist: set GOCACHE during make.bash/run.bash |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | go/build: fix ImportDir to report PkgTarget for directo... |
commit | commitdiff | tree |
2017-11-02 |
Russ Cox | cmd/go/internal/cache: implement build artifact cache |
commit | commitdiff | tree |
2017-11-01 |
griesemer | go/types: avoid repeated "declared but not used" errors... |
commit | commitdiff | tree |
2017-11-01 |
Evan Jones | syscall: use setattrlist for UtimesNano on Darwin for... |
commit | commitdiff | tree |
2017-11-01 |
Ian Lance Taylor | os: rearrange OpenFile Flags doc |
commit | commitdiff | tree |
2017-11-01 |
Tom Bergan | net/http: update bundled http2 |
commit | commitdiff | tree |
2017-11-01 |
Tim Cooper | crypto, hash: implement BinaryMarshaler, BinaryUnmarsha... |
commit | commitdiff | tree |
2017-11-01 |
Leigh McCulloch | encoding/xml: ignore whitespace in values and attrs |
commit | commitdiff | tree |
2017-11-01 |
Leigh McCulloch | encoding/xml: add docs and tests for bool whitespace |
commit | commitdiff | tree |
2017-11-01 |
Mikio Hara | net/smtp: don't call testing.T.Fatal{,f} from goroutine... |
commit | commitdiff | tree |
2017-11-01 |
Mikio Hara | net/mail: capitalize acronym on helper function name |
commit | commitdiff | tree |
2017-11-01 |
Dmitri Shuralyov | net/http: set Content-Type header for HEAD as well |
commit | commitdiff | tree |
2017-11-01 |
Radek Sohlich | os/signal: improve documentation for the Notify function |
commit | commitdiff | tree |
2017-11-01 |
Cherry Zhang | cmd/internal/goobj: accept int64 in readInt |
commit | commitdiff | tree |
2017-11-01 |
griesemer | math/big: implement CmpAbs |
commit | commitdiff | tree |
2017-11-01 |
Daniel Martí | go/types: sort unused declaration errors |
commit | commitdiff | tree |
2017-11-01 |
Alberto Donizetti | math/big: avoid unnecessary Newton iteration in Float... |
commit | commitdiff | tree |
2017-11-01 |
Joe Kyo | net/http: fix typo in doc string |
commit | commitdiff | tree |
2017-11-01 |
David Chase | cmd/compile: provide more names for stack slots |
commit | commitdiff | tree |
2017-11-01 |
Alessandro... | compile, link: remove base address selector from DWARF... |
commit | commitdiff | tree |
2017-11-01 |
Russ Cox | cmd/go: pass package config to vet during "go vet" |
commit | commitdiff | tree |
2017-11-01 |
Russ Cox | cmd/vet: accept package config from go command |
commit | commitdiff | tree |
2017-11-01 |
Filippo Valsorda | make.bash: show correct GOROOT_BOOTSTRAP when using... |
commit | commitdiff | tree |
2017-11-01 |
Martin Möhrmann | runtime: protect growslice against newcap*et.size overflow |
commit | commitdiff | tree |
2017-11-01 |
Tobias Klauser | all: remove unnecessary return after skipping test |
commit | commitdiff | tree |
2017-11-01 |
Alberto Donizetti | math/big: save one subtraction per iteration in Float... |
commit | commitdiff | tree |
2017-11-01 |
Tobias Klauser | cmd/cgo: remove unnecessary nil check |
commit | commitdiff | tree |
2017-11-01 |
Carl Mastrangelo | archive/zip, crypto/tls: use rand.Read instead of casti... |
commit | commitdiff | tree |
2017-11-01 |
Ian Lance Taylor | time: improve comments about valid layouts being invali... |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/dist: reach fixed point in rebuild during run.bash |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/go: trim objdir, not just workdir, from object... |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/link: do not store compilation directory in DWARF... |
commit | commitdiff | tree |
2017-10-31 |
Michael Fraenkel | encoding/json: Include the offset of a SyntaxError |
commit | commitdiff | tree |
2017-10-31 |
Filippo Valsorda | crypto/cipher, crypto/rc4: make overlap rules wording... |
commit | commitdiff | tree |
2017-10-31 |
Ivan Bertona | encoding/json: disallow unknown fields in Decoder |
commit | commitdiff | tree |
2017-10-31 |
Hana (Hyang... | runtime/trace: fix corrupted trace during StartTrace |
commit | commitdiff | tree |
2017-10-31 |
Austin Clements | runtime: allow 5% mutator assist over 25% background... |
commit | commitdiff | tree |
2017-10-31 |
Austin Clements | runtime: separate soft and hard heap limits |
commit | commitdiff | tree |
2017-10-31 |
Cherry Zhang | cmd/compile: on ARM, make sure *const's AuxInt fit... |
commit | commitdiff | tree |
2017-10-31 |
Daniel Martí | all: unindent some if bodies by exiting early |
commit | commitdiff | tree |
2017-10-31 |
Ilya Tocar | cmd/compile: intrinsify math.{Trunc/Ceil/Floor} on... |
commit | commitdiff | tree |
2017-10-31 |
Matthew Dempsky | cmd/compile: don't export unreachable inline method... |
commit | commitdiff | tree |
2017-10-31 |
Cherry Zhang | test: fix and re-enable nosplit.go |
commit | commitdiff | tree |
2017-10-31 |
Joe Kyo | crypto/tls: remove bookkeeping code from pHash function |
commit | commitdiff | tree |
2017-10-31 |
Cherry Zhang | cmd/compile: don't fold address of global into load... |
commit | commitdiff | tree |
2017-10-31 |
Michael Munday | cmd/compile: intrinsify math.RoundToEven on s390x |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/dist: avoid darwin_amd64 assumption in debug prints |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/vet: tighten printf format error messages |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | go/importer: support lookup in importer.For |
commit | commitdiff | tree |
2017-10-31 |
Kenny Grant | time: document that valid layouts are not valid Parse... |
commit | commitdiff | tree |
2017-10-31 |
Ramazan AYYILDIZ | strings: add examples for specialCase |
commit | commitdiff | tree |
2017-10-31 |
Austin Clements | cmd/compile,runtime: update instrumentation comments |
commit | commitdiff | tree |
2017-10-31 |
Joe Kyo | net/http: display connect methods table properly in... |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | fmt: hide bad format in test from vet |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/vet: do not import net/http at startup |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | build: quiet make.bash, make.bat, make.rc |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | test/run: use go tool compile + link instead of go... |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | runtime/race: install alternate packages to temp dir |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | runtime: shorten tests in all.bash |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/dist: log timing to $GOBUILDTIMELOGFILE |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/go: switch to entirely content-based staleness... |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | cmd/compile: change ssa test to avoid go run -gcflags... |
commit | commitdiff | tree |
2017-10-31 |
Russ Cox | all: respect $GO_GCFLAGS during run.bash |
commit | commitdiff | tree |
2017-10-31 |
Tim Cooper | flag: add (*FlagSet).Name, (*FlagSet).ErrorHandling... |
commit | commitdiff | tree |
2017-10-31 |
Jason Wangsadinata | container/ring: fix example_test.go |
commit | commitdiff | tree |
2017-10-31 |
Ian Lance Taylor | os: clarify that OpenFile reqires one of O_RDONLY/O_WRO... |
commit | commitdiff | tree |
2017-10-30 |
Michael Munday | cmd/asm, cmd/internal/obj/s390x, math: add "test under... |
commit | commitdiff | tree |
2017-10-30 |
Michael Munday | cmd/asm, cmd/compile: optimize math.Abs and math.Copysi... |
commit | commitdiff | tree |
2017-10-30 |
Bill O'Farrell | runtime: remove unnecessary sync from publicationBarrie... |
commit | commitdiff | tree |
2017-10-30 |
Matthew Dempsky | cmd/compile: skip compiling wrappers for imported defin... |
commit | commitdiff | tree |
2017-10-30 |
Mark Theunissen | net/url: preserve leading slashes when resolving path |
commit | commitdiff | tree |
2017-10-30 |
David Chase | cmd/compile: adjust expectations of test for issue... |
commit | commitdiff | tree |
2017-10-30 |
Keith Randall | cmd/compile: fix runtime.KeepAlive |
commit | commitdiff | tree |
2017-10-30 |
Russ Cox | cmd/dist: force non-devel version for cross-build buildlets |
commit | commitdiff | tree |
2017-10-30 |
Michael Munday | math: optimize dim and remove s390x assembly implementation |
commit | commitdiff | tree |
2017-10-30 |
Sam Whited | encoding/xml: don't panic when custom Unmarshaler sees... |
commit | commitdiff | tree |
2017-10-30 |
Terin Stock | net/http/pprof: attach handlers using http.HandleFunc |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | runtime: use buffered write barrier for bulkBarrierPreWrite |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | runtime: simplify and optimize typedslicecopy |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | runtime: benchmark for bulk write barriers |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | cmd/compile: compiler support for buffered write barrier |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | runtime: buffered write barrier implementation |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | runtime: add benchmark for write barriers |
commit | commitdiff | tree |
2017-10-30 |
Austin Clements | runtime: make systemstack tail call if already switched |
commit | commitdiff | tree |
2017-10-30 |
Russ Cox | misc/cgo/testshared: don't assume mtimes trigger rebuilds |
commit | commitdiff | tree |
2017-10-30 |
Lynn Boger | cmd/compile,cmd/internal/obj/ppc64: make math.Abs,math... |
commit | commitdiff | tree |
2017-10-30 |
Lynn Boger | runtime: use -buildmode=pie in testCgoPprofPIE instead... |
commit | commitdiff | tree |
2017-10-30 |
Hugues Bruant | cmd/compile: fix incorrect go:noinline usage |
commit | commitdiff | tree |
2017-10-29 |
Russ Cox | cmd/go: adjust default GOROOT to prefer runtime.GOROOT... |
commit | commitdiff | tree |
2017-10-29 |
Austin Clements | runtime: eliminate remaining recordspan write barriers |
commit | commitdiff | tree |
next |