]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
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
2014-09-19 John Tuleynet/http: ensured that proxy errors are returned by...
2014-09-19 Russ Coxruntime: rename SchedType to SchedT
2014-09-19 Russ Coxsyscall: mark ECONNRESET, ECONNABORTED as temporary...
2014-09-19 Russ Coxruntime: release Windows thread handle in unminit
2014-09-19 Dave Cheneyruntime: fix GOARM<7 build
2014-09-19 Russ Coxpath/filepath: document that Glob ignores i/o errors
2014-09-19 Russ Coxruntime: revise TestSetPanicOnFault
2014-09-19 Alex Brainmanruntime: allow OutputDebugString to be sent to debugger
2014-09-19 Russ Coxreflect: adjust Value.String to give correct answer...
2014-09-19 David du Colombieros: handle 'has been removed' error as IsNotExist on...
2014-09-19 Alex Brainmanruntime: remove useless code around of EXCEPTION_BREAKPOINT
2014-09-19 Russ Coxruntime: fix Windows SysUsed
2014-09-19 Russ Coxruntime: show frames for exported runtime functions
2014-09-19 Ian Lance Taylorlib9, cmd/ld: fixes for cross-linking on a Windows...
2014-09-19 Russ Coxos: skip TestRemoveAllRace on Windows
2014-09-18 Robert Griesemergo/doc: document rationale for recent change
2014-09-18 Russ Coxbytes, strings: document that FieldsFunc f must not...
2014-09-18 Russ Coxsyscall: fix infinite recursion in itoa
2014-09-18 Josh Bleecher... go/doc: treat _ consts as exported
2014-09-18 David du Colombierruntime: fix handling of GOTRACEBACK
2014-09-18 Russ Coxruntime: delete panicstring; move its checks into gopanic
2014-09-18 Russ Coxos: avoid error result when dir is removed out from...
2014-09-18 Russ Coxnet: disable TestDialMultiFDLeak
2014-09-18 Dmitriy Vyukovencoding/gob: speedup encoding
2014-09-18 Josh Bleecher... fmt: fix allocation tests
2014-09-18 Mikio Haranet: separate NaCl dependent placeholders from BSD's
2014-09-18 Dmitriy Vyukovsync/atomic: remove unnecessary race instrumentation...
2014-09-18 Dmitriy Vyukovruntime: output number of goroutines in GC trace
2014-09-18 Nigel Taoimage/gif: fix GIF encoding of sub-images.
2014-09-17 Brad FitzpatrickA+C: John Tuley (individual CLA)
2014-09-17 Keith Randallruntime: free stacks of Gdead goroutines at GC time
2014-09-17 Russ Coxruntime: print more detail in adjustframe crash
next