| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-02-03 | Improve a local variable name. | Nicholas Nethercote | -2/+2 |
| 2024-02-02 | Normalize the whole PolyTypeOutlivesPredicate, more simplifications | Michael Goulet | -52/+49 |
| 2024-02-02 | Don't hang when there's an infinite loop of outlives obligations | Michael Goulet | -57/+76 |
| 2024-02-02 | Normalize type outlives obligations in NLL | Michael Goulet | -50/+125 |
| 2024-02-02 | Rename `BorrowckErrors` as `BorrowckDiags`. | Nicholas Nethercote | -26/+26 |
| 2024-02-02 | Remove `BorrowckErrors::tainted_by_errors`. | Nicholas Nethercote | -59/+66 |
| 2024-02-02 | Remove `BorrowckErrors::set_tainted_by_errors`. | Nicholas Nethercote | -5/+0 |
| 2024-02-02 | Rename `buffer_non_error_diag` as `buffer_non_error`. | Nicholas Nethercote | -5/+5 |
| 2024-01-30 | Auto merge of #119101 - compiler-errors:outlives, r=lcnr | bors | -9/+28 |
| 2024-01-30 | Rollup merge of #120488 - nnethercote:diag-lifetimes, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-01-30 | Remove the lifetime from `DiagnosticArgValue`. | Nicholas Nethercote | -1/+1 |
| 2024-01-30 | Apply suggestions from review | Michael Goulet | -10/+28 |
| 2024-01-30 | Normalize caller bounds | Michael Goulet | -1/+2 |
| 2024-01-29 | Rollup merge of #120390 - matthewjasper:inline-constant-pat-mir, r=davidtwco | Dylan DPC | -8/+56 |
| 2024-01-29 | Borrow check inline const patterns | Matthew Jasper | -8/+56 |
| 2024-01-29 | Stop using `String` for error codes. | Nicholas Nethercote | -6/+8 |
| 2024-01-25 | Remove unused features | clubby789 | -3/+0 |
| 2024-01-23 | Auto merge of #116152 - cjgillot:unchunck, r=nnethercote | bors | -3/+3 |