| Age | Commit message (Expand) | Author | Lines |
| 2017-01-06 | rustc: Stabilize the `proc_macro` feature | Alex Crichton | -1/+0 |
| 2017-01-06 | Fix rustdoc ICE. | Jeffrey Seyfried | -0/+1 |
| 2017-01-06 | rebase: remove `tcx` from `associated_item` | Niko Matsakis | -2/+1 |
| 2016-12-16 | Auto merge of #38352 - bluss:unaligned-metadata, r=eddyb | bors | -4/+12 |
| 2016-12-14 | rustc_metadata: Fix unaligned loads | Ulrik Sverdrup | -4/+12 |
| 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/+28 |
| 2016-12-09 | enable checking for const fn without needing to go through `entry` | Oliver Schneider | -6/+9 |
| 2016-12-08 | also generate MIR for statics | Oliver Schneider | -0/+1 |
| 2016-12-07 | add a -Z flag to guarantee that MIR is generated for all functions | Oliver Schneider | -2/+4 |
| 2016-12-06 | Auto merge of #37973 - vadimcn:dllimport, r=alexcrichton | bors | -59/+136 |
| 2016-12-05 | Consider only libs that aren't excluded by #[link(cfg=...)] | Vadim Chugunov | -17/+24 |
| 2016-12-05 | Refactor symbol export list generation. | Michael Woerister | -0/+8 |
| 2016-12-05 | trans: Rename `reachable` to `exported_symbols` where appropriate. | Michael Woerister | -17/+17 |
| 2016-12-02 | Rename _all_ library instances. | Vadim Chugunov | -1/+0 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -45/+24 |
| 2016-12-01 | Tighten up error checking of library renames. | Vadim Chugunov | -22/+37 |
| 2016-12-01 | Remove the "linked_from" feature. | Vadim Chugunov | -22/+1 |
| 2016-12-01 | Implement native library kind and name overrides from the command line. | Vadim Chugunov | -8/+31 |
| 2016-12-01 | Emit 'dllimport' attribute for dylib foreign items on Windows. | Vadim Chugunov | -38/+92 |
| 2016-11-30 | Auto merge of #37800 - alexcrichton:new-bootstrap, r=eddyb | bors | -2/+0 |
| 2016-11-30 | Update the bootstrap compiler | Alex Crichton | -2/+0 |
| 2016-11-30 | Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichton | bors | -37/+66 |
| 2016-11-30 | rustc: track the Span's of definitions across crates. | Eduard-Mihai Burtescu | -37/+66 |
| 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 | -38/+20 |
| 2016-11-29 | rustc: remove type information from TraitDef. | Eduard-Mihai Burtescu | -7/+4 |
| 2016-11-29 | revamp `Visitor` with a single method for controlling nested visits | Niko Matsakis | -7/+6 |
| 2016-11-29 | Split nested_visit_mode function off from nested_visit_map | Florian Diebold | -6/+6 |
| 2016-11-29 | Refactor inlined items some more | Florian Diebold | -3/+3 |
| 2016-11-29 | Add make tidy fixes | Florian Diebold | -3/+9 |
| 2016-11-29 | Fix cross-crate associated constant evaluation | Florian Diebold | -1/+3 |
| 2016-11-29 | Save bodies of functions for inlining into other crates | Florian Diebold | -42/+12 |
| 2016-11-29 | rustc_metadata: fix compilation | Florian Diebold | -5/+13 |
| 2016-11-29 | rustc: replace body exprs by their ids | Florian Diebold | -1/+1 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -0/+9 |
| 2016-11-28 | Auto merge of #38024 - jseyfried:avoid_needless_proc_macro_deps, r=nrc | bors | -21/+22 |
| 2016-11-28 | Avoid loading needless proc-macro dependencies. | Jeffrey Seyfried | -21/+22 |
| 2016-11-28 | rustc: embed path resolutions into the HIR instead of keeping DefMap. | Eduard-Mihai Burtescu | -6/+7 |
| 2016-11-28 | rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-26 | Fix error explanation formatting | Andrew Lygin | -3/+4 |
| 2016-11-26 | Fix error explanation formatting | Andrew Lygin | -3/+4 |
| 2016-11-24 | Delay error reporting of filename mismatch. | Paul Lietar | -7/+22 |
| 2016-11-23 | Auto merge of #37931 - eddyb:meta-version, r=jseyfried | bors | -18/+31 |
| 2016-11-22 | Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichton | bors | -42/+84 |
| 2016-11-23 | Rebasing and review changes | Nick Cameron | -26/+38 |
| 2016-11-22 | rustc_metadata: don't break the version check when CrateRoot changes. | Eduard-Mihai Burtescu | -18/+31 |
| 2016-11-21 | Auto merge of #37824 - jseyfried:symbols, r=eddyb | bors | -65/+66 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -60/+60 |