index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
Age
Commit message (
Expand
)
Author
Lines
2025-04-05
Clean up `rustc-literal-escaper` usage in rust-analyzer
Guillaume Gomez
-5
/
+3
2025-04-04
Update `rustc-literal-escaper` version to `0.0.2`
Guillaume Gomez
-4
/
+4
2025-04-04
Remove usage of `rustc_lexer::unescape` in rust-analyzer
Guillaume Gomez
-18
/
+21
2025-04-01
Support metadata version 10 in proc-macro-srv
Jakub Beránek
-2
/
+2
2025-03-30
Remove attribute `#[rustc_error]`
Vadim Petrochenkov
-4
/
+0
2025-03-16
Suppress must_use for ControlFlow in rust-analyzer
Michael Goulet
-17
/
+17
2025-03-11
Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcm
bors
-1
/
+1
2025-03-10
Fix rust-analyzer for 16-bit fmt width and precision.
Mara Bos
-1
/
+1
2025-03-10
Merge pull request #19331 from lnicola/sync-from-rust
Laurențiu Nicola
-246
/
+106
2025-03-10
Format code
Laurențiu Nicola
-35
/
+43
2025-03-10
Merge pull request #19328 from Veykril/push-umwykvoskvyp
Lukas Wirth
-25
/
+45
2025-03-10
Fix simd layout test
Laurențiu Nicola
-1
/
+1
2025-03-10
Bump rustc crates
Laurențiu Nicola
-25
/
+20
2025-03-10
Run proc-macro server tests are separate CI job
Lukas Wirth
-25
/
+45
2025-03-10
Merge pull request #19330 from ChayimFriedman2/normalize-projection
Lukas Wirth
-503
/
+869
2025-03-10
Merge pull request #19079 from ChayimFriedman2/rename-conflict
Lukas Wirth
-59
/
+509
2025-03-10
Merge pull request #19327 from Veykril/push-qyyvkulltzpz
Lukas Wirth
-2
/
+6
2025-03-10
Merge from rust-lang/rust
Laurențiu Nicola
-195
/
+52
2025-03-10
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-03-10
Fix `path` macro hygiene
Lukas Wirth
-2
/
+6
2025-03-10
Merge pull request #19311 from aibaars/log-build-script-error
Lukas Wirth
-0
/
+8
2025-03-10
Merge pull request #19314 from snprajwal/variantdef-impl
Lukas Wirth
-1
/
+68
2025-03-10
Merge pull request #19316 from snprajwal/git-commit-ec
Lukas Wirth
-0
/
+3
2025-03-10
Merge pull request #19252 from flodiebold/fix-fixup-delimiters
Lukas Wirth
-88
/
+105
2025-03-10
Merge pull request #19232 from ShoyuVanilla/issue-19196
Lukas Wirth
-12
/
+59
2025-03-09
Rank ADT constructors as constructors for completion scoring
Lukas Wirth
-12
/
+102
2025-03-09
fix: Prevent wrong invocations of `needs_parens_in` with non-ancestral "parent"s
Shoyu Vanilla
-17
/
+120
2025-03-09
internal: Migrate `inline_local_variable` to `SyntaxEditor`
Shoyu Vanilla
-32
/
+55
2025-03-09
Bump chalk for built-in supports of async closures
Shoyu Vanilla
-14
/
+61
2025-03-08
Generated doc update
¨Florian
-2
/
+2
2025-03-08
Fix syntax fixup producing invalid punctuation
¨Florian
-88
/
+105
2025-03-08
Use `rustc_abi` code for SIMD layout in rust-analyzer
Moulins
-39
/
+7
2025-03-08
Remove most manual LayoutData creations and move them to `rustc_abi`
Moulins
-78
/
+20
2025-03-08
fix: do not apply editorconfig to git commit msg
Prajwal S N
-0
/
+3
2025-03-08
fix(hir): `VariantDef` is `impl HasSource`
Prajwal S N
-3
/
+70
2025-03-07
Log build script error output in `load_cargo::load_workspace_at`
Arthur Baars
-0
/
+8
2025-03-07
Merge pull request #19308 from Veykril/push-rnrxutwlvmly
Lukas Wirth
-23
/
+1174
2025-03-07
Pop up a notification for the MSRV project loading warning
Lukas Wirth
-16
/
+29
2025-03-07
Move project MSRV back to 1.78
Lukas Wirth
-7
/
+1145
2025-03-07
Refactor relevance scoring to use a named constant BASE_SCORE
Tongjun Gao
-3
/
+5
2025-03-07
Fix logical error in relevance scoring implementation
Tongjun Gao
-3
/
+3
2025-03-07
Mark `rust-analyzer.showSyntaxTree` config option as requiring server restart
Chayim Refael Friedman
-0
/
+1
2025-03-06
Update stdarch
Eric Huss
-9
/
+15
2025-03-06
Warn the user when a rename will change the meaning of the program
Chayim Refael Friedman
-59
/
+509
2025-03-06
Use correct crate for trait env in `render_const_scalar()`
Chayim Refael Friedman
-5
/
+7
2025-03-06
Pass the target crate in `HirFormatter`
Chayim Refael Friedman
-499
/
+824
2025-03-06
Normalize projections in evaluated const display and layout calculation
Chayim Refael Friedman
-0
/
+39
2025-03-06
Merge pull request #19290 from aibaars/patch-1
Lukas Wirth
-1
/
+17
2025-03-06
Change `%e` to `?e` to include detailed error message
Arthur Baars
-2
/
+1
2025-03-06
Merge pull request #19295 from alibektas/rust_analyzer_run_on_cargo_toml
Lukas Wirth
-6
/
+23
[next]