2013-02-06 |
Ian Lance Taylor | CONTRIBUTORS: add Gaal Yahas (Google CLA) |
commit | commitdiff | tree |
2013-02-06 |
Albert Strasheim | syscall, net: Fix unix socket autobind on Linux. |
commit | commitdiff | tree |
2013-02-06 |
Volker Dobler | exp/cookiejar: infrastructure for upcoming implementation |
commit | commitdiff | tree |
2013-02-06 |
Shenghou Ma | doc/articles/error_handling: no more os.Error |
commit | commitdiff | tree |
2013-02-06 |
Dmitriy Vyukov | runtime/race: switch to explicit race context instead... |
commit | commitdiff | tree |
2013-02-05 |
Jeff R. Allen | log/syslog: retry once if write fails |
commit | commitdiff | tree |
2013-02-05 |
Shenghou Ma | runtime: save LR to stack when panicking to handle... |
commit | commitdiff | tree |
2013-02-05 |
Shenghou Ma | lib9: fix build for windows |
commit | commitdiff | tree |
2013-02-05 |
Ian Lance Taylor | exp/inotify: close event channel before file descriptor |
commit | commitdiff | tree |
2013-02-05 |
Shenghou Ma | cmd/dist: add -Wstrict-prototypes to CFLAGS and fix... |
commit | commitdiff | tree |
2013-02-05 |
Caleb Spare | container/heap: fix comment typo in example test |
commit | commitdiff | tree |
2013-02-05 |
Russ Cox | cmd/gc: add way to specify 'noescape' for extern funcs |
commit | commitdiff | tree |
2013-02-05 |
Dave Cheney | misc/dashboard/app: trim old builds from the history |
commit | commitdiff | tree |
2013-02-05 |
Dmitriy Vyukov | runtime/race: do not include pthread.h |
commit | commitdiff | tree |
2013-02-05 |
David Symonds | archive/tar: small simplification using FileMode. |
commit | commitdiff | tree |
2013-02-05 |
Brad Fitzpatrick | net/http: fix Server blocking after a Handler's Write... |
commit | commitdiff | tree |
2013-02-05 |
Russ Cox | path/filepath: document that Walk does not follow symlinks |
commit | commitdiff | tree |
2013-02-05 |
Russ Cox | cmd/gc: fix escape analysis |
commit | commitdiff | tree |
2013-02-05 |
Anthony Martin | syscall: fix marshaling of stat messages on Plan 9 |
commit | commitdiff | tree |
2013-02-04 |
Brad Fitzpatrick | net/http: add Next Protocol Negotation upgrade support... |
commit | commitdiff | tree |
2013-02-04 |
Mikio Hara | syscall: regenerate ztype files for linux |
commit | commitdiff | tree |
2013-02-04 |
Brad Fitzpatrick | net/http: fix when server deadlines get extended |
commit | commitdiff | tree |
2013-02-04 |
Shenghou Ma | cmd/go: update doc.go |
commit | commitdiff | tree |
2013-02-04 |
Alan Donovan | exp/ssa: (#4 of 5): the SSA builder. |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | cmd/gc: fix &^ code generation bug |
commit | commitdiff | tree |
2013-02-04 |
Alex Brainman | net: use windows sysSocket everywhere |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | runtime/debug: add controls for garbage collector |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | time: fix error message from Parse |
commit | commitdiff | tree |
2013-02-04 |
Andrew Gerrand | regexp: update comment on (*Regexp).Longest |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | cmd/go, testing: revise docs for test flags |
commit | commitdiff | tree |
2013-02-04 |
Nigel Tao | container/heap: fix package doc comment about ordering. |
commit | commitdiff | tree |
2013-02-04 |
Andrew Gerrand | regexp: add (*Regexp).Longest |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | time: deal a bit better with time zones in Parse |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | C: add Alex Bramley (Google CLA) |
commit | commitdiff | tree |
2013-02-04 |
Russ Cox | time: handle zone file with no transitions |
commit | commitdiff | tree |
2013-02-04 |
Andrew Gerrand | archive/tar: add Copyright notice to example_test.go |
commit | commitdiff | tree |
2013-02-04 |
Alex Brainman | net: prevent races during windows lookup calls |
commit | commitdiff | tree |
2013-02-04 |
Robin Eklind | archive/tar: Add reader and writer code example. |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: slightly better code generation |
commit | commitdiff | tree |
2013-02-03 |
Brad Fitzpatrick | A+C: add Yusuke Kagiwada (Individual CLA) |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: implement latest rules for checking make sizes |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/go: update 'go get' help message |
commit | commitdiff | tree |
2013-02-03 |
Shenghou Ma | cmd/5l, cmd/ld: support generating ELF binaries for... |
commit | commitdiff | tree |
2013-02-03 |
Shivakumar GN | xml: omit newline at beginning of MarshalIndent output |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: make inlined labels distinct |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: clean up string index errors |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: update ideal bool rules to match latest spec |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | exp/gotype: disable broken test |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: remove reference to ? and @ symbols in error... |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: elide self-assignment during return |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: allow new conversion syntax |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: treat &T{} like new(T): allocate on stack if... |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: avoid duplicate allocation during inlining |
commit | commitdiff | tree |
2013-02-03 |
Russ Cox | cmd/gc: remove spurious newline from node dump |
commit | commitdiff | tree |
2013-02-03 |
Kyle Lemons | testing: add AllocsPerRun |
commit | commitdiff | tree |
2013-02-02 |
Shenghou Ma | lib9/main.c: don't show the crash dialog on windows |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | cmd/go: run examples in source order, not name order |
commit | commitdiff | tree |
2013-02-02 |
Ian Lance Taylor | runtime: fix windows build |
commit | commitdiff | tree |
2013-02-02 |
Shenghou Ma | syscall: (*Proc).Call should return nil error when... |
commit | commitdiff | tree |
2013-02-02 |
Shenghou Ma | src: add race.bat |
commit | commitdiff | tree |
2013-02-02 |
Daniel Morsing | cmg/gc: Fix evaluation order of map indexing during... |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | cmd/gc: reject non-Go constants |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | cmd/gc: silence redundant error prints for misuse of... |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | cmd/gc: put 'not used' message on correct line |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | cmd/gc: clearer error for defer/go of conversion or... |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | reflect: explain StructField.Anonymous field as 'embedded' |
commit | commitdiff | tree |
2013-02-02 |
Russ Cox | testing: SkipNow, FailNow must be called from test... |
commit | commitdiff | tree |
2013-01-18 |
Alex Brainman | net: use windows GetAddrInfoW in LookupPort when possible |
commit | commitdiff | tree |
2013-02-01 |
Elias Naur | runtime, cmd/ld: make code more position-independent |
commit | commitdiff | tree |
2013-02-01 |
Robert Daniel... | reflect: document that Value.Slice panics on an unaddre... |
commit | commitdiff | tree |
2013-02-01 |
Brad Fitzpatrick | sort: delete now-duplicate example, fix build |
commit | commitdiff | tree |
2013-02-01 |
Miek Gieben | sort: add Reverse as a function |
commit | commitdiff | tree |
2013-02-01 |
Brad Fitzpatrick | bytes, strings: add TrimPrefix and TrimSuffix |
commit | commitdiff | tree |
2013-02-01 |
Elias Naur | cmd/6c, cmd/6g: add flag to support large-model code... |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | runtime: cgo-related fixes |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | cmd/go: clean cgo compiler errors |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | cmd/cgo: fix line number annotations in generated C... |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | cmd/cgo: document //export preamble restriction |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | cmd/dist: fix build |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | cmd/dist: redirect acid output to file to separate... |
commit | commitdiff | tree |
2013-02-01 |
Russ Cox | cmd/8l: fix build |
commit | commitdiff | tree |
2013-01-31 |
Ian Lance Taylor | test: add test that caused a gccgo compilation failure |
commit | commitdiff | tree |
2013-01-31 |
Volker Dobler | exp/cookiejar: remove external storage |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | encoding/base64: fix test for ReadFull change |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | cmd/vet: add missing -all logic |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | cmd/ld: support for linking with host linker |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | cmd/vet: check for misplaced and malformed build tags |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | io: guarantee err == nil for full reads in ReadFull... |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | net/url: normalize scheme to lower case (http not HTTP) |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | doc/codewalk: gofmt pig.go |
commit | commitdiff | tree |
2013-01-31 |
Adam Langley | crypto/x509: test for negative RSA parameters. |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | cmd/go: many bug fixes |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | cmd/vet: handle added string constants in printf format... |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | os: use signal strings where possible in ProcessState... |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | cmd/ld: retry short writes, to get error detail |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | encoding/json: document case-insensitive Unmarshal... |
commit | commitdiff | tree |
2013-01-31 |
Rémy Oudompheng | cmd/8l: fix misassembling of MOVB involving (AX)(BX*1) |
commit | commitdiff | tree |
2013-01-31 |
Rémy Oudompheng | cmd/gc: inlining of variadic functions. |
commit | commitdiff | tree |
2013-01-31 |
Caleb Spare | container/heap: split example into two |
commit | commitdiff | tree |
2013-01-31 |
Alex Brainman | os: provide access to file LastAccessTime and CreationT... |
commit | commitdiff | tree |
next |