| Age | Commit message (Expand) | Author | Lines |
| 2024-09-05 | Add Definition kind for asm register operand | Lukas Wirth | -13/+18 |
| 2024-09-05 | Add Definition kind for asm register classes | Lukas Wirth | -5/+175 |
| 2024-09-05 | Lower asm expressions | Lukas Wirth | -4/+4 |
| 2024-09-04 | Add edition dependent keyword highlighting tests | Lukas Wirth | -7/+320 |
| 2024-09-03 | feat: Implement cast typechecks | Shoyu Vanilla | -0/+4 |
| 2024-09-02 | fix: lifetime hint panic in non generic defs | Lukas Wirth | -1/+19 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -5/+0 |
| 2024-09-01 | minor: Reduce friction for updating minicore | Lukas Wirth | -27/+58 |
| 2024-08-31 | fix: Fix lifetime elision inlay hints breaking for ranged requests | Lukas Wirth | -57/+59 |
| 2024-08-30 | Support fn-ptr and fn-path types for lifetime elision hints | Lukas Wirth | -358/+597 |
| 2024-08-30 | Improve inlay hint resolution reliability | Lukas Wirth | -205/+266 |
| 2024-08-29 | Do not report missing unsafe on `addr_of[_mut]!(EXTERN_OR_MUT_STATIC)` | Chayim Refael Friedman | -6/+6 |
| 2024-08-29 | Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril | bors | -8/+94 |
| 2024-08-29 | feat: Implement object safety | Shoyu Vanilla | -8/+94 |
| 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 |