]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2016-03-28 Shahar Kohanimcmd/link: refactor symbol lookup
2016-03-28 Ian Lance Taylorcmd/compile: clear OTFUNC info when converting to OTYPE
2016-03-28 Dominik Honnefcmd/go: remove code specific to Google Code
2016-03-27 Martin Möhrmannfmt: unify array and slice formatting for bytes and...
2016-03-27 Josh Bleecher... cmd/compile: rename T_old_DARRAY and update comments
2016-03-27 Josh Bleecher... cmd/compile: remove pointless conversions in copytype
2016-03-27 Matthew Dempskycmd/compile: fix stringtoslicebytetmp optimization
2016-03-27 Dominik Honnefcmd/vet: don't treat fields like variables in rangeloop...
2016-03-27 Martin Möhrmannfmt: cleanup reflect value handling
2016-03-26 Josh Bleecher... cmd/compile: don’t generate a new Node for convas
2016-03-26 Alberto Donizetticmd/go: fix proc-count accumulation in benchmark name
2016-03-26 Martin Möhrmannfmt: split doPrint into two specialized functions
2016-03-26 Emmanuel Odekenet/http: add more audio/video mime sniffing
2016-03-26 Matthew Dempskycmd/compile: simplify keydup
2016-03-26 Ian Lance Taylormisc/cgo/testcarchive: more robust TestSignalForwarding...
2016-03-26 Josh Bleecher... cmd/compile: don’t generate Nodes for PCDATA
2016-03-26 Christopher... misc/cgo/testcarchive: split main.c into unix and non...
2016-03-25 Robert Griesemercmd/compile: reduce slice header allocation when parsin...
2016-03-25 Shenghou Maruntime, runtime/cgo: save callee-saved FP registers...
2016-03-25 Shenghou Maruntime/cgo: save callee-saved xmm registers on windows...
2016-03-25 Caleb Sparecompress/gzip: clean up zero-mtimes test
2016-03-25 David Benjamincrypto/tls: Update references to draft-ietf-tls-downgra...
2016-03-25 David Benjaminencoding/asn1: tags should be encoded in minimal form.
2016-03-25 Joe Sylveruntime: fix signal handling on Solaris
2016-03-25 David Crawshawreflect: test name data is aligned
2016-03-25 Mohit Agarwalcmd/go: stat the archive file only when executing the...
2016-03-25 David Crawshawreflect: name interface type that pins method info
2016-03-25 Marvin Stengerruntime: speed up growslice by avoiding divisions 2
2016-03-25 Elias Naurmisc/ios: fix exec wrapper locking
2016-03-25 David Crawshawcmd/compile: avoid pointers in go.string.* symbols
2016-03-25 Josh Bleecher... cmd/compile/ssa: generate less garbage in schedule
2016-03-25 Richard Millerruntime: avoid fork/exit race in plan9
2016-03-25 Dmitry Vyukovruntime: improve randomized stealing logic
2016-03-25 Elias Naurcompress/gzip: skip mtime test when GOROOT doesn't...
2016-03-25 Marcel van... cmd/go: remove double space in template
2016-03-25 Marcel van... testing: probe with N=1
2016-03-25 Marcel van... cmd/go: update alldocs.go
2016-03-25 Dominik Honnefall: delete dead non-test code
2016-03-25 Dmitry Chestnykhcrypto/hmac: simplify implementation
2016-03-25 John Jefferyreflect: add method StructTag.Lookup
2016-03-25 Caleb Spareall: zero mtimes in testdata gz files
2016-03-25 Caleb Spareencoding/json: add (*Encoder).Indent
2016-03-25 Elias Naurcmd/go: remove limits on parallel tasks in the Go comma...
2016-03-25 Elias Naurmisc/cgo/testcarchive: fix build
2016-03-25 David Crawshawcmd/compile, runtime: new static name encoding
2016-03-24 Elias Naurmisc/cgo/testcarchive: re-enable c-archive test on...
2016-03-24 Brad Fitzpatrickvendor: move golang.org/x/net/http2/hpack back to vendor
2016-03-24 Alexandru Moșoicmd/compile: simplify shifts when the counter fits...
2016-03-24 Alexandru Moșoicmd/compile: fold more of CMPQ and ANDQ
2016-03-24 Joe Sylveruntime: improve last ditch signal forwarding for Unix...
2016-03-24 Elias Nauros: skip TestStatStdin on Android
2016-03-24 Marvin Stengerruntime: fix inconsistency in slice.go
2016-03-24 Elias Naurmisc/ios: serialize iOS execution
2016-03-24 Josh Bleecher... cmd/compile: avoid allocating a Nodes for readonly...
2016-03-24 Elias Naurcmd/dist: skip testcarchive test in Android and iOS
2016-03-24 Elias Naurmisc/ios: deflake tests on darwin/arm{,arm64}
2016-03-24 Elias Naurmisc/ios: pass through SIGCONT in the exec wrapper
2016-03-24 Elias Naurruntime/cgo: block signals to the iOS mach exception...
2016-03-24 Dave Cheneycmd/compile: minor cleanups
2016-03-24 Tilman Diloimage/png: ignore trailing IDAT chunks
2016-03-24 Yasuhiro Matsumotoos: fix Stdin.Stat() on windows
2016-03-24 Mohit Agarwalnet/http: redirect if the URL path is a dir & doesn...
2016-03-24 Dave Cheneycmd/compile/internal/gc: remove remaining Nod(OXXX...
2016-03-24 Josh Bleecher... cmd/compile: remove redundant parameter from finishcompare
2016-03-24 Josh Bleecher... cmd/compile: reduce stutter
2016-03-23 Brad Fitzpatricknet/http/httptest: add NewRequest helper for ease of...
2016-03-23 Marvin Stengercmd/compile: prettify loop iterations
2016-03-23 Brad Fitzpatrickcmd/compile: reduce some SSA garbage
2016-03-23 Matthew Dempskycmd/compile: small Mpint method simplifications
2016-03-23 Keith Randallcmd/compile: start on ARM port
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
next