]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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...
2016-03-16 Robert Griesemercmd/compile: faster parameter parsing with no OKEY...
2016-03-16 Alan Donovanruntime/debug: clarify WriteHeapDump STW behavior
2016-03-16 Robert Griesemercmd/compile: factor parameter parsing
2016-03-16 Todd Nealcmd/compile: fold constants from lsh/rsh/lsh and rsh...
2016-03-16 Martin Möhrmannfmt: reuse buffer and add range checks for %c and %q
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
next