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-09-09
Merge pull request #20639 from ChayimFriedman2/update-test-abs
David Barsky
-23
/
+85
2025-09-10
Fix failing tests and fill-in missing details
Shoyu Vanilla
-1428
/
+914
2025-09-09
WIP switch inference table to next-solver
jackh726
-526
/
+2292
2025-09-09
Make `#[target_feature]` safe always on WASM
Chayim Refael Friedman
-11
/
+69
2025-09-09
Expand target info to include the architecture
Chayim Refael Friedman
-78
/
+188
2025-09-09
Resolve paths to snapshot test libraries absolutely
Chayim Refael Friedman
-23
/
+85
2025-09-09
Merge pull request #20624 from A4-Tacks/fix-syn-lifetime-bounds
Chayim Refael Friedman
-7
/
+6
2025-09-09
Fix LifetimeParam::lifetime_bounds invalid implement
A4-Tacks
-7
/
+6
2025-09-09
Add a FAQ entry about RA and Cargo interaction
Jakub Beránek
-0
/
+9
2025-09-09
Update documentation about how to build the RA book
Jakub Beránek
-0
/
+1
2025-09-08
Skip flycheck for workspace if it is already being checked
Ifeanyi Orizu
-9
/
+16
2025-09-08
Merge pull request #20632 from rmehri01/navigation-on-prims
Chayim Refael Friedman
-139
/
+244
2025-09-08
make TryToNav take Semantics instead of RootDatabase
Ryan Mehri
-124
/
+203
2025-09-08
add test
Ryan Mehri
-0
/
+14
2025-09-08
impl TryToNav for BuiltinType instead
Ryan Mehri
-30
/
+32
2025-09-08
Merge pull request #20633 from Wilfred/improve_intro
Chayim Refael Friedman
-9
/
+29
2025-09-08
Clarify intro in README and manual
Wilfred Hughes
-9
/
+29
2025-09-08
feat: support navigation on primitives
Ryan Mehri
-17
/
+27
2025-09-08
Remove support for register_attr
Wilfred Hughes
-62
/
+14
2025-09-08
Merge pull request #20620 from A4-Tacks/let-else-completion
Laurențiu Nicola
-17
/
+220
2025-09-08
Merge pull request #20626 from A4-Tacks/make-record-ws
Laurențiu Nicola
-36
/
+39
2025-09-07
Improve make::struct_ field_list whitespace
A4-Tacks
-36
/
+39
2025-09-06
Add allow `else` keyword completion in LetStmt
A4-Tacks
-17
/
+220
2025-09-05
Fix indent for unresolved_field fixes
A4-Tacks
-13
/
+52
2025-09-05
Merge pull request #20609 from ChayimFriedman2/update-rustc
Shoyu Vanilla (Flint)
-579
/
+446
2025-09-05
Fix precedence parenthesis for replace_arith_op
A4-Tacks
-1
/
+22
2025-09-04
Upgrade rustc crates
Chayim Refael Friedman
-579
/
+446
2025-09-04
Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatch
Chayim Refael Friedman
-1
/
+22
2025-09-04
Add a regression test for a fixed new trait solver bug
Chayim Refael Friedman
-1
/
+22
2025-09-04
Fix typo in config
Chayim Refael Friedman
-1
/
+1
2025-09-04
Add cfg_attr predicate completion
A4-Tacks
-1
/
+53
2025-09-03
Add applicable on bang `!` for apply_demorgan
A4-Tacks
-7
/
+28
2025-09-03
Merge pull request #20586 from ChayimFriedman2/placeholder-ns
Shoyu Vanilla (Flint)
-233
/
+324
2025-09-03
Fix closure in match not applicable for add_braces
A4-Tacks
-2
/
+31
2025-09-02
Deduplicate methods in completion by function ID and not by name
Chayim Refael Friedman
-8
/
+47
2025-09-02
Make sense of the mess that were (are) different kind of generics in the solver
Chayim Refael Friedman
-233
/
+324
2025-08-30
Pass `--target` before `--` for `cargo rustc`
Elliot Roberts
-5
/
+2
2025-08-30
Merge pull request #20563 from ChayimFriedman2/ns-projection-dyn-auto-trait
Shoyu Vanilla (Flint)
-1
/
+70
2025-08-29
Bump tracing-subscriber from 0.3.19 to 0.3.20
dependabot[bot]
-3
/
+3
2025-08-29
Merge pull request #20560 from ChayimFriedman2/analysis-stats-improve
Lukas Wirth
-3
/
+52
2025-08-28
When mapping next-solver's `dyn` type, add `Self` (aka. bound var ^1.0) to au...
Chayim Refael Friedman
-1
/
+70
2025-08-28
Don't require a full `InferenceTable` for `CastTy`
Chayim Refael Friedman
-59
/
+52
2025-08-28
Add progress bars to more places in analysis-stats
Chayim Refael Friedman
-3
/
+52
2025-08-28
Attach the db in one more place in highlighting
Chayim Refael Friedman
-1
/
+2
2025-08-27
Merge pull request #20547 from ChayimFriedman2/highlight-related-unsafe-scope
Laurențiu Nicola
-10
/
+44
2025-08-27
Merge pull request #20527 from ChayimFriedman2/cache-next-solver
Shoyu Vanilla (Flint)
-66
/
+140
2025-08-26
In highlight_related, when on an unsafe block, don't highlight unsafe operati...
Chayim Refael Friedman
-10
/
+44
2025-08-26
Remove `SolverDefId::ForeignId`
Chayim Refael Friedman
-7
/
+4
2025-08-27
fix: Prevent invalid transformation in 'Replace match with if let' assist
sgasho
-1
/
+23
2025-08-26
Merge pull request #20399 from rust-lang/veykril/push-klrwvmzokqwu
Shoyu Vanilla (Flint)
-2
/
+2
[prev]
[next]