| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -14/+0 | |
| Stabilize `strict_overflow_ops` Closes rust-lang/rust#118260 | ||||
| 2025-08-04 | Remove strict_overflow_ops lint | Nurzhan Sakén | -14/+0 | |
| 2025-08-02 | When renaming a parameter to `self`, change callers to use method call syntax | Chayim Refael Friedman | -13/+6 | |
| 2025-07-31 | `cargo clippy --fix` | Lukas Wirth | -206/+187 | |
| 2025-07-26 | Migrate PathTransform to SyntaxEditor | Hayashi Mikihiro | -35/+81 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-07-26 | add Debug on AstSubst PathTransform.rs | Hayashi Mikihiro | -1/+2 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-07-20 | Fix search of raw labels and lifetimes | Chayim Refael Friedman | -2/+7 | |
| It used to search for `'foo` which won't find `'r#foo`, now we search for `foo` instead. | ||||
| 2025-07-15 | Merge from rust-lang/rust | Laurențiu Nicola | -2/+2 | |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -2/+2 | |
| 2025-07-07 | Merge pull request #20185 from ChayimFriedman2/variant-symbols | David Barsky | -0/+68 | |
| feat: Include enum variants in world symbols | ||||
| 2025-07-06 | Include enum variants in world symbols | Chayim Refael Friedman | -0/+68 | |
| I opted to not include enum variant imports, only under the enum, and to not gate this behind a setting. | ||||
| 2025-07-06 | Merge pull request #20132 from A4-Tacks/asmut-borrow-minicore | Lukas Wirth | -0/+12 | |
| Add AsMut, Borrow and BorrowMut to minicore and famous_defs | ||||
| 2025-07-03 | fix: Improve diagnostic ranges for `macro_calls!` | Lukas Wirth | -4/+4 | |
| We used to point to the entire macro call including its token tree if we couldn't upmap the diagnostic to the input This generally makes things very noisy as the entire macro call will turn red on errors. Instead, we now macro the path and `!` (bang) token as the error source range which is a lot nicer on the eyes. | ||||
| 2025-07-03 | Bump salsa | Lukas Wirth | -1/+1 | |
| 2025-07-01 | Add AsMut Borrow BorrowMut to minicore and famous_defs | A4-Tacks | -0/+12 | |
| 2025-06-26 | Prettify AST in `PathTransform` if it's coming from a macro | Chayim Refael Friedman | -4/+27 | |
| 2025-06-23 | Don't run doctests | Chayim Refael Friedman | -0/+1 | |
| 2025-06-17 | Merge pull request #20023 from Veykril/push-vkqlnyttnqzl | Lukas Wirth | -1/+1 | |
| Improve completions in if / while expression conditions | ||||
| 2025-06-17 | Improve completions in if / while expression conditions | Lukas Wirth | -1/+1 | |
| 2025-06-17 | chore: Start infesting ide crates with 'db lifetime | Lukas Wirth | -85/+96 | |
| 2025-06-15 | Add config option to exclude imports from symbol search | Lucas Holten | -1/+182 | |
| 2025-06-13 | `cargo upgrade` | Lukas Wirth | -1/+1 | |
| 2025-06-09 | Merge from rust-lang/rust | Laurențiu Nicola | -14/+0 | |
| 2025-06-05 | Stabilize `const_eq_ignore_ascii_case` | Paolo Barbolini | -14/+0 | |
| 2025-06-02 | fix: Fix edition handling for names in rename logic | Lukas Wirth | -80/+98 | |
| 2025-06-02 | Enhance renaming to include identifiers that are generated from the original ↵ | Lukas Wirth | -10/+18 | |
| symbol Co-authored-by: Jake Goulding <jake.goulding@integer32.com> | ||||
| 2025-05-30 | internal: Restructure some semantics APIs for virtual macro files | Lukas Wirth | -5/+9 | |
| 2025-05-29 | fix: Fix import insertion not being fully cfg aware | Lukas Wirth | -88/+169 | |
| 2025-05-26 | Merge pull request #19864 from ChayimFriedman2/is-in-macro | Lukas Wirth | -15/+19 | |
| fix: Properly implement `might_be_inside_macro_call()` using semantic information instead of syntactical hacks | ||||
| 2025-05-25 | Properly implement `might_be_inside_macro_call()` using semantic information ↵ | Chayim Refael Friedman | -15/+19 | |
| instead of syntactical hacks And rename it to `is_inside_macro_call()` accordingly. | ||||
| 2025-05-23 | Bump salsa | Lukas Wirth | -3/+1 | |
| 2025-05-20 | Merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-05-09 | Split duration_constructors to get non-controversial bits out faster. | Dietrich Daroch | -1/+1 | |
| 2025-05-08 | Merge pull request #19507 from Hmikihiro/fix_module_doc_links | Lukas Wirth | -36/+110 | |
| fix: resolve doc path from parent module if outer comments exist on module | ||||
| 2025-05-07 | check module path inner or outer | Hayashi Mikihiro | -36/+110 | |
| Signed-off-by: Hayashi Mikihiro <34ttrweoewiwe28@gmail.com> | ||||
| 2025-05-06 | Notify the user that we're collecting symbols | Chayim Refael Friedman | -1/+10 | |
| It could be confusing if they see "Indexing n/n" but cache priming does not finish. | ||||
| 2025-05-05 | Add a `--num-threads` to the `prime-caches` CLI command | Chayim Refael Friedman | -56/+57 | |
| And make it parallel by default (and remove the `--parallel` flag) to mirror the IDE cache priming. | ||||
| 2025-05-05 | Better manage parallel prime caches | Chayim Refael Friedman | -245/+167 | |
| To make best use of available cores, and don't waste time waiting for other tasks. See the comments in the code for explanation. | ||||
| 2025-05-05 | fix: Remove unnecessary token length check for macros in renaming | Lukas Wirth | -5/+0 | |
| 2025-05-05 | refactor: De-arc defmap queries | Lukas Wirth | -1/+1 | |
| 2025-05-01 | remove a couple of clones | Matthias Krüger | -2/+2 | |
| 2025-04-29 | Split out salsa_macros | Lukas Wirth | -3/+4 | |
| Does not do much yet due to tracing pulling syn but oh well | ||||
| 2025-04-29 | Cleanup cfg check handling in expression store lowering | Lukas Wirth | -9/+11 | |
| 2025-04-29 | refactor: Clean up cache priming cancellation handling | Lukas Wirth | -21/+40 | |
| 2025-04-28 | Merge pull request #19704 from Veykril/push-wrvznvvpvtvp | Lukas Wirth | -0/+12 | |
| Add expression fill mode variant for filling with underscore expressions | ||||
| 2025-04-28 | Add expression fill mode variant for filling with underscore expressions | Lukas Wirth | -0/+12 | |
| 2025-04-28 | Merge from rust-lang/rust | Laurențiu Nicola | -29/+0 | |
| 2025-04-22 | Merge pull request #19657 from ChayimFriedman2/better-offset-of | Lukas Wirth | -0/+8 | |
| feat: Better support `offset_of!()` | ||||
| 2025-04-22 | Resolve `offset_of!()` in IDE | Chayim Refael Friedman | -0/+8 | |
| 2025-04-21 | Get rid of static predefined symbols | Chayim Refael Friedman | -4/+4 | |
| Make them all `const`. | ||||
