]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-13 Josh Bleecher... cmd/internal/obj: sort relocs by off when printing
2016-03-13 Matthew Dempskycmd/compile: rework how fieldtrack is implemented
2016-03-13 Todd Nealcmd/compile: const folding for float32/64
2016-03-13 Alexandru Moșoicmd/compile/internal/ssa: generalize prove to all booleans
2016-03-13 Emmanuel Odekeruntime: move testSchedLocalQueue* to export_test
2016-03-12 Dominik Honnefnet/http: delete unused type readClose
2016-03-12 Emmanuel Odekenet/http: make ParseMultipartForm also populate Request...
2016-03-12 Todd Nealcmd/compile: reuse auto symbols during ssa construction
2016-03-12 Shahar Kohanimcmd/link: use string map for symbols with single version
2016-03-12 Alex Brainmancmd/link: rewrite pe symbol table generating code
2016-03-12 Keith Randallcmd/compile: strength reduce *24
2016-03-12 Robert Griesemercmd/compile: remove structpkg global variable
2016-03-12 David Crawshawcmd/compile: compute number of arguments correctly
2016-03-12 Tom Bergancrypto/tls: implement dynamic record sizing
2016-03-12 Ian Lance Taylorcmd/compile: don't copy all type nodes for builtin...
2016-03-12 Adam Langleycrypto/tls: document that the cipher suite list is...
2016-03-12 Adam Langleycrypto/x509: correct OID for DSA-with-SHA-256.
2016-03-12 Adam Langleycrypto/tls: better error for oversized handshake messages.
2016-03-11 Matthew Dempskycmd/compile: move universe block code into new universe.go
2016-03-11 Robert Griesemercmd/compile: move lexn and lexname into lex.go (cleanup)
2016-03-11 Robert Griesemercmd/compile: move lexer into separate file (cleanup)
2016-03-11 Robert Griesemercmd/compile: simplify lexer.ungetr
2016-03-11 David Crawshawcmd/link: treat reflect.Value.Method like Call
2016-03-11 David Crawshawcmd/compile: use bufio.Reader directly in lexer
2016-03-11 David Crawshawcmd/compile: track reflect.Type.Method in deadcode
2016-03-11 Josh Bleecher... cmd/compile: improve go.importpath.* docs
2016-03-11 Josh Bleecher... cmd/link: tidy up rdsym
2016-03-11 Matthew Dempskycmd/compile: eliminate uses of Type.Down in bexport.go
2016-03-11 Matthew Dempskycmd/compile: sort interface methods in tointerface0
2016-03-11 Klaus Postcompress/flate: optimize huffman bit encoder
2016-03-11 Klaus Postcompress/flate: test if results are deterministic
2016-03-11 Michael Mundaycmd/internal/obj: fix nil pointer dereference in Dconv
2016-03-11 Matthew Dempskycmd/compile: move InitPlan and InitEntry into sinit.go
2016-03-11 Matthew Dempskycmd/compile: give "magic" code its own source file
2016-03-11 Ian Lance Taylorruntime: limit TestCgoCCodeSIGPROF test to 1 second
2016-03-11 Robert Griesemercmd/compile: remove Label.Link field and lastlabel...
2016-03-11 Emmanuel Odekenet/http: defer idleMu.Unlock() in tryPutIdleConn ...
2016-03-11 Matthew Dempskycmd/compile: simplify transformclosure
2016-03-11 Matthew Dempskycmd/compile: cleanup unsafenmagic
2016-03-11 Matthew Dempskycmd/compile: eliminate uses of Type.Down in alg.go
2016-03-11 Keith Randallcmd/compile: regalloc of two address instructions
2016-03-11 Robert Griesemercmd/compile: call missing popdcl in various genxxx...
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
next