summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gotest: generate correct gofmt-formatted _testmain.goRob Pike2010-10-251-5/+5
* goinstall: display helpful message when encountering a cgo package.Andrew Gerrand2010-10-261-0/+5
* runtime: remove .c generated from .goc during make cleanRuss Cox2010-10-251-1/+1
* arm: fix signal handlerRuss Cox2010-10-264-35/+28
* 5g: complex "regalloc"Russ Cox2010-10-261-0/+7
* 5c: implement uint32 -> floatRuss Cox2010-10-251-11/+40
* build: only print "You need to add foo to PATH" when neededAndrew Gerrand2010-10-251-1/+1
* container/list: elide redundant tests and fix comment typoAndrew Gerrand2010-10-251-8/+2
* container/list: fix Remove bug and use pointer to self as identifierAndrew Gerrand2010-10-252-19/+38
* goinstall: don't wrongly error out with "multiple package names"Fazlul Shahriar2010-10-251-1/+1
* 6l/8l: global and local variables and type info.Luuk van Dijk2010-10-245-86/+1040
* gob: error cleanup 2Rob Pike2010-10-222-122/+63
* gobs: error cleanup part 1.Rob Pike2010-10-228-214/+229
* runtime: print unknown types in panicRuss Cox2010-10-222-1/+11
* 5l, 6l, 8l: introduce sub-symbolsRuss Cox2010-10-227-48/+67
* gob: allow exchange of interface valuesRob Pike2010-10-228-158/+531
* gofmt -s -w src miscRobert Griesemer2010-10-22120-8464/+8464
* go ast/parser/printer: permit elision of composite literal types for composit...Robert Griesemer2010-10-2214-25/+438
* arm: 3 more tests passRuss Cox2010-10-221-3/+0
* 5g: missed one case last nightRuss Cox2010-10-221-8/+8
* gc: implement new composite literal specRuss Cox2010-10-212-33/+72
* bug right shifting 64 bitsKen Thompson2010-10-211-3/+3
* Make.inc: delete unnecessary -no-inline flag to quietgccRob Pike2010-10-211-1/+1
* fix windows buildRuss Cox2010-10-211-1/+8
* fix arm buildRuss Cox2010-10-211-0/+3
* fix buildRuss Cox2010-10-211-31/+2
* go/parser: consume auto-inserted semi when calling ParseExpr()Robert Griesemer2010-10-211-1/+5
* ld: abandon symbol-driven archive loadingRuss Cox2010-10-214-110/+90
* encoding/binary: give LittleEndian, BigEndian specific typesRuss Cox2010-10-211-2/+5
* net: fix comment on Dial to mention unix/unixgram.David Symonds2010-10-211-1/+1
* arm: prop up software floating pointRuss Cox2010-10-2110-32/+49
* web socket: fix short ReadFumitoshi Ukai2010-10-202-24/+116
* goinstall: fix documentation typoFazlul Shahriar2010-10-211-2/+2
* build: add gobuilder and goplay to run.bashAndrew Gerrand2010-10-211-0/+8
* os: correct Stat S_ISDIR on WindowsYasuhiro Matsumoto2010-10-211-2/+2
* 5l: two stack split bugs in one dayRuss Cox2010-10-201-9/+27
* encoding/hex: fix typoRuss Cox2010-10-202-1/+3
* gc: select receive with implicit conversionRuss Cox2010-10-202-1/+12
* code gen error for *(complex)++Ken Thompson2010-10-202-6/+13
* runtime: don't let select split stackRuss Cox2010-10-201-0/+6
* arm: fix typo in softfloatRuss Cox2010-10-201-1/+1
* 6l: correct logic for morestack choiceRuss Cox2010-10-202-1/+3
* arm: more tests passRuss Cox2010-10-201-26/+16
* syscall/arm: correct 64-bit system call argumentsRuss Cox2010-10-209-86/+364
* 6g: avoid too-large immediate constantsRuss Cox2010-10-204-26/+37
* reflect: add InterfaceValue.Get to enable setting of an interfaceRob Pike2010-10-191-2/+8
* gob: break documentation into a separate doc.go fileRob Pike2010-10-193-262/+268
* http: do not close connection after sending HTTP/1.0 requestRuss Cox2010-10-191-3/+1
* 8l: fix windows buildAlex Brainman2010-10-201-3/+8
* os: change TestForkExec so it can run on windowsYasuhiro Matsumoto2010-10-201-7/+16