| Age | Commit message (Expand) | Author | Lines |
| 2024-10-04 | Auto merge of #18227 - davidbarsky:davidbarsky/push-lmntvwvznyyx, r=davidbarsky | bors | -1/+1 |
| 2024-10-04 | internal: add JSON formatting for hprof | David Barsky | -1/+1 |
| 2024-10-04 | Auto merge of #18234 - Veykril:veykril/push-vzynqtlxmrnl, r=Veykril | bors | -42/+58 |
| 2024-10-04 | internal: Filter out opaque tokens in some of IDE feature macro descensions | Lukas Wirth | -42/+58 |
| 2024-10-01 | Fix: Handle block exprs as modules when finding their parents | Shoyu Vanilla | -3/+2 |
| 2024-09-30 | Auto merge of #18210 - ChayimFriedman2:label-macro, r=Veykril | bors | -24/+22 |
| 2024-09-30 | When resolving labels in `break` and `continue` for the IDE, do not resolve t... | Chayim Refael Friedman | -24/+22 |
| 2024-09-29 | Rename object_safety to dyn_compatibility | Noah Bright | -3/+3 |
| 2024-09-19 | Handle lint attributes that are under `#[cfg_attr]` | Chayim Refael Friedman | -0/+13 |
| 2024-09-18 | Auto merge of #18131 - ChayimFriedman2:macro-expand-dollar-crate, r=Veykril | bors | -1/+1 |
| 2024-09-18 | Get rid of `$crate` in expansions shown to the user | Chayim Refael Friedman | -1/+1 |
| 2024-09-18 | Auto merge of #18117 - ChayimFriedman2:issue-18089, r=Veykril | bors | -31/+29 |
| 2024-09-18 | Add diagnostics for `unsafe_op_in_unsafe_fn` | Chayim Refael Friedman | -2/+5 |
| 2024-09-17 | Always cache macro expansions' root node in Semantics | Chayim Refael Friedman | -31/+29 |
| 2024-09-16 | Fix printing of constants greater than `i128::MAX` | Chayim Refael Friedman | -3/+9 |
| 2024-09-12 | Use more correct handling of lint attributes | Chayim Refael Friedman | -2/+43 |
| 2024-09-11 | Auto merge of #18075 - roife:fix-issue-17858, r=Veykril | bors | -5/+8 |
| 2024-09-11 | Auto merge of #18052 - Coekjan:fix-inline-const, r=Veykril | bors | -0/+11 |
| 2024-09-09 | fix: use `pretty_print_pat` for params in fn | roife | -5/+8 |
| 2024-09-05 | asm! parsing and lowering fixes | Lukas Wirth | -3/+8 |
| 2024-09-05 | Fix name fetching being incorrect for asm operands | Lukas Wirth | -11/+8 |
| 2024-09-05 | Support more IDE features for asm operands | Lukas Wirth | -6/+45 |
| 2024-09-05 | Give InlineAsmOperand a HIR representation | Lukas Wirth | -21/+100 |
| 2024-09-05 | Lower asm expressions | Lukas Wirth | -1/+0 |
| 2024-09-05 | fix: Fix `inline_const_as_literal` error when the number >= 10 | coekjan | -0/+11 |
| 2024-09-03 | feat: Implement cast typechecks | Shoyu Vanilla | -2/+30 |
| 2024-09-02 | Auto merge of #18016 - IvarWithoutBones:wrap-return-ty-local-result, r=Veykril | bors | -3/+14 |
| 2024-09-02 | chore: fix some comments | cuishuang | -1/+1 |
| 2024-09-02 | fix: use Result type aliases in "Wrap return type in Result" assist | Ivar Scholten | -3/+14 |
| 2024-09-01 | Auto merge of #17967 - Veykril:mbe-tests, r=Veykril | bors | -0/+1 |
| 2024-09-01 | internal: Lay basic ground work for standalone mbe tests | Lukas Wirth | -0/+1 |
| 2024-09-01 | Complete desugared and resugared async fn in trait impls | Lukas Wirth | -31/+13 |
| 2024-09-01 | feat(ide-completion): extra sugar auto-completion `async fn ...` in `impl tra... | Yunfei | -0/+47 |
| 2024-08-29 | Auto merge of #17814 - ShoyuVanilla:object-safety, r=Veykril | bors | -1/+6 |
| 2024-08-29 | feat: Implement object safety | Shoyu Vanilla | -1/+6 |
| 2024-08-29 | Auto merge of #17940 - ChayimFriedman2:closure-to-fn, r=Veykril | bors | -0/+87 |
| 2024-08-27 | Create an assist to convert closure to freestanding fn | Chayim Refael Friedman | -0/+87 |
| 2024-08-27 | Revert "feat: Implement `module_path` macro" | Lukas Wirth | -37/+9 |
| 2024-08-26 | Auto merge of #17941 - ChayimFriedman2:pre-closure-to-fn, r=Veykril | bors | -1/+18 |
| 2024-08-24 | Add helper methods to retrieve `Future::Output` and `Iterator::Item` | Chayim Refael Friedman | -1/+17 |
| 2024-08-24 | Fix few bugs in closure capture computation, and add tests | Chayim Refael Friedman | -0/+1 |
| 2024-08-23 | Auto merge of #17936 - Veykril:module_path, r=Veykril | bors | -9/+37 |
| 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 | Thread file id through descension API for semantic highlighting | Lukas Wirth | -39/+68 |
| 2024-08-22 | Rename macro descension functions | Lukas Wirth | -8/+8 |
| 2024-08-22 | Fully remove old macro descension API | Lukas Wirth | -40/+17 |
| 2024-08-22 | Remove DescendPreference::SameKind | Lukas Wirth | -20/+1 |
| 2024-08-22 | Drop MacroInputKind | Lukas Wirth | -73/+23 |
| 2024-08-22 | Remove DescendPreference::SameText | Lukas Wirth | -138/+215 |
| 2024-08-21 | internal: Implement `module_path` macro | Lukas Wirth | -9/+37 |