| Age | Commit message (Expand) | Author | Lines |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -0/+4 |
| 2016-12-28 | rustdoc: pretty-print nested bodies in inlined constants. | Eduard-Mihai Burtescu | -0/+7 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -12/+13 |
| 2016-12-27 | Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrc | bors | -0/+1 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -5/+5 |
| 2016-12-23 | Fix rustdoc ICE. | Jeffrey Seyfried | -0/+1 |
| 2016-12-16 | No need to have tcx::opt_def_path() now that we store all DefPaths | Michael Woerister | -12/+5 |
| 2016-12-16 | definitions: Store DefPath data in separate table in metadata | Michael Woerister | -36/+13 |
| 2016-12-16 | definitions: Don't allocate DefIds for inlined HIR | Michael Woerister | -4/+1 |
| 2016-12-13 | Auto merge of #38278 - jseyfried:improve_proc_macro_def_ids, r=michaelwoerister | bors | -22/+42 |
| 2016-12-10 | Improve proc-macro def ids. | Jeffrey Seyfried | -22/+42 |
| 2016-12-09 | move the check for instantiation from metadata encoding to the actual decisio... | Oliver Schneider | -0/+23 |
| 2016-12-09 | enable checking for const fn without needing to go through `entry` | Oliver Schneider | -6/+9 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -0/+4 |
| 2016-12-05 | Consider only libs that aren't excluded by #[link(cfg=...)] | Vadim Chugunov | -12/+3 |
| 2016-12-05 | trans: Rename `reachable` to `exported_symbols` where appropriate. | Michael Woerister | -2/+2 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -41/+22 |
| 2016-12-01 | Emit 'dllimport' attribute for dylib foreign items on Windows. | Vadim Chugunov | -2/+15 |
| 2016-11-30 | Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton | bors | -11/+28 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -11/+28 |
| 2016-11-29 | Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb | bors | -0/+9 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -37/+19 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -4/+3 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -0/+9 |
| 2016-11-28 | Avoid loading needless proc-macro dependencies. | Jeffrey Seyfried | -2/+2 |
| 2016-11-23 | Auto merge of #37931 - eddyb:meta-version, r=jseyfried | bors | -0/+4 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -1/+2 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -1/+2 |
| 2016-11-22 | rustc_metadata: don't break the version check when CrateRoot changes. | Eduard-Mihai Burtescu | -0/+4 |
| 2016-11-20 | Refactor away `ast::Attribute_`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-17 | Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb | bors | -3/+0 |
| 2016-11-17 | hash the contents of impl-item-ref by adding them to visitor | Niko Matsakis | -3/+0 |
| 2016-11-17 | Auto merge of #37793 - jseyfried:fix_proc_macro_def_ids, r=nrc | bors | -10/+29 |
| 2016-11-16 | rustc: Implement #[link(cfg(..))] and crt-static | Alex Crichton | -2/+2 |
| 2016-11-16 | Improve proc macro def ids. | Jeffrey Seyfried | -10/+29 |
| 2016-11-12 | Rollup merge of #37688 - eddyb:lazy-8, r=petrochenkov | Eduard-Mihai Burtescu | -1/+1 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -1/+1 |
| 2016-11-10 | Support `#[macro_reexport]`ing custom derives. | Jeffrey Seyfried | -1/+10 |
| 2016-11-10 | Improve macro reexports. | Jeffrey Seyfried | -0/+9 |
| 2016-11-10 | Add variants `Def::Macro` and `Namespace::MacroNS`. | Jeffrey Seyfried | -3/+16 |
| 2016-11-10 | Register and stability check `#[no_link]` crates. | Jeffrey Seyfried | -1/+5 |
| 2016-11-10 | rustc: unify and simplify managing associated items. | Eduard Burtescu | -29/+16 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -2/+2 |
| 2016-10-30 | Auto merge of #37401 - eddyb:lazy-2, r=nikomatsakis | bors | -24/+0 |
| 2016-10-29 | Auto merge of #37400 - eddyb:lazy-1, r=nikomatsakis | bors | -1/+1 |
| 2016-10-28 | Do not intern filemap to entry w/ mismatched length. Fix #37274 (I think). | Felix S. Klock II | -0/+4 |
| 2016-10-28 | Debug instrumentation for construction of ImportedFileMap table entries. | Felix S. Klock II | -0/+14 |
| 2016-10-28 | rustc: move mir::repr::* to mir. | Eduard Burtescu | -1/+1 |
| 2016-10-26 | Auto merge of #37270 - Mark-Simulacrum:smallvec-optimized-arenas, r=eddyb | bors | -2/+2 |
| 2016-10-25 | Utilize AccumulateVec to avoid heap allocations in mk_{substs, type_list, tup... | Mark-Simulacrum | -2/+2 |