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 |
2013-05-28 |
Dmitriy Vyukov | runtime: allocate internal symbol table eagerly |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | os/exec: fix test hang |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | runtime: fix heap corruption during GC |
commit | commitdiff | tree |
2013-05-28 |
Shenghou Ma | runtime: use m and g, instead of R9 and R10, in ARM... |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | undo CL 9805043 / 776aba85ece8 |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | runtime: inline MCache_Alloc() into mallocgc() |
commit | commitdiff | tree |
2013-05-28 |
Dmitriy Vyukov | runtime: introduce helper persistentalloc() function |
commit | commitdiff | tree |
2013-05-27 |
Bill Neubauer | runtime: fix runtime·netpoll() to call runtime·netpollr... |
commit | commitdiff | tree |
2013-05-27 |
Shenghou Ma | runtime: make arm signal handler call runtime.badsignal |
commit | commitdiff | tree |
2013-05-27 |
Dmitriy Vyukov | runtime: introduce cnewarray() to simplify allocation... |
commit | commitdiff | tree |
2013-05-27 |
Jan Ziak | runtime: flag static variables as no-pointers |
commit | commitdiff | tree |
2013-05-27 |
Brian G. Merrell | effective_go.html: Fix two links |
commit | commitdiff | tree |
2013-05-27 |
David Symonds | A+C: Brian G. Merrell (individual CLA) |
commit | commitdiff | tree |
2013-05-25 |
Dmitriy Vyukov | runtime: update comment on stack allocator |
commit | commitdiff | tree |
2013-05-25 |
Alex Brainman | cmd/cgo: do not output empty struct for -cdefs |
commit | commitdiff | tree |
2013-05-24 |
Rob Pike | fmt.Printf: introduce notation for random access to... |
commit | commitdiff | tree |
2013-05-24 |
David du Colombier | build: fix make.rc on Plan 9 |
commit | commitdiff | tree |
2013-05-24 |
Russ Cox | doc: start go 1.2 notes |
commit | commitdiff | tree |
2013-05-24 |
Adam Langley | crypto/x509: harmonise error prefixes. |
commit | commitdiff | tree |
2013-05-24 |
Rob Pike | cmd/cov: delete |
commit | commitdiff | tree |
2013-05-24 |
Christopher... | path/filepath: Skip TestEvalSymlinks. Plan 9 doesn... |
commit | commitdiff | tree |
2013-05-24 |
Gerasimos Dimitriadis | asn1: Stricter checks for DER encoded booleans |
commit | commitdiff | tree |
2013-05-24 |
Adam Langley | A+C: Gerasimos Dimitriadis (individual CLA) |
commit | commitdiff | tree |
2013-05-24 |
Dmitriy Vyukov | log/syslog: fix deadlock in test |
commit | commitdiff | tree |
2013-05-24 |
Dave Cheney | misc/cgo/testso: use bash to run test.bash |
commit | commitdiff | tree |
2013-05-24 |
Ian Lance Taylor | cmd/cgo: change GoStringN and GoBytes from intgo to... |
commit | commitdiff | tree |
2013-05-24 |
Ian Lance Taylor | cmd/cgo: use intgo, not int, for string and slice struc... |
commit | commitdiff | tree |
2013-05-24 |
Rob Pike | test/bench/shootout/timing.log: update to Go 1.1 |
commit | commitdiff | tree |
2013-05-23 |
Frederick Kelly... | runtime: faster range on empty map |
commit | commitdiff | tree |
2013-05-23 |
Brad Fitzpatrick | A+C: Frederick Kelly Mayle III (individual CLA) |
commit | commitdiff | tree |
2013-05-23 |
Brad Fitzpatrick | codereview: close the head tag |
commit | commitdiff | tree |
2013-05-23 |
Dominik Honnef | misc/emacs: Do not modify kill ring when programmatical... |
commit | commitdiff | tree |
2013-05-23 |
Daniel Morsing | io: Prioritize WriterTos over ReaderFroms in Copy. |
commit | commitdiff | tree |
2013-05-23 |
Nan Deng | crypto/rsa: implement PSS signatures. |
commit | commitdiff | tree |
2013-05-23 |
Mikio Hara | syscall: add IPv6 socket options for Unix variants |
commit | commitdiff | tree |
2013-05-23 |
Alex Brainman | cmd/go: check GOROOT directory is present before acting |
commit | commitdiff | tree |
2013-05-22 |
Francesc Campoy | codereview.py: improve error message when user is not... |
commit | commitdiff | tree |
2013-05-22 |
Robert Griesemer | go/doc: fix build |
commit | commitdiff | tree |
2013-05-22 |
Adam Langley | A+C: Nan Deng (individual CLA) |
commit | commitdiff | tree |
2013-05-22 |
Rémy Oudompheng | test: add test for issue 3888. |
commit | commitdiff | tree |
2013-05-22 |
Shenghou Ma | test/errchk: use "#!/usr/bin/env perl" shebang line |
commit | commitdiff | tree |
2013-05-22 |
Shenghou Ma | bufio: fix SplitFunc docs |
commit | commitdiff | tree |
2013-05-22 |
Robert Griesemer | go/ast: fix FuncType.Pos() impl. and FuncType.Params... |
commit | commitdiff | tree |
2013-05-22 |
Ian Lance Taylor | doc: GCC 4.8.1 is not updated to Go 1.1 |
commit | commitdiff | tree |
2013-05-22 |
Rob Pike | log/syslog: report errors from write |
commit | commitdiff | tree |
2013-05-22 |
Daniel Morsing | cmd/cc: reject unions containing pointers |
commit | commitdiff | tree |
2013-05-22 |
Dmitriy Vyukov | runtime: properly synchronize GC and finalizer goroutine |
commit | commitdiff | tree |
2013-05-22 |
Dmitriy Vyukov | runtime: detect deadlocks in programs using cgo |
commit | commitdiff | tree |
2013-05-22 |
Shenghou Ma | cmd/go: use "go get" instead of "go install" to install vet |
commit | commitdiff | tree |
2013-05-22 |
Rob Pike | undo CL 9658043 / ac7877558dce |
commit | commitdiff | tree |
2013-05-22 |
Dmitriy Vyukov | runtime: fix and speedup malloc stats |
commit | commitdiff | tree |
2013-05-22 |
Rob Pike | log/syslog: report errors from Fprintf |
commit | commitdiff | tree |
2013-05-22 |
Shenghou Ma | include: add a README file |
commit | commitdiff | tree |
2013-05-22 |
Dmitriy Vyukov | runtime: simplify MCache |
commit | commitdiff | tree |
2013-05-22 |
Rob Pike | cmd/go: support new location for vet |
commit | commitdiff | tree |
2013-05-22 |
David Symonds | doc/go_faq: fix example. |
commit | commitdiff | tree |
2013-05-22 |
Brad Fitzpatrick | net/http: add another Hijacker test |
commit | commitdiff | tree |
2013-05-21 |
Brad Fitzpatrick | bufio: reuse Writer buffers after Flush |
commit | commitdiff | tree |
2013-05-21 |
Brad Fitzpatrick | net/http: don't send Accept-Encoding on HEAD requests |
commit | commitdiff | tree |
2013-05-21 |
Brad Fitzpatrick | database/sql: remove extra RemoveDep call |
commit | commitdiff | tree |
2013-05-21 |
Brad Fitzpatrick | time: remove Time.FormatAppend |
commit | commitdiff | tree |
2013-05-21 |
Daniel Morsing | cmd/gc: fix confusing error with broken types and defer/go |
commit | commitdiff | tree |
2013-05-21 |
Shenghou Ma | cmd/go: fix LDFLAGS handling, enable misc/cgo/testso... |
commit | commitdiff | tree |
2013-05-21 |
Brad Fitzpatrick | api: update next.txt |
commit | commitdiff | tree |
2013-05-21 |
Brad Fitzpatrick | codereview: add khr as a person |
commit | commitdiff | tree |
next |