| Age | Commit message (Expand) | Author | Lines |
| 2021-03-16 | Update compiler/rustc_middle/src/ty/consts/valtree.rs | Oli Scherer | -1/+2 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -2/+2 |
| 2021-03-16 | Auto merge of #83153 - Aaron1011:eval-always-extern_mod_stmt_cnum, r=michaelw... | bors | -0/+2 |
| 2021-03-16 | Use delay_span_bug instead of panic in layout_scalar_valid_range | Tomasz Miąsko | -6/+9 |
| 2021-03-15 | Make functions passed to BoundVarReplacer be optional | Jack Huey | -55/+53 |
| 2021-03-15 | Functions inlined into reachable functions are reachable | Tomasz Miąsko | -0/+8 |
| 2021-03-15 | Add comments with examples and tests | Roxane | -1/+23 |
| 2021-03-15 | Mark `extern_mod_stmt_cnum` as `eval_always` | Aaron Hill | -0/+2 |
| 2021-03-15 | Rollup merge of #83132 - Aaron1011:fix/incr-cache-dummy, r=estebank | Dylan DPC | -3/+3 |
| 2021-03-15 | Rollup merge of #83108 - jyn514:remove-unused, r=estebank | Dylan DPC | -5/+0 |
| 2021-03-15 | Pacify tidy | Oli Scherer | -1/+1 |
| 2021-03-15 | Do not expose fallible `to_int` operation on `Scalar`. | Oli Scherer | -19/+17 |
| 2021-03-15 | Document valtree | Oli Scherer | -0/+18 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -29/+21 |
| 2021-03-15 | Auto merge of #82999 - cuviper:rustc-rayon-0.3.1, r=Mark-Simulacrum | bors | -1/+1 |
| 2021-03-14 | Don't encode file information for span with a dummy location | Aaron Hill | -3/+3 |
| 2021-03-14 | Use the correct FakeReadCause | Roxane | -2/+2 |
| 2021-03-14 | Assert there is no duplicate node. | Camille GILLOT | -3/+2 |
| 2021-03-14 | Introduce new fake reads | Roxane | -0/+6 |
| 2021-03-14 | Remove unused `opt_local_def_id_to_hir_id` function | Joshua Nelson | -5/+0 |
| 2021-03-13 | Auto merge of #83064 - cjgillot:fhash, r=jackh726 | bors | -7/+0 |
| 2021-03-13 | Auto merge of #82891 - cjgillot:monoparent, r=petrochenkov | bors | -0/+12 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -0/+12 |
| 2021-03-12 | Visit `mir::Constant::user_ty` for completeness. | Oli Scherer | -2/+2 |
| 2021-03-12 | Replace a custom lift method with a Lift impl | Oli Scherer | -4/+7 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -11/+164 |
| 2021-03-12 | Directly intern allocations so that we can write a `Lift` impl for them | Oli Scherer | -6/+29 |
| 2021-03-12 | Add `ty` helper function for mir constants | Oli Scherer | -0/+3 |
| 2021-03-12 | Split pretty printer logic for scalar int and scalar ptr | Oli Scherer | -46/+67 |
| 2021-03-12 | Pull out ConstValue relating into its own function | Oli Scherer | -46/+51 |
| 2021-03-12 | Reduce the duplication in the relation logic for constants | Oli Scherer | -67/+45 |
| 2021-03-12 | Reduce destructuring and re-interning where possible | Oli Scherer | -15/+18 |
| 2021-03-12 | Resolve a FIXME around type equality checks in Relate for constants | Oli Scherer | -6/+9 |
| 2021-03-12 | Add convenience conversion methods for ScalarInt | Oli Scherer | -10/+53 |
| 2021-03-12 | Add fallible Scalar to ScalarInt conversion method | Oli Scherer | -13/+15 |
| 2021-03-12 | Intern valtree field vector | Oli Scherer | -6/+16 |
| 2021-03-12 | Implement valtree | Oli Scherer | -3/+28 |
| 2021-03-11 | Remove useless method. | Camille GILLOT | -7/+0 |
| 2021-03-11 | Auto merge of #82964 - Nicholas-Baron:shorten_middle_ty, r=jackh726 | bors | -1240/+1279 |
| 2021-03-10 | Update to rustc-rayon 0.3.1 | Josh Stone | -1/+1 |
| 2021-03-10 | Moved more of the capture related types into closure.rs | Nicholas-Baron | -172/+173 |
| 2021-03-10 | Moved more types into upvar.rs (now named closure.rs) | Nicholas-Baron | -169/+170 |
| 2021-03-10 | Moved all Adt* types to adt.rs | Nicholas-Baron | -467/+488 |
| 2021-03-10 | Moved all Assoc* types to assoc.rs. | Nicholas-Baron | -162/+173 |
| 2021-03-10 | Moved types starting with 'Generic' into generics.rs. | Nicholas-Baron | -248/+259 |
| 2021-03-10 | Moved UpVar* types to a separate file. | Nicholas-Baron | -64/+74 |
| 2021-03-10 | Grouped some ungrouped use and mod lines. | Nicholas-Baron | -35/+19 |
| 2021-03-10 | Auto merge of #82982 - Dylan-DPC:rollup-mt497z7, r=Dylan-DPC | bors | -3/+5 |
| 2021-03-10 | Rollup merge of #81309 - lcnr:lazy-norm-err-msgh, r=nikomatsakis | Dylan DPC | -3/+5 |
| 2021-03-10 | Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu | bors | -16/+39 |