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 |
2013-01-31 |
Nigel Tao | exp/cookiejar: update PublicSuffixList doc comment... |
commit | commitdiff | tree |
2013-01-31 |
Robert Daniel... | fmt: improve go syntax handling of byte-derived arrays... |
commit | commitdiff | tree |
2013-01-31 |
Rick Arnold | encoding/json: improve performance of Unmarshal on... |
commit | commitdiff | tree |
2013-01-31 |
Russ Cox | A+C: Robert Daniel Kortschak (individual CLA) |
commit | commitdiff | tree |
2013-01-30 |
Alan Donovan | math/big: make tests faster by reducing coverage in... |
commit | commitdiff | tree |
2013-01-30 |
Brad Fitzpatrick | net/http: fix race |
commit | commitdiff | tree |
2013-01-30 |
Anthony Martin | cmd/go: fix build -n for cgo enabled packages |
commit | commitdiff | tree |
2013-01-30 |
Anthony Martin | cmd/gc: support GNU Bison 2.7 in bisonerrors |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | crypto/cipher: avoid out of bounds error in CryptBlocks |
commit | commitdiff | tree |
2013-01-30 |
Brad Fitzpatrick | cmd/godoc: fix buggy use of strings.HasSuffix |
commit | commitdiff | tree |
2013-01-30 |
Marcel van... | exp/locale/collate/tools/colcmp: fixes some discrepanci... |
commit | commitdiff | tree |
2013-01-30 |
Rémy Oudompheng | cmd/gc: fix export data for aggressive inlining. |
commit | commitdiff | tree |
2013-01-30 |
Daniel Morsing | cmd/gc: Error out on division by constant zero. |
commit | commitdiff | tree |
2013-01-30 |
Jeff R. Allen | syscall: handle empty address in ReadFrom better |
commit | commitdiff | tree |
2013-01-30 |
Akshat Kumar | os: don't hold ForkLock across opens on Plan 9 |
commit | commitdiff | tree |
2013-01-30 |
Michael Teichgräber | net: SplitHostPort: adjust error message for missing... |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | A+C: Michael Teichgräber (individual CLA) |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | doc/go1.1.html: document division by zero change from... |
commit | commitdiff | tree |
2013-01-30 |
Andrey Mirtchovski | encoding/json: properly unmarshal empty arrays. |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | cmd/5l: reestablish uniform union field naming |
commit | commitdiff | tree |
2013-01-30 |
Jan Ziak | runtime: local allocation in mprof.goc |
commit | commitdiff | tree |
2013-01-30 |
Elias Naur | 6l/5l: PIC and shared library support for the linkers. |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | cmd/dist: fix code example in README |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | A+C: Elias Naur (individual CLA) |
commit | commitdiff | tree |
2013-01-30 |
James Gray | cmd/cgo: allow for stdcall decorated dynimport names |
commit | commitdiff | tree |
2013-01-30 |
Adam Langley | crypto/rc4: add simple amd64 asm implementation. |
commit | commitdiff | tree |
2013-01-30 |
Russ Cox | encoding/xml: add (*Encoder).Indent |
commit | commitdiff | tree |
2013-01-30 |
Rodrigo Rafael... | cmd/vet: detect misuse of atomic.Add* |
commit | commitdiff | tree |
2013-01-30 |
Akshat Kumar | include: Plan 9: hide any previous definition of Runemax |
commit | commitdiff | tree |
2013-01-30 |
Akshat Kumar | runtime: add support for panic/recover in Plan 9 note... |
commit | commitdiff | tree |
2013-01-30 |
Andrew Gerrand | C: add Hossein Sheikh Attar (Google CLA) |
commit | commitdiff | tree |
2013-01-30 |
Rémy Oudompheng | runtime: implement range access functions in race detector. |
commit | commitdiff | tree |
2013-01-29 |
Russ Cox | A+C: Rodrigo Rafael Monti Kochenburger (individual... |
commit | commitdiff | tree |
2013-01-29 |
Francesc Campoy | go/misc/dist: Keep file modes when copying. |
commit | commitdiff | tree |
2013-01-29 |
Andrew Gerrand | go/build: clean up after rollback |
commit | commitdiff | tree |
2013-01-29 |
Russ Cox | encoding/json: add test for Unmarshal of malformed... |
commit | commitdiff | tree |
2013-01-29 |
Russ Cox | runtime: clear up lr comments |
commit | commitdiff | tree |
2013-01-29 |
Russ Cox | codereview: show 'not lgtms' in hg p output (with lgtms) |
commit | commitdiff | tree |
2013-01-29 |
Gustavo Franco | cmd/go: add helpful error message when vcs is not found. |
commit | commitdiff | tree |
2013-01-29 |
Alan Donovan | exp/ssa: make Parameters values, not addresses. |
commit | commitdiff | tree |
2013-01-29 |
Dmitriy Vyukov | runtime: dump the full stack of a throwing goroutine |
commit | commitdiff | tree |
2013-01-29 |
Francesc Campoy | go/misc: Adding go-tour to the generated packages for... |
commit | commitdiff | tree |
2013-01-29 |
Carl Shapiro | cmd/gc: document more of the declaration context enumer... |
commit | commitdiff | tree |
2013-01-29 |
Brad Fitzpatrick | cmd/api: normalize byte to uint8 and rune to int32 |
commit | commitdiff | tree |
2013-01-29 |
Brad Fitzpatrick | encoding/json: add Decoder.Buffered accessor to get... |
commit | commitdiff | tree |
2013-01-29 |
Alan Donovan | exp/ssa: fix breakage due to https://code.google.com... |
commit | commitdiff | tree |
2013-01-29 |
Ian Lance Taylor | test: add test case miscompiled by gccgo |
commit | commitdiff | tree |
2013-01-28 |
Carl Shapiro | cmd/ld: avoid a segfault when dumping the symbol table |
commit | commitdiff | tree |
2013-01-28 |
Alan Donovan | exp/gotype: fix build breakage due to https://code... |
commit | commitdiff | tree |
2013-01-28 |
Alan Donovan | exp/ssa: (#3 of 5): Function, BasicBlock and optimisations |
commit | commitdiff | tree |
2013-01-28 |
Alan Donovan | exp/ssa: (#2 of 5): core utilities |
commit | commitdiff | tree |
2013-01-28 |
Alan Donovan | math/big: add Rat.{,Set}Float64 methods for IEEE 754... |
commit | commitdiff | tree |
2013-01-28 |
Rémy Oudompheng | test: add support for build tags. |
commit | commitdiff | tree |
2013-01-28 |
Vega Garcia... | xml: differentiate between float32 and float64 for... |
commit | commitdiff | tree |
2013-01-28 |
Sébastien Paolacci | runtime: earlier detection of unused spans. |
commit | commitdiff | tree |
2013-01-28 |
Russ Cox | go/build: undo CL 7129048 |
commit | commitdiff | tree |
2013-01-28 |
Ian Lance Taylor | net: fix windows build |
commit | commitdiff | tree |
2013-01-28 |
Ian Lance Taylor | net, syscall: use accept4 and SOCK_CLOEXEC on Linux |
commit | commitdiff | tree |
2013-01-28 |
Dave Cheney | src: add race.bash |
commit | commitdiff | tree |
next |