| Age | Commit message (Expand) | Author | Lines |
| 2024-04-10 | Handle more cases of value suggestions | Esteban Küber | -18/+51 |
| 2024-04-10 | Use trait solver to answer questions instead of manually writing a trait solver | Oli Scherer | -79/+22 |
| 2024-04-09 | Tweak value suggestions in `borrowck` and `hir_analysis` | Esteban Küber | -10/+8 |
| 2024-04-08 | Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnr | bors | -8/+23 |
| 2024-04-08 | Eliminate `DefiningAnchor` now that is just a single-variant enum | Oli Scherer | -8/+5 |
| 2024-04-08 | Eagerly check for accidentally registered region constraints instead of waiti... | Oli Scherer | -0/+6 |
| 2024-04-08 | Pass list of defineable opaque types into canonical queries | Oli Scherer | -0/+12 |
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+2 |
| 2024-04-06 | Account for trait/impl difference when suggesting changing argument from ref ... | Esteban Küber | -35/+54 |
| 2024-04-05 | Provide suggestion to dereference closure tail if appropriate | Esteban Küber | -4/+210 |
| 2024-04-03 | Rollup merge of #123419 - petrochenkov:zeroindex, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-04-03 | rustc_index: Add a `ZERO` constant to index types | Vadim Petrochenkov | -1/+1 |
| 2024-04-03 | rename `expose_addr` to `expose_provenance` | joboet | -2/+2 |
| 2024-04-02 | Rollup merge of #122935 - RalfJung:with-exposed-provenance, r=Amanieu | Jacob Pratt | -2/+2 |
| 2024-03-30 | Stop calling visitors V | Michael Goulet | -3/+12 |
| 2024-03-29 | Rollup merge of #123188 - klensy:clippy-me2, r=Nilstrieb | Matthias Krüger | -16/+15 |
| 2024-03-29 | Auto merge of #123080 - Jules-Bertholet:mut-ref-mut, r=Nadrieril | bors | -10/+9 |
| 2024-03-28 | and few more | klensy | -16/+15 |
| 2024-03-28 | Auto merge of #116891 - aliemjay:opaque-region-infer-rework-2, r=compiler-err... | bors | -181/+253 |
| 2024-03-28 | simplify check_unique | Ali MJ Al-Nasrawy | -70/+25 |
| 2024-03-28 | reject external lifetimes as invalid arguments | Ali MJ Al-Nasrawy | -4/+10 |
| 2024-03-28 | rework opaque types region inference | Ali MJ Al-Nasrawy | -87/+72 |
| 2024-03-28 | convert all named regions in opaque types to nll vars | Ali MJ Al-Nasrawy | -0/+16 |
| 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 |