| Age | Commit message (Expand) | Author | Lines |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -6/+6 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -11/+11 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+1 |
| 2015-05-26 | Implement defaults for associated types | Ariel Ben-Yehuda | -9/+14 |
| 2015-05-26 | Use lookup_locally_or_in_crate_store more often | Ariel Ben-Yehuda | -4/+3 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -3/+2 |
| 2015-05-21 | rustc: const-qualify `const fn` function and method calls. | Eduard Burtescu | -3/+19 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+2 |
| 2015-05-13 | eddyb's changes for DST coercions | Nick Cameron | -0/+10 |
| 2015-05-12 | Fix ty::populate_implementations_for_trait_if_necessary to load the trait's i... | Eduard Burtescu | -0/+1 |
| 2015-05-12 | rustc::metadata: use u64 for DefId's instead of strings. | Eduard Burtescu | -29/+31 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -10/+8 |
| 2015-04-30 | Stop using Rc in TraitRef and TraitDef | Ariel Ben-Yehuda | -5/+5 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -8/+75 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -8/+12 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-14 | Positive case of `len()` -> `is_empty()` | Tamir Duberstein | -1/+1 |
| 2015-04-07 | rustdoc: Improve handling inlined associated types | Alex Crichton | -1/+2 |
| 2015-04-03 | In librustc*, convert many uses of ast::Ident to ast::Name, fixing much of #6... | Jonathan S | -12/+12 |
| 2015-04-01 | Fallout in libsyntax/librustc: use newtype'd options for linked lists, | Niko Matsakis | -4/+3 |
| 2015-03-28 | Rollup merge of #23803 - richo:unused-braces, r=Manishearth | Manish Goregaokar | -1/+1 |
| 2015-03-28 | cleanup: Remove unused braces in use statements | Richo Healey | -1/+1 |
| 2015-03-26 | Mass rename uint/int to usize/isize | Alex Crichton | -5/+5 |
| 2015-03-23 | Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses of | Niko Matsakis | -3/+3 |
| 2015-03-13 | Fallout of std::old_io deprecation | Alex Crichton | -38/+48 |
| 2015-03-11 | syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int... | Eduard Burtescu | -21/+18 |
| 2015-03-11 | syntax: rename TypeMethod to MethodSig and use it in MethDecl. | Eduard Burtescu | -2/+2 |
| 2015-03-11 | syntax: gather common fields of impl & trait items into their respective types. | Eduard Burtescu | -42/+17 |
| 2015-03-11 | syntax: move indirection around {Trait,Impl}Item, from within. | Eduard Burtescu | -15/+11 |
| 2015-03-06 | Change the data structures for tracking defaulted traits. In the tcx, we | Niko Matsakis | -0/+6 |
| 2015-03-04 | Separate supertrait collection from processing a `TraitDef`. This allows | Niko Matsakis | -17/+27 |
| 2015-03-04 | Encode codemap and span information in crate metadata. | Michael Woerister | -0/+30 |
| 2015-03-03 | Add `core::num::wrapping` and fix overflow errors. | James Miller | -1/+1 |
| 2015-03-03 | metadata: Bump the metadata encoding version. | Kang Seonghoon | -1/+1 |
| 2015-03-03 | metadata: Implement relaxation of short RBML lengths. | Kang Seonghoon | -26/+31 |
| 2015-03-03 | metadata: Avoid the use of raw `wr_str` or `write_all`. | Kang Seonghoon | -151/+70 |
| 2015-02-24 | Fix fallout from rebasing. | Eduard Burtescu | -2/+2 |
| 2015-02-24 | Implement `<T>::method` UFCS expression syntax. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | rustc: combine partial_def_map and last_private_map into def_map. | Eduard Burtescu | -3/+1 |
| 2015-02-24 | syntax: don't use TraitRef in QPath. | Eduard Burtescu | -3/+2 |
| 2015-02-24 | syntax: don't store a secondary NodeId for TyPath. | Eduard Burtescu | -1/+1 |
| 2015-02-24 | Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakis | bors | -0/+12 |
| 2015-02-22 | Validate inline attribute arguments | Simonas Kazlauskas | -10/+2 |
| 2015-02-22 | Rename DefTrait to DefaultImpl | Flavio Percoco | -1/+1 |
| 2015-02-22 | Fix fallout from libsyntax implementation | Flavio Percoco | -0/+12 |
| 2015-02-22 | Rollup merge of #22584 - alexcrichton:snapshots, r=Gankro | Manish Goregaokar | -42/+0 |
| 2015-02-20 | Register new snapshots | Alex Crichton | -42/+0 |
| 2015-02-20 | Remove remaining uses of `[]`. This time I tried to use deref coercions where... | Niko Matsakis | -39/+39 |
| 2015-02-18 | rollup merge of #22502: nikomatsakis/deprecate-bracket-bracket | Alex Crichton | -5/+5 |