| Age | Commit message (Expand) | Author | Lines |
| 2024-03-28 | favor placeholders over existentials when choosing SCC representatives | Ali MJ Al-Nasrawy | -12/+20 |
| 2024-03-28 | check RPITs for invalid args | Ali MJ Al-Nasrawy | -11/+1 |
| 2024-03-28 | ignore error params | Ali MJ Al-Nasrawy | -0/+8 |
| 2024-03-28 | except equal parameters from the uniqueness check | Ali MJ Al-Nasrawy | -1/+97 |
| 2024-03-27 | chore: fix some comments | xiaoxiangxianzi | -1/+1 |
| 2024-03-27 | Implement `mut ref`/`mut ref mut` | Jules Bertholet | -10/+9 |
| 2024-03-26 | Rollup merge of #122589 - wutchzone:121547, r=compiler-errors | Matthias Krüger | -3/+13 |
| 2024-03-26 | ignore uncaptured lifetimes when checking opaques | Ali MJ Al-Nasrawy | -12/+11 |
| 2024-03-26 | fix ICE in check_unique | Ali MJ Al-Nasrawy | -2/+11 |
| 2024-03-25 | Rollup merge of #122970 - cuviper:use-chunk_by, r=Mark-Simulacrum | Matthias Krüger | -6/+5 |
| 2024-03-23 | Rollup merge of #122969 - cuviper:borrowck-rposition, r=matthewjasper | Jubilee | -11/+9 |
| 2024-03-23 | Use `chunk_by` when building `ReverseSccGraph` | Josh Stone | -6/+5 |
| 2024-03-23 | Simplify an iterator search in borrowck diag | Josh Stone | -11/+9 |
| 2024-03-23 | Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlin | bors | -1/+1 |
| 2024-03-23 | Fix typos | Daniel Sedlak | -3/+3 |
| 2024-03-23 | Fix diagnostics for async block cloning | Daniel Sedlak | -0/+10 |
| 2024-03-23 | refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib... | Ralf Jung | -1/+1 |
| 2024-03-23 | Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obk | Matthias Krüger | -6/+6 |
| 2024-03-23 | rename MIR int2ptr casts to match library name | Ralf Jung | -2/+2 |
| 2024-03-23 | Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlin | bors | -2/+0 |
| 2024-03-22 | Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgr | bors | -1/+1 |
| 2024-03-22 | Rename `hir::Node::Local` into `hir::Node::LetStmt` | Guillaume Gomez | -3/+3 |
| 2024-03-22 | Rename `hir::Local` into `hir::LetStmt` | Guillaume Gomez | -5/+5 |
| 2024-03-22 | Split out ImplPolarity and PredicatePolarity | Michael Goulet | -1/+1 |
| 2024-03-22 | Make RawPtr take Ty and Mutbl separately | Michael Goulet | -12/+9 |
| 2024-03-22 | Programmatically convert some of the pat ctors | Michael Goulet | -12/+8 |
| 2024-03-21 | Rollup merge of #122733 - oli-obk:error_prop, r=compiler-errors | Matthias Krüger | -0/+5 |
| 2024-03-21 | Strip placeholders from hidden types before remapping generic parameter in th... | Oli Scherer | -0/+5 |
| 2024-03-21 | Auto merge of #121123 - compiler-errors:item-assumptions, r=oli-obk | bors | -1/+1 |
| 2024-03-20 | Rollup merge of #122749 - aliemjay:region-err, r=compiler-errors | Jacob Pratt | -4/+0 |
| 2024-03-20 | make `type_flags(ReError) & HAS_ERROR` | Ali MJ Al-Nasrawy | -4/+0 |
| 2024-03-20 | Split item bounds and item super predicates | Michael Goulet | -1/+1 |
| 2024-03-20 | Auto merge of #120717 - compiler-errors:cap-closure-kind, r=oli-obk | bors | -1/+1 |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -1/+1 |
| 2024-03-19 | Auto merge of #116935 - oli-obk:different_lifetime_taits_in_same_sig, r=compi... | bors | -20/+89 |
| 2024-03-19 | Auto merge of #122735 - matthiaskrgr:rollup-pgb1s90, r=matthiaskrgr | bors | -13/+24 |
| 2024-03-19 | Auto merge of #122392 - BoxyUwU:misc_cleanup, r=lcnr | bors | -6/+4 |
| 2024-03-19 | Fix incorrect mutable suggestion information for binding in ref pattern. | surechen | -13/+24 |
| 2024-03-19 | Auto merge of #122055 - compiler-errors:stabilize-atb, r=oli-obk | bors | -1/+1 |
| 2024-03-18 | rename `instantiate_canonical_with_fresh_inference_vars` | Boxy | -6/+4 |
| 2024-03-18 | Prevent opaque types being instantiated twice with different regions within t... | Oli Scherer | -20/+89 |
| 2024-03-17 | Move `suggest_hoisting_call_outside_loop` out of `suggest_cloning` | Esteban Küber | -6/+3 |
| 2024-03-17 | Move `Visitor` impl out to the `mod` level | Esteban Küber | -22/+22 |
| 2024-03-17 | Point at `continue` and `break` that might be in the wrong place | Esteban Küber | -33/+130 |
| 2024-03-17 | Detect when move of `!Copy` value occurs within `loop` and should likely not ... | Esteban Küber | -2/+160 |
| 2024-03-15 | Rollup merge of #122254 - estebank:issue-48677, r=oli-obk | Matthias Krüger | -15/+126 |
| 2024-03-15 | Rollup merge of #122513 - petrochenkov:somehir4, r=fmease | Guillaume Gomez | -10/+4 |
| 2024-03-15 | Rollup merge of #122468 - beepster4096:borrowck_prefixes_cleanup, r=Nadrieril | Guillaume Gomez | -88/+28 |
| 2024-03-14 | hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id` | Vadim Petrochenkov | -10/+4 |
| 2024-03-14 | Rename `hir::StmtKind::Local` into `hir::StmtKind::Let` | Guillaume Gomez | -3/+3 |