| Age | Commit message (Expand) | Author | Lines |
| 2017-09-17 | rustc: Use reachablility through a query | Alex Crichton | -4/+0 |
| 2017-09-17 | Remove unused str_eq lang item | leonardo.yvens | -2/+0 |
| 2017-09-16 | Rollup merge of #44560 - qmx:import-TyCtxt, r=eddyb | Alex Crichton | -1/+1 |
| 2017-09-16 | Auto merge of #43017 - durka:stabilize-const-invocation, r=eddyb | bors | -0/+1 |
| 2017-09-14 | Rollup merge of #44569 - est31:master, r=estebank | Corey Farwell | -2/+2 |
| 2017-09-14 | bring TyCtxt into scope | Douglas Campos | -1/+1 |
| 2017-09-14 | "avoid" is a better word here than "disable" | est31 | -2/+2 |
| 2017-09-14 | Auto merge of #44526 - leodasvacas:remove-deprecated-lang-items, r=arielb1 | bors | -40/+15 |
| 2017-09-13 | Fix initial review | leonardo.yvens | -2/+2 |
| 2017-09-13 | Refactor fn_trait_kind | leonardo.yvens | -12/+5 |
| 2017-09-13 | honor #[rustc_const_unstable] attributes | Alex Burka | -0/+1 |
| 2017-09-13 | Refactor how to get a lang item's name | leonardo.yvens | -16/+10 |
| 2017-09-13 | Remove require_owned_box | leonardo.yvens | -4/+0 |
| 2017-09-12 | Remove deprecated lang items | leonardo.yvens | -8/+0 |
| 2017-09-12 | Remove the `cstore` reference from Session in order to prepare encapsulating ... | Michael Woerister | -4/+9 |
| 2017-09-12 | Auto merge of #44275 - eddyb:deferred-ctfe, r=nikomatsakis | bors | -72/+37 |
| 2017-09-11 | Auto merge of #44435 - alexcrichton:in-scope, r=michaelwoerister | bors | -2/+2 |
| 2017-09-11 | rustc: Remove HirId from queries | Alex Crichton | -2/+2 |
| 2017-09-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -40/+5 |
| 2017-09-11 | rustc: remove obsolete const_val::ErrKind::{Negate,Not}On. | Eduard-Mihai Burtescu | -24/+0 |
| 2017-09-11 | rustc: use ty::Const for the length of TyArray. | Eduard-Mihai Burtescu | -7/+12 |
| 2017-09-11 | rustc: replace usize with u64 and ConstUsize. | Eduard-Mihai Burtescu | -9/+4 |
| 2017-09-11 | rustc: introduce ty::Const { ConstVal, Ty }. | Eduard-Mihai Burtescu | -9/+7 |
| 2017-09-11 | rustc: intern ConstVal's in TyCtxt. | Eduard-Mihai Burtescu | -14/+40 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -43/+43 |
| 2017-09-07 | rustc: Remove `CrateStore::crates` as a method | Alex Crichton | -13/+12 |
| 2017-09-05 | rustc: Move stability functionality into queries | Alex Crichton | -145/+101 |
| 2017-09-05 | rustc: Remove `CrateStore::used_crate*` | Alex Crichton | -12/+52 |
| 2017-09-05 | rustc: Classify two more CrateStore methods untracked | Alex Crichton | -9/+5 |
| 2017-09-05 | rustc: Migrate `visible_parent_map` to a query | Alex Crichton | -7/+1 |
| 2017-09-05 | rustc: Migrate `CrateStore::item_body` to a query | Alex Crichton | -11/+0 |
| 2017-09-05 | rustc: Remove lang item methods from CrateStore | Alex Crichton | -11/+2 |
| 2017-09-05 | rustc: Migrate lang items to a query | Alex Crichton | -75/+51 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -42/+52 |
| 2017-09-05 | rustc: Remove a number of mutable fields in cstore | Alex Crichton | -12/+0 |
| 2017-09-05 | rustc: Move implementations_of_trait to a query | Alex Crichton | -6/+0 |
| 2017-09-05 | rustc: Move original_crate_name to a query | Alex Crichton | -5/+0 |
| 2017-09-05 | rustc: Move crate_hash to a query | Alex Crichton | -2/+0 |
| 2017-09-05 | rustc: Move crate_disambiguator to queries | Alex Crichton | -3/+0 |
| 2017-09-05 | rustc: Move {plugin,derive}_registrar_fn to queries | Alex Crichton | -6/+0 |
| 2017-09-05 | rustc: Migrate `CStore::native_libraries` to a query | Alex Crichton | -3/+0 |
| 2017-09-05 | rustc: Migrate `CStore::expored_symbols` to a query | Alex Crichton | -2/+0 |
| 2017-09-05 | rustc: Move `impl_defaultness` to a query | Alex Crichton | -6/+0 |
| 2017-09-05 | rustc: Move a few more cstore methods to queries | Alex Crichton | -20/+7 |
| 2017-09-03 | Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakis | bors | -179/+177 |
| 2017-09-03 | Auto merge of #44195 - alexcrichton:remove-used-unsafe, r=nikomatsakis | bors | -5/+50 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -179/+177 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -202/+151 |
| 2017-09-01 | rustc: take TyCtxt and RegionMaps in CodeMap::span. | Eduard-Mihai Burtescu | -26/+22 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CFG. | Eduard-Mihai Burtescu | -47/+49 |