]> Cypherpunks.ru repositories - gostls13.git/shortlog
gostls13.git
2014-11-09 Adam Langleylib/codereview: fix with more recent hg revisions.
2014-11-08 Brad Fitzpatricknet/http: fix benchmark goroutine leak
2014-11-07 Ian Lance Taylorcmd/go: disable warnings from cmd/cc when building...
2014-11-07 Russ Coxcmd/internal/objfile: add Disasm
2014-11-07 Russ Coxcmd/objdump, cmd/pprof: factor disassembly into cmd...
2014-11-06 Russ Coxdoc/go1.4.html: leave stack size at 2 kB
2014-11-06 Russ Coxdoc: change "/s/..." links to be on golang.org
2014-11-06 Josh Bleecher... test: move linkx and sinit to run.go
2014-11-06 Keith Randallruntime: don't stop bitmap dump at BitsDead
2014-11-06 Russ Coxruntime: fix initial gp->sched.pc in newextram
2014-11-06 Russ Coxos: document that users of Fd should keep f alive
2014-11-06 Keith Randallos/exec: tell lsof not to block
2014-11-06 Andrew Gerrandbufio: remove unused 'panicked' variable from test
2014-11-06 Russ Coxruntime: avoid gentraceback of self on user goroutine...
2014-11-06 Russ Coxbufio: fix reading of many blank lines in a row
2014-11-06 Russ Coxdoc/go1.4.html: document new subrepo import paths
2014-11-05 Rob Pikebufio: don't loop generating empty tokens
2014-11-05 Austin Clements5g: don't generate reg variables for direct-called...
2014-11-04 Ian Lance Taylortest: comment out failing cases from sinit.go
2014-11-04 Austin Clementsgc: abort if given an unknown debug (-d) flag
2014-11-03 Alan Donovanmisc/cgo/test: fix freebsd test failure by moving test...
2014-11-03 Austin Clementsruntime: make Go and C mallocgc signatures match
2014-11-03 Andrew Gerranddoc: document go get -f flag in 1.4 release notes
2014-11-01 Benoit Sigouremisc: Increase issue 6997's test timeout to prevent...
2014-11-01 Ian Lance TaylorA+C: add Benoit Sigoure (individual CLA)
2014-10-31 Ian Lance Taylornet/http: add missing newline in list of leaked goroutines
2014-10-31 Brad Fitzpatrickdatabase/sql: make TestDrivers not crash on second run
2014-10-31 Gabriel Aszaloscmd/go: fixed typo in doc and generator
2014-10-31 Ian Lance TaylorA+C: add Gabriel Aszalos (individual CLA)
2014-10-31 Brad Fitzpatricksync/atomic: fix comment referencing Value.Store's...
2014-10-30 Nathan P Finchcmd/go: fix minor typo
2014-10-30 Brad FitzpatrickA+C: Nathan P Finch (individual CLA)
2014-10-30 Brad FitzpatrickA+C: add Jed Denlea (Fastly corporate CLA)
2014-10-30 Alan Donovanmisc/cgo/test: fix bad C test code that fails on some...
2014-10-30 Alan Donovancmd/cgo: avoid worklist nondeterminism.
2014-10-30 Brad Fitzpatrickdoc/go1.4.html: tweak http.Transport.DialTLS wording
2014-10-30 Mikio Haradoc/go1.4.html: fix typo
2014-10-30 Andrew Gerrandtag go1.4beta1
2014-10-30 Russ Coxcmd/objdump: disable test failing on arm5 go1.4beta1
2014-10-30 Russ Coxruntime: change top-most return PC from goexit to goexi...
2014-10-29 Alex Brainmanruntime: make TestCgoExternalThreadPanic run on windows
2014-10-29 Rob Pikedoc/go1.4.html: final library changes
2014-10-29 Russ Coxcmd/objdump: use cmd/internal/objfile
2014-10-29 Rob Pikedoc/go1.4.html: gccgo status
2014-10-29 Russ Coxruntime: fix line number in first stack frame in printe...
2014-10-29 Russ Coxruntime: update comment for Callers
2014-10-29 Rob Pikedoc/go1.4.html: half of the small library changes
2014-10-29 Rob Pikefmt: fix one-letter typo in doc.go
2014-10-29 Russ Coxcmd/objdump: skip extld test on plan9
2014-10-29 Russ Coxruntime: fix windows build
2014-10-29 Russ Coxcmd/gc: fix build - remove unused variables in walkprint
2014-10-29 Ian Lance Taylorcmd/objdump: disassemble local text symbols
2014-10-29 Russ Coxcmd/gc: fix internal compiler error in struct compare
2014-10-29 Rob Pikefmt: fix documentation for %g and %G
2014-10-29 Rob Pikedoc/go1.4.html: GODEBUG and assembler changes
2014-10-29 Russ Coxruntime: add GODEBUG invalidptr setting
2014-10-29 Russ Coxruntime: fix unrecovered panic on external thread
2014-10-29 Russ Coxcmd/gc: avoid use of goprintf
2014-10-28 David du Colombieros: fix write on Plan 9
2014-10-28 Rob Pikedoc/go1.4.html: breaking compiler change, no plugins...
2014-10-28 Russ Coxdoc/asm: explain coordination with garbage collector
2014-10-28 Russ Coxos: fix build
2014-10-28 Rob Pikedoc/go1.4.html: new ports
2014-10-28 Russ Coxos: do not assume syscall i/o funcs return n=0 on error
2014-10-28 Rob Pikedoc/go1.4.html: vanity imports and internal packages
2014-10-28 Jens Frederichruntime: add PauseEnd array to MemStats and GCStats
2014-10-28 Russ Coxsyscall: fix ParseRoutingSockaddr with unexpected subme...
2014-10-28 Russ Coxcmd/go: add get -f flag
2014-10-28 Mikio Haranet: add test for lookupIPDeadline
2014-10-28 Rob Pikedoc/go1.4.html: much of the go command's changes
2014-10-28 Rob Pikedoc/go1.4.html: runtime and performance
2014-10-28 Russ Coxruntime: disable fake time on nacl
2014-10-28 Russ Coxsyscall: accept pre-existing directories in nacl zip...
2014-10-28 Shenghou Maruntime: add fake time support back.
2014-10-28 Rob Pikedoc/go_mem.html: don't be clever
2014-10-27 Robert Griesemerspec: permit parentheses around builtin function names
2014-10-27 Andrew Gerrandhtml/template: fix build after encoding/js escaping...
2014-10-27 Russ Coxtest: make maplinear more robust
2014-10-27 Russ Coxencoding/json: encode \t as \t instead of \u0009
2014-10-27 Rob Pikedoc/go1.4.html: first pieces of release notes
2014-10-27 Austin Clementsruntime: fix endianness assumption when decoding ftab
2014-10-27 Ian Lance Taylornet: if a DNS lookup times out, forget that it is in...
2014-10-27 Emil Hessmanmisc/makerelease/windows: fix 404 help URL in installer
2014-10-26 Rob Pikedoc/go_faq.html: fix a couple of nits
2014-10-25 Peter Collingbournecmd/go: pass $CGO_LDFLAGS to linker with the "gccgo...
2014-10-24 Gustavo Niemeyercmd/go: add bzr support for vcs root checking
2014-10-24 Rob Pikedoc/go1.4.txt: unsafe is outside go1 compatibility...
2014-10-24 Rob Pikeunsafe: document that unsafe programs are not protected
2014-10-24 Russ Coxnet/http/pprof: run GC for /debug/pprof/heap?gc=1
2014-10-24 Russ Coxcmd/gc: synthesize zeroed value for non-assignment...
2014-10-24 Russ Coxdoc/go1.4: encoding/csv
2014-10-24 Russ Coxencoding/csv: for Postgres, unquote empty strings,...
2014-10-23 Robert Griesemerspec: minimal documention of unsafe.Pointer conversions
2014-10-23 Ian Lance Taylorgccgo_install.html: the 4.9 release series supports...
2014-10-22 Dmitriy Vyukovsync: release Pool memory during second and later GCs
2014-10-22 Ian Lance Taylortest: add more cases to recover.go
2014-10-22 Russ CoxCONTRIBUTORS: add Austin Clements's google.com email...
2014-10-22 Dave Cheneyruntime/cgo: encode BLX directly, fixes one clang build...
2014-10-21 Jens Frederichmisc/makerelease: set version number in Windows installer
2014-10-21 Dave Cheneyundo CL 156430044 / 5d69cad4faaf
next