]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-16 Martin Möhrmannfmt: cleanup %p and %T code paths
2016-03-16 Aliaksandr... cmd/vet: added some missing copylock checks
2016-03-16 Rob Pikepath: fix up bizarre test
2016-03-16 Martin Möhrmannfmt: clear flags before printing extra argument errors
2016-03-16 Mikio Haranet: filter destination addresses when source address...
2016-03-16 Mikio Haranet: prevent spurious TCP connection setup notification...
2016-03-16 Mikio Haranet: deduplicate Unix socket code
2016-03-16 Mikio Haranet: deduplicate raw IP socket code
2016-03-16 Mikio Haranet: deduplicate UDP socket code
2016-03-16 Mikio Haranet: simplify ipToSockaddr
2016-03-16 Todd Nealcmd/compile: change logging of spills for regalloc...
2016-03-16 Martin Möhrmannfmt: replace variables for type bit sizes with constants
2016-03-15 Dave Daynet: make SplitHostPort return an empty host on error
2016-03-15 Todd Nealcmd/compile: add logging to critical and phielim
2016-03-15 Keith Randallcmd/compile: turn off SSA internal consistency checks
2016-03-15 Michael Matloobruntime: update link to WriteHeapDump format
2016-03-15 Matthew Dempskycmd: collapse internal/obj/fmt.go into compile/internal...
2016-03-15 Wedson Almeida... sync: new Cond implementation
2016-03-15 Caleb Spareencoding/base64: correct DecodedLen overestimate for...
2016-03-15 Matthew Dempskymath/big: fix comment typos
2016-03-15 David Crawshawcmd/compile: compute second method type at runtime
2016-03-15 Matthew Dempskycmd/compile: use int for field index
2016-03-15 David Crawshawcmd/link: when pruning methods also prune funcType
2016-03-15 Keith Randallcmd/compile: fix load-combining
2016-03-15 Alberto Donizettiarchive/zip: add missing argument to error message
2016-03-15 Matthew Dempskycmd/compile: make Type.Field stricter about bounds...
2016-03-15 Russ Coxos/user: allow LookupGroupId to fail during test
2016-03-15 Dave Cheneycmd/compile/internal/gc: remove Thearch.Linkarchinit
2016-03-15 Dave Cheneycmd/compile/internal/gc: tidy plive.go
2016-03-15 Shahar Kohanimcmd/link, cmd/compile: Add symbol references to object...
2016-03-15 Elias Naurruntime: preserve darwin/arm{,64} callee-save registers
2016-03-15 Dave Cheneycmd/compile/internal: clean up galign.go constants
2016-03-15 Dave Cheneycmd/internal/obj: remove dead code
2016-03-15 Josh Bleecher... cmd/compile: move testdclstack out of the xdcl_list...
2016-03-15 Martin Möhrmannfmt: handle %X like %x for byte type arrays and slices
2016-03-15 Jeremy Jackinscmd/compile: clean up C-style variable declarations...
2016-03-14 Robert Griesemercmd/compile: keep variable numbering for inlineable...
2016-03-14 Matthew Dempskycmd/compile: replace TFIELD kind with separate Field...
2016-03-14 Matthew Dempskycmd/dist: build bootstrap toolchain with -l
2016-03-14 Emmanuel Odekecrypto/tls: minor refactors for readability
2016-03-14 Matthew Dempskycmd/compile: stop storing TFIELD types in Node.Type
2016-03-14 Josh Bleecher... cmd/compile: minor cleanup in sinit.go
2016-03-14 Matthew Dempskycmd/compile: add Fields field to Type
2016-03-14 Josh Bleecher... cmd/compile: simplify InitPlan
2016-03-14 Josh Bleecher... cmd/compile: convert data siz to int
2016-03-14 Josh Bleecher... cmd/compile: fix CTNIL static data comments
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
next