summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-03printer.go:Robert Griesemer3-38/+102
2009-07-31fix long-standing bug in doc reader:Robert Griesemer1-7/+22
2009-07-31language re: conversion of left operand in shift operationsRobert Griesemer1-0/+5
2009-07-31printer:Robert Griesemer5-94/+165
2009-07-31more info about commentsRob Pike1-8/+100
2009-07-31Implement type compatibility and fix places where I thoughtAustin Clements4-142/+164
2009-07-31Implement var declarations. Variables, constants, and types now carryAustin Clements5-71/+184
2009-07-31add test of invariant in findVarRob Pike1-0/+23
2009-07-31delete unused arg to empty.Rob Pike1-3/+6
2009-07-31make %v and %p consistentRob Pike1-1/+1
2009-07-31cleanup pass before big editsRob Pike1-46/+48
2009-07-31missed in last checkinRuss Cox1-0/+20
2009-07-31checkpoint; still plenty to clean upRuss Cox11-1039/+490
2009-07-30- don't call String method of AST nodes when converting them to textRobert Griesemer2-10/+14
2009-07-30bug fixRobert Griesemer1-2/+3
2009-07-30delete some code from walkexpr that is nowRuss Cox8-309/+117
2009-07-30dotted namesRob Pike3-7/+26
2009-07-30go/ast/filter.go:Robert Griesemer6-58/+102
2009-07-30String method for token.Position. Extracted from gri's tree.Austin Clements3-13/+27
2009-07-30fix a long-standing typoRob Pike1-2/+2
2009-07-30typechecking checkpoint.Russ Cox15-555/+1327
2009-07-30use errchk in more places.Russ Cox20-113/+25
2009-07-30Implement labels, goto, labeled break, and labeled continue.Austin Clements5-74/+380
2009-07-30use full path on command line when compiling,Russ Cox1-0/+4
2009-07-30fix build on amd64Russ Cox4-1/+10
2009-07-29fixed golden.out, which is what 32496 should have done.Russ Cox2-2/+9
2009-07-29fix buildRuss Cox1-8/+1
2009-07-29handle unsupported types safely.Rob Pike6-75/+140
2009-07-29parser:Robert Griesemer5-176/+146
2009-07-29break tabwriter columns when starting a new block of indented statementsRobert Griesemer3-1/+16
2009-07-29bug136 unfixedRuss Cox2-4/+11
2009-07-29fix typoRob Pike1-1/+1
2009-07-29another test error tweakRuss Cox1-1/+3
2009-07-29clean up EOFRob Pike2-5/+4
2009-07-29tweak final line of test output:Russ Cox2-15/+32
2009-07-29handle some error conditions involving bad data.Rob Pike3-8/+31
2009-07-29break and continue fixesRuss Cox7-31/+85
2009-07-29statistics HTML page for rpcRob Pike3-5/+121
2009-07-29introduce typecheck pass before walkexpr.Russ Cox6-109/+394
2009-07-29convert walkexpr to take Node**; drop indirRuss Cox7-215/+225
2009-07-29Flatten the Frame tree. Now each function call produces aAustin Clements8-206/+218
2009-07-29expression printer; %#NRuss Cox4-0/+340
2009-07-29quietgcc: do not use -m64 on 32-bit machinesRuss Cox1-1/+10
2009-07-28make every func literal expression allocate,Russ Cox4-129/+138
2009-07-28Add a unique list ID to list elements, and verify it as necessary.David Symonds1-4/+18
2009-07-28missed changes to Makefiles for container/ringRobert Griesemer2-0/+3
2009-07-28change the encoding of uints to simplify overflow checking and to make themRob Pike7-98/+136
2009-07-28fix error that gcc thinks is a warningRuss Cox2-2/+2
2009-07-28bug177: anonymous struct fields in reflectRuss Cox4-18/+42
2009-07-28Implement comparison operators.Austin Clements1-21/+302