| Age | Commit message (Expand) | Author | Lines |
| 2024-08-16 | implement basic inferring of lifetimes | dfireBird | -84/+107 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -11/+9 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -11/+9 |
| 2024-08-15 | Auto merge of #17893 - ShoyuVanilla:issue-17871, r=flodiebold | bors | -8/+7 |
| 2024-08-15 | fix: Panic while displaying associated function with a type annotation | Shoyu Vanilla | -8/+7 |
| 2024-08-14 | rust-analyzer: use in-tree pattern_analysis crate | Nadrieril | -2/+4 |
| 2024-08-15 | fix r-a | Slanterns | -1/+1 |
| 2024-08-14 | Auto merge of #17882 - ShoyuVanilla:issue-17866, r=lnicola | bors | -3/+35 |
| 2024-08-14 | fix: Panic while canonicalizing erroneous projection type | Shoyu Vanilla | -3/+35 |
| 2024-08-14 | Be more resilient to bad language item definitions in binop inference | Laurențiu Nicola | -9/+45 |
| 2024-08-13 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+2 |
| 2024-08-13 | Bump `rustc_pattern_analysis` | Shoyu Vanilla | -8/+8 |
| 2024-08-13 | feat: `min-exhaustive-patterns | Shoyu Vanilla | -15/+61 |
| 2024-08-12 | fix: Missing non-exhaustive let diagnostics inside async or unsafe block | Shoyu Vanilla | -2/+7 |
| 2024-08-12 | Auto merge of #17859 - Veykril:rustc_deprecated_safe_2024, r=Veykril | bors | -8/+3 |
| 2024-08-12 | fix: Correctly support `#[rustc_deprecated_safe_2024]` | Lukas Wirth | -8/+3 |
| 2024-08-12 | Auto merge of #17845 - ShoyuVanilla:tait, r=Veykril | bors | -187/+287 |
| 2024-08-10 | Fixes in various places | Nadrieril | -0/+2 |
| 2024-08-10 | fix: Fix find_path not respecting non-std preference config correctly | Lukas Wirth | -0/+1 |
| 2024-08-10 | feat: Implement TAIT | Shoyu Vanilla | -187/+287 |
| 2024-08-08 | fix: Panic while rendering function with impl trait arg | Shoyu Vanilla | -4/+4 |
| 2024-08-06 | Replace `[package.repository] = "…"` of published crates with `[package.rep... | Vincent Esche | -1/+1 |
| 2024-08-06 | Add repository URL for published crates' missing `[package.repository]` fields | Vincent Esche | -0/+1 |
| 2024-08-06 | Replace `"TBD"` with more helpful desciptions in published crates' `[package.... | Vincent Esche | -1/+1 |
| 2024-08-05 | Surpress type mismatches in calls with mismatched arg counts | Lukas Wirth | -3/+4 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -6/+3 |
| 2024-08-05 | fix: Insert a generic arg for `impl Trait` when lowering generic args | Shoyu Vanilla | -0/+19 |
| 2024-08-01 | Prevent redundant obigation push for assignee exprs | Shoyu Vanilla | -4/+8 |
| 2024-08-01 | fix: Apply `IndexMut` obligations for non-assigning mutable index usages, too | Shoyu Vanilla | -3/+71 |
| 2024-07-31 | Add a test case | Shoyu Vanilla | -0/+2 |
| 2024-07-31 | fix: Errors on method call inferences with elided lifetimes | Shoyu Vanilla | -24/+72 |
| 2024-07-28 | Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, found 1 | Francis McKenzie | -2/+46 |
| 2024-07-25 | Make legacy_const_generics_indices thin by double boxing as its seldom used | Lukas Wirth | -6/+6 |
| 2024-07-25 | Fix incorrect handling of cfg'd varargs | Lukas Wirth | -3/+18 |
| 2024-07-25 | Remove Params and Fields from AstIdMap | Lukas Wirth | -1/+3 |
| 2024-07-22 | internal: Shrink size of `Binding` | Lukas Wirth | -20/+27 |
| 2024-07-21 | fix: Panic in debug profile for tuple deconstruct with arity mismatch | Shoyu Vanilla | -0/+9 |
| 2024-07-19 | Auto merge of #17639 - Veykril:salsa-perf, r=Veykril | bors | -0/+1 |
| 2024-07-19 | Make LRU opt-in | Lukas Wirth | -0/+1 |
| 2024-07-19 | Auto merge of #17620 - Veykril:edition-aware-parser, r=Veykril | bors | -29/+35 |
| 2024-07-18 | Encode edition within FileId in the hir layer | Lukas Wirth | -29/+35 |
| 2024-07-17 | Auto merge of #17618 - Veykril:rustc_skip_during_method_dispatch, r=Veykril | bors | -16/+75 |
| 2024-07-17 | Support rustc_skip_during_method_dispatch | Lukas Wirth | -16/+75 |
| 2024-07-16 | Auto merge of #17609 - lnicola:sync-from-rust, r=lnicola | bors | -3/+2 |
| 2024-07-16 | Merge from rust-lang/rust | Laurențiu Nicola | -3/+2 |
| 2024-07-16 | Remove Name::to_smol_str | Lukas Wirth | -20/+40 |
| 2024-07-16 | More symbol usage | Lukas Wirth | -64/+73 |
| 2024-07-16 | Switch token trees to use Symbols | Lukas Wirth | -2/+3 |
| 2024-07-16 | Use re-exported Idx and IndexVec in pat_analysis | Laurențiu Nicola | -3/+2 |
| 2024-07-15 | Auto merge of #17559 - Veykril:tokentree, r=Veykril | bors | -1/+1 |