summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* os: don't hold ForkLock across opens on Plan 9Akshat Kumar2013-01-301-2/+0
* net: SplitHostPort: adjust error message for missing port in IPv6 addressesMichael Teichgr?ber2013-01-302-9/+80
* encoding/json: properly unmarshal empty arrays.Andrey Mirtchovski2013-01-303-4/+7
* cmd/5l: reestablish uniform union field namingRuss Cox2013-01-301-4/+4
* runtime: local allocation in mprof.gocJan Ziak2013-01-303-5/+46
* 6l/5l: PIC and shared library support for the linkers.Elias Naur2013-01-3020-41/+289
* cmd/dist: fix code example in READMERuss Cox2013-01-301-2/+2
* cmd/cgo: allow for stdcall decorated dynimport namesJames Gray2013-01-302-3/+4
* crypto/rc4: add simple amd64 asm implementation.Adam Langley2013-01-305-12/+150
* encoding/xml: add (*Encoder).IndentRuss Cox2013-01-302-2/+49
* cmd/vet: detect misuse of atomic.Add*Rodrigo Rafael Monti Kochenburger2013-01-303-1/+107
* runtime: add support for panic/recover in Plan 9 note handlerAkshat Kumar2013-01-3012-57/+439
* runtime: implement range access functions in race detector.R?my Oudompheng2013-01-305-33/+103
* go/build: clean up after rollbackAndrew Gerrand2013-01-302-19/+1
* encoding/json: add test for Unmarshal of malformed dataRuss Cox2013-01-293-21/+55
* runtime: clear up lr commentsRuss Cox2013-01-292-9/+2
* cmd/go: add helpful error message when vcs is not found.Gustavo Franco2013-01-291-1/+9
* exp/ssa: make Parameters values, not addresses.Alan Donovan2013-01-293-45/+41
* runtime: dump the full stack of a throwing goroutineDmitriy Vyukov2013-01-297-11/+27
* cmd/gc: document more of the declaration context enumerationCarl Shapiro2013-01-281-7/+8
* cmd/api: normalize byte to uint8 and rune to int32Brad Fitzpatrick2013-01-284-2/+27
* encoding/json: add Decoder.Buffered accessor to get overread dataBrad Fitzpatrick2013-01-282-0/+31
* exp/ssa: fix breakage due to https://code.google.com/p/go/source/detail?r=ca5...Alan Donovan2013-01-281-0/+12
* cmd/ld: avoid a segfault when dumping the symbol tableCarl Shapiro2013-01-281-2/+2
* exp/gotype: fix build breakage due to https://code.google.com/p/go/source/det...Alan Donovan2013-01-281-1/+1
* exp/ssa: (#3 of 5): Function, BasicBlock and optimisationsAlan Donovan2013-01-282-0/+594
* exp/ssa: (#2 of 5): core utilitiesAlan Donovan2013-01-285-15/+961
* math/big: add Rat.{,Set}Float64 methods for IEEE 754 conversions.Alan Donovan2013-01-282-0/+555
* xml: differentiate between float32 and float64 for marshalSimpleVega Garcia Luis Alfonso2013-01-281-1/+1
* runtime: earlier detection of unused spans.S?bastien Paolacci2013-01-282-9/+9
* go/build: undo CL 7129048Russ Cox2013-01-282-1/+4
* net: fix windows buildIan Lance Taylor2013-01-281-0/+11
* net, syscall: use accept4 and SOCK_CLOEXEC on LinuxIan Lance Taylor2013-01-2811-17/+179
* src: add race.bashDave Cheney2013-01-281-0/+40
* go/ast: Fix typo for the godoc of ObjKindVega Garcia Luis Alfonso2013-01-271-1/+1
* runtime: use new CNT_MASK in lfstackIan Lance Taylor2013-01-261-5/+6
* all: make tests able to run multiple times.R?my Oudompheng2013-01-279-93/+124
* cmd/go: add missing testsDave Cheney2013-01-251-0/+18
* runtime: avoid defining the same variable in more than one translation unitShenghou Ma2013-01-264-6/+15
* net/http: fix Content-Length/Transfer-Encoding on HEAD requestsJohn Graham-Cumming2013-01-252-33/+87
* exp/ssa: API and documentation.Alan Donovan2013-01-242-0/+1234
* go/types: expose types.IsIdentical, the Type equivalence relation.Alan Donovan2013-01-245-20/+20
* go/types: add String() method to Type interface.Alan Donovan2013-01-242-0/+14
* runtime: increase stack limit in a testDmitriy Vyukov2013-01-241-2/+2
* all: use t.Skip{,f}Dave Cheney2013-01-2431-256/+126
* go/build: document blank line required after build constraintsRick Arnold2013-01-241-0/+3
* go/types: typechecking conversions, part 1 (non-constants)Robert Griesemer2013-01-231-2/+89
* crypto/x509: skip SystemRootsError test on WindowsMikkel Krautz2013-01-241-1/+3
* exp/locale/collate: added functionality for sorting.Marcel van Lohuizen2013-01-232-0/+142
* exp/locale/collate: preparation for adding Search API. Also changed the colla...Marcel van Lohuizen2013-01-2311-264/+395