| Age | Commit message (Expand) | Author | Lines |
| 2023-02-16 | `if $c:expr { Some($r:expr) } else { None }` =>> `$c.then(|| $r)` | Maybe Waffle | -1/+1 |
| 2023-02-14 | s/eval_usize/eval_target_usize/ for clarity | Oli Scherer | -1/+1 |
| 2023-02-02 | Put a DefId in AggregateKind. | Camille GILLOT | -2/+6 |
| 2023-01-30 | Use `Mutability::{is_mut, is_not}` | Maybe Waffle | -1/+1 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -5/+5 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-17 | tidy | Waffle Maybe | -1/+1 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -5/+5 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -2/+2 |
| 2022-12-22 | Fix the issue number in comment for as_local_call_operand | Tomasz Miąsko | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-12-20 | Some style nits | Oli Scherer | -2/+2 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -300/+72 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -1/+1 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -72/+300 |
| 2022-12-14 | address review | b-naber | -87/+50 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-12 | Rollup merge of #105615 - WaffleLapkin:remove_opt_scope_span_mention, r=compi... | Matthias Krüger | -4/+2 |
| 2022-12-12 | Fixup method doc that mentions removed param | Maybe Waffle | -4/+2 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -2/+2 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -1/+1 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -2/+2 |
| 2022-11-29 | Support most constant kinds in custom mir | Jakob Degen | -66/+71 |
| 2022-11-29 | reduce allocations | b-naber | -38/+111 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -14/+14 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -34/+62 |
| 2022-11-23 | include closures and generators in try_compute_field_ty | b-naber | -3/+39 |
| 2022-11-23 | get field ty during projecting | b-naber | -98/+181 |
| 2022-11-23 | address review | b-naber | -0/+7 |
| 2022-11-23 | properly handle enum field projections | b-naber | -38/+18 |
| 2022-11-23 | implement PlaceBuilder::try_ty | b-naber | -0/+58 |
| 2022-11-23 | Auto merge of #103947 - camsteffen:place-clones, r=cjgillot | bors | -91/+90 |
| 2022-11-22 | Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi... | Dylan DPC | -1/+1 |
| 2022-11-21 | Only declare bindings for if-let guards once per arm | Léo Lanteri Thauvin | -1/+1 |
| 2022-11-20 | Change to Ty::is_inhabited_from | Cameron Steffen | -9/+4 |
| 2022-11-17 | Remove more PlaceBuilder clones | Cameron Steffen | -4/+10 |
| 2022-11-17 | Replace into_place with to_place | Cameron Steffen | -33/+19 |
| 2022-11-17 | Replace try_upvars_resolved with try_to_place | Cameron Steffen | -10/+8 |
| 2022-11-17 | Introduce PlaceBuilder::resolve_upvar by ref | Cameron Steffen | -63/+72 |
| 2022-11-10 | Use const_error_with_guaranteed more | Michael Goulet | -6/+25 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -2/+1 |
| 2022-10-31 | Remove bounds check with enum cast | ouz-a | -1/+50 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -3/+2 |
| 2022-10-13 | Ensure enum cast moves | Gary Guo | -2/+2 |
| 2022-10-09 | Skip chained OpaqueCast when building captures. | Camille GILLOT | -8/+7 |
| 2022-10-08 | Rollup merge of #102675 - ouz-a:mir-technical-debt, r=oli-obk | Matthias Krüger | -11/+2 |
| 2022-10-06 | Remove `mir::CastKind::Misc` | ouz-a | -11/+2 |
| 2022-09-28 | fix unwind drop glue for if-then scopes | Ding Xiang Fei | -2/+2 |
| 2022-09-23 | rename Unevaluated to UnevaluatedConst | b-naber | -2/+4 |