summaryrefslogtreecommitdiff
path: root/src/cmd/gc
Commit message (Expand)AuthorAgeFilesLines
* build: no required environment variablesRuss Cox2010-08-181-1/+1
* gc: bug302Russ Cox2010-08-101-1/+2
* gc: empty selectRuss Cox2010-08-031-3/+1
* gc: bug301Russ Cox2010-08-031-1/+1
* gc: bug299, bug300Russ Cox2010-08-032-0/+33
* gc: index bounds tests and fixesRuss Cox2010-08-036-26/+72
* gc: fix SIGBUSRuss Cox2010-07-281-1/+0
* 5g: fix buildRuss Cox2010-07-272-3/+3
* gc: include signal.h (fix build)Russ Cox2010-07-261-0/+1
* gc: more crash avoidanceRuss Cox2010-07-262-0/+10
* gc: graceful exit on seg faultRuss Cox2010-07-261-0/+15
* gc: fix smaller-than-pointer-sized receivers in interfacesRuss Cox2010-07-265-15/+36
* gc: import dot shadowing bugRuss Cox2010-07-261-0/+5
* libmach: correct handling of .5 files with D_REGREG addressesRuss Cox2010-07-221-3/+1
* arm: fix build by disabling list copying optimization for 5g.Kai Backman2010-07-211-1/+3
* gc: various bug fixesRuss Cox2010-07-204-17/+70
* change floating literal normalizationKen Thompson2010-07-191-4/+24
* 1. got 29 (Mpscale) more bits of precisionKen Thompson2010-07-173-4/+38
* gc: print error detail about failure to open importRuss Cox2010-07-161-1/+1
* fix typo in lex.c commentRob Pike2010-07-161-1/+1
* change line pragma fromKen Thompson2010-07-161-27/+28
* interpret lines that look likeKen Thompson2010-07-152-12/+83
* gc: bug294Russ Cox2010-07-151-18/+23
* gc: bug293Russ Cox2010-07-151-1/+9
* gc: bug292Russ Cox2010-07-154-6/+19
* gc: issue 901Russ Cox2010-07-151-0/+7
* gc: bug291Russ Cox2010-07-151-8/+2
* gc: bug274Russ Cox2010-07-153-2/+33
* gc: fix handling of types inside function bodiesRuss Cox2010-07-152-2/+6
* add missing argument to usage message.Rob Pike2010-07-121-1/+1
* gc: implement new len spec, range bug fix, optimizationRuss Cox2010-07-013-7/+30
* gc: do not crash on bad [...]TRuss Cox2010-06-301-0/+5
* compiler fatal error in switch.Ken Thompson2010-06-281-5/+6
* optimization of static initializationKen Thompson2010-06-274-128/+202
* gc: fix crash for nested complex divisionRuss Cox2010-06-231-1/+1
* gc: include struct field tags in type equalityRuss Cox2010-06-211-1/+13
* reflect: add Kind, remove Int8Type, Int8Value, etc.Russ Cox2010-06-201-13/+19
* gc: delete debug printRuss Cox2010-06-201-1/+0
* gc: better error messages for interface failures, conversionsRuss Cox2010-06-204-33/+86
* gc: fix build - subnode not addable in complexgenRuss Cox2010-06-201-6/+9
* gc: no more ...Russ Cox2010-06-1417-838/+497
* gc: less aggressive name binding, for better line numbers in errorsRuss Cox2010-06-128-82/+111
* gc: change -u to require imports to be marked safeRuss Cox2010-06-115-3/+22
* gc: more cleanupRuss Cox2010-06-095-39/+100
* gc: new typechecking rulesRuss Cox2010-06-0814-859/+559
* gc: better error message when ~ operator is foundRobert Griesemer2010-06-071-1/+1
* gc: backslash newline is not a legal escape sequence in stringsRobert Griesemer2010-06-071-4/+0
* gc: fix export of complex typesRuss Cox2010-06-011-0/+3
* gc: more accurate error descriptionRuss Cox2010-05-241-2/+2
* gc: fix shift/reduce conflict in go.y export syntaxRuss Cox2010-05-242-4/+19