summaryrefslogtreecommitdiff
path: root/src/cmd
AgeCommit message (Expand)AuthorFilesLines
2010-02-26Add -r option to 6l/8l/5l.Ian Lance Taylor12-3/+26
2010-02-268g: make a[byte(x)] truncate xRuss Cox1-1/+8
2010-02-25go/printer, gofmt: align comments in multi-line expression listsRobert Griesemer2-8/+8
2010-02-25strings: delete Runes, BytesRuss Cox6-24/+21
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox5-14/+87
2010-02-24go/ast: streamline representation of field listsRobert Griesemer2-8/+10
2010-02-23goyacc: fix handling of / and comments in goyaccRob Pike1-2/+20
2010-02-21all done except -Ken Thompson3-103/+297
2010-02-21gc: minor const simplificationsRuss Cox1-32/+15
2010-02-19fixed bug in mpconst float multiply by 0.Ken Thompson10-27/+234
2010-02-19godoc: fix path resolution for command-line one more time (sigh...)Robert Griesemer1-2/+21
2010-02-19- removed exp/parser (support for old semicolon syntax)Robert Griesemer4-30/+9
2010-02-19godoc: make commandline use work againRobert Griesemer2-10/+7
2010-02-18gc: double-initializationRuss Cox1-1/+0
2010-02-188a/8l: Added FCMOVcc instructionsEvan Shaw3-0/+32
2010-02-18exec: add dir argument to Run.Russ Cox1-2/+2
2010-02-18gc: fix this morning's bug fixRuss Cox5-5/+7
2010-02-18complex constant multiply and divideKen Thompson5-10/+92
2010-02-18godoc: path cleanups, fixed a race condition, initial support for a menu on p...Robert Griesemer3-36/+20
2010-02-18more complex - constantsKen Thompson5-2/+40
2010-02-18gc: recursive interface embeddingRuss Cox4-23/+73
2010-02-175g/8g: fix buildRuss Cox2-0/+2
2010-02-17new types complex, complex64 and complex128Ken Thompson8-56/+276
2010-02-178g: respect ullman numbers in float comparisonRuss Cox1-8/+14
2010-02-16gc: undo attempt at fixing recursive interface embeddingRuss Cox1-18/+1
2010-02-16gc: fix build (signed char bug)Russ Cox1-1/+1
2010-02-16gc: disallow NUL byte, catch more invalid UTF-8, testRuss Cox2-31/+31
2010-02-16godoc: updated documentationRobert Griesemer2-8/+24
2010-02-16godoc: initialize vars depending on flags after parsing the flags.Robert Griesemer2-1/+4
2010-02-16godoc: fix initialization issueRobert Griesemer2-2/+1
2010-02-16cc: use "cpp" anywhere in path, not "/bin/cpp"Giles Lean1-1/+1
2010-02-16godoc support for directories outside $GOROOTRobert Griesemer4-253/+310
2010-02-16gc: test & fix handling of very long string constantsRuss Cox2-12/+33
2010-02-12update gofmt test scriptRobert Griesemer1-4/+9
2010-02-12gc: diagnose invalid array boundsRuss Cox3-23/+23
2010-02-11correct meaning of "absolute" and "relative"Robert Griesemer1-15/+15
2010-02-11Steps towards more flexible godoc:Robert Griesemer1-0/+176
2010-02-10stop the 5c optimizer from clobbering extern static registers.Kai Backman1-2/+6
2010-02-10arm: fix build on androidRuss Cox6-257/+552
2010-02-108l: pe executable building code changed to include import table for kernel32....Alex Brainman2-0/+99
2010-02-10gc: fix mkopnames and color grep interactionRuss Cox1-0/+4
2010-02-10ld: unused variableRuss Cox1-1/+0
2010-02-09bug fix in 6c/8c/5c mis-alignedKen Thompson1-16/+17
2010-02-098a/8l: Added CMOVcc instructionsEvan Shaw3-0/+100
2010-02-09make units compileFazlul Shahriar1-1/+1
2010-02-08gc: fix method expression bugRuss Cox1-0/+1
2010-02-08*l/*c: add -V flag to display version numberAndrew Gerrand8-0/+21
2010-02-05bug in const float divideKen Thompson1-2/+15
2010-02-06Ugly hack to provide some mechanism for printing documentation aboutRob Pike2-2/+38
2010-02-055a/6a/8a/5c/6c/8c: remove fixed-size arrays for -I and -D optionsDean Prichard9-32/+41