]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-06 Josh Bleecher... cmd/compile: hide NodeList details in evconst
2016-03-06 Muhammed UluyolRewrite leftover references to plan9.bell-labs.com...
2016-03-06 Josh Bleecher... cmd/compile: use a uint8-sized named type for Addr...
2016-03-06 Dave Cheneycmd/compile/internal/gc: assert size of important types
2016-03-06 Martin Möhrmannfmt: refactor and unify float and complex formatting
2016-03-05 Martin Möhrmannfmt: use fewer allocations for %q string formatting
2016-03-05 Martin Möhrmannfmt: optimize byte slice and array formatting for ...
2016-03-05 Hitoshi Mitakeruntime: don't print EnableGC flag in WriteHeapProfile()
2016-03-05 Matthew Dempskycmd/compile: convert asmlist to []*Node
2016-03-05 Martin Möhrmannfmt: float formatting should not permanently change...
2016-03-05 Ian Lance Taylorcmd/compile: change parser, racewalk, range to use...
2016-03-05 Ian Lance Taylorcmd/compile: convert subr, swt, typecheck to nodeSeq
2016-03-05 Matthew Dempskycmd/compile: stop leaking 'any' type into user package
2016-03-05 Matthew Dempskycmd/compile: remove syslook's copy parameter
2016-03-05 Lynn Bogercrypto/cipher: xorBytes performance ppc64le/ppc64
2016-03-05 Ian Lance Taylorcmd/compile: convert select, sinit, ssa to nodeSeq
2016-03-04 Brad Fitzpatrickcmd/compile: don't allocate convX2X or assertX2X func...
2016-03-04 Ian Lance Taylorcmd/compile: change order.go to use nodeSeq
2016-03-04 Matthew Dempskycmd/compile/internal/ssa: chmod -x likelyadjust.go
2016-03-04 Ian Lance Taylorcmd/compile: change export.go and fmt.go to use nodeSeq
2016-03-04 Rhys Hiltnercmd/link/internal/ld: don't panic on short buildid
2016-03-04 Austin Clementsruntime: disable gcMarkRootCheck debugging check during STW
2016-03-04 Austin Clementsruntime: reset mark state before stopping the world
2016-03-04 Ian Lance Taylorruntime: fix off-by-one error finding module for PC
2016-03-04 David Crawshawcmd/link: deduplicate read-only string data
2016-03-04 David Crawshawreflect: recognize unnamed directional channels
2016-03-04 Michael Mundaycmd/link: align string data to Minalign when merging...
2016-03-04 Ian Lance Taylorcmd/compile: convert inl.go to use nodeSeq
2016-03-04 Keith Randallcmd/compile: more ssa config flags
2016-03-04 Matthew Dempskycmd/compile: small cleanup to syslook calls
2016-03-04 Robert Griesemercmd/compile: re-vendor math/big to pick up bug fix
2016-03-04 Robert Griesemermath/big: use correct precision in Float.Float32/64...
2016-03-04 David Crawshawcmd/compile: remove NUL-terminator from string data
2016-03-04 Matthew Dempskycmd/compile: simplify Eqtype
2016-03-04 Ian Lance Taylorcmd/compile: convert walk.go and friends to use nodeSeq
2016-03-04 Matthew Dempskycmd/compile: replace TypeList with []*Type
2016-03-04 Michael Hudson... cmd/internal/obj/ppc64: eliminate ~700 conversions...
2016-03-04 Dave Cheneycmd/compile: post CL 20089 cleanups
2016-03-04 djherbisbufio: Reader.Peek returns partial results on ErrBufferFull
2016-03-04 Ian Lance Taylorcmd/compile: change esc.go to use nodeSeq
2016-03-04 Matthew Dempskycmd/compile: remove unnecessary conversions
2016-03-04 Ian Lance Taylorcmd/compile: convert dcl.go to nodeSeq
2016-03-04 Spencer Nelsoncmd/vet: Use function signature to find format string...
2016-03-03 Ian Lance Taylorcmd/compile: convert cgen/gen/pgen and friends to nodeL...
2016-03-03 Ian Lance Taylorcmd/compile: add setNodeSeq, and use it in bimport.go
2016-03-03 David du Colombiercmd/compile: don't use duffcopy and duffzero on Plan 9
2016-03-03 Ian Lance Taylorcmd/compile: add nodeSeqIterator interface
2016-03-03 David Crawshawcmd/link: combine all string data into one symbol
2016-03-03 Ian Lance Taylorcmd/compile: remove listsort
2016-03-03 Keith Randallcmd/compile: make compilation deterministic, fixes...
2016-03-03 Keith Randallcmd/compile: load some live values into registers befor...
2016-03-03 David Crawshawcmd/link: replace Autom linked list with slice
2016-03-03 David Crawshawcmd/link: replace LSym.Queue with a slice
2016-03-03 Caleb Sparecmd/go: set GOPATH in list's Context
2016-03-03 Martin Möhrmannfmt: optimize %x and %X formatting for byte slices...
2016-03-03 Keith Randallcmd/compile: fix fieldtrack experiment
2016-03-03 Matthew Dempskycmd/compile: more lineno type conversions
2016-03-03 Michael Mundaycmd/link: add Minalign field to ld.Arch
2016-03-03 Mikio Haranet: deduplicate TCP socket code
2016-03-03 Robert Griesemercmd/compile: exit early if oldname doesn't find a name
2016-03-03 Robert Griesemercmd/compile: remove more superfluous int(lineno) conver...
2016-03-03 Joe Tsaicompress/bzip2: refactor unit tests
2016-03-03 Burcu Dogannet: skip TestLookupPort on android with netgo
2016-03-03 Rob Pikemath: delete unused function sqrtC
2016-03-03 Matthew Dempskycmd/compile: eliminate arch-specific typedefs
2016-03-03 Chris Broadfootdoc: add link to 1.6 release notes on golang.org/projec...
2016-03-03 David Crawshawcmd/link: pack LSym boolean attributes
2016-03-03 Brad Fitzpatrickcmd/link: stop generating garbage in elfhash
2016-03-02 Alex Brainmanmisc/cgo/test: rewrite windows version of mysleep
2016-03-02 David Crawshawcmd/link: make Allsym a slice
2016-03-02 Robert Griesemercmd/compile/internal/gc: export & import function bodie...
2016-03-02 David Crawshawcmd/link: replace custom hashmap in DWARF writer
2016-03-02 David Chasecmd/compile: trunc(and(x,K)) rewrite to trunc(x) for...
2016-03-02 Robert Griesemercmd/compile: remove missed int(lineno) conversions
2016-03-02 Martin Möhrmannfmt: optimize string truncation
2016-03-02 Robert Griesemercmd/compile: introduce linestr helper to simplify line...
2016-03-02 Russ Coxruntime/pprof: sort counted profiles by count
2016-03-02 Robert Griesemercmd/compile: use int32 for line numbers consistently
2016-03-02 Ian Lance Taylorgo/ast: fix typo in comment
2016-03-02 Tamir Dubersteincrypto/tls: check errors from (*Conn).writeRecord
2016-03-02 David Crawshawcmd/link: C is gone, remove check for Go calling C
2016-03-02 Joe Tsaicompress/bzip2: prevent zero-length Huffman codes
2016-03-02 Mohit Agarwalnet: fix vet warnings
2016-03-02 David Crawshawcmd/link: rename Hide to Hidden and make a bool
2016-03-02 David Crawshawcmd/link: write DWARF PC table without seeking
2016-03-02 David Crawshawcmd/link: add array append version of methods
2016-03-02 Keith Randallcmd/compile: some SSA cleanup
2016-03-02 Brad Fitzpatricknet/url: fix parsing of URLs ending in question mark
2016-03-02 Robert Griesemercmd/compile: give SymFlags type to Sym flags
2016-03-02 Marvin Stengercmd/vet: polish output of shadow test
2016-03-02 Brad Fitzpatrickall: single space after period.
2016-03-02 Ian Lance Taylorcmd/compile: fix OADDSTR buffer size calculation
2016-03-01 Ian Lance Taylorcmd/compile: s/flag_race/instrumenting/ in OCONVNOP...
2016-03-01 Brad Fitzpatrickall: make copyright headers consistent with one space...
2016-03-01 Robert Griesemercmd/compile: delete unused lexer tokens, replace with...
2016-03-01 Keith Randallcmd/compile: remove _ssa print trigger
2016-03-01 Gerrit Code... Merge "Merge branch 'dev.ssa' into mergebranch"
2016-03-01 Keith RandallMerge branch 'dev.ssa' into mergebranch
2016-03-01 Rob Pikecmd/vet: add a README explaining the criteria for new...
2016-03-01 David Chase[dev.ssa] cmd/compile: adjust branch likeliness for...
next