summaryrefslogtreecommitdiff
path: root/usr
AgeCommit message (Expand)AuthorFilesLines
2009-08-06Make ptrace_linux compile with recent changes to switch typeAustin Clements1-11/+11
2009-08-05Implement struct types, selector expressions, and typeAustin Clements8-59/+557
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-30Implement labels, goto, labeled break, and labeled continue.Austin Clements5-74/+380
2009-07-29Flatten the Frame tree. Now each function call produces aAustin Clements8-206/+218
2009-07-28Implement comparison operators.Austin Clements1-21/+302
2009-07-28Fix segfault on unnamed function arguments. Make continueAustin Clements1-4/+9
2009-07-28Implement if, for (modulo ranges), break, continue, increment,Austin Clements3-31/+322
2009-07-28Support use of $GOBINDIR to override $HOME/binPhil Pennock1-2/+3
2009-07-28Fix bug where typeArrayMap was using the address of theAustin Clements1-1/+1
2009-07-27Implement multi-valued functions, multi-valued return, andAustin Clements5-164/+425
2009-07-27Fix bug where nothing could ever be added to a code buffer.Austin Clements1-2/+2
2009-07-27Implement single-valued, non-variadic function literals andAustin Clements9-265/+1453
2009-07-21Implement assignment. Move convertTo.Austin Clements2-93/+518
2009-07-21Cleanup of Type/Value interface. Add Type.ZeroVal, replaceAustin Clements5-145/+190
2009-07-20Implement array types and index expressions.Austin Clements5-57/+258
2009-07-17Gather errors in a go.scanner.ErrorList instead of printingAustin Clements2-33/+55
2009-07-17Finish shift implementation for ideals.Austin Clements1-34/+46
2009-07-17Cleanup func literals. "func (" -> "func("Austin Clements1-39/+39
2009-07-17Implement all unary and binary arithmetic operators.Austin Clements3-186/+514
2009-07-16Fix handling of non-waitable zombie threads. Now they are notAustin Clements2-9/+33
2009-07-15Make Value always represent an l-value and never a genericAustin Clements5-148/+313
2009-07-15Beginnings of a Go interpreter. This implements basic andAustin Clements6-0/+1775
2009-07-15Implement forking debugged processes.Austin Clements1-25/+75
2009-07-14Implementation of process tracing using Linux's ptrace.Austin Clements4-12/+1552
2009-07-09Give ptrace code a real home.Austin Clements1-0/+0
2009-07-09Process tracing interface.Austin Clements1-0/+215
2009-06-16- install gofmt in src/cmd/gofmtRobert Griesemer7-1101/+0
2009-06-15gofmt (final resting place TBD):Robert Griesemer7-1515/+128
2009-06-09mv src/lib to src/pkgRob Pike2-2/+2
2009-06-08- godoc periodic sync for Linux and DarwinRobert Griesemer1-52/+62
2009-06-08issue http redirect when neededRobert Griesemer1-22/+20
2009-06-05set reasonable initial time stamp (instead of begin of epoch)Robert Griesemer1-0/+1
2009-06-05disable automatic p4 sync (new default)Robert Griesemer1-1/+1
2009-06-05- cleanup: remove use of local ReadFile in favor of io.ReadFileRobert Griesemer1-20/+10
2009-06-05show remote addr instead of host in log linesRobert Griesemer1-1/+1
2009-06-05- added goroutine to automatically p4 sync the current workspaceRobert Griesemer1-6/+69
2009-06-05restructure makefiles, scripts to factor out O= logic.Russ Cox2-16/+21
2009-06-02change datafmt syntax to use '@' instead of '^' (to matchRobert Griesemer1-7/+7
2009-06-02- renamed format -> datafmtRobert Griesemer2-100/+14
2009-06-01format packageRobert Griesemer5-1157/+81
2009-05-22move pretty/comment.go into go/doc.Russ Cox3-218/+2
2009-05-22show subdirectories if present in a package dirRobert Griesemer5-101/+97
2009-05-20semi-weekly snapshot:Robert Griesemer4-314/+488
2009-05-18fix typoRobert Griesemer1-1/+1
2009-05-18- make godoc restart feature work properlyRobert Griesemer1-1/+11
2009-05-18- changed parser to return os.Error, removed ErrorHandlerRobert Griesemer2-74/+34
2009-05-15get rid of unused files in my home dirRobert Griesemer4-46/+0
2009-05-15weekly snapshot:Robert Griesemer6-427/+297