summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fix bug depot:Rob Pike2008-08-1163-314/+310
* fix two print statementsRob Pike2008-08-111-2/+2
* fix a typo in the commentsRob Pike2008-08-111-2/+2
* - changed go-in-go parser to require ()'s for panic and printRobert Griesemer2008-08-1117-215/+199
* - allow reserved words as field and method namesRobert Griesemer2008-08-117-48/+46
* print() and field namesKen Thompson2008-08-111-21/+79
* - experiments with forward-declaring types of non-imported packagesRobert Griesemer2008-08-119-133/+162
* - removed fall-through for case: case: in switch statementsRobert Griesemer2008-08-111-10/+9
* - fix signedness bug in sys.Inf()Rob Pike2008-08-113-2/+121
* floating <= and >= compareKen Thompson2008-08-111-8/+8
* add test for maps.Rob Pike2008-08-111-0/+531
* export large constantsKen Thompson2008-08-115-6/+33
* code in bug was wrong; correct and improve. works now.Rob Pike2008-08-111-2/+4
* - added test case for compiler bug re: exportedRobert Griesemer2008-08-113-0/+37
* update tests.Rob Pike2008-08-114-11/+4
* - more steps towards automatic recursive compilation of dependenciesRobert Griesemer2008-08-1114-296/+431
* fixed op=, ++ and -- on maps (bug060)Ken Thompson2008-08-101-1/+22
* allow name-type or pointer-to-named-type as method name (bug046)Ken Thompson2008-08-101-6/+14
* fixed unary ^ opcode (bug082)Ken Thompson2008-08-101-1/+10
* adding and deleting filesKen Thompson2008-08-094-481/+640
* mp fixed arithKen Thompson2008-08-094-43/+61
* fix minor bug uncovered by new constant evaluatorRob Pike2008-08-091-6/+4
* forgot a fileKen Thompson2008-08-081-0/+431
* mp constantsKen Thompson2008-08-0812-227/+343
* - removed misleading comment in bug041.goRobert Griesemer2008-08-083-42/+7
* fix a couple of tests that had shell errorsRob Pike2008-08-082-183/+32
* Change generated acid to indent nested structures properly.Russ Cox2008-08-081-14/+26
* first primitive cut at resolving missing imports automatically:Robert Griesemer2008-08-078-69/+207
* bug: cannot take len() of a constant stringRobert Griesemer2008-08-072-0/+24
* include syscall in default buildRob Pike2008-08-073-3/+15
* revert specification of pointer types to current implementationRobert Griesemer2008-08-071-20/+22
* fix erroneous code in bugs; reported by iant.Rob Pike2008-08-074-8/+10
* - implement scanner token stream via channelRobert Griesemer2008-08-066-7/+67
* snapshot of today's changes - more semantic testsRobert Griesemer2008-08-064-51/+151
* returning from a function that specified a result should cause a run-timeRobert Griesemer2008-08-062-0/+27
* - added more semantic checks - more to comeRobert Griesemer2008-08-057-112/+362
* bug: package name not visibleRobert Griesemer2008-08-052-4/+35
* - fixed another export bugRobert Griesemer2008-08-058-115/+186
* kill trailing white space.Russ Cox2008-08-059-42/+42
* * comment, clean up schedulerRuss Cox2008-08-0514-425/+541
* allow pointers as keys in maps, treating them the same as ints - ptr eq not v...Rob Pike2008-08-052-4/+5
* workaround for compiler bug: len(a) is zeroRob Pike2008-08-051-3/+3
* fix go buildRuss Cox2008-08-041-14/+30
* acid. works only on Linux for nowRuss Cox2008-08-047-125/+651
* - switched most of existing Go code to new export syntaxRobert Griesemer2008-08-0425-157/+118
* first cut at multithreading. works on Linux.Russ Cox2008-08-0413-200/+953
* fix bug - need to read final message in daisy chain to avoid hangRob Pike2008-08-041-0/+1
* - switch to new export syntaxRobert Griesemer2008-08-0415-116/+81
* use new export syntax to avoid repetitionRob Pike2008-08-042-247/+4
* - import/export cleanup: added comments, removed dead code, re-org structureRobert Griesemer2008-08-044-172/+163