| Age | Commit message (Expand) | Author | Lines |
| 2024-11-25 | Revert "Prepare for omittiong parts of completion data that need to be resolved" | Kirill Bulatov | -2/+2 |
| 2024-10-04 | Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril | bors | -4/+5 |
| 2024-10-04 | internal: Filter out opaque tokens in some of IDE feature macro descensions | Lukas Wirth | -4/+5 |
| 2024-10-01 | Fix: Handle block exprs as modules when finding their parents | Shoyu Vanilla | -2/+36 |
| 2024-09-30 | Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril | bors | -0/+18 |
| 2024-09-30 | When resolving labels in `break` and `continue` for the IDE, do not resolve t... | Chayim Refael Friedman | -0/+18 |
| 2024-09-30 | Auto merge of #18167 - SomeoneToIgnore:fat-completions, r=Veykril | bors | -2/+2 |
| 2024-09-29 | Rename object_safety to dyn_compatibility | Noah Bright | -25/+25 |
| 2024-09-24 | Auto merge of #18166 - ChayimFriedman2:dollar-crate-root, r=Veykril | bors | -3/+9 |
| 2024-09-24 | Auto merge of #18160 - ChayimFriedman2:fix-18138, r=Veykril | bors | -0/+32 |
| 2024-09-23 | Support expect in attribute completion and hover | Laurențiu Nicola | -3/+27 |
| 2024-09-23 | Prepare for omittiong parts of completion data that need to be resolved | Kirill Bulatov | -2/+2 |
| 2024-09-23 | Fix a bug in span map merge, and add explanations of how span maps are stored | Chayim Refael Friedman | -3/+9 |
| 2024-09-22 | Fix name resolution when an import is resolved to some namespace and then lat... | Chayim Refael Friedman | -0/+32 |
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -27/+117 |
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -27/+117 |
| 2024-09-17 | Always cache macro expansions' root node in Semantics | Chayim Refael Friedman | -0/+70 |
| 2024-09-16 | Fix printing of constants greater than `i128::MAX` | Chayim Refael Friedman | -0/+18 |
| 2024-09-12 | Auto merge of #18107 - Veykril:push-oopkquknxqxs, r=Veykril | bors | -38/+24 |
| 2024-09-12 | fix: Don't emit empty inlay hint parts | Lukas Wirth | -38/+24 |
| 2024-09-11 | Auto merge of #18075 - roife:fix-issue-17858, r=Veykril | bors | -0/+178 |
| 2024-09-11 | Lift out workspace related data into a separate query to preserve crategraph ... | Lukas Wirth | -5/+13 |
| 2024-09-09 | feat: use shorthand when pretty-print record pat | roife | -2/+50 |
| 2024-09-09 | fix: add parenthesis for or-pattern | roife | -1/+16 |
| 2024-09-09 | fix: use `pretty_print_pat` for params in fn | roife | -0/+115 |
| 2024-09-05 | asm! parsing and lowering fixes | Lukas Wirth | -3/+77 |
| 2024-09-05 | Fix name fetching being incorrect for asm operands | Lukas Wirth | -2/+10 |
| 2024-09-05 | Support more IDE features for asm operands | Lukas Wirth | -21/+93 |
| 2024-09-05 | Give InlineAsmOperand a HIR representation | Lukas Wirth | -39/+39 |
| 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 |