]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-11 Matthew Dempskycmd/compile: rework checkdupfields
2016-03-11 Todd Nealcmd/compile: modify regalloc/stackalloc to use the...
2016-03-11 Keith Randallcmd/compile: don't use PPARAMOUT names for temps
2016-03-11 Ian Lance Taylordoc: GCC 6 will have the Go 1.6 user libraries
2016-03-10 Adam Langleycrypto/x509/pkix: make 'v1' the default CRL version.
2016-03-10 Adam Langleycrypto/x509: correct default X.509 version.
2016-03-10 Matthew Dempskycmd/compile: add Key, FieldSlice, and SetFields helpers
2016-03-10 Matthew Dempskycmd/compile: rename ssa.Type's Elem method to ElemType
2016-03-10 Matthew Dempskycmd/compile: simplify parser.compound_stmt
2016-03-10 Ian Lance Taylorcmd/compile: remove global variables in inl.go
2016-03-10 Shenghou Madoc: fix dead links in FAQ
2016-03-10 Keith Randallcmd/compile: fix defer/deferreturn
2016-03-10 Josh Bleecher... cmd/compile: continue is the new goto loop
2016-03-10 Ian Lance Taylorcmd/compile: change Func.Inldcl from *[]*Node to Nodes
2016-03-10 Matthew Dempskycmd/compile: more use of IterXXX functions
2016-03-10 Ian Lance Taylorcmd/compile: add Nodes.Set1 method and use it where...
2016-03-10 Ian Lance Taylorcmd/compile: remove NodeList type
2016-03-10 Ian Lance Taylorruntime: fix names in SetFinalizer doc comment
2016-03-10 Ian Lance Taylorcmd/compile: remove all remaining nodeSeq code
2016-03-10 Klaus Postcompress/flate: forward upstream Writer errors
2016-03-10 Martin Möhrmannbytes: correct comment about usage of bytes.Buffer...
2016-03-10 Paul Marksnet: slowDialTCP should wait forever if no deadline...
2016-03-10 Lynn Bogermath: improve sqrt for ppc64le,ppc64
2016-03-10 Todd Nealcmd/compile: remove values from const cache upon free
2016-03-10 Dave Cheneycmd/compile/internal: peep.go cleanups
2016-03-10 Matthew Dempskycmd/compile: change ignorecase param types to bool
2016-03-10 Matthew Dempskycmd/compile: support arbitrarily deep embedded fields
2016-03-10 Matthew Dempskycmd/compile: rename Recv->Recvs and Recv0->Recv
2016-03-10 Matthew Dempskycmd/compile: add Recv0 and Field helper methods for...
2016-03-10 Matthew Dempskycmd/compile: replace more unnecessary **Type with ...
2016-03-10 Dave Cheneycmd/compile/internal/gc: type.go cleanup
2016-03-10 Matthew Dempskycmd/compile: cleanup paramstoheap and returnsfromheap
2016-03-10 Matthew Dempskycmd/compile: consolidate Type construction and copying...
2016-03-09 Andrew Gerranddoc: add doc.Example.Unordered to go1.7.txt
2016-03-09 Josh Bleecher... cmd/compile: make alg gen prologue/epilogue match
2016-03-09 Ian Lance Taylorcmd/compile: remove remaining nodeSeqIterate calls
2016-03-09 David Crawshawcmd/link: prune unused methods
2016-03-09 Brad Fitzpatrickdoc: fix bogus HTML in contribute.html
2016-03-09 Brad Fitzpatrickcmd/compile: shrink tables
2016-03-09 Martin Möhrmannfmt: refactor pointer formatting and improve tests
2016-03-09 Alexandru Moșoicmd/compile: constant fold more of IsInBounds and IsSli...
2016-03-09 Matthew Dempskycmd/compile: switch Eqtype and (*Type).Compare to use...
2016-03-09 Richard Millerruntime: Plan 9 - prevent preemption by GC while exiting
2016-03-09 Richard Millersyscall: add NO_LOCAL_POINTERS to syscall.exit in plan9_arm
2016-03-09 Alexandru Moșoicmd/compile/internal/ssa: lower builtins much later
2016-03-09 Matthew Dempskycmd/compile: eliminate IterParams
2016-03-09 Ingo Oesercmd/compile: use range construct
2016-03-09 Nigel Taocompress/flate: take NewWriter out of the benchmark...
2016-03-09 Brady Cathermantesting: implement 'Unordered Output' in Examples.
2016-03-09 Shenghou Madoc: security fixes are prepared for two most recent...
2016-03-09 Josh Bleecher... cmd/compile: superficial cleanup in alg.go
2016-03-09 Matthew Dempskycmd/compile: small cleanups for structargs
2016-03-09 Ian Lance Taylorcmd/compile: rewrite code to omit many nodeSeq calls
2016-03-09 Matthew Dempskycmd/compile: change get{this,inarg,outarg}x? into methods
2016-03-09 David Crawshawcmd/compile: remove slices from rtype.funcType
2016-03-09 Andrew Gerranddoc: use new Gerrit URL and mention our instance in...
2016-03-09 Andrew Gerranddoc: update issue template
2016-03-09 Matthew Dempskycmd/compile: simplify Iter
2016-03-09 Andrew Gerranddoc: remove link to empty Go 1.5.3 milestone
2016-03-08 David Crawshawcmd/compile: remove rtype *uncommonType field
2016-03-08 David Chasecmd/compile: guard the &-to-<<>> opt against small...
2016-03-08 Matthew Dempskycmd/compile: relocate a bunch of Type-related code
2016-03-08 Brad Fitzpatrickcrypto/tls: test for timeout error using the net.Error...
2016-03-08 Alexandru Moșoicmd/compile/internal/ssa: simplify nil checks in opt.
2016-03-08 Matthew Dempskycmd/compile: cleanup compile function
2016-03-08 Matthew Dempskycmd/internal/obj: more Optab range simplification
2016-03-08 Brad Fitzpatrickcmd/compile: fix old comment references to go.y
2016-03-08 Ross Lightos/user: make OS-specific getgrouplist calls
2016-03-08 Ian Lance Taylorcmd/compile: remove useless declaration of llit
2016-03-08 Russ Coxcmd/go: ignore C files when CGO_ENABLED=0
2016-03-08 Ian Lance Taylorcmd/compile: fix bug in vmatch1 list traversal nodeSeq...
2016-03-08 Caio Marcelo... net/http/httptest: record trailing headers in ResponseR...
2016-03-08 David Chasecmd/compile: attach correct line number for fallthru...
2016-03-08 Brad Fitzpatrickcmd/compile: gofmt
2016-03-08 Russ Coxcmd/compile, cmd/link: eliminate string merging pass
2016-03-08 Russ Coxcmd/newlink: delete
2016-03-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeList outside of syntax.go
2016-03-08 Josh Bleecher... cmd/compile: preallocate storage for three Value args
2016-03-08 Brad Fitzpatrickos/user: skip Current test on android
2016-03-08 Klaus Posthash/crc32: use slicing by 8 for Castagnoli and smaller...
2016-03-08 Josh Bleecher... cmd/compile: cache const nil, iface, slice, and ""
2016-03-08 Brad Fitzpatrickcmd/compile: fix comment accuracy after recent change
2016-03-08 Matthew Dempskycmd/compile: simplify eq and hash function generation
2016-03-08 Ian Lance Taylorcmd/compile: remove nodesOrNodeListPtr outside of syntax.go
2016-03-08 Matthew Dempskycmd/compile: fix lineno restoration after SSA compilation
2016-03-08 Aaron Zinmandarwin/amd64: fix text-relocation issues for c-archive...
2016-03-08 Matthew Dempskycmd/internal/obj: add As type for assembly opcodes
2016-03-08 David Chasecmd/compile: Tinkering with schedule for debug and...
2016-03-08 Todd Nealcmd/compile: fix load combining from a non-zero pointer...
2016-03-08 Burcu Doganruntime: listen 127.0.0.1 instead of localhost on android
2016-03-08 Matthew Dempskycmd/internal/obj: stop using as+ALAST as an opcode
2016-03-07 Brad Fitzpatrickgo/build: introduce go1.7 build tag
2016-03-07 Caio Marcelo... net/http: TimeoutHandler should start timer when servin...
2016-03-07 Ian Lance Taylorcmd/compile: change Node fields from *NodeList to Nodes
2016-03-07 Josh Bleecher... cmd/compile: inline list storage stealing
2016-03-07 Konstantin... cmd/vet: remove -test flag
2016-03-07 Josh Bleecher... cmd/compile: remove NodeList != NodeList comparisons
2016-03-07 Josh Bleecher... cmd/compile: add sizeof test for ssa types
2016-03-07 Brad Fitzpatrickos, syscall: skip tests when environment doesn't permit...
2016-03-07 Austin Clementsruntime: fix checkmark scanning of finalizers
next