| 2016-03-10 | 
Adam Langley | crypto/x509/pkix: make 'v1' the default CRL version. | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Adam Langley | crypto/x509: correct default X.509 version. | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: add Key, FieldSlice, and SetFields helpers | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: rename ssa.Type's Elem method to ElemType | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: simplify parser.compound_stmt | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Ian Lance Taylor | cmd/compile: remove global variables in inl.go | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Shenghou Ma | doc: fix dead links in FAQ | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Keith Randall | cmd/compile: fix defer/deferreturn | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Josh Bleecher...  | cmd/compile: continue is the new goto loop | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Ian Lance Taylor | cmd/compile: change Func.Inldcl from *[]*Node to Nodes | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: more use of IterXXX functions | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Ian Lance Taylor | cmd/compile: add Nodes.Set1 method and use it where...  | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Ian Lance Taylor | cmd/compile: remove NodeList type | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Ian Lance Taylor | runtime: fix names in SetFinalizer doc comment | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Ian Lance Taylor | cmd/compile: remove all remaining nodeSeq code | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Klaus Post | compress/flate: forward upstream Writer errors | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Martin Möhrmann | bytes: correct comment about usage of bytes.Buffer...  | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Paul Marks | net: slowDialTCP should wait forever if no deadline...  | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Lynn Boger | math: improve sqrt for ppc64le,ppc64 | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Todd Neal | cmd/compile: remove values from const cache upon free | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Dave Cheney | cmd/compile/internal: peep.go cleanups | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: change ignorecase param types to bool | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: support arbitrarily deep embedded fields | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: rename Recv->Recvs and Recv0->Recv | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: add Recv0 and Field helper methods for...  | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: replace more unnecessary **Type with ...  | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Dave Cheney | cmd/compile/internal/gc: type.go cleanup | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: cleanup paramstoheap and returnsfromheap | 
commit | commitdiff | tree | 
| 2016-03-10 | 
Matthew Dempsky | cmd/compile: consolidate Type construction and copying...  | 
commit | commitdiff | tree | 
| 2016-03-09 | 
Andrew Gerrand | doc: add doc.Example.Unordered to go1.7.txt | 
commit | commitdiff | tree | 
| 2016-03-09 | 
Josh Bleecher...  | cmd/compile: make alg gen prologue/epilogue match | 
commit | commitdiff | tree | 
| 2016-03-09 | 
Ian Lance Taylor | cmd/compile: remove remaining nodeSeqIterate calls | 
commit | commitdiff | tree | 
| 2016-03-09 | 
David Crawshaw | cmd/link: prune unused methods | 
commit | commitdiff | tree | 
| 2016-03-09 | 
Brad Fitzpatrick | doc: fix bogus HTML in contribute.html | 
commit | commitdiff | tree | 
| 2016-03-09 | 
Brad Fitzpatrick | cmd/compile: shrink tables | 
commit | commitdiff | tree | 
| 2016-03-09 | 
Martin Möhrmann | fmt: refactor pointer formatting and improve tests | 
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 | 
| next |