]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-04-07 Robert Griesemercmd/internal/gc: use approx. float formatting in error...
2015-04-07 Michael Hudson... cmd/go: re-run mkdoc.sh
2015-04-07 ALTreemath/big: fix Exp when exponent is 1
2015-04-07 Rob Pikeencoding/gob: more cleanups handling slice length
2015-04-07 Dave Cheneycmd/internal/gc: fix race build (again)
2015-04-07 Dave Cheneycmd/internal/gc: fix race build
2015-04-07 Russ Coxcmd/internal/gc: inline runtime.getg
2015-04-07 Mikio Haranet/url: allow Parse, ParseRequestURI to parse ipv6...
2015-04-07 kortschakencoding/gob: make method doc string match method name
2015-04-07 Mikio Haranet: deflake dual IP stack tests
2015-04-07 Alex BrainmanRevert "misc/cgo/testso: add test for fixed issue 4339"
2015-04-07 Brad Fitzpatrickdoc: add mime/quotedprintable to go1.5.txt
2015-04-07 Jiong Dudatabase/sql: close connection if db.numOpen > db.maxOpen
2015-04-07 Alex Brainmancmd/dist: add misc/cgo/test with -linkmode=auto
2015-04-07 Alex Brainmanmisc/cgo/testso: add test for fixed issue 4339
2015-04-07 Mikio Haranet: fix tester goroutine leakage in tests
2015-04-07 Josh Bleecher... cmd/internal/gc: convert yet more Node fields to bools
2015-04-07 Mikio Haranet: move testHookSetKeepAlive into hook.go
2015-04-07 Mikio Haranet: add lookup IP hook for testing
2015-04-07 Michael Hudson... cmd/internal/ld: remove extraneous parentheses
2015-04-07 Josh Bleecher... doc/progs: rewrite test driver in Go
2015-04-07 Michael Hudson... cmd/internal/obj: remove dead fields and code
2015-04-07 Matthew Dempskycmd/internal/gc, cmd/yacc: implement "expecting" syntax...
2015-04-06 Josh Bleecher... doc/go1.5.txt: add Reader.Size to bytes and strings
2015-04-06 David Crawshawruntime: add _rt0_arm_android_lib
2015-04-06 Rob Pikeencoding/gob: change panic into error for corrupt input
2015-04-06 Austin Clementsruntime: report marked heap size in gctrace
2015-04-06 Austin Clementsruntime: make next_gc be heap size to trigger GC at
2015-04-06 Austin Clementsruntime: introduce heap_live; replace use of heap_alloc...
2015-04-06 Austin Clementsruntime: track heap bytes marked by GC
2015-04-06 Rob Pikecmd/asm/internal/asm: fix comment in ppc64.go
2015-04-06 Robert Griesemercmd/internal/gc/big: update vendored version of math/big
2015-04-06 Igor Dolzhikovnet/http, math/big, cmd/internal/gc/big: replaced error...
2015-04-06 Brad Fitzpatrickbytes, strings: add Reader.Size methods
2015-04-06 Paul Marksnet: dialChannel should not treat an expired deadline...
2015-04-04 Josh Bleecher... bytes: fix comment
2015-04-04 Matthew Dempskycmd/yacc: fix default action
2015-04-04 Adam Langleycrypto/tls: tidy up a little and add test.
2015-04-04 Michael Hudson... cmd/internal/ld: maintain Ctxt.Etextp when removing...
2015-04-04 Robert Griesemermath/big: compute 10**exp efficiently when converting...
2015-04-03 Rob Pikedoc/go1.5.txt: bytes.Buffer.Cap, template.Option
2015-04-03 Cristian Staretubytes: export Cap method for buffer
2015-04-03 Shenghou Mamath, cmd/internal/gc, cmd/7g: enable SQRT inlining...
2015-04-03 Shenghou Macmd/internal/gc: fix race build
2015-04-03 Rob Piketext/template: provide a mechanism for options
2015-04-03 Matthew Dempskycmd/internal/gc, cmd/yacc: restore remaining custom...
2015-04-03 Matthew Dempskycmd/internal/gc: destutter array initializers
2015-04-03 Josh Bleecher... iostest.bash: warn if GOARCH is not correct
2015-04-03 David Crawshawcmd/7g: reserve registers R26 to R32
2015-04-03 Robert Griesemercmd/internal/gc: use 512 bits (rather than 464) for...
2015-04-03 Josh Bleecher... cmd/internal/gc/big: gofmt vendored code
2015-04-03 Russ Coxcmd/internal/gc: use hardware instruction for math...
2015-04-03 Russ Coxcmd/internal/obj/x86: remove NOP that crept into framep...
2015-04-03 Shenghou Macmd/7g: FCMPS/FCMPD also should be RegRead instead...
2015-04-03 Ian Lance Taylorruntime: fix arm, arm64, ppc64 builds (I hope)
2015-04-03 Mikio Haranet: deflake TestDialGoogle, TestResolveDialGoogle
2015-04-03 Srdjan Petrovicruntime: initialize shared library at library-load...
2015-04-03 Mikio Haranet: deflake TestDialTimeoutFDLeak
2015-04-03 Jacob H. Havencrypto/x509: Fix parsing bug in uncommon CSR Attributes.
2015-04-03 Mikio Haranet: move init function into net.go
2015-04-02 Austin Clementsruntime: add cumulative GC CPU % to gctrace line
2015-04-02 Austin Clementsruntime: update gctrace line for new garbage collector
2015-04-02 Jacob H. Havencrypto/tls: make use of crypto.Signer and crypto.Decrypter
2015-04-02 Robert Griesemercmd/internal/gc: move fix and flt functions into respec...
2015-04-02 Robert Griesemercmd/internal/gc: use big.Float to represent Mpflt bits
2015-04-02 Robert Griesemercmd/dist, cmd/internal/gc: switch gc from math/big...
2015-04-02 Robert Griesemercmd/internal/gc/big: updated vendored version of math...
2015-04-02 Matthew Dempskycmd/internal/gc, cmd/yacc: restore custom syntax error...
2015-04-02 Robert Griesemercmd/internal/gc/big: vendored math/big for use by gc
2015-04-02 Matthew Dempskycmd/yacc: generate arrays instead of slices where possible
2015-04-02 Dave Cheneycmd/8g, cmd/internal/gc: clean up GO386 handling
2015-04-02 David Crawshawcmd/7g: fix ACMP entry in progtable
2015-04-02 Robert Griesemermath/big: implement missing special cases for binary...
2015-04-02 Michael Schallercmd/go: print SWIG warnings
2015-04-02 Austin Clementsruntime: remove checkgc code from hashmap
2015-04-02 Austin Clementsruntime: improve MemStats comments
2015-04-02 Mikio Haranet: move test flags into main_test.go
2015-04-02 Robert Griesemergo/ast: fix ast.Inspect doc string
2015-04-02 Josh Bleecher... runtime: auto-generate duff routines
2015-04-02 Josh Bleecher... cmd/internal/gc: make class uint8 throughout
2015-04-02 Mikio Haranet: deflake TestDialTimeout
2015-04-01 Josh Bleecher... doc/go1.5: add Stats to database/sql
2015-04-01 Mikio Haranet: fix data race in benchmarks
2015-04-01 David Symondsgo/scanner: Simplify ErrorList.Sort implementation.
2015-04-01 Robert Griesemermath/big: faster Int.Binomial(n, k) for k > n/2
2015-04-01 Josh Bleecher... cmd/internal/gc: unembed Node.Func
2015-04-01 Josh Bleecher... cmd/internal/gc: separate func-only Node fields
2015-04-01 Jan Merclgo/scanner: Stabilize (*ErrorList).Sort
2015-04-01 Sebastien Binetcmd/gofmt, go/format: refactor common pieces into inter...
2015-04-01 Josh Bleecher... cmd/5g etc: merge simple case expressions onto fewer...
2015-04-01 Preetam Jinkacompress/flate: fix typo in comment
2015-04-01 Josh Bleecher... cmd/gc: teach componentgen about string constants
2015-04-01 Andrei Korzhevskiidatabase/sql: provide stats on number of open connectio...
2015-04-01 Dave Cheneycmd/go: always link external test packages first when...
2015-04-01 Evan Phoenixtext/scanner: Fix EOF reporting on strange Readers
2015-04-01 Martin Möhrmannfmt: improve test coverage of %x and %X format variatio...
2015-03-31 Mikio Haranet: add socket system call hooks for testing
2015-03-31 Robert Griesemermath/big: remove NaN support - just not worth it
2015-03-31 Michael Hudson... runtime, cmd/internal/ld: change runtime to use a singl...
2015-03-31 Michael Hudson... cmd/internal/gc: directly produce importpath of package...
next