Brian Anderson
|
200959d7ce
|
Remove 'with'
|
2012-09-04 15:47:04 -07:00 |
|
Patrick Walton
|
a26837c478
|
rustc: "import" -> "use"
|
2012-09-04 11:54:36 -07:00 |
|
Paul Stansifer
|
1153b5dcc8
|
intern identifiers
|
2012-08-22 14:59:25 -07:00 |
|
Brian Anderson
|
b355936b4d
|
Convert ret to return
|
2012-08-01 19:16:06 -07:00 |
|
Michael Sullivan
|
92743dc2a6
|
Move the world over to using the new style string literals and types. Closes #2907.
|
2012-07-14 01:03:43 -07:00 |
|
Michael Sullivan
|
985b52be6d
|
Support prefix notation for vstore strings. Closes #2906.
|
2012-07-13 17:03:49 -07:00 |
|
Michael Sullivan
|
98e161f00e
|
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
|
2012-06-29 17:41:45 -07:00 |
|
Eric Holk
|
87eaf91be3
|
Replaced almost all vector+ in rustc (#2719)
Didn't update shape because the changes were causing segfaults.
|
2012-06-28 15:11:09 -07:00 |
|
Michael Sullivan
|
329eca6044
|
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
|
2012-06-25 20:00:46 -07:00 |
|
Brian Anderson
|
ce750a7dbc
|
Box AST idents
|
2012-06-13 11:30:45 -07:00 |
|
Marijn Haverbeke
|
96a159a6ea
|
Support visibility modifiers and attributes on view items
Issue #1893
Tangentially, issue #2357
|
2012-05-08 23:14:24 +02:00 |
|
Tim Chevalier
|
1adc26d5e7
|
Annotate FIXMEs in syntax::ast and syntax::ast_util
The main non-comment change was to change simple_path to path,
as per a FIXME in ast.
|
2012-04-13 01:46:56 -07:00 |
|
Brian Anderson
|
0e87039348
|
rustc: Remove the rustsyntax::attr wrapper in front
|
2012-03-29 14:42:31 -07:00 |
|
Graydon Hoare
|
87c14f1e3d
|
Move src/comp to src/rustc
|
2012-03-02 18:46:13 -08:00 |
|