| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-02 | Move src/comp to src/rustc | Graydon Hoare | -157/+0 | |
| 2012-02-09 | Remove some pointless imports | Marijn Haverbeke | -2/+0 | |
| 2012-02-05 | Fix macro backtraces. | Kevin Atkinson | -19/+31 | |
| In addition add information about the macro doing the expansion, and move the printing of the expansion backtrace from codemap::span_to_str to the diagnostic code. The backtrace is now more verbose and includes information on the macro doing the expansion, in addition to the expansion site. | ||||
| 2012-02-03 | Implement quasi-quotes in more macro form: #ast{...}. | Kevin Atkinson | -0/+2 | |
| The #(...) form is still supported for now. | ||||
| 2012-02-03 | Make macro arg optional in syntax, again untested. | Kevin Atkinson | -0/+7 | |
| 2012-02-03 | Add support for recognizing macro body, completely untested. | Kevin Atkinson | -3/+10 | |
| 2012-02-03 | Change the type for the macro body to also store the span. | Kevin Atkinson | -2/+2 | |
| Note: the body is the part of the macro syntax between the {}. | ||||
| 2012-01-31 | Change option::t to option | Tim Chevalier | -2/+2 | |
| Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming). | ||||
| 2012-01-19 | rustc: ";" to "," in enums | Patrick Walton | -2/+2 | |
| 2012-01-19 | rustc: "tag" -> "enum" | Patrick Walton | -1/+1 | |
| 2012-01-13 | Remove all remaining uses of objs from the compiler | Marijn Haverbeke | -45/+51 | |
| 2012-01-12 | Make driver::session::session no longer an object | Marijn Haverbeke | -3/+3 | |
| Rather, it is now a struct where properties like opts are accessed directly, and the error-reporting methods are part of a static impl (with the same name as the type). | ||||
| 2011-12-20 | Inject "core macros" into default syntax-expansion environment. Bit of a ↵ | Graydon Hoare | -12/+1 | |
| kludge but enough to work on logging-via-macros. | ||||
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -1/+1 | |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -1/+1 | |
| 2011-10-20 | Make fn denote a bare function. Convert fn to fn@ as needed | Brian Anderson | -2/+2 | |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -3/+1 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -6/+6 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-09-02 | Reformat. Issue #855 | Brian Anderson | -26/+21 | |
| 2011-09-01 | Remove lots of estr code from rustc. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Remove #ifmt. Issue #855 | Brian Anderson | -2/+0 | |
| 2011-09-01 | Make #fmt and #ifmt synonymous. Issue #855 | Brian Anderson | -1/+3 | |
| 2011-09-01 | Rename std::istr to std::str. Issue #855 | Brian Anderson | -1/+1 | |
| 2011-09-01 | Remove the estr #fmt. Issue #855 | Brian Anderson | -1/+0 | |
| 2011-08-30 | Add #ifmt extension, like #fmt but for istrs. Issue #855 | Brian Anderson | -0/+1 | |
| 2011-08-27 | Convert rustc::syntax::ext::base to istrs. Issue #855 | Brian Anderson | -18/+19 | |
| 2011-08-27 | Convert rustc::driver::session to istrs. Issue #855 | Brian Anderson | -5/+8 | |
| 2011-08-27 | Convert parser to istrs. Issue #855 | Brian Anderson | -1/+2 | |
| 2011-08-27 | Convert rest of the AST to istrs. Issue #855 | Brian Anderson | -3/+3 | |
| 2011-08-27 | Convert std::map::new_str_hash to istrs. Issue #855 | Brian Anderson | -7/+8 | |
| 2011-08-20 | Reformat | Brian Anderson | -18/+15 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | Port the compiler to the expr foo::<T> syntax. | Erick Tryzelaar | -1/+1 | |
| 2011-08-16 | Port the compiler to the typaram foo<T> syntax. | Erick Tryzelaar | -3/+3 | |
| 2011-08-16 | Rename std::ivec to std::vec | Brian Anderson | -2/+2 | |
| 2011-08-15 | Use span stacks to track macro expansion for less troublesome error messages. | Paul Stansifer | -7/+17 | |
| 2011-08-15 | Add a syntax extension to log syntax, for debugging macros. | Paul Stansifer | -3/+7 | |
| 2011-08-15 | Add backtraces for syntax problems. | Paul Stansifer | -37/+33 | |
| 2011-08-03 | Add #concat_idents[] and #ident_to_str[] | Paul Stansifer | -0/+10 | |
| 2011-07-29 | Remove unreachable statements | Marijn Haverbeke | -4/+3 | |
| 2011-07-28 | Change macro syntax to accept a single expr, not a sequence of exprs. | Paul Stansifer | -2/+2 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -53/+45 | |
| 2011-07-26 | Remove all uses of tuples from the compiler and stdlib | Marijn Haverbeke | -1/+2 | |
| 2011-07-22 | Implement Macro By Example. | Paul Stansifer | -1/+18 | |
| 2011-07-13 | Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases. | Graydon Hoare | -3/+3 | |
| 2011-07-12 | rustc: Remove some interior vectors from typestate and some useless ↵ | Patrick Walton | -1/+0 | |
| vec-related imports | ||||
| 2011-07-11 | Move macro expansion to a separate phase, change macro syntax, and add ↵ | Paul Stansifer | -10/+13 | |
| parse_sess to session. | ||||
| 2011-07-10 | Make #fmt work from inside std. Issue #175 | Brian Anderson | -2/+13 | |
| 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 | -2/+2 | |
| 2011-07-06 | rustc: Make AST paths use interior vectors | Patrick Walton | -2/+3 | |
