| Age | Commit message (Expand) | Author | Lines |
| 2024-11-06 | Add `direct_supertraits(…)` HIR-level method to `hir::Trait` type | Vincent Esche | -1/+6 |
| 2024-11-06 | Refactor `hir::Trait`'s existing `items_with_supertraits(…)` method based o... | Vincent Esche | -2/+1 |
| 2024-11-06 | Add `pub fn all_supertraits(…)` HIR-level method to `hir::Trait` type | Vincent Esche | -0/+5 |
| 2024-11-04 | Support new #[rustc_intrinsic] attribute and fallback bodies | Lukas Wirth | -11/+8 |
| 2024-11-03 | Allow interpreting consts and statics with interpret function command | Lukas Wirth | -15/+16 |
| 2024-11-02 | Allow static initializers to be const evaluated | Lukas Wirth | -1/+40 |
| 2024-10-31 | Move child_by_source from hir-def to hir | Lukas Wirth | -2/+276 |
| 2024-10-30 | Merge pull request #18436 from Veykril/lw-yvkqwpnwsouo | Lukas Wirth | -1/+16 |
| 2024-10-29 | Style hover messages a bit differently | Lukas Wirth | -1/+16 |
| 2024-10-28 | Cleanup TypeRef lowering | Chayim Refael Friedman | -10/+11 |
| 2024-10-28 | Merge pull request #18074 from ChayimFriedman2/typeref-source-map | Lukas Wirth | -95/+143 |
| 2024-10-27 | Merge pull request #18410 from Veykril/veykril/push-lvwxpnowqrxk | Lukas Wirth | -0/+4 |
| 2024-10-27 | Invert token iteration order in macro mapping | Lukas Wirth | -0/+4 |
| 2024-10-27 | Merge pull request #18418 from ChayimFriedman2/explicitly-disable | Lukas Wirth | -5/+10 |
| 2024-10-27 | Split `macro-error` diagnostic so users can ignore only parts of it | Chayim Refael Friedman | -5/+10 |
| 2024-10-25 | Only construct a resolver in macro descension when needed | Lukas Wirth | -13/+19 |
| 2024-10-25 | Shrink `TypeRef` from 16 from 32 bytes | Chayim Refael Friedman | -5/+5 |
| 2024-10-25 | Fix memory usage calculation's queries list | Chayim Refael Friedman | -21/+29 |
| 2024-10-25 | Build source map for `hir_def::TypeRef`s | Chayim Refael Friedman | -71/+111 |
| 2024-10-24 | minor: Remove intermediate allocations | Lukas Wirth | -2/+1 |
| 2024-10-22 | Implement semitransparent hygiene | Chayim Refael Friedman | -29/+59 |
| 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 |