]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-21 Michael Mundaytest/fixedbugs: add s390x case to issue11656
2016-03-21 Michael Mundaycmd/internal/objfile: add s390x support
2016-03-21 Michael Hudson... cmd/link: delete more unreachable code
2016-03-21 Michael Hudson... cmd/link: delete unreachable hash collision check
2016-03-21 Dave Cheneycmd/internal/obj: move Nocache helper to arm back end
2016-03-21 Josh Bleecher... cmd/compile: unexport convlit
2016-03-21 Dave Cheneycmd/internal/obj: remove Link.Windows field
2016-03-21 Matthew Dempskymath/big: cleanup documentation for Format methods
2016-03-21 Michael Hudson... cmd/internal/obj, cmd/link: put all symbol data in...
2016-03-20 Richard Millernet/http: adaptive wait time in PersistConnLeak tests
2016-03-20 Alexandru Moșoicmd/compile: add rules to simplify AddPtr
2016-03-20 Ian Lance Taylorcmd/compile: fix varexpr handling of ODOT
2016-03-20 Shahar Kohanimcmd/link: patch up symbols only once per object file
2016-03-20 Ian Lance Taylorcmd/compile: don't penalize ODOT and friends when inlining
2016-03-20 Shahar Kohanimcmd/link: use encbuf when writing integers
2016-03-20 Shahar Kohanimcmd/compile, cmd/link: remove unused fields from reloca...
2016-03-20 Shahar Kohanimcmd/link: optimize int parsing
2016-03-20 Martin Möhrmannfmt: unify integer formatting
2016-03-20 Matthew Dempskycmd/compile: ignore receiver name when checking duplica...
2016-03-20 Josh Bleecher... cmd/compile: remove typechecklist
2016-03-20 Josh Bleecher... cmd/compile: convert fmt.Sprintf to concatenation
2016-03-20 Keith Randallcmd/compile: enforce 32-bit restrictions on ops
2016-03-19 Martin Möhrmannfmt: integer formatting should not permanently change...
2016-03-19 Martin Möhrmannfmt: remove depth argument from handleMethods and printArg
2016-03-19 Ian Lance Taylorcmd/compile: change ODOT and friends to use Sym, not...
2016-03-18 Todd Nealcmd/compile: allow inlining of functions that declare...
2016-03-18 Keith Randallcmd/compile: merge shifts into LEAs
2016-03-18 Keith Randallruntime: add space
2016-03-18 Martin Möhrmannfmt: simplify handling of reporting flags to formatters
2016-03-18 Keith Randallruntime: use unaligned loads on ppc64
2016-03-18 David Chasecmd/dist: redo flag-passing for bootstrap
2016-03-18 Martin Möhrmannfmt: remove unused field from printer struct
2016-03-18 Marcel van... sync: don't assume b.N > 0
2016-03-18 Alan Donovancmd/compile/internal/gc: support invalid types/constant...
2016-03-18 Marcel van... testing: disable tests that cause a hang on some platforms
2016-03-18 Marcel van... testing: always ignore RunParallel in probe phase
2016-03-18 Marcel van... runtime: don't assume b.N > 0
2016-03-18 Marcel van... net/url: don't assume b.N > 0
2016-03-18 Marcel van... net/rpc: don't assume b.N > 0
2016-03-18 Marcel van... encoding/binary: don't assume b.N > 0
2016-03-18 Marcel van... encoding/binary: improve error messages for benchmarks
2016-03-18 Todd Nealcmd/compile: perform minimal phi elimination during...
2016-03-18 Marcel van... testing: finish implementation of subtests
2016-03-18 Marcel van... testing: implementation of subbenchmarks
2016-03-18 Marcel van... testing: hoisted chunks of code to prepare for Run...
2016-03-18 Marcel van... testing: prepare for the introduction of Run methods
2016-03-18 David Symondsregexp: avoid copying mutex in (*Regexp).Copy.
2016-03-18 David Chasecmd/compile: use loop information in regalloc
2016-03-18 Christopher... cmd/go: fix TestShadowingLogic fails when GOROOT path...
2016-03-18 David Chasecmd/compile: get gcflags to bootstrap; ssa debug opts...
2016-03-17 Todd Nealcmd/compile/test: replace switch{} with go:noinline
2016-03-17 Mikio Haranet: make unexposed methods start with lowercase letters
2016-03-17 Hyang-Ah Hana Kimcmd/pack,vet: use `go doc` instead of `godoc` in doc
2016-03-17 David Chasecmd/compile: correct maintain use count when phi args...
2016-03-17 Alexandru Moșoiencoding/binary: remove bound checks from conversions.
2016-03-17 Matthew Dempskycmd/compile: eliminate NumFields wrapper functions
2016-03-17 Keith Randallcmd/compile: enforce nowritebarrier in SSA compiler
2016-03-17 Shahar Kohanimcmd/compile: deduplicate symbol references
2016-03-17 Ingo Oesercmd/compile: fix comment
2016-03-17 Matthew Dempskycmd/compile: get rid of Type's {This,In,Out}tuple fields
2016-03-17 Matthew Dempskycmd/compile: simplify typehash
2016-03-17 Matthew Dempskycmd/compile: eliminate a bunch of IterFields/IterMethod...
2016-03-17 Matthew Dempskycmd/compile: add and use new Fields type
2016-03-17 Austin Clementsruntime: document sudog
2016-03-17 Matthew Dempskycmd/compile: stop constructing sudog type
2016-03-17 Ian Lance Taylorcmd/compile: don't create 2 Sym's and 2 Node's for...
2016-03-17 David Chasecmd/compile: escape analysis explanations added to...
2016-03-17 Todd Nealcmd/compile: reuse blocks in critical pass
2016-03-17 Richard Millersyscall: avoid failure in plan9 StartProcess from fd...
2016-03-17 Martin Möhrmannfmt: separate unicode and integer formatting
2016-03-17 Keith Randallcmd/compile: keep value use counts in SSA
2016-03-17 Dave Cheneycmd/compile/internal/gc: disable logProgs debug flag
2016-03-17 Michael Hudson... cmd/link: do not add duplicate symbols to Allsym
2016-03-17 Matthew Dempskycmd/compile: ignore receiver parameters in Eqtype
2016-03-16 Josh Bleecher... cmd/compile: further sinit.go cleanup
2016-03-16 Josh Bleecher... cmd/internal/obj/x86: estimate text size
2016-03-16 Josh Bleecher... cmd/internal/obj: convert Symgrow to a method
2016-03-16 James Bardincmd/cgo: add C.CBytes
2016-03-16 Austin Clementscmd/compile: omit write barrier when assigning global...
2016-03-16 Josh Bleecher... cmd/compile: make sinit consts Go-ish
2016-03-16 Josh Bleecher... cmd/internal/obj/x86: clean up asm buffer
2016-03-16 Josh Bleecher... cmd/internal/obj/x86: clean up part of span6
2016-03-16 Robert Griesemercmd/compile: remove dead code handling '~' operator
2016-03-16 Brad Fitzpatricknet/http: remove init func reference to ServeMux
2016-03-16 Josh Bleecher... cmd/compile: move LSym.RefIdx for better packing
2016-03-16 Josh Bleecher... cmd/internal/obj: remove LSym.Etext
2016-03-16 Josh Bleecher... cmd/internal/obj: remove LSym.Next
2016-03-16 Josh Bleecher... cmd/internal/obj: remove LSym.Value
2016-03-16 Austin Clementsruntime: shrink stacks during concurrent mark
2016-03-16 Austin Clementsruntime: generalize work.finalizersDone to work.markroo...
2016-03-16 Austin Clementsruntime: make shrinkstack concurrent-safe
2016-03-16 Austin Clementsruntime: define lock order between G status and channel...
2016-03-16 Austin Clementsruntime: protect sudog.elem with hchan.lock
2016-03-16 Austin Clementsruntime: fix transient _Gwaiting states in newstack
2016-03-16 Austin Clementsruntime: never pass stack pointers to gopark
2016-03-16 Austin Clementsruntime: put g.waiting list in lock order
2016-03-16 Austin Clementsruntime: use indexes for select lock order
2016-03-16 Austin Clementsruntime: record channel in sudog
2016-03-16 Austin Clementsruntime: perform gcMarkRootCheck during STW in checkmar...
2016-03-16 Brad Fitzpatricknet/http: use dynamic type assertion to remove HTTP...
next