2013-06-10 |
Alex Brainman | os: return io.EOF from windows ReadAt as documented |
commit | commitdiff | tree |
2013-06-10 |
Dmitriy Vyukov | runtime: use persistentalloc instead of SysAlloc in... |
commit | commitdiff | tree |
2013-06-10 |
Dmitriy Vyukov | runtime: use persistentalloc instead of mallocgc in... |
commit | commitdiff | tree |
2013-06-10 |
Dmitriy Vyukov | runtime: use persistentalloc instead of SysAlloc in GC |
commit | commitdiff | tree |
2013-06-09 |
Dmitriy Vyukov | runtime: use persistentalloc instead of mallocgc for... |
commit | commitdiff | tree |
2013-06-09 |
Dmitriy Vyukov | runtime: use persistentalloc instead of SysAlloc in... |
commit | commitdiff | tree |
2013-06-09 |
Dmitriy Vyukov | runtime: use persistentalloc instead of custom malloc... |
commit | commitdiff | tree |
2013-06-09 |
Shenghou Ma | doc/install-source.html: recent ARM and 386 updates |
commit | commitdiff | tree |
2013-06-09 |
Shenghou Ma | cmd/cgo: use gcc_struct attribute for packed structs... |
commit | commitdiff | tree |
2013-06-09 |
Shenghou Ma | runtime: remove unused file mkversion.c |
commit | commitdiff | tree |
2013-06-09 |
Shenghou Ma | misc/pprof: fix html5 doctype declaration |
commit | commitdiff | tree |
2013-06-09 |
Shenghou Ma | all: fix typos |
commit | commitdiff | tree |
2013-06-07 |
Roger Peppe | cmd/go: update go vet documentation |
commit | commitdiff | tree |
2013-06-07 |
Ian Lance Taylor | runtime: remove unused mid function |
commit | commitdiff | tree |
2013-06-07 |
Andrew Gerrand | godoc: always use local jQuery script |
commit | commitdiff | tree |
2013-06-06 |
Dmitriy Vyukov | runtime: remove unused field from Hchan |
commit | commitdiff | tree |
2013-06-06 |
Dmitriy Vyukov | runtime: speedup malloc stats collection |
commit | commitdiff | tree |
2013-06-06 |
Alex Brainman | time: provide timezone abbreviations on windows |
commit | commitdiff | tree |
2013-06-06 |
Robert Obryk | io/ioutil: make WriteFile notice errors from Close() |
commit | commitdiff | tree |
2013-06-06 |
Patrick Higgins | doc/contribute: add "Understanding the extension" section |
commit | commitdiff | tree |
2013-06-05 |
Russ Cox | cmd/6c: use full 64-bit address in block copy |
commit | commitdiff | tree |
2013-06-05 |
Russ Cox | cmd/6l: accept NOP of $x+10(SP) and of X0 |
commit | commitdiff | tree |
2013-06-05 |
Russ Cox | runtime: fix comments (g->gobuf became g->sched long... |
commit | commitdiff | tree |
2013-06-05 |
Russ Cox | cmd/cgo, cmd/go, go/build: sort flag lists |
commit | commitdiff | tree |
2013-06-05 |
Brad Fitzpatrick | undo CL 10017045 / 6ec8c49421a0 |
commit | commitdiff | tree |
2013-06-05 |
Anthony Martin | mime: add support for Plan 9 |
commit | commitdiff | tree |
2013-06-05 |
Nigel Tao | image/jpeg: avoid documentation argument over whether... |
commit | commitdiff | tree |
2013-06-05 |
Anthony Martin | test: do not run SIGCHLD test on Plan 9 |
commit | commitdiff | tree |
2013-06-05 |
Anthony Martin | runtime: fix description of SysAlloc |
commit | commitdiff | tree |
2013-06-05 |
Adam Langley | crypto/tls: support TLS 1.1. |
commit | commitdiff | tree |
2013-06-04 |
Adam Langley | encoding/asn1: harmonise error prefixes. |
commit | commitdiff | tree |
2013-06-04 |
Anthony Martin | cmd/cc: support 21-bit runes in wide string constants |
commit | commitdiff | tree |
2013-06-04 |
Carl Shapiro | cmd/5g, cmd/6g, cmd/8g: remove prototypes for proglist |
commit | commitdiff | tree |
2013-06-04 |
Anthony Martin | build: add intptr typedef for Plan 9 |
commit | commitdiff | tree |
2013-06-04 |
Andrew Gerrand | C: add Will Norris (Google CLA) |
commit | commitdiff | tree |
2013-06-04 |
Rémy Oudompheng | misc/pprof: register cnew and runtime.cnewarray as... |
commit | commitdiff | tree |
2013-06-04 |
Anthony Martin | cmd/5c, cmd/6c, cmd/8c: isolate textflag and dataflag |
commit | commitdiff | tree |
2013-06-04 |
Anthony Martin | codereview: don't warn about secret commits |
commit | commitdiff | tree |
2013-06-04 |
Anthony Martin | cmd/ld: fix gcdata and gcbss symbols |
commit | commitdiff | tree |
2013-06-04 |
Ian Lance Taylor | encoding/gob: consistently use unsafe.Pointer for point... |
commit | commitdiff | tree |
2013-06-04 |
Rémy Oudompheng | cmd/6c, cmd/8c: avoid generating long multiplication... |
commit | commitdiff | tree |
2013-06-04 |
Rémy Oudompheng | cmd/gc: fix missing slice/array types in export data. |
commit | commitdiff | tree |
2013-06-04 |
Andrew Gerrand | doc: add Game of Life to playground toys |
commit | commitdiff | tree |
2013-06-04 |
Alex Brainman | runtime: update defs_windows_*.h files |
commit | commitdiff | tree |
2013-06-03 |
Russ Cox | cmd/ld, runtime: clean up CL 9666047 |
commit | commitdiff | tree |
2013-06-03 |
Rob Pike | cmd/go: document flag passing for tests |
commit | commitdiff | tree |
2013-06-03 |
Rémy Oudompheng | compress/bzip2: faster decoding. |
commit | commitdiff | tree |
2013-06-03 |
Shenghou Ma | doc/articles: use C90 standard functions in the cgo... |
commit | commitdiff | tree |
2013-06-03 |
Robert Obryk | test/stress: fix a goroutine leak in threadRing stresstest |
commit | commitdiff | tree |
2013-06-03 |
Dmitriy Vyukov | runtime: disable preemption in several scheduler functions |
commit | commitdiff | tree |
2013-06-03 |
Dmitriy Vyukov | runtime: introduce preemption function (not used for... |
commit | commitdiff | tree |
2013-06-03 |
Dmitriy Vyukov | runtime: add stackguard0 to G |
commit | commitdiff | tree |
2013-06-03 |
Andrew Gerrand | doc: add Go 1.1 to release.html |
commit | commitdiff | tree |
2013-06-03 |
Dave Cheney | doc: update linux tarball version for Go 1.1 |
commit | commitdiff | tree |
2013-06-02 |
Rémy Oudompheng | cmd/gc: do not corrupt init() with initializers of... |
commit | commitdiff | tree |
2013-06-02 |
Shenghou Ma | api: update next.txt |
commit | commitdiff | tree |
2013-06-02 |
Shenghou Ma | doc/go1.2.txt: update for CL 8248043. |
commit | commitdiff | tree |
2013-06-02 |
Rémy Oudompheng | test: correct sizeof.go. |
commit | commitdiff | tree |
2013-06-02 |
Shenghou Ma | cmd/cgo: using __typeof__(a->r) instead of putting... |
commit | commitdiff | tree |
2013-06-02 |
Rémy Oudompheng | cmd/fix: remove obsolete testdata. |
commit | commitdiff | tree |
2013-06-02 |
Rémy Oudompheng | cmd/fix: check type assertion in netipv6zone rule. |
commit | commitdiff | tree |
2013-06-02 |
Rémy Oudompheng | hgignore: cleanup obsolete entries. |
commit | commitdiff | tree |
2013-06-01 |
Dave Cheney | testing: fix rounding error in roundDown10 |
commit | commitdiff | tree |
2013-06-01 |
Dmitriy Vyukov | runtime: minor code style improvements (followup to... |
commit | commitdiff | tree |
2013-06-01 |
Anthony Martin | build: remove special definition of Runemax on Plan 9 |
commit | commitdiff | tree |
2013-06-01 |
Daniel Morsing | cmd/gc: fix overflow in array bounds calculation. |
commit | commitdiff | tree |
2013-06-01 |
Oling Cat | doc/go1.1.html: remove extra space; close some tags. |
commit | commitdiff | tree |
2013-06-01 |
Keith Randall | runtime: revert of CL 8852047: do hashmap grow work... |
commit | commitdiff | tree |
2013-06-01 |
Keith Randall | runtime: do hashmap grow work during reads. |
commit | commitdiff | tree |
2013-06-01 |
Keith Randall | runtime/gc: Run garbage collector on g0 stack |
commit | commitdiff | tree |
2013-05-31 |
Anthony Martin | lib9/utf: remove unneccesary includes |
commit | commitdiff | tree |
2013-05-31 |
Carl Shapiro | cmd/5g, cmd/6g, cmd/8g: provide embedded trampolines... |
commit | commitdiff | tree |
2013-05-31 |
Anthony Martin | misc/dashboard/builder: add environment variables for... |
commit | commitdiff | tree |
2013-05-31 |
Alberto García... | cmd/go: Add support for including C++ files in packages |
commit | commitdiff | tree |
2013-05-31 |
Robert Griesemer | spec: better wording re: receiving from closed channels |
commit | commitdiff | tree |
2013-05-31 |
Dave Cheney | testing: add test for issue 5599 |
commit | commitdiff | tree |
2013-05-31 |
Dmitriy Vyukov | runtime: fix heap coalescing bug introduced in cl/9802043 |
commit | commitdiff | tree |
2013-05-31 |
Dmitriy Vyukov | runtime: introduce helper persistentalloc() function |
commit | commitdiff | tree |
2013-05-31 |
Keith Randall | runtime: set MSpan.limit properly for large spans. |
commit | commitdiff | tree |
2013-05-30 |
Rob Pike | doc/go1.2.txt: AllocsPerRun now quantized |
commit | commitdiff | tree |
2013-05-30 |
Rob Pike | testing: quantize AllocsPerRun |
commit | commitdiff | tree |
2013-05-30 |
Dmitriy Vyukov | runtime: rename mheap.maps to mheap.spans |
commit | commitdiff | tree |
2013-05-30 |
Dmitriy Vyukov | runtime: mark runtime.goexit as nosplit |
commit | commitdiff | tree |
2013-05-30 |
Rémy Oudompheng | cmd/gc: use escape analysis result for make([]T, constant |
commit | commitdiff | tree |
2013-05-30 |
Lucio De Re | cmd/[568]l/obj.c: NULL is not recognised in Plan 9... |
commit | commitdiff | tree |
2013-05-30 |
Alex Brainman | misc/dist: remove lingering ~ file |
commit | commitdiff | tree |
2013-05-30 |
Carl Shapiro | cmd/ld, runtime: emit pointer maps for nosplits identif... |
commit | commitdiff | tree |
2013-05-29 |
Shenghou Ma | cmd/5a, cmd/dist, runtime: support m/g in the assembler... |
commit | commitdiff | tree |
2013-05-29 |
Shenghou Ma | misc/cgo/test: check API compatibility for cgo pseudo... |
commit | commitdiff | tree |
2013-05-29 |
Carl Shapiro | cmd/gc: remove unused bit vector comparison code |
commit | commitdiff | tree |
2013-05-29 |
Jan Ziak | runtime: remove all badcallback() functions |
commit | commitdiff | tree |
2013-05-29 |
Rob Pike | fmt: change evalutation of indexed arg to match docs |
commit | commitdiff | tree |
2013-05-29 |
John Shahid | crypto/tls: Check all certificates in the path. |
commit | commitdiff | tree |
2013-05-29 |
Adam Langley | A+C: John Shahid (individual CLA) |
commit | commitdiff | tree |
2013-05-29 |
Dmitriy Vyukov | runtime: make notetsleep() return false if timeout... |
commit | commitdiff | tree |
2013-05-29 |
Katrina Owen | doc: Fix typo in approximation of square root |
commit | commitdiff | tree |
2013-05-29 |
Andrew Gerrand | A+C: add Katrina Owen (individual CLA) |
commit | commitdiff | tree |
2013-05-29 |
Carl Shapiro | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and... |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | runtime: make mheap statically allocated again |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | runtime: allocate page table lazily |
commit | commitdiff | tree |
next |