| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-09 | Allow folds to drop items. | Paul Stansifer | -1/+1 | |
| 2012-07-03 | Revert "Remove rule requiring non-nil block-style statements to be ↵ | Brian Anderson | -1/+1 | |
| semi-terminated" This reverts commit 0f5eaef5fb2443acd3ea67250c953839c3d04d38. | ||||
| 2012-07-03 | Remove rule requiring non-nil block-style statements to be semi-terminated | Brian Anderson | -1/+1 | |
| This is a subtle rule that no longer seems to be required. | ||||
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -6/+6 | |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 | |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -37/+37 | |
| 2012-06-28 | Replaced almost all vector+ in rustc (#2719) | Eric Holk | -4/+5 | |
| Didn't update shape because the changes were causing segfaults. | ||||
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -40/+41 | |
| 2012-06-25 | When we cons up vector asts, generate evecs. | Michael Sullivan | -6/+16 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -5/+6 | |
| 2012-06-20 | Remove bind. Issue #2189 | Brian Anderson | -3/+3 | |
| 2012-06-13 | Box AST idents | Brian Anderson | -18/+18 | |
| 2012-06-06 | move test to dvec | Niko Matsakis | -7/+7 | |
| 2012-05-21 | remove mutable cycle from ast_fold | Niko Matsakis | -3/+3 | |
| 2012-05-17 | Comments only: annotate FIXMEs in front-end | Tim Chevalier | -1/+2 | |
| 2012-05-08 | Start parsing pub/priv on regular items | Marijn Haverbeke | -0/+3 | |
| Issue #1893 | ||||
| 2012-05-07 | make it illegal to implicitly capture mutable variables | Niko Matsakis | -1/+1 | |
| this is the final part of #1273 | ||||
| 2012-05-04 | new cap clause syntax | Niko Matsakis | -6/+1 | |
| 2012-04-25 | lots of work to make iface/impls parameterized by regions | Niko Matsakis | -1/+1 | |
| - paths can now take region parameters, replacing the dirty hack I was doing before of abusing vstores. vstores are now a bit of a hack though. - fix various small bugs: - we never checked that iface types were compatible when casting to an iface with `as` - we allowed nonsense like int<int> - and more! (actually that may be it) | ||||
| 2012-04-23 | Simplify representation of ast::path | Marijn Haverbeke | -14/+10 | |
| 2012-04-15 | syntax: Cleanup attr module. Closes #1545 | Brian Anderson | -1/+1 | |
| 2012-04-06 | Convert old-style for loops to new-style | Marijn Haverbeke | -1/+1 | |
| Most could use the each method, but because of the hack used to disambiguate old- and new-style loops, some had to use vec::each. (This hack will go away soon.) Issue #1619 | ||||
| 2012-03-29 | rustc: Remove the rustsyntax::attr wrapper in front | Brian Anderson | -1/+1 | |
| 2012-03-26 | Bulk-edit mutable -> mut. | Graydon Hoare | -4/+4 | |
| 2012-03-21 | add mut decls to rustc and make them mandatory | Niko Matsakis | -1/+1 | |
| 2012-03-12 | rustc: Add node IDs to AST types so we can associate them with region ↵ | Patrick Walton | -6/+16 | |
| environments | ||||
| 2012-03-12 | Revert "rustc: Add node IDs to AST types so we can associate them with ↵ | Patrick Walton | -16/+6 | |
| region environments" This reverts commit 96e1bbd4a0abd2c8e76e7e02b396c5319dea7a8d. | ||||
| 2012-03-12 | rustc: Add node IDs to AST types so we can associate them with region ↵ | Patrick Walton | -6/+16 | |
| environments | ||||
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -0/+470 | |
