| Age | Commit message (Expand) | Author | Lines |
| 2020-03-18 | Rollup merge of #69899 - ecstatic-morse:const-idx-methods, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 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 | Make stuff private. | Camille GILLOT | -24/+19 |
| 2020-03-17 | Rename `from_u32_const` -> `from_u32` | Dylan MacKenzie | -1/+1 |
| 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 | -2/+34 |
| 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 | -105/+295 |
| 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 | -25/+18 |
| 2020-03-16 | hygiene: `modern` -> `normalize_to_macros_2_0` | Vadim Petrochenkov | -8/+10 |
| 2020-03-15 | rustc: tweak comments on InstanceDef. | Ana-Maria Mihalache | -12/+9 |
| 2020-03-15 | rustc: don't resolve Instances which would produce malformed shims. | Eduard-Mihai Burtescu | -0/+15 |
| 2020-03-15 | Avoid ICEs when we emit errors constructing the specialization graph | Matthew Jasper | -1/+2 |
| 2020-03-15 | Add attributes to allow specializing on traits | Matthew Jasper | -1/+32 |
| 2020-03-14 | Index HIR after creating TyCtxt | John Kåre Alsaker | -10/+5 |
| 2020-03-14 | Remove `Hir` and `HirBody` dep nodes | John Kåre Alsaker | -2/+0 |
| 2020-03-14 | Clean up the collector | John Kåre Alsaker | -1/+1 |
| 2020-03-14 | Remove `AllLocalTraitImpls` | John Kåre Alsaker | -1/+0 |
| 2020-03-14 | Update `trait_impls` | John Kåre Alsaker | -3/+17 |
| 2020-03-14 | Create Map after TyCtxt | John Kåre Alsaker | -16/+27 |
| 2020-03-14 | Add HIR queries | John Kåre Alsaker | -0/+1 |
| 2020-03-14 | Use smaller discriminants for generators | Jonas Schievink | -6/+9 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+1 |
| 2020-03-13 | Print ConstKind::Placeholder just like TyKind::Placeholder | Oliver Scherer | -15/+1 |
| 2020-03-13 | Print ConstKind::Bound the same as TyKind::Bound | Oliver Scherer | -9/+17 |
| 2020-03-12 | Ensure HAS_FREE_LOCAL_NAMES is set for ReFree | Matthew Jasper | -26/+29 |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -6/+6 |