| Age | Commit message (Expand) | Author | Lines |
| 2024-08-28 | Fix name resolution of shadowed builtin macro | Chayim Refael Friedman | -0/+19 |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -71/+3 |
| 2024-08-26 | Auto merge of #17963 - avrong:avrong/error-lifetimes, r=Veykril | bors | -1/+1 |
| 2024-08-26 | Show and render error lifetime args as `'_` | Aleksei Trifonov | -1/+1 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -3/+3 |
| 2024-08-24 | Provide `Future::Output` and `Iterator` lang items | Chayim Refael Friedman | -3/+3 |
| 2024-08-23 | Auto merge of #17936 - Veykril:module_path, r=Veykril | bors | -3/+71 |
| 2024-08-22 | Add cov_marks to test #17927 | Chayim Refael Friedman | -0/+10 |
| 2024-08-22 | Speed up search for short associated functions, especially very common identi... | Chayim Refael Friedman | -0/+230 |
| 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 | -36/+40 |
| 2024-08-22 | Rename macro descension functions | Lukas Wirth | -11/+8 |
| 2024-08-22 | Fully remove old macro descension API | Lukas Wirth | -53/+40 |
| 2024-08-22 | Remove DescendPreference::SameKind | Lukas Wirth | -17/+52 |
| 2024-08-22 | Drop MacroInputKind | Lukas Wirth | -1/+1 |
| 2024-08-22 | Remove DescendPreference::SameText | Lukas Wirth | -79/+77 |
| 2024-08-21 | internal: Implement `module_path` macro | Lukas Wirth | -3/+71 |
| 2024-08-16 | Auto merge of #17900 - darichey:exclude-vendored-libraries, r=davidbarsky | bors | -11/+58 |
| 2024-08-16 | Properly account for editions in names | Chayim Refael Friedman | -286/+738 |
| 2024-08-15 | Add scip/lsif flag to exclude vendored libaries | David Richey | -11/+58 |
| 2024-08-15 | internal: Properly check the edition for edition dependent syntax kinds | Lukas Wirth | -14/+22 |
| 2024-08-15 | fix: Panic while displaying associated function with a type annotation | Shoyu Vanilla | -0/+28 |
| 2024-08-13 | Remove unreachable logic for include token mapping | Lukas Wirth | -0/+15 |
| 2024-08-08 | fix: Panic while rendering function with impl trait arg | Shoyu Vanilla | -0/+23 |
| 2024-08-07 | Auto merge of #17809 - nicolas-guichard:index-vendored, r=Veykril | bors | -10/+36 |
| 2024-08-07 | Auto merge of #17813 - roife:fix-issue-17803, r=Veykril | bors | -1/+24 |
| 2024-08-06 | fix: tyck for non-ADT types when searching refs for `Self` kw | roife | -1/+24 |
| 2024-08-06 | Include vendored crates in StaticIndex | Nicolas Guichard | -10/+36 |
| 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 | Auto merge of #17775 - ShoyuVanilla:segregate-diags, r=Veykril | bors | -4/+23 |
| 2024-08-05 | perf: Segregate syntax and semantic diagnostics | Shoyu Vanilla | -4/+23 |
| 2024-08-05 | Auto merge of #17784 - Young-Flash:block_with_label, r=Veykril | bors | -3/+31 |
| 2024-08-05 | Simplify | Lukas Wirth | -7/+1 |
| 2024-08-05 | Simplify FileDelegate | Lukas Wirth | -7/+7 |
| 2024-08-04 | test: add test case for inlay hint support for expr with label | Young-Flash | -0/+13 |
| 2024-08-01 | feat: support inlay hint for more expr with label | Young-Flash | -3/+24 |
| 2024-07-29 | Auto merge of #17707 - Veykril:proc-macro-err-cleanup, r=Veykril | bors | -63/+0 |
| 2024-07-28 | Fix for #17497 - Invalid RA diagnostic error: expected 2 arguments, found 1 | Francis McKenzie | -1/+1 |
| 2024-07-26 | Internal: Cleanup proc-macro error handling | Lukas Wirth | -63/+0 |
| 2024-07-22 | internal: Shrink size of `Binding` | Lukas Wirth | -11/+21 |
| 2024-07-22 | Auto merge of #17542 - roife:fix-issue-17517, r=Veykril | bors | -179/+1182 |
| 2024-07-21 | fix: Allow flyimport to import primitive shadowing modules | Lukas Wirth | -1/+3 |
| 2024-07-20 | Fix some typos | Laurențiu Nicola | -1/+2 |
| 2024-07-20 | minor: tweak comment | Young-Flash | -1/+2 |
| 2024-07-20 | internal: add test case for inlay hint support for block expr with lifetime l... | Young-Flash | -0/+23 |
| 2024-07-20 | feat: add inlay hint support for block expr with lifetime label | Young-Flash | -1/+8 |