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
/
crates
/
ide
Age
Commit message (
Expand
)
Author
Lines
2025-09-30
Merge pull request #20745 from Oblarg/fix-negative-int-literals-in-macro-by-e...
Shoyu Vanilla (Flint)
-0
/
+42
2025-09-29
move test per review feedback
Oblarg
-0
/
+42
2025-09-28
Merge pull request #19867 from Kivooeo/unsafegate
Lukas Wirth
-1
/
+1
2025-09-25
Merge pull request #20738 from jackh726/next-trait-solver-next4
Shoyu Vanilla (Flint)
-1
/
+1
2025-09-25
Merge pull request #20735 from itsjunetime/fix_scip_salsa
Shoyu Vanilla (Flint)
-1
/
+1
2025-09-24
fix SCIP panicking due to salsa not attaching
itsjunetime
-1
/
+1
2025-09-24
Remove non-ns version of impl_self_ty and impl_trait
jackh726
-1
/
+1
2025-09-23
Be sure to instantiate and pass up trait refs in named_associated_type_shorth...
Jack Huey
-2
/
+2
2025-09-23
Use lower_nextsolver::callable_item_signature instead of lower::callable_item...
Jack Huey
-3
/
+3
2025-09-23
Remove lower::ty in favor of lower_nextsolver::ty
Jack Huey
-2
/
+2
2025-09-23
Use ParamEnv in TraitEnvironment
Jack Huey
-2
/
+2
2025-09-23
Make Field::ty return TypeNs
jackh726
-9
/
+9
2025-09-20
allow take union field addresses in safe rust
Kivooeo
-1
/
+1
2025-09-18
fix negative const generic integer literals
Oblarg
-1
/
+1
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-15
/
+15
2025-09-17
Merge pull request #20583 from btj/comments-enable
Chayim Refael Friedman
-18
/
+127
2025-09-17
Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration value
Bart Jacobs
-18
/
+127
2025-09-17
Merge pull request #20379 from skewb1k/fix/consistent-hover-doc-breaks
Chayim Refael Friedman
-42
/
+42
2025-09-16
Merge pull request #20612 from Veykril/veykril/push-vzuykrsxvrts
Lukas Wirth
-46
/
+49
2025-09-16
fix: Fix expand macro recursively not working correctly for nested macro calls
Lukas Wirth
-46
/
+49
2025-09-15
Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics
Chayim Refael Friedman
-15
/
+15
2025-09-15
Don't mark unknown type as implementing every notable trait
Chayim Refael Friedman
-0
/
+29
2025-09-11
Merge pull request #20642 from ChayimFriedman2/wasm-safe
Shoyu Vanilla (Flint)
-1
/
+1
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
-1
/
+2
2025-09-09
Expand target info to include the architecture
Chayim Refael Friedman
-1
/
+1
2025-09-09
Resolve paths to snapshot test libraries absolutely
Chayim Refael Friedman
-23
/
+85
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
/
+28
2025-09-08
feat: support navigation on primitives
Ryan Mehri
-16
/
+26
2025-08-28
Attach the db in one more place in highlighting
Chayim Refael Friedman
-1
/
+2
2025-08-26
In highlight_related, when on an unsafe block, don't highlight unsafe operati...
Chayim Refael Friedman
-4
/
+19
2025-08-24
Add an option to remove reborrows from adjustment inlay hints
Chayim Refael Friedman
-2
/
+52
2025-08-22
Fix panic in syntax_highlighting
Lukas Wirth
-27
/
+29
2025-08-21
Remove unnecessary `salsa::attach()` calls
Chayim Refael Friedman
-13
/
+7
2025-08-21
Attach the DB when mapping the result of `world_symbols()`
Chayim Refael Friedman
-6
/
+9
2025-08-18
Auto-attach database in `Analysis` calls
Lukas Wirth
-48
/
+61
2025-08-17
Replace layout_of_ty with layout_of_ty_ns
jackh726
-14
/
+16
2025-08-17
Switch associated_type_shorthand_candidates to lower_nextsolver
jackh726
-2
/
+4
2025-08-17
Change direct_super_traits to use generic_predicates_for_param_ns
jackh726
-6
/
+10
2025-08-17
impl HirDisplay for next_solver::Ty
jackh726
-92
/
+111
2025-08-13
Merge pull request #20376 from fee1-dead/traitalias
Lukas Wirth
-40
/
+6
2025-08-13
fix: Attach db for inlay hint compute
Lukas Wirth
-8
/
+10
2025-08-13
fix errors after rebase
Deadbeef
-1
/
+1
2025-08-13
Merge Trait and TraitAlias handling
Deadbeef
-39
/
+5
2025-08-13
Merge pull request #20329 from jackh726/next-trait-solver-querify
Lukas Wirth
-34
/
+46
2025-08-10
Fix minor things
Ifeanyi Orizu
-1
/
+0
2025-08-10
Add config option to exclude locals from doc search
Ifeanyi Orizu
-21
/
+298
2025-08-09
Implement next trait solver
jackh726
-34
/
+46
[next]