| Age | Commit message (Expand) | Author | Lines |
| 2024-08-22 | Remove DescendPreference::SameKind | Lukas Wirth | -37/+53 |
| 2024-08-22 | Implement floating point casts in const eval | hkalbasi | -3/+102 |
| 2024-08-22 | Drop MacroInputKind | Lukas Wirth | -74/+24 |
| 2024-08-22 | Remove DescendPreference::SameText | Lukas Wirth | -229/+304 |
| 2024-08-22 | fix: Wrong `Sized` predicate for `generic_predicates_for_param` | Shoyu Vanilla | -0/+4 |
| 2024-08-21 | internal: Implement `module_path` macro | Lukas Wirth | -71/+279 |
| 2024-08-21 | Run flycheck only on crate if target is binary. | Ali Bektas | -27/+58 |
| 2024-08-20 | Auto merge of #17913 - alibektas:ratoml_improvements, r=alibektas | bors | -113/+164 |
| 2024-08-20 | Auto merge of #17930 - Veykril:config-user-config, r=alibektas | bors | -65/+75 |
| 2024-08-20 | Old configs are back | Ali Bektas | -0/+61 |
| 2024-08-20 | Next up : generating configs for workspace level configs | Ali Bektas | -110/+48 |
| 2024-08-20 | Define workspace level configs. | Ali Bektas | -90/+142 |
| 2024-08-20 | fix: Fix panics for semantic highlighting at startup | Lukas Wirth | -4/+14 |
| 2024-08-19 | ServerStatusParams should consider 'prime caches' in quiescent status | Wilfred Hughes | -4/+19 |
| 2024-08-19 | fix: Panic when a TAIT exists in a RPIT | Shoyu Vanilla | -11/+85 |
| 2024-08-19 | Allow user config to not exist | Lukas Wirth | -15/+10 |
| 2024-08-19 | Remove the ability to configure the user config path | Lukas Wirth | -66/+81 |
| 2024-08-19 | Improve documentation for `InvocationStrategy` | Lukas Wirth | -23/+29 |
| 2024-08-19 | Auto merge of #17928 - roife:fix-issue-17869, r=Veykril | bors | -8/+89 |
| 2024-08-19 | fix: keep comments in convert_while_to_loop | roife | -8/+89 |
| 2024-08-19 | Auto merge of #17888 - Tyrubias:remove-invocation-location, r=Veykril | bors | -173/+33 |
| 2024-08-19 | chore(config): remove `invocationLocation` in favor of `invocationStrategy` | Victor Song | -173/+33 |
| 2024-08-18 | Include generics when lowering extern type | David Richey | -5/+21 |
| 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 | Rollup merge of #129086 - slanterns:is_none_or, r=dtolnay | Matthias Krüger | -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 | 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 | Auto merge of #17891 - lnicola:binop-bad-lang-items, r=flodiebold | bors | -9/+45 |