| Age | Commit message (Expand) | Author | Lines |
| 2024-10-22 | Merge pull request #18254 from ChayimFriedman2/fix-mut | Lukas Wirth | -110/+111 |
| 2024-10-22 | Auto merge of #18370 - duncpro:goto-def-ranges, r=Veykril | bors | -0/+27 |
| 2024-10-22 | tidy | Duncan Proctor | -2/+1 |
| 2024-10-22 | resolve range patterns to the their struct types | Duncan Proctor | -0/+28 |
| 2024-10-22 | Fix new nightly lints | Lukas Wirth | -1/+1 |
| 2024-10-22 | Auto merge of #18362 - duncpro:goto-def-ranges, r=Veykril | bors | -8/+36 |
| 2024-10-22 | tidy | Duncan Proctor | -1/+1 |
| 2024-10-22 | goto definition on RangeFrom, RangeFull, RangeTo, and RangeToInclusive links ... | Duncan Proctor | -3/+11 |
| 2024-10-21 | Move explicit range handling out of goto_definition, use OperatorClass instead | duncanproctor | -8/+28 |
| 2024-10-21 | fix: Fix token downmapping failing for include! inputs | Lukas Wirth | -26/+54 |
| 2024-10-20 | Store patterns desugared from destructuring assignments in source map | Chayim Refael Friedman | -99/+102 |
| 2024-10-20 | Handle destructuring assignments uniformly | Chayim Refael Friedman | -12/+10 |
| 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 |