]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2014-09-30 Russ CoxCONTRIBUTORS: add Raul Silvera (Google CLA)
2014-09-30 Russ Coxregexp/syntax: reject large repetitions created by...
2014-09-30 Keith Randallruntime: fix scanning of gc work buffer
2014-09-30 Dmitriy Vyukovruntime: fix throwsplit check
2014-09-30 Keith Randallruntime: initialize traceback variables earlier
2014-09-30 Brad Fitzpatricknet/http: make Transport.CloseIdleConnections also...
2014-09-30 Dmitri Shuralyovgo/format, cmd/gofmt: fix issues with partial Go code...
2014-09-30 Dave Cheneyliblink: generate MRC replacement in liblink, not tls_arm
2014-09-29 Tom Linfordx509: add root certs for android.
2014-09-29 Brad FitzpatrickA+C: Tom Linford (individual CLA)
2014-09-29 Keith Randallruntime: delete unused variables.
2014-09-29 James Tuckernet/http: enable Transfer-Encoding: identity without...
2014-09-29 Brad Fitzpatricknet/http: clarify Request.FormValue docs
2014-09-29 Ian Lance Taylorcmd/yacc: fix handling of tokens that don't start with...
2014-09-29 Brad Fitzpatrickundo CL 141840043 / 65e21380cb2a
2014-09-29 Robert Griesemerspec: specify variable initialization order explicitly
2014-09-29 Adam Langleycrypto/x509: accept CRLs without an expiry.
2014-09-29 Brad Fitzpatricknet: fix misleading package comment example
2014-09-29 Adam Langleygo/build: add go1.4 tag.
2014-09-29 Adam LangleyC: add Andres Erbsen (Google CLA)
2014-09-29 Jonathan Rudenbergcmd/ld: close outfile before cleanup
2014-09-29 Keith Randallruntime: fix cgo_topofstack to save clobbered registers
2014-09-28 Ian Lance Taylorcmd/ld: don't automatically mark symbols created by...
2014-09-27 Rob Pikedoc/faq: update for 1.4
2014-09-26 Russ Coxmath: avoid assumption of denormalized math mode in...
2014-09-26 Russ Coxdoc/go1.4: go test builds + links all test files (CL...
2014-09-26 Russ Coxcmd/go: always build _test.go files and link into test
2014-09-26 Russ Coxcmd/yacc: fix parsing of character tokens
2014-09-26 Rob Pikeflag: allow CommandLine's Usage function to be set
2014-09-26 Russ Coxcmd/go: fix -a
2014-09-26 Russ Coxcmd/go: make build -a skip standard packages in Go...
2014-09-26 Russ Coxdoc/go1.4: add some cmd/go changes
2014-09-26 Alex Brainmancmd/go: handle paths like \x.go on windows
2014-09-26 Russ Coxliblink: fix cmd/ld -X flag
2014-09-26 Russ Coxcmd/go: document that testdata directories are ignored
2014-09-26 Russ Coxcmd/go: add test -o flag to control where test binary...
2014-09-26 Russ Coxcmd/go: display program name when reporting crash
2014-09-26 Russ Coxcmd/go: make malformed import path message more precise
2014-09-26 Russ Coxcmd/go: re-resolve and check vcs roots during go get -u
2014-09-26 Russ Coxcmd/go: fix 'go get vanity/repo/...' in clean GOPATH
2014-09-26 Adam Langleycrypto/tls: ensure that we don't resume when tickets...
2014-09-26 Andrew Gerranddoc: document Go 1.3.2
2014-09-26 Andrew Gerrandtag go1.3.2
2014-09-26 Rob Pike.hgignore: delete some dregs
2014-09-26 Rob Pikeencoding/gob: fix 386 build
2014-09-25 Rob Pikeencoding/gob: error rather than panic when decoding...
2014-09-25 Rob Pikedoc/gopher: add biplane.jpg
2014-09-25 Russ Coxcmd/go: install dependencies for 'go build -i' on a...
2014-09-25 Robert Griesemerspec: clarify scope and re-use of iteration variables
2014-09-25 Robert Griesemerspec: clarify embedding of interfaces
2014-09-25 Rob Pikebufio: fix handling of empty tokens at end of line...
2014-09-25 Rob Piketime: make it clear that time.Time values do not compar...
2014-09-25 Russ Coxcmd/gc: emit error for out-of-bounds slice of constant...
2014-09-25 Russ Coxcmd/gc: print x++ (not x += 1) in errors about x++
2014-09-25 Russ Coxcmd/gc: avoid infinite recursion on invalid recursive...
2014-09-25 Keith Randallruntime: add load_g call in arm callback.
2014-09-25 Keith Randallcgo: adjust return value location to account for stack...
2014-09-25 Brad Fitzpatricknet/http: update ProxyFromEnvironment docs for HTTPS_PR...
2014-09-25 Nigel Taonet/http: allow double-quotes only on cookie values...
2014-09-25 Brad Fitzpatricknet/http: check for CloseWrite interface, not TCPConn...
2014-09-24 Brad Fitzpatricknet/http: support https_proxy in ProxyFromEnvironment
2014-09-24 Russ Coxcmd/go: fix bytes and net the right way
2014-09-24 Russ Coxnet: only "build" empty.s in non-cgo mode
2014-09-24 Russ Coxruntime: more NOPTR
2014-09-24 Brad Fitzpatrickos: fix Args setup on Windows
2014-09-24 Russ Coxruntime: more NOPTR
2014-09-24 Dmitriy Vyukovcmd/go: strip -fsanitize= flags when building cgo object
2014-09-24 Russ Coxbuild: fix elf builds
2014-09-24 Rob Pikefmt: document and fix the handling of precision for...
2014-09-24 Russ Coxcmd/cc, cmd/ld, runtime: disallow conservative data...
2014-09-24 Russ Coxdebug/dwarf: correct name for clang-generated complex...
2014-09-24 Russ Coxcmd/gc: fix import of package with var func returning _
2014-09-24 Brad Fitzpatricksrc: pass GO_GCFLAGS down to go test std
2014-09-24 Russ Coxcmd/gc: run escape analysis always (even in -N mode)
2014-09-24 Russ Coxdoc/go1.4.txt: document that C sources in non-cgo packa...
2014-09-24 Russ Coxcmd/go: prohibit C sources files unless using cgo
2014-09-24 Russ Coxruntime: fix LastGC comment
2014-09-24 Hector Martin... runtime: keep g->syscallsp consistent after cgo->Go...
2014-09-24 Russ CoxA+C: Hector Martin Cantero (individual CLA)
2014-09-24 Rob Pikecmd/pack: fix c command for existing file
2014-09-23 Brad Fitzpatrickos: add a comment inside RemoveAll
2014-09-23 Brad Fitzpatrickos: fix another case where RemoveAll should return nil
2014-09-23 Dave Cheneyruntime: fix runtime.Breakpoint on ARMv5
2014-09-23 Dmitriy Vyukovruntime: remove unused function declaration
2014-09-23 Rob Piketext/template: type-check chained node as argument
2014-09-22 Rob Pikefmt: document that self-recursive data structures can...
2014-09-22 Rob Pikedoc/go1.4.txt: text/template comparison functions allow...
2014-09-22 Rob Pikefmt: make printing of ints 25-35% faster
2014-09-22 Rob Piketext/template: allow comparison functions to work betwe...
2014-09-22 Marko Tiikkajadatabase/sql: Close per-tx prepared statements when...
2014-09-22 Brad Fitzpatricknet/http: replace z_last_test hack with testing.Main
2014-09-22 Nigel Taoimage/gif: don't let the per-frame transparent index...
2014-09-21 Keith Randallruntime: be very careful with bad pointer tests
2014-09-19 Keith Randallruntime: Fix interaction between Goexit and defers
2014-09-19 Rob Pikespec: add dropped comma
2014-09-19 Robert Griesemerspec: clarify panic behavior when deferring nil functions
2014-09-19 Sameer Ajmanicmd/go: fix typo
2014-09-19 Russ Coxnet/http: document server recovering panics
2014-09-19 Russ Coxruntime: add runtimeĀ· prefix to some static variables
2014-09-19 Russ Coxcmd/go, testing: add TestMain support
next