| Age | Commit message (Expand) | Author | Lines |
| 2020-03-19 | rustc: use LocalDefId instead of DefId in TypeckTables. | Eduard-Mihai Burtescu | -77/+50 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in hir::map::definitions. | Eduard-Mihai Burtescu | -117/+108 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in ich. | Eduard-Mihai Burtescu | -24/+9 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex in HirId. | Eduard-Mihai Burtescu | -117/+74 |
| 2020-03-19 | rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it. | Eduard-Mihai Burtescu | -18/+26 |
| 2020-03-19 | rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI... | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-19 | rustc: make LocalDefId's index field public like DefId's is. | Eduard-Mihai Burtescu | -2/+2 |
| 2020-03-19 | rustc: use LocalDefId instead of DefIndex for query keys. | Eduard-Mihai Burtescu | -24/+27 |
| 2020-03-19 | do not 'return' in 'throw_' macros | Ralf Jung | -5/+6 |
| 2020-03-19 | Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakis | Mazdak Farrokhzad | -0/+12 |
| 2020-03-18 | Properly handle Spans that reference imported SourceFiles | Aaron Hill | -7/+5 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -45/+36 |
| 2020-03-18 | Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk | Mazdak Farrokhzad | -2/+5 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -217/+134 |
| 2020-03-18 | Rollup merge of #69837 - jonas-schievink:gen-discr-opt, r=tmandry | Mazdak Farrokhzad | -6/+9 |
| 2020-03-18 | Rollup merge of #69189 - matthewjasper:erase-the-world, r=nikomatsakis | Mazdak Farrokhzad | -9/+0 |
| 2020-03-18 | rustc_infer: remove InferCtxt::closure_sig as the FnSig is always shallowly k... | Eduard-Mihai Burtescu | -20/+14 |
| 2020-03-17 | Use `const_eval_limit` instead of infinite loop detector | Dylan MacKenzie | -7/+5 |
| 2020-03-17 | Make stuff private. | Camille GILLOT | -24/+19 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -2/+2 |
| 2020-03-17 | Rollup merge of #69956 - matthewjasper:fix-region-flags, r=nikomatsakis | Mazdak Farrokhzad | -26/+29 |
| 2020-03-17 | Remove `free_region_map` from `TypeckTables` | Matthew Jasper | -9/+0 |
| 2020-03-17 | Rollup merge of #70049 - oli-obk:param_env_empty_considered_unimplemented, r=... | Mazdak Farrokhzad | -15/+34 |
| 2020-03-16 | Auto merge of #68970 - matthewjasper:min-spec, r=nikomatsakis | bors | -12/+53 |
| 2020-03-16 | Fiddle `ParamEnv` through to a place that used to use `ParamEnv::empty` in a ... | Oliver Scherer | -15/+34 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -113/+303 |
| 2020-03-16 | Rollup merge of #70036 - mark-i-m:describe-it-4, r=eddyb | Dylan DPC | -14/+15 |
| 2020-03-16 | Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasper | Dylan DPC | -8/+10 |
| 2020-03-16 | Remove QueryState type alias. | Camille GILLOT | -21/+22 |
| 2020-03-16 | Make QueryCache parameters associated types. | Camille GILLOT | -94/+101 |
| 2020-03-16 | Simplify type aliases. | Camille GILLOT | -36/+21 |
| 2020-03-16 | Offload try_collect_active_jobs. | Camille GILLOT | -26/+37 |
| 2020-03-16 | Remove Q parameter from try_get_cached. | Camille GILLOT | -11/+13 |
| 2020-03-16 | Remove Q parameter from JobOwner. | Camille GILLOT | -18/+43 |
| 2020-03-16 | Remove Q parameter from query stats. | Camille GILLOT | -9/+14 |
| 2020-03-16 | Remove Q parameter from alloc_self_profile_query_strings_for_query_cache. | Camille GILLOT | -6/+7 |
| 2020-03-16 | Remove Q parameter from QueryCache::lookup. | Camille GILLOT | -13/+14 |
| 2020-03-16 | Unpack type arguments for QueryState. | Camille GILLOT | -15/+23 |
| 2020-03-16 | Unpack type arguments for QueryLookup. | Camille GILLOT | -3/+4 |
| 2020-03-16 | Unpack type arguments for QueryStateShard. | Camille GILLOT | -14/+21 |
| 2020-03-16 | Move impl of Queries with its definition. | Camille GILLOT | -49/+49 |
| 2020-03-16 | Inline QueryAccessor::query. | Camille GILLOT | -9/+2 |
| 2020-03-16 | Make QueryAccessor::dep_kind an associated const. | Camille GILLOT | -11/+6 |
| 2020-03-16 | Remove __query_compute module. | Camille GILLOT | -20/+8 |
| 2020-03-15 | make article_and_description primarily use def_kind | mark | -14/+15 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -45/+36 |
| 2020-03-15 | update comment | Mark Mansi | -5/+1 |
| 2020-03-15 | More Method->Fn renaming | Mark Mansi | -14/+19 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -8/+10 |