summaryrefslogtreecommitdiff
path: root/src/pkg/exp/eval
AgeCommit message (Expand)AuthorFilesLines
2011-09-13Imported Upstream version 60Ondřej Surý20-9742/+0
2011-06-30Imported Upstream version 58upstream/58Ondřej Surý4-7/+7
2011-04-28Imported Upstream version 2011.04.27upstream/2011.04.27Ondřej Surý3-3/+3
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý6-60/+56
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-6/+6
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý2-2/+2
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý9-63/+10
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý18-545/+570
2010-06-20reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox1-27/+35
2010-06-09exp/eval test: fix buildRobert Griesemer1-3/+3
2010-05-21bignum: deprecate by moving into exp directoryRobert Griesemer8-8/+8
2010-04-15exp/eval: Always read float literals as base 10Evan Shaw2-1/+2
2010-04-15exp/eval: Implement x[lo:]Evan Shaw2-6/+23
2010-04-11exp/eval: Fix example and add target to MakefileEvan Shaw2-4/+10
2010-03-30simplify various code using new map index ruleRuss Cox3-6/+3
2010-03-30single argument panicRuss Cox5-46/+42
2010-03-24delete all uses of panicln by rewriting them using panic or,Rob Pike3-7/+6
2010-03-04gofmt: modified algorithm for alignment of multi-line composite/list entriesRobert Griesemer1-5/+5
2010-03-02gofmt: experiment: align values in map composites where possibleRobert Griesemer6-30/+30
2010-02-24go/ast: streamline representation of field listsRobert Griesemer1-33/+23
2010-02-24gofmt: don't print ()'s around function-typed results (not needed anymore)Robert Griesemer3-25/+21
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer5-29/+12
2010-02-02Change type of Printf's args to ... interface{}Rob Pike3-3/+3
2010-02-01gc: add ... T, rework plain ...Russ Cox1-7/+4
2010-01-15 Steps towards tracking scopes for identifiers.Robert Griesemer4-28/+28
2009-12-18fix build, enable an exp/eval's assignment checkRobert Griesemer1-5/+1
2009-12-15 1) Change default gofmt default settings forRobert Griesemer18-2815/+2815
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-2/+5
2009-12-10New flags for gofmt:Robert Griesemer1-1/+1
2009-12-09minor manual format correctionsRobert Griesemer1-1/+0
2009-12-02move ReadFile, WriteFile, and ReadDir into a separate io/ioutil package.Rob Pike1-1/+1
2009-11-24Change to container/vector interface:Robert Griesemer1-2/+2
2009-11-23go: makes it build for the case $GOROOT has whitespacesSergio Luis O. B. Correia2-4/+4
2009-11-20gofmt -r 'α[β:len(α)] -> α[β:]' -w src/cmd src/pkgRuss Cox2-4/+4
2009-11-19Permit omission of hi bound in slices.Robert Griesemer1-9/+14
2009-11-14Build changes to support work on the BSDs.Devon H. O'Dell1-1/+1
2009-11-09 - replaced gofmt expression formatting algorithm withRobert Griesemer9-147/+145
2009-11-09remove semis after statements in one-statement statement listsRobert Griesemer15-779/+779
2009-11-06- fine-tuning of one-line func heuristic (nodes.go)Robert Griesemer15-551/+184
2009-11-05gofmt-ify evalRobert Griesemer17-980/+1063
2009-10-30Don't use fallthrough in a type switch.Ian Lance Taylor1-4/+2
2009-10-22Interface types, values, and type compiler. This does not yetAustin Clements4-13/+292
2009-10-14move austin/eval and austin/ogle to exp/eval and exp/ogleRuss Cox20-0/+9790