2013-08-19 |
Rob Pike | test: fix build |
commit | commitdiff | tree |
2013-08-19 |
Anthony Martin | cmd/gc: don't attempt to generate wrappers for blank... |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | cmd/gc: better error messages for C-style if statements. |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | math/big: fix nil bug in GobEncode |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | make.bash: exit if dist fails |
commit | commitdiff | tree |
2013-08-19 |
David Symonds | cmd/dist: join with TMPDIR more carefully to avoid... |
commit | commitdiff | tree |
2013-08-19 |
Marco Hennings | archive/tar: Fix support for long links and improve... |
commit | commitdiff | tree |
2013-08-19 |
David Symonds | A+C: Marco Hennings (individual CLA) |
commit | commitdiff | tree |
2013-08-19 |
Rob Pike | testing: don't start timing a Parallel test until it... |
commit | commitdiff | tree |
2013-08-19 |
Dominik Honnef | encoding/xml: flush buffer after encoding token |
commit | commitdiff | tree |
2013-08-18 |
Rob Pike | cmd/dist: more informative error for mkdtemp failing |
commit | commitdiff | tree |
2013-08-18 |
Mikio Hara | net: make protocol-specific WriteTo, WriteMsg methods... |
commit | commitdiff | tree |
2013-08-17 |
Emil Hessman | net/textproto: use ReadDotBytes instead of non-existent... |
commit | commitdiff | tree |
2013-08-17 |
Emil Hessman | net/textproto: replace '3-digit' with 'three-digit' |
commit | commitdiff | tree |
2013-08-17 |
Mikio Hara | net: fix garbage connection close in dual stack tests |
commit | commitdiff | tree |
2013-08-17 |
Mikio Hara | net: enable runtime-integrated network pollster on... |
commit | commitdiff | tree |
2013-08-17 |
Mikio Hara | runtime: integrated network pollster for netbsd/amd64... |
commit | commitdiff | tree |
2013-08-17 |
Russ Cox | net: limit number of concurrent cgo calls |
commit | commitdiff | tree |
2013-08-17 |
Russ Cox | runtime: impose thread count limit |
commit | commitdiff | tree |
2013-08-17 |
Russ Cox | cmd/gc: separate "has pointers" from "needs zeroing... |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | doc: describe halt_on_error race detector parameter |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | runtime/race: add output tests for different GORACE... |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | test: say that nilptr2.go requires 256+MB stack |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | runtime: fix goroutine stack accounting |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: godef: print the entire description, not... |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | runtime/race: update runtime to rev 188542 |
commit | commitdiff | tree |
2013-08-16 |
Dmitriy Vyukov | net: fix bug in fdMutex |
commit | commitdiff | tree |
2013-08-16 |
Robert Dinu | A+C: change Robert Dinu's email address |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | doc/go1.2.txt: testing: add TB interface |
commit | commitdiff | tree |
2013-08-16 |
Carl Shapiro | cmd/5g, cmd/6g, cmd/8g: update frame zeroing for new... |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | time: fix time zones yet again. |
commit | commitdiff | tree |
2013-08-16 |
David Symonds | undo CL 12822043 / 96fefaa02ae3 |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: allow godef to work in coverage buffers |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: do not use any free variables |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: when defining prog-mode, define it like... |
commit | commitdiff | tree |
2013-08-16 |
Andrew Gerrand | misc/dist: don't copy godoc templates to lib/godoc |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | cmd/go: fix at least some instances of double compilation |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | cmd/gc: remove mentions of "ideal" from error messages. |
commit | commitdiff | tree |
2013-08-16 |
Dominik Honnef | misc/emacs: Refactor coverage code into multiple functions |
commit | commitdiff | tree |
2013-08-16 |
Russ Cox | runtime: impose stack size limit |
commit | commitdiff | tree |
2013-08-16 |
Dimitri Tcaciuc | image: Inline example image data to make it runnabl... |
commit | commitdiff | tree |
2013-08-16 |
Nigel Tao | A+C: Dimitri Tcaciuc (individual CLA) |
commit | commitdiff | tree |
2013-08-16 |
Nigel Tao | database/sql: make Rows.Next returning false always... |
commit | commitdiff | tree |
2013-08-16 |
Russ Cox | cmd/gc: ensure addable in checknil (fix race build) |
commit | commitdiff | tree |
2013-08-16 |
Brad Fitzpatrick | net/http: don't send an automatic Content-Length on... |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | doc/go1.2.txt: delete 'go doc' |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | doc/go1.2.txt: three-index slices are going into 1.2 |
commit | commitdiff | tree |
2013-08-16 |
Rob Pike | cmd/go: delete 'go doc' |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | net/http: unify the confusingly-named serve_test and... |
commit | commitdiff | tree |
2013-08-15 |
Russ Cox | cmd/gc: &x panics if x does |
commit | commitdiff | tree |
2013-08-15 |
Russ Cox | spec: &x panics if x does |
commit | commitdiff | tree |
2013-08-15 |
Russ Cox | tests: remove two misuses of nil pointers |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | runtime: fix wrong syscall numbers on freebsd/386,... |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | net: enable runtime-integrated network pollster on... |
commit | commitdiff | tree |
2013-08-15 |
Dmitriy Vyukov | runtime: remove old preemption checks |
commit | commitdiff | tree |
2013-08-15 |
Dmitriy Vyukov | runtime: fix plan9 build |
commit | commitdiff | tree |
2013-08-15 |
Rémy Oudompheng | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-15 |
Mikio Hara | net: rearrange the call order of runtime-integrated... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | time: expand acceptance of time zones when parsing |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | archive/zip: speed up Zip64 test |
commit | commitdiff | tree |
2013-08-15 |
Brad Fitzpatrick | testing: add TB, an interface common to T and B |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | os/exec: document that LookPath's result may be a relat... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | go_spec.html: clarify that tags are part of struct... |
commit | commitdiff | tree |
2013-08-15 |
Alex Brainman | runtime/race: add end-to-end test on windows |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | cmd/go: fix bad error message in coverage for package... |
commit | commitdiff | tree |
2013-08-15 |
Rob Pike | time: handle GMT possibly with offset |
commit | commitdiff | tree |
2013-08-14 |
David Symonds | cmd/go: fix detached heads that are remnants of bad... |
commit | commitdiff | tree |
2013-08-14 |
Dominik Honnef | misc/emacs: Allow go-coverage to work in existing cover... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: support generic encoding interfaces |
commit | commitdiff | tree |
2013-08-14 |
Carl Shapiro | cmd/go, runtime/cgo: explicitly target ARMv5T |
commit | commitdiff | tree |
2013-08-14 |
Andrew Gerrand | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-14 |
Brad Fitzpatrick | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-14 |
Mikio Hara | net: simplify dial |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | cmd/ld: Remove superfluous redundant iself check |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: fix SetBlockProfileRate |
commit | commitdiff | tree |
2013-08-14 |
Mikio Hara | net: simplify non-cgo DNS exchange |
commit | commitdiff | tree |
2013-08-14 |
Mikio Hara | net: fix TestTCPLookup |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | doc: update go1.2.txt |
commit | commitdiff | tree |
2013-08-14 |
Rémy Oudompheng | cmd/5g, cmd/6g, cmd/8g: restore occurrences of R replac... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: add, support Marshaler interface |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/xml: add, support Unmarshaler interface |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | encoding/json: support encoding.TextMarshaler, encoding... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | runtime: make SetFinalizer(x, f) accept any f for which... |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | runtime/cgo: use old-style indirect call on arm |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: fix windows build |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: implement SysUnused on windows |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | net: make TCPStress test shorter |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | runtime: Fix build on older ARM |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | net: make TestDeadlineRace shorter |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | runtime: Fix netbsd/arm and freebsd/arm build |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | cmd/dist: fix darwin build |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | cmd/cgo: fix windows build |
commit | commitdiff | tree |
2013-08-14 |
Matt Joiner | database/sql: fix accumulation of bad conns on prepared... |
commit | commitdiff | tree |
2013-08-14 |
Brad Fitzpatrick | A+C: Matt Joiner (individual CLA) |
commit | commitdiff | tree |
2013-08-14 |
Elias Naur | runtime.cmd/ld: Add ARM external linking and implement... |
commit | commitdiff | tree |
2013-08-14 |
Dmitriy Vyukov | runtime: improve block profiler support for channels |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | sync/atomic: fix new swap on arm linux |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | cmd/5g: fix temp-merging on ARM |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | time: make Time implement encoding interfaces |
commit | commitdiff | tree |
2013-08-14 |
Russ Cox | net: make IP implement encoding.MarshalerText, encoding... |
commit | commitdiff | tree |
next |