summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fix defer. gave up on unified code for defer and go for now.Kai Backman2009-10-261-5/+49
* make 5l ignore multiple defs, remove use of multipleKai Backman2009-10-252-1/+16
* frame size > StackBig supportKai Backman2009-10-251-7/+49
* proper syscall convention for armKai Backman2009-10-253-11/+6
* fix conditional branch instructions for unsigned ints andKai Backman2009-10-242-30/+34
* remove reference to p4 in comment.Rob Pike2009-10-241-1/+1
* fixed len/cap for chan. disable gc for now.Kai Backman2009-10-232-1/+30
* publish Request.Write (rename from Request.write)Rob Pike2009-10-232-3/+3
* fix build issue cause by transition to hgKai Backman2009-10-231-2/+2
* one more argsize fix. we were copying with the correctKai Backman2009-10-231-1/+1
* all of pkg now compiles, fixes a few more testsKai Backman2009-10-235-7/+87
* fix off by 4 bug in morestack (lr again). remove storing of r0Kai Backman2009-10-233-20/+19
* fix broken code produced for ominusKai Backman2009-10-231-5/+10
* fix off by 4 in newproc arg copying.Kai Backman2009-10-222-4/+4
* fix computation of sync delayRobert Griesemer2009-10-231-3/+3
* Fix the sigaction declaration to match the system for Linux.Ian Lance Taylor2009-10-221-1/+1
* s/pc/PC/ in traceback output to match amd64.Ian Lance Taylor2009-10-221-1/+1
* Fix printer_test.go to invoke Fprint as a method of cfg.Ian Lance Taylor2009-10-221-1/+1
* - make printer interface easily extensible w/o breaking clients (in the future)Robert Griesemer2009-10-225-70/+79
* minor changes to walkRobert Griesemer2009-10-221-59/+52
* simple AST walking supportRobert Griesemer2009-10-222-0/+310
* fix build: no acidRob Pike2009-10-221-2/+4
* fix build after Mercurial move.Russ Cox2009-10-2216-54/+1978
* go/printer:Robert Griesemer2009-10-225-113/+186
* Interface types, values, and type compiler. This does not yetAustin Clements2009-10-224-13/+292
* have http server in-line PDF files.Rob Pike2009-10-211-0/+1
* Add SetValue(Value) to the Value interface.Adam Langley2009-10-212-2/+172
* fix typo/oversight: s/Title/ToTitle/. the comment was already correctRob Pike2009-10-211-1/+1
* Replace SliceReader with bytes.Buffer.Adam Langley2009-10-211-16/+1
* Fix typo in documentation.Adam Langley2009-10-211-1/+2
* Add initial x509 code.Adam Langley2009-10-219-0/+659
* change stack splitting comparisons from signed to unsigned (oversight)Kai Backman2009-10-211-9/+9
* Move usr/dsymonds/iterable to src/pkg/exp/iterable.David Symonds2009-10-207-6/+276
* remove superfluous tracing supportRobert Griesemer2009-10-201-5/+1
* base64 -> encoding/base64Russ Cox2009-10-2021-89/+676
* Updated and simplified gofmt.Robert Griesemer2009-10-202-89/+120
* Add base85, based on base64.Russ Cox2009-10-208-8/+976
* address bug193 and add note to spec about it.Russ Cox2009-10-203-6/+7
* bug162, over and overRuss Cox2009-10-208-55/+121
* removed tempalloc/tempfree and replaced with tempnameKai Backman2009-10-194-62/+10
* support for 5.out filesRuss Cox2009-10-196-15/+1206
* getcallerpc and setcallerpcKai Backman2009-10-191-11/+7
* bug196Russ Cox2009-10-193-11/+32
* bug136Russ Cox2009-10-193-27/+10
* first version of closures. test/closure doesn't yet pass.Kai Backman2009-10-191-0/+122
* bug169Russ Cox2009-10-191-2/+4
* 6g bug fixes:Russ Cox2009-10-192-5/+15
* bug190.Russ Cox2009-10-199-112/+135
* support one-line functionsRobert Griesemer2009-10-196-43/+161
* function literalsKai Backman2009-10-191-4/+10