| 2017-05-09 | 
Josh Bleecher...  | cmd/compile: change ssa.Type into *types.Type | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Josh Bleecher...  | cmd/compile: add boolean simplification rules | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Marvin Stenger | cmd/compile/internal/ssa: mark boolean instructions...  | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Josh Bleecher...  | cmd/compile: make builds reproducible in presence of...  | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Josh Bleecher...  | cmd/compile: make "imported and not used" errors determ...  | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Cherry Zhang | cmd/internal/obj/arm64, cmd/compile: improve offset...  | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Josh Bleecher...  | cmd/go: enable concurrent backend compilation by default | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Josh Bleecher...  | cmd/go: add support for concurrent backend compilation | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Robert Griesemer | spec: clarify unsafe.Pointer conversions | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Ibrahim AshShohail | go/token: remove excess parenthesis in NoPos.IsValid...  | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Austin Clements | runtime/pprof: deflake TestGoroutineCounts | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Ian Lance Taylor | cmd/go: put user flags after code generation flag | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Rob Phoenix | net: fix ExampleParseCIDR IPv4 prefix length | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Alex Brainman | cmd/go: run tests that require symlinks | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Alex Brainman | os: avoid calulating fileStat.path until it is needed | 
commit | commitdiff | tree | 
| 2017-05-09 | 
ltnwgl | container/heap: optimization when selecting smaller...  | 
commit | commitdiff | tree | 
| 2017-05-09 | 
Rob Phoenix | net: add examples for IPv4, ParseCIDR & IPv4Mask | 
commit | commitdiff | tree | 
| 2017-05-08 | 
Robert Griesemer | cmd/compile: better errors for float constants with...  | 
commit | commitdiff | tree | 
| 2017-05-08 | 
Bill O'Farrell | math: use SIMD to accelerate additional scalar math...  | 
commit | commitdiff | tree | 
| 2017-05-08 | 
Marvin Stenger | bytes: skip inline test by default | 
commit | commitdiff | tree | 
| 2017-05-08 | 
Alex Brainman | internal/poll: remove allocation in windows FD.Writev | 
commit | commitdiff | tree | 
| 2017-05-07 | 
Elias Naur | cmd/link/internal/ld: don't link with -no_pie on darwin...  | 
commit | commitdiff | tree | 
| 2017-05-07 | 
Kevin Burke | os, cmd/link: fix typos | 
commit | commitdiff | tree | 
| 2017-05-07 | 
Marvin Stenger | bytes: optimize Buffer's Write, WriteString, WriteByte...  | 
commit | commitdiff | tree | 
| 2017-05-07 | 
Damien Lespiau | cmd/asm: enable MOVSD in the encoding end-to-end test | 
commit | commitdiff | tree | 
| 2017-05-07 | 
Alex Brainman | os: reimplement windows os.Stat | 
commit | commitdiff | tree | 
| 2017-05-06 | 
Egon Elbre | cmd/link/internal/ld: fix external linking on windows | 
commit | commitdiff | tree | 
| 2017-05-06 | 
Ben Shi | cmd/asm: fix operand order of ARM's MULA instruction | 
commit | commitdiff | tree | 
| 2017-05-06 | 
Nigel Tao | image/gif: don't panic on large or nil-containing color...  | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Robert Griesemer | go/types: remove invalid documentation and assertion...  | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Robert Griesemer | go/importer: report import path if package is not found | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Josh Bleecher...  | cmd/compile: add Func.SetNilCheckDisabled | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Carlos Eduardo Seo | cmd/internal/obj/ppc64, cmd/link/internal/ppc64: Change...  | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Samuel Tan | html/template: allow safe usage of predefined escapers...  | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Dieter Plaetinck | template: warn about interleaved nature of writes | 
commit | commitdiff | tree | 
| 2017-05-05 | 
David Crawshaw | cmd/link: stop passing unused read_only_relocs | 
commit | commitdiff | tree | 
| 2017-05-05 | 
Alex Brainman | cmd/link: do not read .bss sections in ldpe | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Josh Bleecher...  | go/constant: avoid generating rats for large negative...  | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Josh Bleecher...  | cmd/compile: suppress duplicate type errors | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Ian Lance Taylor | cmd/link: set ELF CPIC bit in mips64 objects | 
commit | commitdiff | tree | 
| 2017-05-04 | 
David Crawshaw | cmd/go, cmd/compile: match tool versions | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Adam Bender | doc: fix minor formatting issues in contribute.html | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Brad Fitzpatrick | all: use time.Time.Equal instead of == in some tests | 
commit | commitdiff | tree | 
| 2017-05-04 | 
David Crawshaw | cmd/go: use os.Executable to find GOROOT | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Brad Fitzpatrick | crypto: revise wording about cryptographically broken...  | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Brad Fitzpatrick | spec: remove an unnecessary semicolon from code example | 
commit | commitdiff | tree | 
| 2017-05-04 | 
Josh Bleecher...  | cmd/compile: prevent panic while formatting func(....  | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Andreas Auernhammer | crypto: document insecure algorithms | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Brad Fitzpatrick | net/http: update bundled http2 | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Steven Hartland | crypto/x509: load certs from env vars + extra locations | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Shenghou Ma | cmd/link/internal/ld: always show output from external...  | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Josh Bleecher...  | cmd/compile: avoid panic when printing *<N> | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Martin Möhrmann | vendor/golang_org/x/crypto/chacha20poly1305: revendor | 
commit | commitdiff | tree | 
| 2017-05-03 | 
feilengcui008 | runtime: clean redundant call of environ function | 
commit | commitdiff | tree | 
| 2017-05-03 | 
Filip Gruszczyński | encoding/gob: use MakeMapWithSize when decoding map | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Filip Gruszczynski | runtime: don't panic for bad size hint in hashmap | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Alberto Donizetti | doc/contribute: directly link to the Agreements page | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Brad Fitzpatrick | api: update next.txt | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Michael Munday | cmd/{asm,compile}: avoid zeroAuto clobbering flags...  | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Bryan C. Mills | expvar: reduce sync.Map overhead for (*Map).Set | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Chris Manghane | net/http: bgErr is unused; remove it | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Josh Bleecher...  | cmd/dist: spin up fewer test dir runners | 
commit | commitdiff | tree | 
| 2017-05-02 | 
Josh Bleecher...  | cmd/internal/obj: fix LSym.Type during compilation...  | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Elias Naur | misc/android: don't let the Android exec wrapper hang...  | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Martin Möhrmann | cmd/compile: use MOVL instead of MOVQ for small constan...  | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Martin Möhrmann | runtime: refactor cpu feature detection for 386 & amd64 | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Michael Hudson...  | cmd/internal/obj/x86: use LEAx rather than ADDx when...  | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Damien Lespiau | cmd/internal/obj/x86: fix ANDPS encoding | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Josh Bleecher...  | cmd/compile: avoid giant init functions due to many...  | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Josh Bleecher...  | runtime: use 64 bit calculation in overLoadFactor | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Josh Bleecher...  | cmd/compile: add minor bit twiddling optimizations | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Josh Bleecher...  | cmd/compile: add comments to trackAllTypes | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Damien Lespiau | cmd/asm: enable CMPPS, CMPPD, CMPSS and CMPSD encoding...  | 
commit | commitdiff | tree | 
| 2017-05-01 | 
Michael Hudson...  | Revert "cmd/link: replace SHIDDEN bit in SymKind with...  | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Michael Hudson...  | cmd/link: replace SHIDDEN bit in SymKind with a bit...  | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Michael Hudson...  | cmd/link: rename AttrHidden to AttrNotInSymbolTable | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Michael Hudson...  | cmd/link: document the various Attribute values | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Todd Neal | cmd/compile: fix error when typeswitching on untyped | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Josh Bleecher...  | cmd/compile: make Class a Stringer | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Ingo Oeser | sync: really test DeepCopyMap | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Alex Brainman | os: skip TestNetworkSymbolicLink if Server service...  | 
commit | commitdiff | tree | 
| 2017-04-30 | 
Josh Bleecher...  | cmd/compile: checkwidth T when constructing *T | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Emmanuel Odeke | cmd/compile: add test for blank field in composite...  | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Bryan C. Mills | archive/zip: replace RWMutex with sync.Map | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Josh Bleecher...  | cmd/compile: move writebarrier pass after dse | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Emmanuel Odeke | net/http: enable TestRequestDoesntBodyCloseDoesntBlock | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Austin Clements | runtime: reduce Windows timer resolution when idle | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Hiroshi Ioka | mime: re-accept empty encoded-text | 
commit | commitdiff | tree | 
| 2017-04-29 | 
Ben Shi | cmd/compile/internal/ssa: more constant folding rules...  | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Josh Bleecher...  | cmd/compile: checkwidthj all expressions in walk | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Austin Clements | runtime/pprof: use symbol information already in profil...  | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Daniel Theophanes | database/sql: ensure releaseConn is defined before...  | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Austin Clements | runtime: make _TinySizeClass an int8 to prevent use...  | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Austin Clements | runtime: eliminate heapBitsSetTypeNoScan | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Austin Clements | runtime: eliminate heapBits.hasPointers | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Austin Clements | runtime: separate spans of noscan objects | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Austin Clements | runtime: document runtime.Frames better | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Bryan C. Mills | expvar: replace RWMutex usage with sync.Map and atomics | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Brad Fitzpatrick | Revert "build: fail nicely if somebody runs all.bash...  | 
commit | commitdiff | tree | 
| 2017-04-28 | 
Bryan C. Mills | mime: use sync.Map instead of RWMutex for type lookups | 
commit | commitdiff | tree | 
| next |