2016-03-09 |
Austin Clements | [dev.garbage] Merge branch 'master' into dev.garbage |
commit | commitdiff | tree |
2016-03-09 |
Alexandru Moșoi | cmd/compile: constant fold more of IsInBounds and IsSli... |
commit | commitdiff | tree |
2016-03-09 |
Matthew Dempsky | cmd/compile: switch Eqtype and (*Type).Compare to use... |
commit | commitdiff | tree |
2016-03-09 |
Richard Miller | runtime: Plan 9 - prevent preemption by GC while exiting |
commit | commitdiff | tree |
2016-03-09 |
Richard Miller | syscall: add NO_LOCAL_POINTERS to syscall.exit in plan9_arm |
commit | commitdiff | tree |
2016-03-09 |
Alexandru Moșoi | cmd/compile/internal/ssa: lower builtins much later |
commit | commitdiff | tree |
2016-03-09 |
Matthew Dempsky | cmd/compile: eliminate IterParams |
commit | commitdiff | tree |
2016-03-09 |
Ingo Oeser | cmd/compile: use range construct |
commit | commitdiff | tree |
2016-03-09 |
Nigel Tao | compress/flate: take NewWriter out of the benchmark... |
commit | commitdiff | tree |
2016-03-09 |
Brady Catherman | testing: implement 'Unordered Output' in Examples. |
commit | commitdiff | tree |
2016-03-09 |
Shenghou Ma | doc: security fixes are prepared for two most recent... |
commit | commitdiff | tree |
2016-03-09 |
Josh Bleecher... | cmd/compile: superficial cleanup in alg.go |
commit | commitdiff | tree |
2016-03-09 |
Matthew Dempsky | cmd/compile: small cleanups for structargs |
commit | commitdiff | tree |
2016-03-09 |
Ian Lance Taylor | cmd/compile: rewrite code to omit many nodeSeq calls |
commit | commitdiff | tree |
2016-03-09 |
Matthew Dempsky | cmd/compile: change get{this,inarg,outarg}x? into methods |
commit | commitdiff | tree |
2016-03-09 |
David Crawshaw | cmd/compile: remove slices from rtype.funcType |
commit | commitdiff | tree |
2016-03-09 |
Andrew Gerrand | doc: use new Gerrit URL and mention our instance in... |
commit | commitdiff | tree |
2016-03-09 |
Andrew Gerrand | doc: update issue template |
commit | commitdiff | tree |
2016-03-09 |
Matthew Dempsky | cmd/compile: simplify Iter |
commit | commitdiff | tree |
2016-03-09 |
Andrew Gerrand | doc: remove link to empty Go 1.5.3 milestone |
commit | commitdiff | tree |
2016-03-08 |
David Crawshaw | cmd/compile: remove rtype *uncommonType field |
commit | commitdiff | tree |
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 |
next |