| Age | Commit message (Expand) | Author | Lines |
| 2023-05-11 | Rollup merge of #111366 - obeis:ascribe-user-type-variance, r=lcnr | Michael Goulet | -2/+2 |
| 2023-05-10 | Make `NonUseContext::AscribeUserTy` carry `ty::Variance` | Obei Sideg | -2/+2 |
| 2023-05-09 | Reduce BitSet size used in `Borrows` dataflow analysis | vlad20012 | -1/+1 |
| 2023-05-09 | Rollup merge of #110583 - Ezrashaw:tweak-make-mut-spans, r=estebank | Dylan DPC | -245/+264 |
| 2023-05-08 | Rollup merge of #110827 - compiler-errors:issue-110761-followup, r=cjgillot | Dylan DPC | -3/+13 |
| 2023-05-05 | fix trait definition spans in "make mut" suggestion | Ezra Shaw | -196/+197 |
| 2023-05-05 | implement review comment | Ezra Shaw | -2/+2 |
| 2023-05-05 | tweak spans for `ref mut` suggestion | Ezra Shaw | -7/+9 |
| 2023-05-05 | tweak "make mut" spans (No. 4) | Ezra Shaw | -6/+6 |
| 2023-05-05 | tweak "make mut" spans (No. 3) | Ezra Shaw | -0/+4 |
| 2023-05-05 | tweak "make mut" spans (No. 2) | Ezra Shaw | -21/+27 |
| 2023-05-05 | tweak "make mut" spans when assigning to locals | Ezra Shaw | -25/+31 |
| 2023-05-05 | Rollup merge of #111132 - lcnr:nll-generalize, r=b-naber | Yuki Okushi | -8/+13 |
| 2023-05-04 | Auto merge of #111014 - klensy:no-rc, r=WaffleLapkin | bors | -11/+8 |
| 2023-05-04 | Rollup merge of #111100 - BoxyUwU:array_repeat_expr_wf, r=compiler-errors | Matthias Krüger | -0/+15 |
| 2023-05-04 | Rollup merge of #110826 - cjgillot:place-mention-use, r=JakobDegen,lcnr | Matthias Krüger | -6/+4 |
| 2023-05-04 | check array type of repeat exprs is wf | Boxy | -0/+15 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -10/+19 |
| 2023-05-03 | remove `inside_canonicalization_ctxt` flag | lcnr | -8/+13 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -49/+49 |
| 2023-05-01 | Box AssertKind | Ben Kimock | -3/+3 |
| 2023-05-01 | Rollup merge of #110823 - compiler-errors:tweak-await-span, r=b-naber | Matthias Krüger | -6/+23 |
| 2023-04-30 | Lrc -> Rc | klensy | -1/+1 |
| 2023-04-30 | RegionInferenceContext: remove Rc from rev_scc_graph field | klensy | -11/+8 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -6/+4 |
| 2023-04-28 | Rollup merge of #110960 - lukas-code:unused-mut, r=compiler-errors | Matthias Krüger | -6/+7 |
| 2023-04-28 | remove unused `mut`s | Lukas Markeffsky | -1/+1 |
| 2023-04-28 | Fix an ICE in conflict errors diagnostics | Maybe Waffle | -1/+1 |
| 2023-04-28 | fix false negative for `unused_mut` | Lukas Markeffsky | -5/+6 |
| 2023-04-27 | Don't call await a method | Michael Goulet | -6/+23 |
| 2023-04-26 | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | -6/+8 |
| 2023-04-25 | Fix lifetime suggestion for type aliases with objects in them | Michael Goulet | -3/+13 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -1/+1 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -10/+17 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -17/+17 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -1/+1 |
| 2023-04-22 | Auto merge of #109753 - compiler-errors:replenish-region-constraints, r=aliemjay | bors | -31/+18 |
| 2023-04-22 | Auto merge of #104844 - cjgillot:mention-eval-place, r=jackh726,RalfJung | bors | -5/+7 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -1/+2 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -1/+1 |
| 2023-04-21 | Evaluate place expression in `PlaceMention`. | Camille GILLOT | -5/+7 |
| 2023-04-21 | offset_of | DrMeepster | -1/+2 |
| 2023-04-21 | Clone region var origins instead of taking in borrowck | Michael Goulet | -31/+18 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -57/+41 |
| 2023-04-19 | Extend and use `hir::Node::body_id` | Maybe Waffle | -20/+1 |
| 2023-04-19 | Add suggestion to use a closure arg instead of a capture on bck error | Maybe Waffle | -3/+182 |
| 2023-04-19 | Add `#[track_caller]` to `struct_span_err_with_code` (drive-by cleanup) | Maybe Waffle | -0/+1 |
| 2023-04-19 | Remove useless check (drive-by cleanup) | Maybe Waffle | -15/+1 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |