| 2016-03-05 | 
Martin Möhrmann | fmt: float formatting should not permanently change...  | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Ian Lance Taylor | cmd/compile: change parser, racewalk, range to use...  | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Ian Lance Taylor | cmd/compile: convert subr, swt, typecheck to nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Matthew Dempsky | cmd/compile: stop leaking 'any' type into user package | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Matthew Dempsky | cmd/compile: remove syslook's copy parameter | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Lynn Boger | crypto/cipher: xorBytes performance ppc64le/ppc64 | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Ian Lance Taylor | cmd/compile: convert select, sinit, ssa to nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Brad Fitzpatrick | cmd/compile: don't allocate convX2X or assertX2X func...  | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | cmd/compile: change order.go to use nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Matthew Dempsky | cmd/compile/internal/ssa: chmod -x likelyadjust.go | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | cmd/compile: change export.go and fmt.go to use nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Rhys Hiltner | cmd/link/internal/ld: don't panic on short buildid | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Austin Clements | runtime: disable gcMarkRootCheck debugging check during STW | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Austin Clements | runtime: reset mark state before stopping the world | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | runtime: fix off-by-one error finding module for PC | 
commit | commitdiff | tree | 
| 2016-03-04 | 
David Crawshaw | cmd/link: deduplicate read-only string data | 
commit | commitdiff | tree | 
| 2016-03-04 | 
David Crawshaw | reflect: recognize unnamed directional channels | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Michael Munday | cmd/link: align string data to Minalign when merging...  | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | cmd/compile: convert inl.go to use nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Keith Randall | cmd/compile: more ssa config flags | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Matthew Dempsky | cmd/compile: small cleanup to syslook calls | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Robert Griesemer | cmd/compile: re-vendor math/big to pick up bug fix | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Robert Griesemer | math/big: use correct precision in Float.Float32/64...  | 
commit | commitdiff | tree | 
| 2016-03-04 | 
David Crawshaw | cmd/compile: remove NUL-terminator from string data | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Matthew Dempsky | cmd/compile: simplify Eqtype | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | cmd/compile: convert walk.go and friends to use nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Matthew Dempsky | cmd/compile: replace TypeList with []*Type | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Michael Hudson...  | cmd/internal/obj/ppc64: eliminate ~700 conversions...  | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Dave Cheney | cmd/compile: post CL 20089 cleanups | 
commit | commitdiff | tree | 
| 2016-03-04 | 
djherbis | bufio: Reader.Peek returns partial results on ErrBufferFull | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | cmd/compile: change esc.go to use nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Matthew Dempsky | cmd/compile: remove unnecessary conversions | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Ian Lance Taylor | cmd/compile: convert dcl.go to nodeSeq | 
commit | commitdiff | tree | 
| 2016-03-04 | 
Spencer Nelson | cmd/vet: Use function signature to find format string...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Ian Lance Taylor | cmd/compile: convert cgen/gen/pgen and friends to nodeL...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Ian Lance Taylor | cmd/compile: add setNodeSeq, and use it in bimport.go | 
commit | commitdiff | tree | 
| 2016-03-03 | 
David du Colombier | cmd/compile: don't use duffcopy and duffzero on Plan 9 | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Ian Lance Taylor | cmd/compile: add nodeSeqIterator interface | 
commit | commitdiff | tree | 
| 2016-03-03 | 
David Crawshaw | cmd/link: combine all string data into one symbol | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Ian Lance Taylor | cmd/compile: remove listsort | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Keith Randall | cmd/compile: make compilation deterministic, fixes...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Keith Randall | cmd/compile: load some live values into registers befor...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
David Crawshaw | cmd/link: replace Autom linked list with slice | 
commit | commitdiff | tree | 
| 2016-03-03 | 
David Crawshaw | cmd/link: replace LSym.Queue with a slice | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Caleb Spare | cmd/go: set GOPATH in list's Context | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Martin Möhrmann | fmt: optimize %x and %X formatting for byte slices...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Keith Randall | cmd/compile: fix fieldtrack experiment | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Matthew Dempsky | cmd/compile: more lineno type conversions | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Michael Munday | cmd/link: add Minalign field to ld.Arch | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Mikio Hara | net: deduplicate TCP socket code | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Robert Griesemer | cmd/compile: exit early if oldname doesn't find a name | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Robert Griesemer | cmd/compile: remove more superfluous int(lineno) conver...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Joe Tsai | compress/bzip2: refactor unit tests | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Burcu Dogan | net: skip TestLookupPort on android with netgo | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Rob Pike | math: delete unused function sqrtC | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Matthew Dempsky | cmd/compile: eliminate arch-specific typedefs | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Chris Broadfoot | doc: add link to 1.6 release notes on golang.org/projec...  | 
commit | commitdiff | tree | 
| 2016-03-03 | 
David Crawshaw | cmd/link: pack LSym boolean attributes | 
commit | commitdiff | tree | 
| 2016-03-03 | 
Brad Fitzpatrick | cmd/link: stop generating garbage in elfhash | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Alex Brainman | misc/cgo/test: rewrite windows version of mysleep | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Crawshaw | cmd/link: make Allsym a slice | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Robert Griesemer | cmd/compile/internal/gc: export & import function bodie...  | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Crawshaw | cmd/link: replace custom hashmap in DWARF writer | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Chase | cmd/compile: trunc(and(x,K)) rewrite to trunc(x) for...  | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Robert Griesemer | cmd/compile: remove missed int(lineno) conversions | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Martin Möhrmann | fmt: optimize string truncation | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Robert Griesemer | cmd/compile: introduce linestr helper to simplify line...  | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Russ Cox | runtime/pprof: sort counted profiles by count | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Robert Griesemer | cmd/compile: use int32 for line numbers consistently | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Ian Lance Taylor | go/ast: fix typo in comment | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Tamir Duberstein | crypto/tls: check errors from (*Conn).writeRecord | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Crawshaw | cmd/link: C is gone, remove check for Go calling C | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Joe Tsai | compress/bzip2: prevent zero-length Huffman codes | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Mohit Agarwal | net: fix vet warnings | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Crawshaw | cmd/link: rename Hide to Hidden and make a bool | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Crawshaw | cmd/link: write DWARF PC table without seeking | 
commit | commitdiff | tree | 
| 2016-03-02 | 
David Crawshaw | cmd/link: add array append version of methods | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Keith Randall | cmd/compile: some SSA cleanup | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Brad Fitzpatrick | net/url: fix parsing of URLs ending in question mark | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Robert Griesemer | cmd/compile: give SymFlags type to Sym flags | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Marvin Stenger | cmd/vet: polish output of shadow test | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Brad Fitzpatrick | all: single space after period. | 
commit | commitdiff | tree | 
| 2016-03-02 | 
Ian Lance Taylor | cmd/compile: fix OADDSTR buffer size calculation | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Ian Lance Taylor | cmd/compile: s/flag_race/instrumenting/ in OCONVNOP...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Brad Fitzpatrick | all: make copyright headers consistent with one space...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Robert Griesemer | cmd/compile: delete unused lexer tokens, replace with...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Keith Randall | cmd/compile: remove _ssa print trigger | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Gerrit Code...  | Merge "Merge branch 'dev.ssa' into mergebranch" | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Keith Randall | Merge branch 'dev.ssa' into mergebranch | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Rob Pike | cmd/vet: add a README explaining the criteria for new...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
David Chase | [dev.ssa] cmd/compile: adjust branch likeliness for...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Matthew Dempsky | cmd/compile/internal/ssa: cleanup godocs | 
commit | commitdiff | tree | 
| 2016-03-01 | 
David Crawshaw | cmd/link: make rddataBufMax a const | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Alexandru Moșoi | [dev.ssa] cmd/compile/internal/ssa: simplify boolean...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Alexandru Moșoi | [dev.ssa] cmd/compile/internal/ssa: distribute multipli...  | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Ilya Tocar | [dev.ssa] cmd/compile: promote byte/word operation | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Matthew Dempsky | cmd/compile: change defaultlit2's force param to bool | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Martin Möhrmann | fmt: make identification of string arguments consistent | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Matthew Dempsky | go/types: nicer shift error message | 
commit | commitdiff | tree | 
| 2016-03-01 | 
Matthew Dempsky | go/constant: fix typos in MakeFromLiteral docs | 
commit | commitdiff | tree | 
| next |