| Age | Commit message (Expand) | Author | Lines |
| 2024-02-19 | Auto merge of #121211 - lcnr:nll-relate-handle-infer, r=BoxyUwU | bors | -16/+0 |
| 2024-02-19 | Drive-by `DUMMY_SP` -> `Span` and fmt changes | Esteban Küber | -12/+16 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -51/+68 |
| 2024-02-17 | Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercote | Matthias Krüger | -143/+207 |
| 2024-02-17 | Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,Nilstrieb | Guillaume Boisseau | -53/+12 |
| 2024-02-17 | use `instantiate_ty_var` in nll | lcnr | -16/+0 |
| 2024-02-16 | Rollup merge of #121020 - oli-obk:diagnostics_ice, r=davidtwco | Guillaume Gomez | -1/+1 |
| 2024-02-16 | Move trait into attr so it's greppable | Michael Goulet | -8/+8 |
| 2024-02-16 | Use extension trait derive | Michael Goulet | -52/+11 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -10/+3 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -5/+2 |
| 2024-02-15 | errors: only eagerly translate subdiagnostics | David Wood | -143/+207 |
| 2024-02-14 | clean up potential_query_instability with FxIndexMap and UnordMap | yukang | -5/+2 |
| 2024-02-14 | Auto merge of #120454 - clubby789:cargo-update, r=Nilstrieb | bors | -2/+4 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -2/+4 |
| 2024-02-13 | Check normalized call signature for WF in mir typeck | Michael Goulet | -4/+20 |
| 2024-02-13 | Avoid an ICE in diagnostics | Oli Scherer | -1/+1 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -13/+13 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -9/+8 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -8/+4 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -10/+3 |
| 2024-02-12 | Dejargnonize subst | Shoyu Vanilla | -13/+13 |
| 2024-02-12 | remove a bunch of dead parameters in fn | yukang | -8/+4 |
| 2024-02-11 | is_closure_like | Michael Goulet | -9/+8 |
| 2024-02-10 | hir: Remove `hir::Map::{opt_parent_id,parent_id,get_parent,find_parent}` | Vadim Petrochenkov | -8/+9 |
| 2024-02-09 | Auto merge of #120843 - matthiaskrgr:rollup-med37z5, r=matthiaskrgr | bors | -86/+57 |
| 2024-02-09 | Rollup merge of #120704 - amandasystems:silly-region-name-rewrite, r=compiler... | Matthias Krüger | -27/+31 |
| 2024-02-09 | Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwco | Matthias Krüger | -59/+26 |
| 2024-02-09 | Auto merge of #120594 - saethlin:delayed-debug-asserts, r=oli-obk | bors | -0/+1 |
| 2024-02-08 | Rollup merge of #120590 - compiler-errors:dead, r=Nilstrieb | Matthias Krüger | -41/+3 |
| 2024-02-08 | Add a new debug_assertions instrinsic (compiler) | Ben Kimock | -0/+1 |
| 2024-02-08 | Auto merge of #120767 - matthiaskrgr:rollup-0k8ib1c, r=matthiaskrgr | bors | -73/+67 |
| 2024-02-08 | Make `RegionName` `Copy` by (transitively) interning the few string variants | Amanda Stjerna | -13/+13 |
| 2024-02-08 | Taint borrowck results without running any borrowck if the MIR body was alrea... | Oli Scherer | -4/+5 |
| 2024-02-07 | hir: Remove `fn opt_hir_id` and `fn opt_span` | Vadim Petrochenkov | -72/+65 |
| 2024-02-07 | hir: Make sure all `HirId`s have corresponding HIR `Node`s | Vadim Petrochenkov | -1/+2 |
| 2024-02-06 | Fix incorrect suggestion for uninitialize binding in destructuring pattern | clubby789 | -1/+6 |
| 2024-02-06 | Rollup merge of #120513 - compiler-errors:normalize-regions-for-nll, r=lcnr | Matthias Krüger | -51/+142 |
| 2024-02-06 | A drive-by rewrite of give_region_a_name() | Amanda Stjerna | -17/+21 |
| 2024-02-06 | More comments, final tweaks | Michael Goulet | -2/+14 |
| 2024-02-06 | Bless tests, add comments | Michael Goulet | -3/+7 |
| 2024-02-06 | Construct body for by-move coroutine closure output | Michael Goulet | -0/+1 |
| 2024-02-06 | Teach typeck/borrowck/solvers how to deal with async closures | Michael Goulet | -22/+143 |
| 2024-02-06 | Add CoroutineClosure to TyKind, AggregateKind, UpvarArgs | Michael Goulet | -8/+39 |
| 2024-02-06 | Make async closures directly lower to ClosureKind::CoroutineClosure | Michael Goulet | -13/+29 |
| 2024-02-06 | Invert diagnostic lints. | Nicholas Nethercote | -59/+26 |
| 2024-02-03 | Rollup merge of #120592 - trevyn:cleanup-to-string, r=Nilstrieb | Matthias Krüger | -2/+2 |
| 2024-02-03 | Rollup merge of #120573 - nnethercote:rm-BorrowckErrors-tainted_by_errors, r=... | Matthias Krüger | -84/+86 |
| 2024-02-02 | Remove unnecessary `.to_string()`/`.as_str()`s | trevyn | -2/+2 |
| 2024-02-02 | Remove dead args from functions | Michael Goulet | -41/+3 |