| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-06-19 | fix: Closure capturing for let exprs | Shoyu Vanilla | -1/+43 | |
| 2025-06-18 | Add --color=always to test explorer command | Josh McKinney | -0/+1 | |
| Fixes https://github.com/rust-lang/rust-analyzer/issues/20030 | ||||
| 2025-06-18 | Merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-06-18 | undo | jnyfah | -1/+1 | |
| 2025-06-18 | fix format | jnyfah | -11/+11 | |
| 2025-06-18 | format function | jnyfah | -44/+169 | |
| 2025-06-17 | Auto merge of #142567 - lnicola:sync-from-ra, r=lnicola | bors | -3199/+4386 | |
| Subtree update of `rust-analyzer` r? `@ghost` | ||||
| 2025-06-17 | Merge pull request #20025 from SoxPopuli/hide_private_imports_without_pe | Laurențiu Nicola | -5/+98 | |
| Hide imported privates if private editable is disabled | ||||
| 2025-06-17 | Hide imported privates if private editable is disabled | Charlotte Smith | -5/+98 | |
| 2025-06-17 | Merge pull request #20023 from Veykril/push-vkqlnyttnqzl | Lukas Wirth | -154/+256 | |
| Improve completions in if / while expression conditions | ||||
| 2025-06-17 | Better completion test sorting | Lukas Wirth | -38/+38 | |
| 2025-06-17 | Improve completions in if / while expression conditions | Lukas Wirth | -122/+224 | |
| 2025-06-17 | Never make type mismatch diagnostic stable, even when there is a fix | Chayim Refael Friedman | -6/+2 | |
| We show fixes now even for experimental diagnostics anyway, and it has false positives. | ||||
| 2025-06-17 | Merge pull request #20020 from Veykril/push-yuqmorzsqumw | Lukas Wirth | -1/+11 | |
| fix: Reload workspaces when cargo configs change | ||||
| 2025-06-17 | fix: Reload workspaces when cargo configs change | Lukas Wirth | -1/+11 | |
| 2025-06-17 | chore: Start infesting ide crates with 'db lifetime | Lukas Wirth | -815/+1214 | |
| 2025-06-17 | Merge pull request #20018 from Veykril/push-pkowrtoturkr | Lukas Wirth | -84/+176 | |
| fix: Copy lockfiles into target directory before invoking `cargo metadata` | ||||
| 2025-06-17 | Merge pull request #19939 from ChayimFriedman2/fill-arms-self | Lukas Wirth | -29/+210 | |
| feat: In "Fill match arms", allow users to prefer `Self` to the enum name when possible | ||||
| 2025-06-17 | Merge pull request #19945 from ChayimFriedman2/private-field-quickfix | Lukas Wirth | -32/+125 | |
| feat: Add the quickfix for increasing visibility of a private field to the private-field diagnostic (previously it was only on no-such-field) | ||||
| 2025-06-17 | fix: Copy lockfiles into target directory before invoking `cargo metadata` | Lukas Wirth | -84/+176 | |
| 2025-06-16 | feat: Insert required parentheses when typing `+` in trait type | Lukas Wirth | -6/+90 | |
| 2025-06-16 | feat: Show what cargo metadata is doing in status | Lukas Wirth | -26/+57 | |
| 2025-06-16 | Format goto_type_definition | Laurențiu Nicola | -4/+2 | |
| 2025-06-16 | update to literal-escaper 0.0.4 for better API without `unreachable` and ↵ | Marijn Schouten | -160/+132 | |
| faster string parsing | ||||
| 2025-06-15 | Merge pull request #20000 from tadeokondrak/lifetime-repeat-macro | Chayim Refael Friedman | -14/+63 | |
| Allow lifetime repeats in macros: $($x)'a* | ||||
| 2025-06-15 | Use is_any_identifier in pretty_print_macro_expansion | Tadeo Kondrak | -13/+6 | |
| 2025-06-15 | Fix spacing for LIFETIME_IDENT near keywords and literals in test output | Tadeo Kondrak | -4/+12 | |
| 2025-06-15 | clarify `rustc_do_not_const_check` comment | Deadbeef | -1/+1 | |
| 2025-06-15 | Merge pull request #20009 from Veykril/push-rvnnorzvpnqv | Lukas Wirth | -73/+136 | |
| Optimize `pub(crate)` and `pub(self)` visibility resolution | ||||
| 2025-06-15 | Optimize private visibility resolution | Lukas Wirth | -39/+83 | |
| 2025-06-15 | Optimize `pub(crate)` visibility resolution | Lukas Wirth | -36/+55 | |
| 2025-06-15 | Merge pull request #20008 from Veykril/push-rsnkrwyplmwr | Lukas Wirth | -137/+120 | |
| More idiomatic salsa use | ||||
| 2025-06-15 | Unify assoc item visibility queries | Lukas Wirth | -77/+58 | |
| 2025-06-15 | Idiomatic salsa use for extern block abi query | Lukas Wirth | -13/+16 | |
| 2025-06-15 | Idiomatic salsa use for impl items query | Lukas Wirth | -41/+40 | |
| 2025-06-15 | Replace unnecessary use of `MacroDefId` with `MacroId` | Lukas Wirth | -6/+6 | |
| 2025-06-15 | Merge pull request #20007 from Veykril/push-opqzsnwzwyvn | Lukas Wirth | -76/+78 | |
| Idiomatic salsa use for enum variants query | ||||
| 2025-06-15 | Idiomatic salsa use for enum variants query | Lukas Wirth | -76/+78 | |
| 2025-06-15 | Merge pull request #20006 from Veykril/push-uvmuznvlwsxx | Lukas Wirth | -213/+692 | |
| Cleanup incremental tests and verify query executions | ||||
| 2025-06-15 | Cleanup incremental tests | Lukas Wirth | -213/+692 | |
| 2025-06-15 | Merge pull request #19996 from LHolten/exclude-imports | Chayim Refael Friedman | -1/+197 | |
| Add support for excluding imports from symbol search | ||||
| 2025-06-15 | Add config option to exclude imports from symbol search | Lucas Holten | -1/+197 | |
| 2025-06-14 | Merge pull request #19984 from WaffleLapkin/unprefer_align | Lukas Wirth | -9/+13 | |
| remove `pref_align_of` intrinsic handling, rename `{min_=>}align_of{,_val}` | ||||
| 2025-06-13 | Allow lifetime repeats in macros: $($x)'a* | Tadeo Kondrak | -8/+56 | |
| This works in rustc. This change isn't motivated by any real code. I just learned about it and decided to see why it doesn't work with rust-analyzer. | ||||
| 2025-06-13 | remove `pref_align_of` intrinsic handling, rename `{min_=>}align_of{,_val}` | Waffle Lapkin | -9/+13 | |
| 2025-06-13 | Merge pull request #19997 from Veykril/push-xltylvqtpwzx | Lukas Wirth | -42/+19 | |
| Remove `InternedCallableDefId` | ||||
| 2025-06-13 | Remove `InternedCallableDefId` | Lukas Wirth | -42/+19 | |
| It's unnecessary | ||||
| 2025-06-13 | Turn `BlockId` into a `#[salsa::tracked]` | Lukas Wirth | -12/+28 | |
| 2025-06-13 | Use `ThinVec` in `ItemScope` in a couple places | Lukas Wirth | -19/+17 | |
| 2025-06-13 | Bring back EMPTY item tree deduplication | Lukas Wirth | -16/+37 | |
