| Age | Commit message (Expand) | Author | Lines |
| 2015-06-23 | change `const_val` enum and its variants to camel-case | Oliver Schneider | -3/+3 |
| 2015-06-20 | Auto merge of #26417 - brson:feature-err, r=steveklabnik | bors | -1/+1 |
| 2015-06-18 | Make a better error message for using #[feature] on stable rust | Brian Anderson | -1/+1 |
| 2015-06-19 | rustc: remove Repr and UserString. | Eduard Burtescu | -3/+1 |
| 2015-06-19 | rustc: use the TLS type context in Repr and UserString. | Eduard Burtescu | -1/+1 |
| 2015-06-19 | rustc: use Repr and UserString instead of ppaux::ty_to_string. | Eduard Burtescu | -2/+2 |
| 2015-06-17 | Fallout in tests and docs from feature renamings | Alex Crichton | -1/+0 |
| 2015-06-17 | collections: Split the `collections` feature | Alex Crichton | -2/+2 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -2/+3 |
| 2015-06-12 | Cleanup: rename middle::ty::sty and its variants. | Eli Friedman | -22/+22 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -3/+3 |
| 2015-06-10 | Removed many pointless calls to *iter() and iter_mut() | Joshua Landau | -2/+2 |
| 2015-06-10 | Auto merge of #26141 - eddyb:ast_map, r=nikomatsakis | bors | -1/+2 |
| 2015-06-10 | syntax: move ast_map to librustc. | Eduard Burtescu | -1/+2 |
| 2015-06-08 | Address a review comment and fix a bootstrapping issue | Simon Sapin | -1/+1 |
| 2015-05-26 | Auto merge of #25785 - arielb1:cleanup-201505, r=eddyb | bors | -4/+5 |
| 2015-05-26 | Remove ObjectCastMap | Ariel Ben-Yehuda | -1/+2 |
| 2015-05-26 | Make caching in stability work. This improves stability check performance | Ariel Ben-Yehuda | -4/+4 |
| 2015-05-25 | - Fix regression of literal out of range check for negative i64 values which ... | econoplas | -2/+4 |
| 2015-05-24 | Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelix | bors | -3/+3 |
| 2015-05-24 | Auto merge of #25168 - Manishearth:register_attr, r=eddyb | bors | -1/+18 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -1/+1 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -2/+2 |
| 2015-05-21 | Auto merge of #25612 - petrochenkov:lintabs, r=@alexcrichton | bors | -2/+2 |
| 2015-05-20 | Auto merge of #25571 - hirschenberger:master, r=nrc | bors | -1/+5 |
| 2015-05-20 | Fix panic in lint for out of range literals | petrochenkov | -2/+2 |
| 2015-05-19 | Fix rebase conflicts | Ariel Ben-Yehuda | -1/+1 |
| 2015-05-18 | Show the span of feature that is unstable when using a feature-list. | Falco Hirschenberger | -1/+5 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-13 | address more review comments | Manish Goregaokar | -5/+2 |
| 2015-05-07 | address review comments | Manish Goregaokar | -5/+11 |
| 2015-05-07 | Add support for registering attributes with rustc in plugins | Manish Goregaokar | -1/+15 |
| 2015-05-05 | lint: deny transmuting from immutable to mutable, since it's undefined behavior | Sean McArthur | -0/+67 |
| 2015-04-30 | Use hash-tables in trait selection | Ariel Ben-Yehuda | -10/+9 |
| 2015-04-29 | lint for mixing `#[repr(C)]` with an impl of `Drop`. | Felix S. Klock II | -0/+55 |
| 2015-04-28 | Register new snapshots | Tamir Duberstein | -1/+0 |
| 2015-04-23 | Get associated consts working in match patterns. | Sean Patrick Santos | -1/+0 |
| 2015-04-23 | Functional changes for associated constants. Cross-crate usage of associated ... | Sean Patrick Santos | -0/+21 |
| 2015-04-23 | Structural changes for associated constants | Sean Patrick Santos | -2/+4 |
| 2015-04-20 | lint: explain the non-obvious need for a negative test | Tshepang Lekhonkhobe | -0/+2 |
| 2015-04-19 | Lint non-snake-case crate names | P1start | -22/+34 |
| 2015-04-17 | Port to using the newer graph, which offers iterators instead of the | Niko Matsakis | -3/+2 |
| 2015-04-14 | Negative case of `len()` -> `is_empty()` | Tamir Duberstein | -2/+2 |
| 2015-04-14 | rollup merge of #24391: nrc/visit-vis | Alex Crichton | -6/+6 |
| 2015-04-14 | eddyb's refactoring of coercions/adjustments | Eduard Burtescu | -2/+2 |
| 2015-04-14 | Expose visibility for fns in syntax::visit | Nick Cameron | -6/+6 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -23/+23 |
| 2015-04-01 | fallout when bootstrapping `rustc`. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | Fallout out rustc | Niko Matsakis | -23/+23 |
| 2015-03-31 | Auto merge of #23549 - aturon:stab-num, r=alexcrichton | bors | -1/+0 |