| Age | Commit message (Expand) | Author | Lines |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -51/+123 |
| 2015-03-05 | Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichton | Manish Goregaokar | -8/+8 |
| 2015-03-05 | Remove integer suffixes where the types in compiled code are identical. | Eduard Burtescu | -8/+8 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -12/+26 |
| 2015-03-05 | Fix quoting of ?Sized | Seo Sanghyeon | -1/+2 |
| 2015-03-05 | Auto merge of #22061 - pczarn:quote_matcher_and_attr, r=kmcallister | bors | -42/+158 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -196/+218 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -42/+158 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -161/+343 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -49/+51 |
| 2015-03-03 | Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddyb | bors | -20/+19 |
| 2015-03-03 | Change span_help calls to fileline_help where appropriate | Ivan Radanov Ivanov | -12/+26 |
| 2015-03-03 | Rollup merge of #22876 - Florob:const, r=nikomatsakis | Manish Goregaokar | -13/+13 |
| 2015-03-03 | Rollup merge of #22960 - huonw:static-assert, r=huonw | Manish Goregaokar | -2/+5 |
| 2015-03-03 | Accommodate simple cases of arith-overflow in `rustc` related crates. | Felix S. Klock II | -1/+1 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -19/+18 |
| 2015-03-03 | Feature gate `#[static_assert]`. | Huon Wilson | -2/+5 |
| 2015-03-03 | Add cfg_attr to known attributes | Manish Goregaokar | -0/+1 |
| 2015-03-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -13/+13 |
| 2015-03-01 | Auto merge of #22896 - Ms2ger:InlineAttr, r=huonw | bors | -13/+12 |
| 2015-02-28 | Auto merge of #21521 - defuz:interval-with-path, r=pnkfelix | bors | -0/+13 |
| 2015-02-28 | Rollup merge of #22884 - japaric:obsolete, r=alexcrichton | Manish Goregaokar | -1/+0 |
| 2015-02-28 | Rollup merge of #22875 - kmcallister:maceager, r=sfackler | Manish Goregaokar | -74/+97 |
| 2015-02-28 | Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturon | Manish Goregaokar | -1/+0 |
| 2015-02-28 | Remove the re-exports for InlineAttr variants. | Ms2ger | -13/+12 |
| 2015-02-28 | FIX #21475: Expr_::ExprPath with two fields | defuz | -2/+2 |
| 2015-02-28 | FIX #21475: Interval match patterns won't parse namespace specifiers correctly | defuz | -0/+13 |
| 2015-02-27 | obsolete `|&:|` syntax | Jorge Aparicio | -1/+0 |
| 2015-02-27 | std: Stabilize the `env` module | Alex Crichton | -1/+0 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -74/+97 |
| 2015-02-27 | Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub- | Manish Goregaokar | -4/+4 |
| 2015-02-27 | Rollup merge of #22823 - kmcallister:fix-21370, r=huonw | Manish Goregaokar | -4/+4 |
| 2015-02-25 | Whitelist #[should_panic] | Steven Fackler | -0/+1 |
| 2015-02-26 | remove some compiler warnings | Tshepang Lekhonkhobe | -4/+4 |
| 2015-02-25 | Always error on invalid macro fragment specifiers | Keegan McAllister | -4/+4 |
| 2015-02-25 | Rollup merge of #22787 - pnkfelix:reenable-gate-for-unsafe_no_drop_flag, r=al... | Manish Goregaokar | -1/+3 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -178/+206 |
| 2015-02-25 | Turn `unsafe_no_drop_flag` back into a gated-feature. | Felix S. Klock II | -1/+3 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -18/+16 |
| 2015-02-24 | syntax: update pretty-printer for the `<T>::method` shorthand. | Eduard Burtescu | -3/+6 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -91/+140 |
| 2015-02-24 | rustc_resolve: use the visitor model more, remove redundant repeated lookups. | Eduard Burtescu | -4/+10 |
| 2015-02-24 | syntax: use a single Path for Trait::Item in QPath. | Eduard Burtescu | -104/+78 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -26/+29 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -19/+12 |
| 2015-02-24 | Remove double expr_u32 (fixup #22700) | Manish Goregaokar | -3/+0 |
| 2015-02-24 | Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichton | Manish Goregaokar | -2/+5 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -19/+60 |
| 2015-02-23 | Rollup merge of #22490 - nagisa:inline-args, r=alexcrichton | Manish Goregaokar | -4/+8 |
| 2015-02-23 | Rollup merge of #22544 - bombless:fix-pattern, r=pnkfelix | Manish Goregaokar | -0/+3 |