]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-14 Josh Bleecher... cmd/compile: allow deduplication of long strings
2016-03-14 Alexandru Moșoicmd/compile: fix no-opt build after moving decomposing...
2016-03-14 Michael Prattcmd/compile: remove amd64 code from package gc and...
2016-03-14 Austin Clementsruntime: document the G states
2016-03-14 Austin Clementsruntime: copy stack before adjusting
2016-03-14 Austin Clementsruntime: improve comment on selectgo
2016-03-14 Richard Millerruntime: fix a typo in asssembly macro GO_RESULTS_INITI...
2016-03-14 Todd Nealcmd/compile: change the type of ssa Warnl line number
2016-03-14 Matthew Dempskycmd/internal/obj, cmd/asm: get rid of obj.ADATA
2016-03-14 Matthew Dempskycmd/internal/obj: support arbitrarily sized string...
2016-03-14 Josh Bleecher... cmd/all: stop generating ADATA Progs
2016-03-14 Josh Bleecher... cmd/compile: write some static data directly
2016-03-14 Dominik Honnefreflect: use SelectDir instead of uintptr in runtimeSelect
2016-03-14 Martin Möhrmannruntime: speed up growslice by avoiding divisions
2016-03-14 Brad Fitzpatrickos/user: fix formatting of error group lookup message
2016-03-13 Matthew Dempskycmd/compile, runtime: eliminate growslice_n
2016-03-13 Alexandru Moșoicmd/compile: move decompose builtin closer to late opt
2016-03-13 Josh Bleecher... cmd/compile: clean up savedata
2016-03-13 Josh Bleecher... cmd/compile: minor cleanup
2016-03-13 Egon Elbrecmd/pprof: fix crash with invalid source
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
next