]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2015-05-04 David Symondscmd/go: Update alldocs.go header to point to the correc...
2015-05-04 Shenghou Mahash/crc32: move reverse representation docs to an...
2015-05-03 Keith Randalltest: fix nosplit test for noopt build
2015-05-03 Shenghou Madoc/go1.5.txt: mention openbsd/arm port
2015-05-03 Shenghou Masyscall: fix little-endian assumptions
2015-05-03 Rob Pikedoc/go1.5.txt: huge integers are parse errors in text...
2015-05-03 Rob Piketext/template/parse: huge integers are not floats
2015-05-03 Rob Pikecmd/internal/gc,ld: use new flag syntax
2015-05-02 Shenghou Macmd/internal/gc: fix build on big endian systems
2015-05-02 Didier Speziatext/template: check for literals in chain of terms
2015-05-02 Dmitry Vyukovgo/ast: fix formatting of error message
2015-05-02 Shenghou Manacltest.bash: remove syscall/fstest_nacl.go after...
2015-05-02 Alex Brainmanruntime: fix stackDebug comment
2015-05-01 Dave Cheneycmd/internal/obj: remove Biobuf unget
2015-05-01 Brad Fitzpatricknet/http: fix scheduling race resulting in flaky test
2015-05-01 Didier Speziatext/template: detect unmatched else at parsing time
2015-05-01 Didier Speziacmd/internal/gc,ld: use new flag argument syntax
2015-05-01 Austin Clementsruntime: detailed debug output of controller state
2015-05-01 Russ Coxruntime: correct accounting of scan work and bytes...
2015-05-01 Russ Coxcmd/internal/gc, runtime: use 1-bit bitmap for stack...
2015-05-01 Dave Cheneycmd/internal/obj: clean up Biobuf
2015-05-01 David Chasecmd/internal/gc: Toughen escape analysis against some...
2015-05-01 Josh Bleecher... Revert "runtime/pprof: write heap statistics to heap...
2015-05-01 Keith Randallcmd/dist, runtime: Make stack guard larger for non...
2015-05-01 David Chasecmd/internal/gc: improve flow of input params to output...
2015-05-01 David Crawshawruntime/cgo, cmd/dist: turn off exc_bad_access handler...
2015-05-01 Shenghou Maruntime: adjust traceTickDiv for non-x86 architectures
2015-05-01 Dave Cheneycmd/cover: fix build
2015-05-01 Rob Pikecmd/cover: try once again to fix the build
2015-05-01 Rob Pikecmd/cover: fix build
2015-05-01 Dave Cheneycmd/8g: don't call gc.Fatal during initalisation
2015-05-01 Rob Piketext/template: allow newlines in raw quotes
2015-05-01 Rob Pikedoc/go1.5.txt: cover has moved
2015-05-01 Rob Pikecmd/cover: copy to standard repository from golang...
2015-04-30 Matthew Dempskydoc/progs: remove flaky timing-sensitive test
2015-04-30 Ian Lance Taylorcmd/go: support -buildmode=c-shared for gccgo
2015-04-30 Brad Fitzpatricknet/http: document ServeFile and FileServer index.html...
2015-04-30 Alex A Skinnernet: make go DNS use localhost if resolv.conf is missin...
2015-04-30 Michael Hudson... cmd/internal/ld: put the list of packages built into...
2015-04-30 Dave Cheneymisc/cgo/testcshared, misc/cgo/testshared: fix clang...
2015-04-30 Ian Lance Taylorcmd/go, cmd/cgo: support -buildmode=c-archive for gccgo
2015-04-30 Didier Speziahtml/template: fix quadratic performance with special...
2015-04-30 Russ Coxruntime: schedule GC work more aggressively
2015-04-30 Josh Bleecher... doc/go1.5.txt: add Jacobi and Int.ModSqrt to math/big
2015-04-30 Austin Clementsruntime: fix gcDumpObject on non-heap pointers
2015-04-30 Dmitry Vyukovstrings: use LastIndexByte in LastIndex
2015-04-30 Dmitry Vyukovdoc/go1.5.txt: bytes, strings: add LastIndexByte
2015-04-30 Dmitry Vyukovbytes, strings: add LastIndexByte
2015-04-30 Alex Brainmanmime, time, internal/syscall/windows/registry: use...
2015-04-30 Bryan Fordmath/big: add modular square-root and Jacobi functions
2015-04-30 Adam Langleycrypto/x509: be strict about trailing data.
2015-04-30 Adam Langleycrypto/tls: update the supported signature algorithms.
2015-04-30 Adam Langleycrypto/tls: decouple handshake signatures from the...
2015-04-30 Ian Lance Taylorcmd/dist: rename buildmode method to supportedBuildmode
2015-04-30 Mikio Haradoc: mention net.OpError in go1.5.txt
2015-04-30 Josh Bleecher... src: build cmd in buildall.bash
2015-04-29 Brad Fitzpatricknet/http: handle "close" amongst multiple Connection...
2015-04-29 Michael Hudson... misc/cgo/testshared: add basic test for -buildmode...
2015-04-29 Mikio Haranet: deflake timeout, deadline tests
2015-04-29 Josh Bleecher... cmd/internal/gc: cache commonly used Ptrto types
2015-04-29 Mikio Haranet: consolidate listener test files
2015-04-29 Mikio Haranet: add missing Close tests
2015-04-29 Rob Pikecmd/doc: show the true import path rather than "."
2015-04-29 Peter Waldschmidtnet/http: Don't set Content-Length: -1 when responding...
2015-04-29 Mikio Haranet: add Source field to OpError
2015-04-29 Brad Fitzpatricksrc: update buildall.bash comment with renamed trybot...
2015-04-29 Brad Fitzpatricksrc: don't assume go is in PATH in buildall.bash
2015-04-29 tntnet: allow a dns TXT record to contain more than one...
2015-04-29 Matthew Dempskytime: use longer delta duration for TestAfterQueueing...
2015-04-29 Brad Fitzpatricksrc: add buildall.bash
2015-04-29 Benny Siegertos/exec: Document the fact that Cmd cannot be reused.
2015-04-29 Keith Randallruntime: print stack of G during a signal
2015-04-29 Shenghou Maruntime: re-enable TestNewProc0 on android/arm and...
2015-04-29 Rob Pikecmd/go: better UI for go doc
2015-04-29 Russ Coxruntime/pprof: write heap statistics to heap profile...
2015-04-29 David Crawshawcmd/internal/ld: use a simpler cout writer
2015-04-29 Ian Lance Taylormisc/cgo/test/issue9400: fix to build with gccgo
2015-04-29 Joel Singcmd/objdump: disable external linking test on openbsd/arm
2015-04-29 Shenghou Macmd/internal/obj: do not generate data for $f32. and...
2015-04-29 Keith Randallruntime: tail call into memeq/cmp body implementations
2015-04-29 Shenghou Maruntime: skip gdb goroutine backtrace test on non-x86
2015-04-29 Nigel Taoimage/gif: check that individual frame's bounds are...
2015-04-29 Mikio Haranet: remove dead code in Write
2015-04-29 Michael Hudson... cmd/internal/obj: Delete Link.Symmorestack
2015-04-29 Shenghou Macmd/internal/ld, runtime: unify stack reservation in...
2015-04-29 Mikio Haranet: rename dialgoogle_test.go to external_test.go
2015-04-29 Shenghou Macmd/internal/gc: fix write barrier fast path on RISC...
2015-04-29 Shenghou Macmd/internal/gc, cmd/[56789]g: rename stackcopy to...
2015-04-28 Nigel Taoimage/gif: encode disposal, bg index and Config.
2015-04-28 Ian Lance Taylorruntime/cgo: use PTHREAD_{MUTEX,COND}_INITIALIZER
2015-04-28 Brad Fitzpatricknet/http: documentation updates
2015-04-28 Rob Pikedoc/go1.5.txt: snow leopard not maintained
2015-04-28 Brad Fitzpatricknet/http: test and document suppressing implicit Conten...
2015-04-28 Rob Pikecmd/doc: print documentation for all matches in a packa...
2015-04-28 Rob Pikecmd/asm: add comments back for aliases on jumps for x86
2015-04-28 Adam Langleydoc: mention several recent crypto changes in go1.5.txt
2015-04-28 Richard Barnesencoding/asn1: Improved control of flags and times
2015-04-28 Adam Langleycrypto/x509: allow parsing of certificates with unknown...
2015-04-28 Austin Clementsruntime: eliminate one heapBitsForObject from scanobject
2015-04-28 David Crawshawcmd/internal/ld: remove Biobuf unget
next