| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Erase regions in try_eval_bits | Aaron Hill | -0/+1 |
| 2020-07-22 | Normalize opaque types when converting `ParamEnv` to `Reveal::All` | Aaron Hill | -75/+127 |
| 2020-07-21 | Revert "Compare tagged/niche-filling layout and pick the best one" | Mark Rousskov | -23/+4 |
| 2020-07-21 | fetch -> lookup | Bastian Kauschke | -1/+1 |
| 2020-07-21 | `try_update` -> `try_upgrade` | Bastian Kauschke | -1/+1 |
| 2020-07-21 | remove some const arg in ty dep path boilerplate | Bastian Kauschke | -0/+21 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -4/+29 |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -59/+151 |
| 2020-07-20 | Migrate rustc_depr uses to use deprecation attribute | Mark Rousskov | -30/+41 |
| 2020-07-20 | Rollup merge of #74376 - lcnr:type-dependent-path-cleanup, r=eddyb | Manish Goregaokar | -1/+5 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -6/+6 |
| 2020-07-20 | ty: normalize fn sigs before subst | David Wood | -17/+26 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -29/+52 |
| 2020-07-20 | ty: add doc comments to `Generics` methods | David Wood | -1/+3 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -3/+3 |
| 2020-07-20 | ty: `STILL_FURTHER_SPECIALIZABLE` w/out prnt subst | David Wood | -8/+66 |
| 2020-07-19 | Rollup merge of #74516 - lcnr:min-specialization-ice, r=matthewjasper | Manish Goregaokar | -1/+3 |
| 2020-07-19 | do not try fetching the ancestors of errored trait impls | Bastian Kauschke | -1/+3 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -9/+8 |
| 2020-07-18 | add note to `opt_const_param_of` | Bastian Kauschke | -1/+5 |
| 2020-07-17 | Rollup merge of #74069 - erikdesjardins:bad-niche, r=nikomatsakis | Manish Goregaokar | -4/+23 |
| 2020-07-17 | Rollup merge of #74424 - sexxi-goose:move_hir_place, r=nikomatsakis | Manish Goregaokar | -0/+116 |
| 2020-07-17 | Rollup merge of #74169 - ecstatic-morse:dataflow-unreachable, r=pnkfelix | Manish Goregaokar | -0/+17 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -9/+8 |
| 2020-07-17 | Auto merge of #72983 - Lezzz:rename-typeck, r=nikomatsakis | bors | -43/+43 |
| 2020-07-17 | compare tagged/niche-filling layout and pick the best one | Erik Desjardins | -1/+16 |
| 2020-07-17 | [experiment] ty/layout: compute both niche-filling and tagged layouts for enums. | Eduard-Mihai Burtescu | -4/+8 |
| 2020-07-17 | Rename TypeckTables to TypeckResults. | Valentin Lazureanu | -43/+43 |
| 2020-07-17 | Auto merge of #74395 - Mark-Simulacrum:stage0-next, r=pietroalbini | bors | -3/+1 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -3/+1 |
| 2020-07-16 | Move hir::Place to librustc_middle/hir | Aman Arora | -0/+116 |
| 2020-07-17 | Remove some `Symbol:as_str()` calls. | Nicholas Nethercote | -6/+7 |
| 2020-07-17 | Add `UnsafetyViolationDetails`. | Nicholas Nethercote | -4/+88 |
| 2020-07-16 | Auto merge of #74202 - oli-obk:mir_const, r=RalfJung | bors | -385/+457 |
| 2020-07-16 | Group the try_eval functions before the eval functions | Oliver Scherer | -10/+10 |
| 2020-07-16 | Make `try_eval` private | Oliver Scherer | -2/+2 |
| 2020-07-16 | Move `ty::Const` and `ty::ConstKind` into their own modules | Oliver Scherer | -426/+445 |
| 2020-07-15 | Rollup merge of #74353 - pierwill:pierwill-edit-dep-node, r=jonas-schievink | Manish Goregaokar | -6/+8 |
| 2020-07-15 | s/try_to_usize/try_to_machine_usize/ | Oliver Scherer | -4/+4 |
| 2020-07-15 | Reduce the amount of interning and `layout_of` calls in const eval. | Oliver Scherer | -17/+70 |
| 2020-07-15 | Auto merge of #74113 - lcnr:type-dependent-consts-2, r=eddyb | bors | -74/+407 |
| 2020-07-15 | unify Instance::resolve | Bastian Kauschke | -12/+15 |
| 2020-07-15 | unsafety_check_result_for_const_arg | Bastian Kauschke | -1/+1 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -4/+5 |
| 2020-07-15 | ty_def_id -> def_id_for_type_of | Bastian Kauschke | -3/+3 |
| 2020-07-15 | improve naming | Bastian Kauschke | -42/+47 |
| 2020-07-15 | cleanup | Bastian Kauschke | -6/+46 |
| 2020-07-15 | update promoted_mir | Bastian Kauschke | -2/+14 |
| 2020-07-15 | update const arg queries | Bastian Kauschke | -32/+91 |
| 2020-07-15 | only call `typeck_tables_of_const_arg` for const args | Bastian Kauschke | -2/+13 |