| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-10-07 | Rename slice::Slice | Nick Cameron | -1/+1 | |
| 2014-10-05 | Give a more descriptive error when marking non-test items as #[test] | P1start | -12/+25 | |
| Closes #14772. | ||||
| 2014-10-02 | syntax: remove unused imports of Gc and GC. | Eduard Burtescu | -1/+0 | |
| 2014-09-29 | rollup merge of #17576 : kmcallister/hide-quotes | Alex Crichton | -4/+1 | |
| 2014-09-26 | Hide the quote_*! macros when the feature gate is off | Keegan McAllister | -4/+1 | |
| This makes it easier to experiment with improved quasiquoting as an ordinary plugin library. The list of quote macros in feature_gate.rs was already out of sync; this commit also prevents that problem in the future. | ||||
| 2014-09-24 | Fix rebase fallout | Steven Fackler | -1/+1 | |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -0/+6 | |
| Replace `#[ignore(cfg(a, b))]` with `#[cfg_attr(all(a, b), ignore)]` | ||||
| 2014-09-17 | move most of front to libsyntax | Nick Cameron | -0/+573 | |
