]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-21 Robert Griesemermath/big: fix rounding to smallest denormal for Float...
2016-03-21 Alexandru Moșoiencoding/binary: fix bound check
2016-03-21 Keith Randallruntime: use MOVSB instead of MOVSQ for unaligned moves
2016-03-21 Josh Bleecher... cmd/internal/obj: change linkgetline from C to Go func...
2016-03-21 Josh Bleecher... cmd/compile: remove formatting dreg
2016-03-21 Robert Griesemercmd/compile: special-case const comparisons against...
2016-03-21 Matthew Dempskycmd/compile: change Mp{int,flt} functions into methods
2016-03-21 Marcel van... testing: add test for not exceeding maximum parallism
2016-03-21 Robert Griesemermath/cmplx: added clarifying comment
2016-03-21 Michael Mundaysyscall: change clone argument order on s390x
2016-03-21 Michael Mundaycmd/go: add s390x support
2016-03-21 Brad Fitzpatrickinternal/syscall/unix: document randomTrap
2016-03-21 Michael Mundaytest: add s390x case to nosplit test
2016-03-21 Michael Mundayruntime/internal/sys: add s390x support
2016-03-21 Michael Hudson... cmd/link: remove Link.Nsymbol
2016-03-21 Michael Hudson... cmd/link: re-use duplicate symbol object
2016-03-21 Brad Fitzpatrickapi: update next.txt
2016-03-21 Michael Mundaycmd/dist: enable -shared and external linking tests...
2016-03-21 Brad Fitzpatrickcmd/compile: remove most of the Lookupf users and garbage
2016-03-21 Michael Mundaycmd/dist: add "s390x" to okgoarch and cgoEnabled
2016-03-21 Dominik Honnefall: delete dead test code
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...
next