| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-22 | Add josh-sync.toml | Laurențiu Nicola | -0/+2 | |
| 2025-07-22 | Merge pull request #20277 from ↵ | Shoyu Vanilla (Flint) | -3/+4 | |
| rust-lang/dependabot/npm_and_yarn/editors/code/form-data-4.0.4 Bump form-data from 4.0.2 to 4.0.4 in /editors/code | ||||
| 2025-07-22 | Support filtering in analysis-stats MIR lowering | Laurențiu Nicola | -62/+66 | |
| 2025-07-22 | Bump form-data from 4.0.2 to 4.0.4 in /editors/code | dependabot[bot] | -3/+4 | |
| Bumps [form-data](https://github.com/form-data/form-data) from 4.0.2 to 4.0.4. - [Release notes](https://github.com/form-data/form-data/releases) - [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md) - [Commits](https://github.com/form-data/form-data/compare/v4.0.2...v4.0.4) --- updated-dependencies: - dependency-name: form-data dependency-version: 4.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | ||||
| 2025-07-22 | Merge pull request #20269 from Hmikihiro/migrate_indent_mapping | Shoyu Vanilla (Flint) | -35/+74 | |
| Migrate AstNodeEdit::Indent to SyntaxEditor | ||||
| 2025-07-22 | Merge pull request #20270 from Hmikihiro/migrate_generate_new | Shoyu Vanilla (Flint) | -58/+97 | |
| Migrate `generate new` assist to use `SyntaxEditor` | ||||
| 2025-07-21 | Merge pull request #20273 from ShoyuVanilla/match-adjusts | Chayim Refael Friedman | -48/+94 | |
| fix: Apply adjusts to pats and exprs when doing pat analysis | ||||
| 2025-07-22 | fix: Apply adjusts to pats and exprs when doing pat analysis | Shoyu Vanilla | -48/+94 | |
| 2025-07-21 | hir-def: Don't apply x86_64-specific asserts on x32 | John Paul Adrian Glaubitz | -2/+2 | |
| This fixes the rustc build on x32 for which struct sizes differ. | ||||
| 2025-07-21 | Merge pull request #20271 from ChayimFriedman2/cfg-settest-flycheck | Shoyu Vanilla (Flint) | -1/+10 | |
| fix: Disable tests in flycheck if `cfg.setTest` is set to false | ||||
| 2025-07-21 | Disable tests in flycheck if `cfg.setTest` is set to false | Chayim Refael Friedman | -1/+10 | |
| 2025-07-21 | migrate generate new | Hayashi Mikihiro | -58/+97 | |
| 2025-07-21 | Downgrade ra-ap-rustc_parse_format | Laurențiu Nicola | -17/+22 | |
| 2025-07-21 | Revert "Bump rustc-literal-escaper" | Laurențiu Nicola | -6/+12 | |
| This reverts commit 9f3adc540b51a4c2d0472d94033f6d9147b36f6e. | ||||
| 2025-07-21 | Bump rustc-literal-escaper | Laurențiu Nicola | -12/+6 | |
| 2025-07-21 | Migrate AstNodeEdit | Hayashi Mikihiro | -35/+74 | |
| 2025-07-21 | Bump rustc crates | Laurențiu Nicola | -22/+28 | |
| 2025-07-21 | Merge from rust-lang/rust | Laurențiu Nicola | -2/+1 | |
| 2025-07-21 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-07-21 | Merge pull request #20256 from A4-Tacks/gen-mut-trait-deref | Shoyu Vanilla (Flint) | -0/+37 | |
| Add Deref -> DerefMut for generate_mut_trait_impl | ||||
| 2025-07-21 | Merge pull request #20262 from ChayimFriedman2/goto-ref-raw | Shoyu Vanilla (Flint) | -2/+45 | |
| fix: Fix search of raw labels and lifetimes | ||||
| 2025-07-20 | Merge pull request #20255 from A4-Tacks/deref-intranstive | Laurențiu Nicola | -2/+25 | |
| Fix ide-assist: generate Deref transitive | ||||
| 2025-07-20 | Support `cfg_select!` | Chayim Refael Friedman | -1/+139 | |
| 2025-07-20 | Fix search of raw labels and lifetimes | Chayim Refael Friedman | -2/+45 | |
| It used to search for `'foo` which won't find `'r#foo`, now we search for `foo` instead. | ||||
| 2025-07-19 | minor: remove unused var | Young-Flash | -3/+1 | |
| 2025-07-19 | Add Deref -> DerefMut for generate_mut_trait_impl | A4-Tacks | -0/+37 | |
| 2025-07-19 | Fix ide-assist: Deref transtive | A4-Tacks | -2/+25 | |
| 2025-07-18 | Auto merge of #144114 - lnicola:sync-from-ra, r=lnicola | bors | -1185/+3731 | |
| Subtree update of `rust-analyzer` r? `@ghost` | ||||
| 2025-07-18 | Update lockfile | Laurențiu Nicola | -0/+3 | |
| 2025-07-18 | Merge pull request #19783 from A4-Tacks/generate-single-field-from | Shoyu Vanilla (Flint) | -6/+1043 | |
| Add ide-assist, generate single field struct From | ||||
| 2025-07-18 | Use SyntaxEditor | A4-Tacks | -8/+50 | |
| 2025-07-18 | Change tabstop to method tail_expr | A4-Tacks | -16/+25 | |
| 2025-07-18 | Add generate_impl_trait for generate_impl | A4-Tacks | -2/+294 | |
| 2025-07-17 | parse `const trait Trait` | Deadbeef | -2/+1 | |
| 2025-07-17 | Merge pull request #20233 from shashforge/lsp-minimal-example-clean | Shoyu Vanilla (Flint) | -132/+391 | |
| examples: add `minimal_lsp.rs` and FIFO test script | ||||
| 2025-07-17 | examples: add `minimal_lsp.rs` and FIFO test script. | Shashi Shankar | -132/+391 | |
| * `examples/minimal_lsp.rs` – compact LSP server showing definition, completion, hover, rustfmt-based formatting, and dummy diagnostics. Advertises UTF-8 offset encoding. * `examples/manual_test.sh` – FIFO script that streams the canonical nine LSP packets so anyone can validate the server from two terminals. No new runtime deps; `anyhow` stays under [dev-dependencies]. | ||||
| 2025-07-17 | Add tailexpr & -> &mut for generate_mut_trait_impl | A4-Tacks | -5/+20 | |
| 2025-07-16 | Merge pull request #19917 from A4-Tacks/ext-generate-mut | Shoyu Vanilla (Flint) | -28/+93 | |
| Add AsRef and Borrow for generate_mut_trait_impl | ||||
| 2025-07-16 | Add AsMut to minicore prelude::v1 | A4-Tacks | -0/+1 | |
| 2025-07-16 | Use hir::Trait in parameter | A4-Tacks | -37/+24 | |
| 2025-07-16 | Remove redundant type parameters | A4-Tacks | -4/+4 | |
| 2025-07-16 | Add AsRef and Borrow for generate_mut_trait_impl | A4-Tacks | -18/+96 | |
| - AsRef -> AsMut - Borrow -> BorrowMut Example ==================== ```rust //- minicore: as_ref struct Foo(i32); impl<T> core::convert::AsRef$0<i32> for Foo { fn as_ref(&self) -> &i32 { &self.0 } } ``` -> ```rust struct Foo(i32); $0impl<T> core::convert::AsMut<i32> for Foo { fn as_mut(&mut self) -> &mut i32 { &self.0 } } impl<T> core::convert::AsRef<i32> for Foo { fn as_ref(&self) -> &i32 { &self.0 } } ``` | ||||
| 2025-07-15 | Merge pull request #20178 from ShoyuVanilla/cargo-config-cleanup | Shoyu Vanilla (Flint) | -374/+419 | |
| chore: Cleanup cargo config queries | ||||
| 2025-07-15 | Format and bump rustc crates | Laurențiu Nicola | -32/+30 | |
| 2025-07-15 | Merge from rust-lang/rust | Laurențiu Nicola | -39/+50 | |
| 2025-07-15 | Preparing for merge from rust-lang/rust | Laurențiu Nicola | -1/+1 | |
| 2025-07-15 | Further decrease number of `cargo metadata` invokes | Shoyu Vanilla | -243/+270 | |
| 2025-07-15 | chore: Cleanup cargo config queries | Shoyu Vanilla | -133/+151 | |
| 2025-07-15 | Infer lifetimes for GATs in expression/pattern position | Chayim Refael Friedman | -2/+30 | |
| We should not only in type position. | ||||
| 2025-07-14 | Merge pull request #20234 from Hmikihiro/migrate_ted_remove_default | Shoyu Vanilla (Flint) | -62/+19 | |
| Remove `ConstParam::remove_default` and `TypeParam::remove_default` to migrate from ted | ||||
