| Age | Commit message (Expand) | Author | Lines |
| 2014-06-24 | librustc: Remove the fallback to `int` from typechecking. | Niko Matsakis | -1/+1 |
| 2014-06-24 | Test lint plugins | Keegan McAllister | -0/+48 |
| 2014-06-14 | rustc: Obsolete the `@` syntax entirely | Alex Crichton | -9/+10 |
| 2014-06-13 | Rolling up PRs in the queue | Alex Crichton | -0/+3 |
| 2014-06-13 | syntax: parse outer attributes in `quote_item!` calls. | Huon Wilson | -0/+3 |
| 2014-06-13 | syntax: fix quote_pat! & unignore a quotation test. | Huon Wilson | -5/+3 |
| 2014-06-09 | Convert tests to use #[plugin_registrar] | Keegan McAllister | -2/+2 |
| 2014-06-09 | Use phase(plugin) in tests | Keegan McAllister | -6/+6 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -6/+6 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -1/+1 |
| 2014-05-14 | test: Remove all uses of `~str` from the test suite. | Patrick Walton | -1/+1 |
| 2014-05-13 | compiletest: Test `--pretty expanded` | klutzy | -0/+2 |
| 2014-05-02 | syntax: implement ToSource for more things in the quasiquoter. | Huon Wilson | -0/+4 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -0/+22 |
| 2014-04-23 | Enable use of syntax extensions when cross compiling. | Douglas Young | -18/+3 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -6/+6 |
| 2014-04-16 | rustc: Don't allocate a cnum to syntax crates | Alex Crichton | -0/+24 |
| 2014-04-14 | Use new attribute syntax in python files in src/etc too (#13478) | Manish Goregaokar | -2/+2 |
| 2014-04-06 | Remove check-fast. Closes #4193, #8844, #6330, #7416 | Brian Anderson | -7/+0 |
| 2014-04-04 | Fix inner attribute syntax from `#[foo];` to `#![foo]` | Timothée Ravier | -8/+8 |
| 2014-03-21 | test: Automatically remove all `~[T]` from tests. | Patrick Walton | -3/+3 |
| 2014-03-18 | Move syntax-extension-hexfloat.rs | Nick Cameron | -0/+31 |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -1/+1 |
| 2014-03-14 | extra: Put the nail in the coffin, delete libextra | Alex Crichton | -1/+0 |
| 2014-03-11 | Add an ItemModifier syntax extension type | Steven Fackler | -0/+9 |
| 2014-03-03 | auto merge of #12665 : alexcrichton/rust/fix-snap-again, r=huonw | bors | -0/+2 |
| 2014-03-03 | test: Ignore some more syntax extension tests | Alex Crichton | -0/+2 |
| 2014-03-02 | Expand string literals and exprs inside of macros | Steven Fackler | -0/+35 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -7/+7 |
| 2014-02-13 | Stop unloading syntax libraries | Steven Fackler | -0/+21 |
| 2014-02-12 | Ignore another fourcc test on cross compiles | Alex Crichton | -1/+1 |
| 2014-02-11 | Change `xfail` directives in compiletests to `ignore`, closes #11363 | Florian Hahn | -14/+16 |
| 2014-02-08 | Allow codepoints 128-255 in fourc!! | Yuri Kunde Schlesner | -0/+2 |
| 2014-02-08 | Default fourcc! to big-endian. | Yuri Kunde Schlesner | -7/+10 |
| 2014-02-08 | Converted fourcc! to loadable syntax extension | Derek Guenther | -0/+40 |
| 2014-02-04 | Replaced with a single "quote" feature gate. | James Deng | -3/+3 |
| 2014-02-04 | Feature gate all quasi-quoting macros. | James Deng | -2/+3 |
| 2014-01-29 | Remove do keyword from test/ | Scott Lawrence | -2/+2 |
| 2014-01-21 | xfail another external macro test on android | Brian Anderson | -0/+1 |
| 2014-01-20 | auto merge of #11660 : sfackler/rust/quote-unused-sp, r=huonw | bors | -0/+24 |
| 2014-01-18 | Avoid unused variable warning in quote_*! | Steven Fackler | -0/+24 |
| 2014-01-18 | xfail more external syntax extension tests on android | Brian Anderson | -0/+1 |
| 2014-01-17 | Move macro-crate to run-pass-fulldeps and force-host the aux build | Brian Anderson | -0/+23 |
| 2013-12-28 | Stop using @ExtCtxt | Steven Fackler | -1/+1 |
| 2013-12-25 | Remove out of date test | Steven Fackler | -62/+0 |
| 2013-11-26 | test: Remove most uses of `&fn()` from the tests. | Patrick Walton | -1/+1 |
| 2013-11-03 | Remove all blocking std::os blocking functions | Alex Crichton | -4/+9 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -18/+18 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -5/+5 |