| Age | Commit message (Expand) | Author | Lines |
| 2021-05-03 | Remove assert_matches feature attributes. | Mara Bos | -1/+0 |
| 2021-05-03 | Remove assert_matches users | Mark Rousskov | -6/+2 |
| 2021-03-20 | Auto merge of #82919 - bstrie:stabchar, r=dtolnay | bors | -1/+0 |
| 2021-03-19 | Stabilize `assoc_char_funcs` and `assoc_char_consts` | bstrie | -1/+0 |
| 2021-03-19 | Rollup merge of #83297 - oli-obk:why_bug_today_if_you_can_delay_to_tomorrow, ... | Dylan DPC | -5/+9 |
| 2021-03-19 | Auto merge of #82951 - sexxi-goose:wr-mir-replace-methods2, r=nikomatsakis | bors | -34/+53 |
| 2021-03-19 | Do not ICE on ty::Error as an error must already have been reported | Oli Scherer | -5/+9 |
| 2021-03-19 | Hash hir_owner in typeck results | Aman Arora | -1/+3 |
| 2021-03-18 | Replace closures_captures and upvar_capture with closure_min_captures | Jennifer Wills | -35/+52 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -3/+7 |
| 2021-03-18 | Auto merge of #82868 - petrochenkov:bto, r=estebank | bors | -0/+1 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -0/+1 |
| 2021-03-18 | Rollup merge of #83080 - tmiasko:inline-coverage, r=wesleywiser | Dylan DPC | -0/+8 |
| 2021-03-17 | Auto merge of #83188 - petrochenkov:field, r=lcnr | bors | -2/+2 |
| 2021-03-17 | Auto merge of #83090 - jackh726:bound_var_replacer_option, r=varkor | bors | -55/+53 |
| 2021-03-17 | Rollup merge of #83124 - cjgillot:iiib, r=petrochenkov | Yuki Okushi | -3/+2 |
| 2021-03-16 | Auto merge of #82936 - oli-obk:valtree, r=RalfJung,lcnr,matthewjasper | bors | -162/+443 |
| 2021-03-16 | Auto merge of #82536 - sexxi-goose:handle-patterns-take-2, r=nikomatsakis | bors | -0/+28 |
| 2021-03-16 | Update compiler/rustc_middle/src/ty/consts/valtree.rs | Oli Scherer | -1/+1 |
| 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 |