| Age | Commit message (Expand) | Author | Lines |
| 2024-08-27 | Drop Apache license appendices | Laurențiu Nicola | -50/+0 |
| 2024-08-27 | Expand proc-macros in workspace root, not package root | Lukas Wirth | -14/+34 |
| 2024-08-27 | Auto merge of #17970 - ChayimFriedman2:unwrap-unsafe-block, r=Veykril | bors | -3/+55 |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -278/+71 |
| 2024-08-26 | Fix "Unwrap block" assist with block modifiers | Chayim Refael Friedman | -3/+55 |
| 2024-08-26 | Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril | bors | -33/+17 |
| 2024-08-26 | Show lifetime args if there are only error ones | Aleksei Trifonov | -12/+2 |
| 2024-08-26 | Show and render error lifetime args as `'_` | Aleksei Trifonov | -21/+15 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -166/+815 |
| 2024-08-26 | Fix Return Type Syntax to include `..` (i.e. `method(..)` and not `method()`)... | Chayim Refael Friedman | -16/+183 |
| 2024-08-25 | Auto merge of #17960 - duncanawoods:master, r=HKalbasi | bors | -0/+8 |
| 2024-08-25 | Auto merge of #17961 - Veykril:autoderef-alloc, r=Veykril | bors | -26/+60 |
| 2024-08-25 | internal: Don't allocate autoderef steps when not needed | Lukas Wirth | -26/+60 |
| 2024-08-25 | fix: add extra_test_bin_args to test explorer test runner | duncan | -0/+8 |
| 2024-08-25 | Auto merge of #17958 - Veykril:deref-chain-method-completions, r=Veykril | bors | -33/+90 |
| 2024-08-25 | fix: Fix trait method completions not acknowledging Deref impls | Lukas Wirth | -33/+90 |
| 2024-08-25 | Auto merge of #17956 - Veykril:metadata-err, r=Veykril | bors | -52/+60 |
| 2024-08-25 | fix: Fix metadata retrying eating original errors | Lukas Wirth | -52/+60 |
| 2024-08-25 | Don't enable the search fast path for short associated functions when a searc... | Chayim Refael Friedman | -0/+4 |
| 2024-08-24 | Impl PartialEq and Eq for `IndentLevel` | Chayim Refael Friedman | -1/+1 |
| 2024-08-24 | Provide `impl From<ast::TypeOrConstParam> for ast::GenericParam` | Chayim Refael Friedman | -1/+10 |
| 2024-08-24 | Modify `hacks::parse_expr_from_str()` to take an edition too | Chayim Refael Friedman | -10/+14 |
| 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 |