summaryrefslogtreecommitdiff
path: root/src/pkg/exp/ogle
AgeCommit message (Expand)AuthorFilesLines
2011-04-28Imported Upstream version 2011.04.27Ondřej Surý3-4/+4
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý3-13/+13
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý2-4/+2
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý5-25/+15
2010-07-01strings and bytes.Split: make count of 0 mean 0, not infinite.Rob Pike1-1/+1
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2-2/+2
2010-03-30simplify various code using new map index ruleRuss Cox1-1/+1
2010-03-30single argument panicRuss Cox2-3/+3
2010-03-02gofmt: fix alignment of multi-line var declarationsRobert Griesemer1-7/+7
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer2-12/+12
2009-12-15 1) Change default gofmt default settings forRobert Griesemer12-866/+866
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-2/+2
2009-11-24Change to container/vector interface:Robert Griesemer1-1/+0
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia1-2/+2
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox3-6/+6
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer9-16/+16
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer10-214/+214
2009-11-06Typo fixes.David Symonds2-2/+2
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer10-180/+61
2009-11-05gofmt-ify ogleRobert Griesemer11-208/+197
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox13-0/+3190