]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-23 David Crawshawcmd/link, reflect: remove some method type data
2016-03-23 Alexandru Moșoicmd/compile: don't simplify nilchecks in loops
2016-03-23 Lynn Bogerbytes: Equal perf improvements on ppc64le/ppc64
2016-03-23 Shahar Kohanimcmd/link: Clean up Pcln struct
2016-03-23 Klaus Postcompress/flate: rework matching algorithm
2016-03-23 Dave Cheneycmd/compile/internal/ssa: avoid string conversion in...
2016-03-23 Dave Cheneycmd/compile/internal/gc: remove redundant Nod(OXXX...
2016-03-23 Aliaksandr... cmd/vet: check lock copy in function calls and return...
2016-03-23 Martin Möhrmannfmt: cleanup and optimize doPrintf for simple formats
2016-03-23 Tamir Dubersteindatabase/sql/driver: remove string exclusion
2016-03-23 Ian Lance Taylormisc/cgo/testcarchive: rewrite test from bash to Go
2016-03-23 Mikio Haracmd/dist: disable misc/cgo/fortran test on dragonfly
2016-03-23 Keith Randallcmd/compile: MOVBload and MOVBQZXload are the same op
2016-03-22 Michael Mundaysyscall: correct spelling/typos in comment
2016-03-22 Shahar Kohanimcmd/link: use stdlib sort in dodata
2016-03-22 Keith Randallcmd/compile: remove dots from register names
2016-03-22 Robert Griesemercmd/compile: update vendored math/big to latest version
2016-03-22 Robert Griesemermath/big: much simplified and faster Float rounding
2016-03-22 Alexandru Moșoicmd/compile: simplify SliceCap when it equals SliceLen
2016-03-22 Marcel van... testing: expose subtest and subbenchmark functionality
2016-03-22 Marcel van... testing: added name matcher and sanitizer
2016-03-22 Josh Bleecher... cmd/compile: reduce use of **Node parameters
2016-03-22 Ian Lance Taylordebug/dwarf: add Reader.SeekPC and Data.Ranges
2016-03-22 Dominik Honnefencoding/json, internal/testenv: use Fatalf
2016-03-22 Michael Mundaymisc/cgo/test: add RewindAndSetgid implementation for...
2016-03-22 Michael Mundayinternal/syscall/unix: add randomTrap const for s390x
2016-03-22 Michael Mundaycmd/internal/obj: add support for s390x
2016-03-22 Keith Randallcmd/compile: change the way SSA does slice zero-cap...
2016-03-22 David Crawshawnet/http, internal/testenv: find go binary in PATH
2016-03-22 Michael Mundaycmd/dist: allow gohostarch to be s390x
2016-03-22 Keith Randallcmd/compile: allow naming of subexpressions
2016-03-21 Keith Randallcmd/compile: don't write back unchanged slice results
2016-03-21 Alexandru Moșoicmd/compile: fold IsInBounds with small index
2016-03-21 Todd Nealcmd/compile: allow inlining of functions with switch...
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...
next