| Age | Commit message (Expand) | Author | Lines |
| 2017-01-04 | Update for changes to TraitItem on master. | Eduard-Mihai Burtescu | -3/+3 |
| 2017-01-04 | Don't leak the compiler's internal representation of scopes in error messages. | Eduard-Mihai Burtescu | -15/+41 |
| 2017-01-03 | Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr... | Dylan McKay | -1/+6 |
| 2017-01-01 | Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb | bors | -86/+60 |
| 2016-12-31 | Utilize new in_arena method instead of hashing for Lifting interned items | Mark Simulacrum | -25/+13 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -62/+48 |
| 2016-12-31 | Calculate discriminant bounds within 64 bits | Simonas Kazlauskas | -7/+13 |
| 2016-12-30 | Fix rebase fallout | est31 | -1/+3 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+4 |
| 2016-12-30 | Fix i128 alignment calculation | Simonas Kazlauskas | -11/+19 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -15/+48 |
| 2016-12-29 | Fallout from updating bootstrap Cargo | Alex Crichton | -1/+0 |
| 2016-12-29 | Auto merge of #38571 - nrc:emit-metadata-change, r=alexcrichton | bors | -14/+43 |
| 2016-12-29 | Auto merge of #38645 - nikomatsakis:incr-comp-fix-time-depth, r=nrc | bors | -3/+17 |
| 2016-12-29 | Support --emit=foo,metadata | Nick Cameron | -1/+14 |
| 2016-12-29 | Restore --crate-type=metadata as an alias for --crate-type=rlib,--emit=metada... | Nick Cameron | -4/+15 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -10/+15 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -1/+7 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -314/+164 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -251/+120 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -238/+269 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -283/+294 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -118/+240 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -85/+27 |
| 2016-12-28 | Auto merge of #38579 - whitequark:min_atomic_width, r=alexcrichton | bors | -1/+2 |
| 2016-12-27 | propagate TIME_DEPTH to the helper threads for -Z time-passes | Niko Matsakis | -3/+17 |
| 2016-12-28 | Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakis | bors | -5/+8 |
| 2016-12-27 | Auto merge of #38574 - Mark-Simulacrum:box-free-unspecialize, r=eddyb | bors | -1/+0 |
| 2016-12-26 | Remove extra lang item, exchange_free; use box_free instead. | Mark Simulacrum | -1/+0 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -7/+4 |
| 2016-12-25 | Auto merge of #38490 - jseyfried:def_id_vis, r=nrc | bors | -24/+30 |
| 2016-12-24 | Add a min_atomic_width target option, like max_atomic_width. | whitequark | -1/+2 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -24/+30 |
| 2016-12-23 | Auto merge of #38523 - camlorn:disable_field_reordering, r=nikomatsakis | bors | -0/+4 |
| 2016-12-23 | Auto merge of #38401 - redox-os:redox_cross, r=brson | bors | -12/+6 |
| 2016-12-23 | Auto merge of #38232 - jseyfried:refactor_global_paths, r=nrc | bors | -44/+40 |
| 2016-12-22 | Convert fam to Symbol | Jeremy Soller | -3/+3 |
| 2016-12-22 | Correct target_family mess | Jeremy Soller | -12/+6 |
| 2016-12-22 | Remove outdated FIXME comment | Esteban Küber | -2/+0 |
| 2016-12-22 | Pretty-print `$crate::foo::bar` as `::foo::bar`. | Jeffrey Seyfried | -2/+2 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -44/+40 |
| 2016-12-21 | Disable field reordering | Austin Hicks | -0/+4 |
| 2016-12-21 | ICH: Fix some omissions around foreign mods in hasher. | Michael Woerister | -5/+8 |
| 2016-12-21 | Auto merge of #38099 - GuillaumeGomez:cast_suggestions, r=nikomatsakis | bors | -2/+4 |
| 2016-12-20 | Merge branch 'rfc_1560_warning_cycle' of https://github.com/jseyfried/rust in... | Alex Crichton | -0/+7 |
| 2016-12-20 | Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb | Alex Crichton | -427/+179 |
| 2016-12-20 | Rollup merge of #38315 - jonhoo:better-E0309, r=pnkfelix | Alex Crichton | -0/+17 |
| 2016-12-20 | Rollup merge of #38171 - jseyfried:cleanup, r=nrc | Alex Crichton | -24/+26 |
| 2016-12-20 | Rollup merge of #38150 - estebank:fix-23286, r=nikomatsakis | Alex Crichton | -8/+38 |
| 2016-12-20 | Allow multiple suggestions | Guillaume Gomez | -1/+2 |