2017-04-28 |
Mikio Hara | syscall: stylistic cleanup and typo fixes in syscall_dr... |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: minor writebarrier cleanup |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: move Used from gc.Node to gc.Name |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: add Type.MustSize and Type.MustAlignment |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: dowidth more in the front end |
commit | commitdiff | tree |
2017-04-27 |
Michael Hudson... | cmd/internal/objabi, cmd/link: move linker-only symkind... |
commit | commitdiff | tree |
2017-04-27 |
Hana Kim | dwarf: add marker for embedded fields in dwarf |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: randomize compilation order when race... |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: move nodarg to walk.go |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: move addrescapes and moveToHeap to esc.go |
commit | commitdiff | tree |
2017-04-27 |
Keith Randall | cmd/internal/obj: ARM, use immediates instead of consta... |
commit | commitdiff | tree |
2017-04-27 |
Bryan C. Mills | encoding/gob: replace RWMutex usage with sync.Map |
commit | commitdiff | tree |
2017-04-27 |
Bryan C. Mills | reflect: use sync.Map instead of RWMutex for type caches |
commit | commitdiff | tree |
2017-04-27 |
Elias Naur | misc/ios: increase iOS test harness timeout |
commit | commitdiff | tree |
2017-04-27 |
Weichao Tang | net/http: close resp.Body when error occurred during... |
commit | commitdiff | tree |
2017-04-27 |
Wei Xiao | cmd/internal/obj/arm64: fix encoding of condition |
commit | commitdiff | tree |
2017-04-27 |
Ian Lance Taylor | os: use kernel limit on pipe size if possible |
commit | commitdiff | tree |
2017-04-27 |
Nigel Tao | image/jpeg: fix extended sequential Huffman table selec... |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: compile more complex functions first |
commit | commitdiff | tree |
2017-04-27 |
Josh Bleecher... | cmd/compile: add initial backend concurrency support |
commit | commitdiff | tree |
2017-04-26 |
Alex Brainman | os: do not report ModeDir for symlinks on windows |
commit | commitdiff | tree |
2017-04-26 |
Mostyn Bramley... | build: fail nicely if somebody runs all.bash from a... |
commit | commitdiff | tree |
2017-04-26 |
Damien Lespiau | cmd/internal/obj/x86: fix adcb r/mem8,reg8 encoding |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: split dumptypestructs further |
commit | commitdiff | tree |
2017-04-26 |
Russ Cox | runtime/pprof: ignore dummy huge page mapping in /proc... |
commit | commitdiff | tree |
2017-04-26 |
Russ Cox | runtime/pprof: add /proc/self/maps parsing test |
commit | commitdiff | tree |
2017-04-26 |
Bryan C. Mills | encoding/json: parallelize most benchmarks |
commit | commitdiff | tree |
2017-04-26 |
Bryan C. Mills | reflect: parallelize benchmarks |
commit | commitdiff | tree |
2017-04-26 |
Bryan C. Mills | encoding/gob: parallelize Encode/Decode benchmarks |
commit | commitdiff | tree |
2017-04-26 |
Bryan C. Mills | encoding/xml: parallelize benchmarks |
commit | commitdiff | tree |
2017-04-26 |
Bryan C. Mills | sync: import Map from x/sync/syncmap |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: minor cleanup |
commit | commitdiff | tree |
2017-04-26 |
Lynn Boger | cmd/internal/obj/ppc64: use MOVDU to update stack reg... |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: move Node.Class to flags |
commit | commitdiff | tree |
2017-04-26 |
Justin Nuß | encoding/csv: add option to reuse slices returned by... |
commit | commitdiff | tree |
2017-04-26 |
Brandon Bennett | testing: add argument to list tests, benchmarks, and... |
commit | commitdiff | tree |
2017-04-26 |
Russ Cox | context: define behavior for Err before Done is closed |
commit | commitdiff | tree |
2017-04-26 |
David du Colombier | net: fix close on closed listener on Plan 9 |
commit | commitdiff | tree |
2017-04-26 |
Fangming.Fang | cmd/internal: fix bug getting wrong indicator in DRconv() |
commit | commitdiff | tree |
2017-04-26 |
Mike Strosaker | crypto/sha256,crypto/sha512: improve performance for... |
commit | commitdiff | tree |
2017-04-26 |
Aliaksandr... | runtime: align mcentral by cache line size |
commit | commitdiff | tree |
2017-04-26 |
Emmanuel Odeke | net: defer file.close() + minor style cleanup |
commit | commitdiff | tree |
2017-04-26 |
Ian Lance Taylor | os: consistently return ErrClosed for closed file |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: move Node.Typecheck to flags |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: move Node.Initorder to flags |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: convert Node.Embedded into a flag |
commit | commitdiff | tree |
2017-04-26 |
Todd Neal | plugin: resolve plugin import path issue |
commit | commitdiff | tree |
2017-04-26 |
Michael Fraenkel | net/http: make LocalAddrContext handle wildcard interface |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: move Node.Walkdef into flags |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: delete bitset16 |
commit | commitdiff | tree |
2017-04-26 |
Ian Lance Taylor | os, net, internal/poll: return consistent error for... |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: make node.hasVal into two bools |
commit | commitdiff | tree |
2017-04-26 |
Josh Bleecher... | cmd/compile: make node.Likely a flag |
commit | commitdiff | tree |
2017-04-25 |
Daniel Martí | html/template: use bytes.ContainsAny |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | cmd/dist: disable internal linking tests on Alpine |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | net/http: update bundled x/net/http2 |
commit | commitdiff | tree |
2017-04-25 |
Mikio Hara | vendor: update vendored route |
commit | commitdiff | tree |
2017-04-25 |
Mikio Hara | vendor: update vendored lif |
commit | commitdiff | tree |
2017-04-25 |
Mikio Hara | runtime: adjust netpoll panic messages |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | net/http/cgi: fix plan9 build |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | cmd/go, cmd/dist: temporarily disable race and PIE... |
commit | commitdiff | tree |
2017-04-25 |
Josh Bleecher... | go/internal/gcimporter: add test object files for go1... |
commit | commitdiff | tree |
2017-04-25 |
Josh Bleecher... | cmd/compile: improve efficiency of binary export positi... |
commit | commitdiff | tree |
2017-04-25 |
griesemer | cmd/compile: factor out access to thisT |
commit | commitdiff | tree |
2017-04-25 |
Damien Lespiau | cmd/internal/obj/x86: port the doasm comment to go |
commit | commitdiff | tree |
2017-04-25 |
Michael Munday | cmd: fix the order that s390x operands are printed in |
commit | commitdiff | tree |
2017-04-25 |
Daniel Martí | regexp: remove redundant break |
commit | commitdiff | tree |
2017-04-25 |
Daniel Martí | all: remove some unused parameters in test code |
commit | commitdiff | tree |
2017-04-25 |
Ian Lance Taylor | os: fix race between file I/O and Close |
commit | commitdiff | tree |
2017-04-25 |
Carlos Eduardo Seo | math/big: improve performance for addVV/subVV for ppc64x |
commit | commitdiff | tree |
2017-04-25 |
Ben Shi | cmd/internal/obj/arm: use new form of MOVW introduced... |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | runtime: ignore TestCgoPprofPIE test failures on Alpine... |
commit | commitdiff | tree |
2017-04-25 |
Martin Möhrmann | runtime: simplify detection of preference to use AVX... |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | runtime: ignore TestCgoPprofPIE test failures on Alpine |
commit | commitdiff | tree |
2017-04-25 |
Evgeniy Polyakov | runtime: make time correctly update on Wine |
commit | commitdiff | tree |
2017-04-25 |
Ian Lance Taylor | internal/poll: don't use r/w lock for Pread/Pwrite |
commit | commitdiff | tree |
2017-04-25 |
Brad Fitzpatrick | cmd/go: fix TestCgoConsistentResults when using clang... |
commit | commitdiff | tree |
2017-04-25 |
Hiroshi Ioka | os: don't use a symlink's target path for FileInfo... |
commit | commitdiff | tree |
2017-04-25 |
Ronald G. Minnich | syscall: fix ordering of Unshare and chroot on Linux |
commit | commitdiff | tree |
2017-04-25 |
Alex Brainman | archive/tar: extend TestFileInfoHeaderSymlink |
commit | commitdiff | tree |
2017-04-24 |
Josh Bleecher... | cmd/compile: remove references to *os.File from ssa... |
commit | commitdiff | tree |
2017-04-24 |
Robert Griesemer | cmd/compile: move typepkg back to gc package (cleanup) |
commit | commitdiff | tree |
2017-04-24 |
Josselin Costanzi | encoding/base64: Optimize DecodeString |
commit | commitdiff | tree |
2017-04-24 |
Andrew Benton | encoding/asn1: add NullBytes and NullRawValue for worki... |
commit | commitdiff | tree |
2017-04-24 |
Damien Lespiau | cmd/go/internal/get: remove unused pkgImportPath |
commit | commitdiff | tree |
2017-04-24 |
Filippo Valsorda | net/http: document Shutdown/Serve return behavior |
commit | commitdiff | tree |
2017-04-24 |
Keith Randall | cmd/compile: rotate loops so conditional branch is... |
commit | commitdiff | tree |
2017-04-24 |
Brad Fitzpatrick | runtime/debug: mark TestSetGCPercent as flaky |
commit | commitdiff | tree |
2017-04-24 |
Josh Bleecher... | cmd/compile: add -c flag |
commit | commitdiff | tree |
2017-04-24 |
Daniel Theophanes | database/sql: allow using a single connection from... |
commit | commitdiff | tree |
2017-04-24 |
Mikio Hara | runtime: gofmt -w -s |
commit | commitdiff | tree |
2017-04-24 |
Hiroshi Ioka | cmd/compile: fix comments in transformclosure |
commit | commitdiff | tree |
2017-04-24 |
Ilya Tocar | math: remove asm version of sincos everywhere, except 386 |
commit | commitdiff | tree |
2017-04-24 |
Alberto Donizetti | cmd/compile: more error position tests for the typechecker |
commit | commitdiff | tree |
2017-04-24 |
张嵩 | test/chan: add missing flag.Parse in doubleselect.go |
commit | commitdiff | tree |
2017-04-24 |
Josh Bleecher... | cmd/compile: count init functions from 0, not 1 |
commit | commitdiff | tree |
2017-04-24 |
Josh Bleecher... | cmd/compile: lazily create true and false Values in... |
commit | commitdiff | tree |
2017-04-24 |
Josh Bleecher... | cmd/compile: break apart dumptypestructs |
commit | commitdiff | tree |
2017-04-23 |
Josh Bleecher... | cmd/compile: remove itabEntry.sym |
commit | commitdiff | tree |
2017-04-23 |
Josh Bleecher... | cmd/compile: add and use gc.Node.funcname |
commit | commitdiff | tree |
next |