| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-07-26 | Remove all uses of tuples from the compiler and stdlib | Marijn Haverbeke | -23/+23 | |
| 2011-07-25 | Rename the block type to be blk also. Sorry. | Michael Sullivan | -2/+2 | |
| 2011-07-22 | Implement Macro By Example. | Paul Stansifer | -180/+564 | |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -27/+27 | |
| 2011-07-12 | rustc: Remove some interior vectors from typestate and some useless ↵ | Patrick Walton | -2/+0 | |
| vec-related imports | ||||
| 2011-07-11 | Add elipses, reorganize the macro components into their own AST node. | Paul Stansifer | -51/+76 | |
| 2011-07-11 | Move macro expansion to a separate phase, change macro syntax, and add ↵ | Paul Stansifer | -84/+276 | |
| parse_sess to session. | ||||
| 2011-07-11 | rustc: Implement explicit global scope resolution via leading "::"; add a ↵ | Patrick Walton | -1/+1 | |
| test case | ||||
| 2011-07-10 | Make #fmt work from inside std. Issue #175 | Brian Anderson | -10/+25 | |
| At long last, this patch makes #fmt usable from inside the standard library. The way it does it us very hackish, but at least it works now. | ||||
| 2011-07-07 | rustc: Change lots of AST nodes to use interior vectors | Patrick Walton | -28/+31 | |
| 2011-07-06 | rustc: Make AST paths use interior vectors | Patrick Walton | -10/+12 | |
| 2011-07-06 | rustc: Revert the conversion to interior vectors due to heap corruption | Patrick Walton | -12/+10 | |
| 2011-07-06 | rustc: Make AST paths use interior vectors | Patrick Walton | -10/+12 | |
| 2011-07-06 | Remove temporary stdlib placeholders, use actual stdlib functions | Marijn Haverbeke | -1/+1 | |
| (Possible now that a snapshot took place.) | ||||
| 2011-07-05 | Move everything syntax-related to syntax/, break deps on rest of compiler | Marijn Haverbeke | -0/+661 | |
| src/comp/syntax is currently just a sub-module of rustc, but it will, in the near future, be its own crate. This includes: - The AST data structure - The parser - The pretty-printer - Visit, walk, and fold - The syntax extension system - Some utility stuff that should be in the stdlib* *) Stdlib extensions currently require a snapshot before they can be used, and the win build is very broken right now. This is temporary and will be cleaned up when one of those problems goes away. A lot of code was moved by this patch, mostly towards a more organized layout. Some package paths did get longer, and I guess the new layout will take some getting used to. Sorry about that! Please try not to re-introduce any dependencies in syntax/ on any of the other src/comp/ subdirs. | ||||
