| 2016-03-08 | 
David Chase | cmd/compile: guard the &-to-<<>> opt against small...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/compile: relocate a bunch of Type-related code | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Brad Fitzpatrick | crypto/tls: test for timeout error using the net.Error...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Alexandru Moșoi | cmd/compile/internal/ssa: simplify nil checks in opt. | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/compile: cleanup compile function | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/internal/obj: more Optab range simplification | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Brad Fitzpatrick | cmd/compile: fix old comment references to go.y | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Ross Light | os/user: make OS-specific getgrouplist calls | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Ian Lance Taylor | cmd/compile: remove useless declaration of llit | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Russ Cox | cmd/go: ignore C files when CGO_ENABLED=0 | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Ian Lance Taylor | cmd/compile: fix bug in vmatch1 list traversal nodeSeq...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Caio Marcelo...  | net/http/httptest: record trailing headers in ResponseR...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
David Chase | cmd/compile: attach correct line number for fallthru...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Brad Fitzpatrick | cmd/compile: gofmt | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Russ Cox | cmd/compile, cmd/link: eliminate string merging pass | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Russ Cox | cmd/newlink: delete | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Ian Lance Taylor | cmd/compile: remove nodesOrNodeList outside of syntax.go | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Josh Bleecher...  | cmd/compile: preallocate storage for three Value args | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Brad Fitzpatrick | os/user: skip Current test on android | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Klaus Post | hash/crc32: use slicing by 8 for Castagnoli and smaller...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Josh Bleecher...  | cmd/compile: cache const nil, iface, slice, and "" | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Brad Fitzpatrick | cmd/compile: fix comment accuracy after recent change | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/compile: simplify eq and hash function generation | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Ian Lance Taylor | cmd/compile: remove nodesOrNodeListPtr outside of syntax.go | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/compile: fix lineno restoration after SSA compilation | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Aaron Zinman | darwin/amd64: fix text-relocation issues for c-archive...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/internal/obj: add As type for assembly opcodes | 
commit | commitdiff | tree | 
| 2016-03-08 | 
David Chase | cmd/compile: Tinkering with schedule for debug and...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Todd Neal | cmd/compile: fix load combining from a non-zero pointer...  | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Burcu Dogan | runtime: listen 127.0.0.1 instead of localhost on android | 
commit | commitdiff | tree | 
| 2016-03-08 | 
Matthew Dempsky | cmd/internal/obj: stop using as+ALAST as an opcode | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Brad Fitzpatrick | go/build: introduce go1.7 build tag | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Caio Marcelo...  | net/http: TimeoutHandler should start timer when servin...  | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Ian Lance Taylor | cmd/compile: change Node fields from *NodeList to Nodes | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Josh Bleecher...  | cmd/compile: inline list storage stealing | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Konstantin...  | cmd/vet: remove -test flag | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Josh Bleecher...  | cmd/compile: remove NodeList != NodeList comparisons | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Josh Bleecher...  | cmd/compile: add sizeof test for ssa types | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Brad Fitzpatrick | os, syscall: skip tests when environment doesn't permit...  | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Austin Clements | runtime: fix checkmark scanning of finalizers | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Matthew Dempsky | cmd/internal/obj/mips: add ALUI const | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Caio Marcelo...  | go/types: don't emit conversion error in non-numeric...  | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Matthew Dempsky | runtime: eliminate unnecessary type conversions | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Dave Cheney | cmd/compile/internal/ppc64: clean up table initalisation | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Brad Fitzpatrick | os/user: make Current work without cgo | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Matthew Dempsky | cmd/internal/obj: simplify Optab range handling code | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Ross Light | os/user: add LookupGroup, LookupGroupId, and User.Group...  | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Brad Fitzpatrick | mime/multipart: don't call Read on io.Reader after...  | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Matthew Dempsky | cmd/internal/obj: remove unused ar.go | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Joe Tsai | compress/zlib: make errors persistent | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Ian Lance Taylor | cmd/compile: more nodeSeq conversions | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Matthew Dempsky | cmd/compile: change Oconv to take an Op parameter | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Richard Miller | runtime: new files for plan9_arm support | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Richard Miller | runtime: signal handling support for plan9_arm | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Caio Marcelo...  | cmd/compile: don't emit conversion error in non-numeric...  | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Nigel Tao | compress/flate: remove unused woffset field. | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Josh Bleecher...  | cmd/compile: soup up isSamePtr | 
commit | commitdiff | tree | 
| 2016-03-07 | 
Austin Clements | runtime: merge {bgMark,assist}StartTime | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Josh Bleecher...  | cmd/compile: use OffPtr when possible | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Josh Bleecher...  | cmd/compile: collapse OffPtr sequences | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Keith Randall | cmd/compile: Combine smaller loads into a larger load | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Michael Hudson...  | cmd/compile, cmd/link, cmd/newlink: remove support...  | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Josh Bleecher...  | cmd/compile: hide NodeList details in evconst | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Muhammed Uluyol | Rewrite leftover references to plan9.bell-labs.com...  | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Josh Bleecher...  | cmd/compile: use a uint8-sized named type for Addr...  | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Dave Cheney | cmd/compile/internal/gc: assert size of important types | 
commit | commitdiff | tree | 
| 2016-03-06 | 
Martin Möhrmann | fmt: refactor and unify float and complex formatting | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Martin Möhrmann | fmt: use fewer allocations for %q string formatting | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Martin Möhrmann | fmt: optimize byte slice and array formatting for ...  | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Hitoshi Mitake | runtime: don't print EnableGC flag in WriteHeapProfile() | 
commit | commitdiff | tree | 
| 2016-03-05 | 
Matthew Dempsky | cmd/compile: convert asmlist to []*Node | 
commit | commitdiff | tree | 
| 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 | 
| next |