| Age | Commit message (Expand) | Author | Lines |
| 2024-08-19 | chore(config): remove `invocationLocation` in favor of `invocationStrategy` | Victor Song | -173/+33 |
| 2024-08-17 | Auto merge of #17915 - Veykril:offline-no-deps, r=Veykril | bors | -24/+85 |
| 2024-08-17 | Adress new clippy::large_enum_variant diagnostics | Lukas Wirth | -7/+10 |
| 2024-08-17 | feat: Make rust-analyzer work partially when missing an internet connection | Lukas Wirth | -17/+75 |
| 2024-08-17 | Auto merge of #17916 - ShoyuVanilla:issue-17711, r=Veykril | bors | -18/+50 |
| 2024-08-17 | fix: Wrong BoundVar index when lowering impl trait parameter of parent generics | Shoyu Vanilla | -18/+50 |
| 2024-08-17 | Pin `rowan` to `0.15.15` | Shoyu Vanilla | -1/+1 |
| 2024-08-16 | Remove rust-analyzer.workspace.discoverProjectRunner | David Richey | -12/+0 |
| 2024-08-16 | Auto merge of #17900 - darichey:exclude-vendored-libraries, r=davidbarsky | bors | -19/+95 |
| 2024-08-16 | Auto merge of #17905 - ChayimFriedman2:edition-dependent-raw-keyword, r=Veykril | bors | -1245/+2480 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -1245/+2480 |
| 2024-08-16 | implement basic inferring of lifetimes | dfireBird | -85/+109 |
| 2024-08-16 | Auto merge of #17903 - tmandry:graceful-exit, r=Veykril | bors | -1/+0 |
| 2024-08-16 | Auto merge of #17908 - ChayimFriedman2:usages-word-boundaries, r=Veykril | bors | -0/+14 |
| 2024-08-16 | Auto merge of #17907 - ChayimFriedman2:no-once_cell, r=Veykril | bors | -54/+49 |
| 2024-08-16 | Test for word boundary in `FindUsages` | Chayim Refael Friedman | -0/+14 |
| 2024-08-16 | Replace once_cell with std's recently stabilized OnceCell/Lock and LazyCell/Lock | Chayim Refael Friedman | -54/+49 |
| 2024-08-15 | Allow flycheck process to exit gracefully | Tyler Mandry | -1/+0 |
| 2024-08-15 | Add scip/lsif flag to exclude vendored libaries | David Richey | -19/+95 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -129/+347 |
| 2024-08-15 | Auto merge of #17893 - ShoyuVanilla:issue-17871, r=flodiebold | bors | -8/+35 |
| 2024-08-15 | fix: Panic while displaying associated function with a type annotation | Shoyu Vanilla | -8/+35 |
| 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 | Auto merge of #17891 - lnicola:binop-bad-lang-items, r=flodiebold | bors | -9/+45 |
| 2024-08-14 | Be more resilient to bad language item definitions in binop inference | Laurențiu Nicola | -9/+45 |
| 2024-08-14 | Auto merge of #17885 - Wilfred:op_queue_docs, r=lnicola | bors | -0/+20 |
| 2024-08-13 | docs: Add a doc comment for OpQueue | Wilfred Hughes | -0/+20 |
| 2024-08-13 | Merge from rust-lang/rust | Laurențiu Nicola | -0/+2 |
| 2024-08-13 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 |
| 2024-08-13 | Bump `rustc_pattern_analysis` | Shoyu Vanilla | -32/+30 |
| 2024-08-13 | Temporarily remove non-working test case | Shoyu Vanilla | -12/+2 |
| 2024-08-13 | feat: `min-exhaustive-patterns | Shoyu Vanilla | -15/+131 |
| 2024-08-13 | Auto merge of #17876 - Veykril:semantics-include-simplify, r=Veykril | bors | -88/+18 |
| 2024-08-13 | Remove unreachable logic for include token mapping | Lukas Wirth | -88/+18 |
| 2024-08-13 | Auto merge of #17867 - ShoyuVanilla:issue-17854, r=Veykril | bors | -2/+27 |
| 2024-08-12 | fix: Trailing excess comma in "Convert to named struct" assist | Shoyu Vanilla | -2/+27 |
| 2024-08-12 | fix: Missing non-exhaustive let diagnostics inside async or unsafe block | Shoyu Vanilla | -2/+46 |
| 2024-08-12 | Auto merge of #17864 - Veykril:lsif, r=Veykril | bors | -5/+16 |
| 2024-08-12 | Build and run build scripts in lsif command | Lukas Wirth | -5/+16 |
| 2024-08-12 | Auto merge of #17863 - Veykril:include-diags, r=Veykril | bors | -56/+93 |
| 2024-08-12 | Resolve included files to their calling modules in IDE layer | Lukas Wirth | -56/+93 |
| 2024-08-12 | Auto merge of #17861 - Veykril:bump-lock, r=Veykril | bors | -134/+161 |
| 2024-08-12 | Allow new license combination | Lukas Wirth | -0/+1 |
| 2024-08-12 | Only keep lib/ in publish-libs | Laurențiu Nicola | -3/+2 |
| 2024-08-12 | Auto merge of #17850 - Veykril:rust-analyzer-crate, r=Veykril | bors | -27/+71 |
| 2024-08-12 | Auto merge of #17860 - Veykril:publish-libs, r=Veykril | bors | -2/+2 |
| 2024-08-12 | internal: Reply to requests with defaults when vfs is still loading | Lukas Wirth | -27/+71 |
| 2024-08-12 | fix: Fix publish libs workflow | Lukas Wirth | -2/+2 |
| 2024-08-12 | minor: Bump lockfile | Lukas Wirth | -134/+160 |