| Age | Commit message (Expand) | Author | Lines |
| 2024-08-24 | Add helper methods to retrieve `Future::Output` and `Iterator::Item` | Chayim Refael Friedman | -1/+24 |
| 2024-08-24 | Provide `Future::Output` and `Iterator` lang items | Chayim Refael Friedman | -3/+9 |
| 2024-08-24 | Handle associated types that are lang items | Chayim Refael Friedman | -5/+13 |
| 2024-08-24 | Add `gen` modifier to functions | Chayim Refael Friedman | -4/+38 |
| 2024-08-24 | Preserve all spans for closure captures, not just one | Chayim Refael Friedman | -179/+456 |
| 2024-08-24 | Fix few bugs in closure capture computation, and add tests | Chayim Refael Friedman | -3/+291 |
| 2024-08-23 | Include buildfile path in watcher list | Wilfred Hughes | -0/+17 |
| 2024-08-24 | fix: Wrong `Self: Sized` predicate for trait assoc items | Shoyu Vanilla | -8/+32 |
| 2024-08-23 | Auto merge of #17857 - ChayimFriedman2:rust-project-cfg-group, r=Veykril | bors | -4/+619 |
| 2024-08-23 | Auto merge of #17946 - Veykril:flycheck-crates-for, r=Veykril | bors | -22/+26 |
| 2024-08-23 | internal: Don't requery crates_for for flycheck when crates are known | Lukas Wirth | -22/+26 |
| 2024-08-23 | Auto merge of #17936 - Veykril:module_path, r=Veykril | bors | -71/+278 |
| 2024-08-23 | Auto merge of #17927 - ChayimFriedman2:speedup-new-usages, r=Veykril | bors | -80/+707 |
| 2024-08-23 | Remove incorrect FIXME comment | Lukas Wirth | -1/+0 |
| 2024-08-23 | Auto merge of #17912 - alibektas:cargo_check_on_binary, r=Veykril | bors | -22/+69 |
| 2024-08-22 | Apply changes | Ali Bektas | -35/+51 |
| 2024-08-22 | Add cov_marks to test #17927 | Chayim Refael Friedman | -0/+19 |
| 2024-08-22 | Speed up search for short associated functions, especially very common identi... | Chayim Refael Friedman | -80/+657 |
| 2024-08-22 | When descending into macros in search, first check if there is a need to - i.... | Chayim Refael Friedman | -0/+31 |
| 2024-08-22 | Auto merge of #17943 - Veykril:diags, r=Veykril | bors | -3/+4 |
| 2024-08-22 | Improve proc-macro panic message and workspace loading failure diagnostic | Lukas Wirth | -3/+4 |
| 2024-08-22 | Auto merge of #17898 - Veykril:descend-2.0, r=Veykril | bors | -419/+487 |
| 2024-08-22 | Fix sorting order for tokens in hover | Lukas Wirth | -13/+15 |
| 2024-08-22 | Consider interleaving hover kinds | Lukas Wirth | -84/+95 |
| 2024-08-22 | Sort hover results by relevance | Lukas Wirth | -6/+18 |
| 2024-08-22 | Thread file id through descension API for semantic highlighting | Lukas Wirth | -75/+117 |
| 2024-08-22 | Rename macro descension functions | Lukas Wirth | -19/+16 |
| 2024-08-22 | Fully remove old macro descension API | Lukas Wirth | -103/+66 |
| 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 |