| Age | Commit message (Expand) | Author | Lines |
| 2016-11-04 | Long lines | Brian Anderson | -1/+2 |
| 2016-11-03 | Fix ICE when printing closures, and other similar types | Mark-Simulacrum | -3/+14 |
| 2016-11-03 | Fix ICE when attempting to get closure generics. | Mark-Simulacrum | -20/+37 |
| 2016-11-03 | normalize trait-ref in context of impl | Niko Matsakis | -8/+8 |
| 2016-11-03 | add a per-param-env cache to `impls_bound` | Ariel Ben-Yehuda | -26/+40 |
| 2016-10-19 | Stabilise `?` | Nick Cameron | -25/+1 |
| 2016-10-19 | rustc: More fixes for arch-independent hashing | Alex Crichton | -5/+70 |
| 2016-10-18 | normalize types every time HR regions are erased | Ariel Ben-Yehuda | -1/+14 |
| 2016-10-11 | loosen assertion against proj in collector | Niko Matsakis | -1/+10 |
| 2016-10-10 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -14/+18 |
| 2016-09-26 | Auto merge of #36764 - jonathandturner:rollup, r=jonathandturner | bors | -2/+17 |
| 2016-09-26 | Rollup merge of #36756 - alygin:e0512-new-format, r=jonathandturner | Jonathan Turner | -2/+7 |
| 2016-09-26 | Rollup merge of #36574 - japaric:link-arg, r=alexcrichton | Jonathan Turner | -0/+10 |
| 2016-09-26 | New error format for E0512 | Andrew Lygin | -2/+7 |
| 2016-09-26 | appease tidy | Tim Neumann | -1/+2 |
| 2016-09-26 | deduplicate inline is_nightly_build implementations | Tim Neumann | -4/+1 |
| 2016-09-26 | refactor away get_unstable_features_setting | Tim Neumann | -19/+3 |
| 2016-09-26 | make is_nightly_build a method on UnstableFeatures | Tim Neumann | -4/+1 |
| 2016-09-26 | make emit_feature_err take a ParseSess | Tim Neumann | -2/+2 |
| 2016-09-25 | Auto merge of #36151 - camlorn:struct_layout_optimization, r=eddyb | bors | -17/+74 |
| 2016-09-25 | Incorporate review comments. | Austin Hicks | -15/+4 |
| 2016-09-25 | Auto merge of #36616 - jseyfried:load_macros_in_resolve, r=nrc | bors | -1/+7 |
| 2016-09-24 | Clean up matches that determine integers for specific alignment requirements | Austin Hicks | -14/+23 |
| 2016-09-24 | Optimize struct_field_ptr | Austin Hicks | -0/+9 |
| 2016-09-24 | Completely kill `represent_type` and the `adt::Repr` type that goes with it. | Austin Hicks | -2/+52 |
| 2016-09-24 | Load macros from `#[macro_use]` extern crates in `resolve`. | Jeffrey Seyfried | -1/+7 |
| 2016-09-23 | Auto merge of #36684 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -2/+2 |
| 2016-09-24 | Rollup merge of #36559 - grimreaper:eax/fix/r1, r=nikomatsakis | Guillaume Gomez | -2/+2 |
| 2016-09-23 | Auto merge of #36525 - jseyfried:load_crates_in_resolve, r=nikomatsakis | bors | -5/+5 |
| 2016-09-23 | Auto merge of #36649 - eddyb:selfish-idents, r=pnkfelix | bors | -1/+10 |
| 2016-09-23 | Load extern crates in `resolve`. | Jeffrey Seyfried | -5/+5 |
| 2016-09-22 | Auto merge of #36573 - jseyfried:groundwork, r=nrc | bors | -21/+15 |
| 2016-09-22 | Split up `DefCollector::root()`. | Jeffrey Seyfried | -21/+15 |
| 2016-09-22 | Don't let a type parameter named "Self" unchanged past HIR lowering. | Eduard Burtescu | -1/+10 |
| 2016-09-22 | Auto merge of #36261 - parched:soft-float, r=pnkfelix | bors | -1/+1 |
| 2016-09-21 | Auto merge of #36551 - eddyb:meta-games, r=nikomatsakis | bors | -2184/+768 |
| 2016-09-20 | rustc: allow less and handle fn pointers in the type hashing algorithm. | Eduard Burtescu | -6/+9 |
| 2016-09-20 | rustc_trans: simplify vtable and symbol handling. | Eduard Burtescu | -2/+121 |
| 2016-09-20 | rustc_resolve: bring back "struct called like a function" cross-crate. | Eduard Burtescu | -1/+3 |
| 2016-09-20 | rustc: don't hash the --extern crate name, but the original one, in DefPath. | Eduard Burtescu | -11/+11 |
| 2016-09-20 | serialize: allow specifying the default behavior for specializations. | Eduard Burtescu | -5/+15 |
| 2016-09-20 | rustc: don't recurse through nested items in decoded HIR fragments. | Eduard Burtescu | -10/+9 |
| 2016-09-20 | rustc_metadata: move opt_item_name to TyCtxt::item_name. | Eduard Burtescu | -10/+44 |
| 2016-09-20 | rustc_metadata: replace RBML with a simple and type-safe scheme. | Eduard Burtescu | -5/+8 |
| 2016-09-20 | rustc_metadata: split the Def description of a DefId from item_children. | Eduard Burtescu | -9/+4 |
| 2016-09-20 | rustc_metadata: move all encoding/decoding helpers to methods. | Eduard Burtescu | -3/+0 |
| 2016-09-20 | rustc_metadata: group information into less tags. | Eduard Burtescu | -40/+35 |
| 2016-09-20 | rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names. | Eduard Burtescu | -70/+29 |
| 2016-09-20 | rustc_metadata: move more RBML tags to auto-serialization. | Eduard Burtescu | -265/+82 |
| 2016-09-20 | rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. | Eduard Burtescu | -75/+141 |