| Age | Commit message (Expand) | Author | Lines |
| 2017-01-03 | Dont check stability for items that are not pub to universe. | Felix S. Klock II | -1/+36 |
| 2017-01-03 | Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr... | Dylan McKay | -1/+6 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+2 |
| 2016-12-29 | Support --emit=foo,metadata | Nick Cameron | -1/+1 |
| 2016-12-29 | Change --crate-type metadata to --emit=metadata | Nick Cameron | -4/+7 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -0/+6 |
| 2016-12-28 | rustc: always print nested nodes where a HIR map is available. | Eduard-Mihai Burtescu | -23/+14 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -147/+17 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -63/+46 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -102/+88 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -22/+36 |
| 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 | -4/+2 |
| 2016-12-20 | Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddyb | Alex Crichton | -15/+16 |
| 2016-12-20 | Rollup merge of #38171 - jseyfried:cleanup, r=nrc | Alex Crichton | -6/+2 |
| 2016-12-18 | Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`, | Jeffrey Seyfried | -6/+2 |
| 2016-12-16 | No need to have tcx::opt_def_path() now that we store all DefPaths | Michael Woerister | -2/+2 |
| 2016-12-16 | Move retrace_path() implementation to DefPathTable | Michael Woerister | -13/+14 |
| 2016-12-15 | Warn unused type aliases | Seo Sanghyeon | -0/+1 |
| 2016-12-15 | Remove now unnecessary code | Seo Sanghyeon | -18/+5 |
| 2016-12-11 | Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri... | bors | -3/+22 |
| 2016-12-09 | move the check for instantiation from metadata encoding to the actual decisio... | Oliver Schneider | -0/+8 |
| 2016-12-08 | Extend middle::reachable to also consider provided trait methods. | Michael Woerister | -3/+22 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -5/+6 |
| 2016-12-05 | Refactor ty::FnSig to privatize all fields | Mark-Simulacrum | -2/+2 |
| 2016-12-05 | Refactor symbol export list generation. | Michael Woerister | -0/+3 |
| 2016-12-05 | trans: Rename `reachable` to `exported_symbols` where appropriate. | Michael Woerister | -2/+2 |
| 2016-12-04 | Auto merge of #38087 - jooert:remove_unmarked, r=petrochenkov | bors | -17/+1 |
| 2016-12-04 | Auto merge of #37920 - nikomatsakis:compile-time-regression-37864, r=mw | bors | -8/+10 |
| 2016-12-02 | pacify the mercilous tidy | Niko Matsakis | -1/+3 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -5/+5 |
| 2016-12-01 | Emit 'dllimport' attribute for dylib foreign items on Windows. | Vadim Chugunov | -5/+6 |
| 2016-12-02 | limit the length of types in monomorphization | Ariel Ben-Yehuda | -5/+16 |
| 2016-12-01 | in region, treat current (and future) item-likes alike | Niko Matsakis | -8/+8 |
| 2016-11-30 | Remove the `unmarked_api` feature | Johannes Oertel | -17/+1 |
| 2016-11-30 | Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton | bors | -0/+2 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -0/+2 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -25/+8 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -3/+3 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -52/+57 |
| 2016-11-29 | Fix rebase breakage | Florian Diebold | -15/+22 |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -29/+47 |
| 2016-11-29 | Refactor inlined items some more | Florian Diebold | -45/+24 |
| 2016-11-29 | Add make tidy fixes | Florian Diebold | -7/+21 |
| 2016-11-29 | Fix cross-crate associated constant evaluation | Florian Diebold | -0/+1 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -22/+92 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -121/+164 |
| 2016-11-28 | Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires. | Mark-Simulacrum | -0/+8 |