| Age | Commit message (Expand) | Author | Lines |
| 2015-03-13 | Auto merge of #23229 - aturon:stab-path, r=alexcrichton | bors | -5/+1 |
| 2015-03-12 | Stabilize std::path | Aaron Turon | -5/+1 |
| 2015-03-12 | Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis | bors | -173/+120 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -83/+73 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -15/+16 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -147/+108 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -47/+42 |
| 2015-03-09 | Switch derive(Debug) to use the debug builders | Steven Fackler | -63/+41 |
| 2015-03-09 | Rename #[should_fail] to #[should_panic] | Steven Fackler | -2/+2 |
| 2015-03-06 | Make #[derive(Anything)] into sugar for #[derive_Anything] | Keegan McAllister | -121/+143 |
| 2015-03-06 | Consolidate ExpansionConfig feature tests | Keegan McAllister | -40/+20 |
| 2015-03-06 | Auto merge of #22899 - huonw:macro-stability, r=alexcrichton | bors | -16/+61 |
| 2015-03-06 | Add #[allow_internal_unstable] to track stability for macros better. | Huon Wilson | -16/+61 |
| 2015-03-05 | Rollup merge of #22764 - ivanradanov:fileline_help, r=huonw | Manish Goregaokar | -1/+5 |
| 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/+143 |
| 2015-03-04 | std: Deprecate std::old_io::fs | Alex Crichton | -13/+20 |
| 2015-03-04 | Add quasiquote for matchers and attributes | Piotr Czarnecki | -42/+143 |
| 2015-03-03 | Switched to Box::new in many places. | Felix S. Klock II | -43/+44 |
| 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 | -1/+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-02 | Use `const`s instead of `static`s where appropriate | Florian Zeitz | -1/+1 |
| 2015-02-28 | Rollup merge of #22875 - kmcallister:maceager, r=sfackler | Manish Goregaokar | -69/+91 |
| 2015-02-27 | Replace MacExpr / MacPat / MacItems with MacEager | Keegan McAllister | -69/+91 |
| 2015-02-27 | Rollup merge of #22823 - kmcallister:fix-21370, r=huonw | Manish Goregaokar | -4/+4 |
| 2015-02-25 | Always error on invalid macro fragment specifiers | Keegan McAllister | -4/+4 |
| 2015-02-25 | Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnik | Manish Goregaokar | -38/+41 |
| 2015-02-24 | Use arrays instead of vectors in tests | Vadim Petrochenkov | -16/+14 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -21/+18 |
| 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 | -22/+22 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -2/+2 |
| 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 | -1/+1 |
| 2015-02-23 | int audit - libcore::fmt | Nick Cameron | -2/+6 |
| 2015-02-23 | Auto merge of #21769 - brooksbp:column-line-macro, r=nick29581 | bors | -2/+7 |
| 2015-02-22 | Add support for default trait impls in libsyntax | Flavio Percoco | -1/+1 |
| 2015-02-21 | Resolve barriers to changing column!() / line!() return type to u32 in #19284... | Brian Brooks | -0/+4 |
| 2015-02-22 | Fix errors from #22592 | Manish Goregaokar | -1/+1 |
| 2015-02-21 | Resolve includeme.fragment conflict. | Brian Brooks | -5/+6 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -60/+59 |
| 2015-02-18 | Round 3 test fixes and conflicts | Alex Crichton | -11/+11 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -56/+56 |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -56/+56 |
| 2015-02-18 | rollup merge of #22497: nikomatsakis/suffixes | Alex Crichton | -1/+1 |
| 2015-02-18 | rollup merge of #22480: alexcrichton/hashv3 | Alex Crichton | -15/+10 |
| 2015-02-18 | rollup merge of #22287: Ryman/purge_carthographers | Alex Crichton | -9/+9 |