]> Cypherpunks repositories - gostls13.git/shortlog
gostls13.git
2013-06-17 Benny Siegertrun.bash: raise ulimit for the number of threads.
2013-06-15 Dmitriy Vyukovruntime: fix race condition between GC and setGCPercent
2013-06-15 Dmitriy Vyukovruntime: improve scheduler fairness
2013-06-15 Dmitriy Vyukovruntime: remove unused moreframesize_minalloc field
2013-06-14 Jonathan Rudenbergcmd/godoc: don't link unexported identifiers
2013-06-14 Keith Randallruntime: garbage collector runs on g0 now.
2013-06-14 Brad Fitzpatrickapi: update next.txt
2013-06-14 Brad Fitzpatricknet: coalesce duplicate in-flight DNS lookups
2013-06-14 Rémy Oudomphengcmd/gc: instrument arrays properly in race detector.
2013-06-14 Caleb Sparestrconv: corrected several bad references to err.Error...
2013-06-13 Rob Pikecmd/go: change to use struct in go test -cover
2013-06-13 Alan Donovango/ast: add {L,R}paren token.Pos field to ast.TypeAsser...
2013-06-13 Dmitriy Vyukovruntime: fix bug introduced in cl/10256043
2013-06-13 Dmitriy Vyukovruntime/race: remove now unused step parameter from...
2013-06-13 Dmitriy Vyukovcmd/gc: properly race-instrument for loops
2013-06-13 Dmitriy Vyukovruntime: use ROUND macro for rounding
2013-06-13 Dmitriy Vyukovruntime/race: update runtime to r183644
2013-06-13 Josh Hoakmisc/vim: Adding flag-guarding for Vim commands
2013-06-13 Andrew Gerrandtag go1.1.1
2013-06-13 Andrew Gerranddoc: add go1.1.1 to the release notes
2013-06-13 Rob Piketesting: add -outputdir flag so "go test" controls...
2013-06-12 Ian Lance Taylorruntime: update runtime·gogo comment in asm files
2013-06-12 Russ Coxruntime: add lr, ctxt, ret to Gobuf
2013-06-12 Dmitriy Vyukovruntime: more flexible heap memory mapping on 64-bits
2013-06-12 Dmitriy Vyukovruntime: fix scheduler race condition
2013-06-12 Russ Coxruntime: fix plan9, windows builds
2013-06-12 Russ Coxruntime: fix build
2013-06-12 Russ Coxruntime: adjust traceback / garbage collector boundary
2013-06-12 Russ Coxcmd/go: diagnose invalid coverage runs
2013-06-12 Shenghou Macmd/go: clarify test filenames in help messages
2013-06-12 David SymondsC: add Josh Hoak (Google CLA).
2013-06-12 Rob Pikecmd/go: use -o option of cover tool
2013-06-12 Ian Lance Taylorcmd/gc: save local var list before inlining
2013-06-12 Russ Coxcmd/gc: turn race detector off for tail-call method...
2013-06-11 Shenghou Macmd/ld: supply -s to gcc if -s is passed.
2013-06-11 Shenghou Maruntime: round spans_size up to page boundary
2013-06-11 Russ Coxruntime: rename _rt0_$GOARCH to _rt0_go
2013-06-11 Rémy Oudomphengcmd/gc: compute initialization order for top-level...
2013-06-11 Daniel Morsingcmd/gc: avoid creating circular lists when compiling...
2013-06-11 Rob Pikecmd/go: add coverage analysis
2013-06-11 Keith Randallcmd/cc: emit size of locals. Will be used for stack...
2013-06-11 Russ Coxcmd/gc: move genembedtramp into portable code
2013-06-11 Alex Brainmanos: request appropriate access rights before calling...
2013-06-10 Gerasimos Dimitriadisasn1: Improved encoding/decoding for OID types
2013-06-10 Shenghou Macmd/ld: document -s flag.
2013-06-10 Russ Coxcmd/cc: fix lexbody for negative chars
2013-06-10 Shenghou Macmd/5l: use BLX for BL (Rx).
2013-06-10 Dmitriy Vyukovruntime: fix one-time memory leak on linux
2013-06-10 Dmitriy Vyukovruntime: catch races between channel close and channel...
2013-06-10 Shenghou Manet: introduce netgo build tag to build a pure Go net...
2013-06-10 Shenghou Madoc/go_spec: more examples for unspecified cases of...
2013-06-10 Shenghou Macmd/cgo: makes clang happy by not using __gcc_struct__...
2013-06-10 Shenghou Masyscall: add {Set,Get}priority for Linux, and consisten...
2013-06-10 Dmitriy Vyukovruntime/race: tell race detector what memory Read/Write...
2013-06-10 Dmitriy Vyukovsync: improve race instrumentation of WaitGroup
2013-06-10 Shenghou Macmd/5l: use guaranteed undefined instruction for UNDEF...
2013-06-10 Alex Brainmanos: return io.EOF from windows ReadAt as documented
2013-06-10 Dmitriy Vyukovruntime: use persistentalloc instead of SysAlloc in...
2013-06-10 Dmitriy Vyukovruntime: use persistentalloc instead of mallocgc in...
2013-06-10 Dmitriy Vyukovruntime: use persistentalloc instead of SysAlloc in GC
2013-06-09 Dmitriy Vyukovruntime: use persistentalloc instead of mallocgc for...
2013-06-09 Dmitriy Vyukovruntime: use persistentalloc instead of SysAlloc in...
2013-06-09 Dmitriy Vyukovruntime: use persistentalloc instead of custom malloc...
2013-06-09 Shenghou Madoc/install-source.html: recent ARM and 386 updates
2013-06-09 Shenghou Macmd/cgo: use gcc_struct attribute for packed structs...
2013-06-09 Shenghou Maruntime: remove unused file mkversion.c
2013-06-09 Shenghou Mamisc/pprof: fix html5 doctype declaration
2013-06-09 Shenghou Maall: fix typos
2013-06-07 Roger Peppecmd/go: update go vet documentation
2013-06-07 Ian Lance Taylorruntime: remove unused mid function
2013-06-07 Andrew Gerrandgodoc: always use local jQuery script
2013-06-06 Dmitriy Vyukovruntime: remove unused field from Hchan
2013-06-06 Dmitriy Vyukovruntime: speedup malloc stats collection
2013-06-06 Alex Brainmantime: provide timezone abbreviations on windows
2013-06-06 Robert Obrykio/ioutil: make WriteFile notice errors from Close()
2013-06-06 Patrick Higginsdoc/contribute: add "Understanding the extension" section
2013-06-05 Russ Coxcmd/6c: use full 64-bit address in block copy
2013-06-05 Russ Coxcmd/6l: accept NOP of $x+10(SP) and of X0
2013-06-05 Russ Coxruntime: fix comments (g->gobuf became g->sched long...
2013-06-05 Russ Coxcmd/cgo, cmd/go, go/build: sort flag lists
2013-06-05 Brad Fitzpatrickundo CL 10017045 / 6ec8c49421a0
2013-06-05 Anthony Martinmime: add support for Plan 9
2013-06-05 Nigel Taoimage/jpeg: avoid documentation argument over whether...
2013-06-05 Anthony Martintest: do not run SIGCHLD test on Plan 9
2013-06-05 Anthony Martinruntime: fix description of SysAlloc
2013-06-05 Adam Langleycrypto/tls: support TLS 1.1.
2013-06-04 Adam Langleyencoding/asn1: harmonise error prefixes.
2013-06-04 Anthony Martincmd/cc: support 21-bit runes in wide string constants
2013-06-04 Carl Shapirocmd/5g, cmd/6g, cmd/8g: remove prototypes for proglist
2013-06-04 Anthony Martinbuild: add intptr typedef for Plan 9
2013-06-04 Andrew GerrandC: add Will Norris (Google CLA)
2013-06-04 Rémy Oudomphengmisc/pprof: register cnew and runtime.cnewarray as...
2013-06-04 Anthony Martincmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflag
2013-06-04 Anthony Martincodereview: don't warn about secret commits
2013-06-04 Anthony Martincmd/ld: fix gcdata and gcbss symbols
2013-06-04 Ian Lance Taylorencoding/gob: consistently use unsafe.Pointer for point...
2013-06-04 Rémy Oudomphengcmd/6c, cmd/8c: avoid generating long multiplication...
2013-06-04 Rémy Oudomphengcmd/gc: fix missing slice/array types in export data.
2013-06-04 Andrew Gerranddoc: add Game of Life to playground toys
2013-06-04 Alex Brainmanruntime: update defs_windows_*.h files
next