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
Age
Commit message (
Expand
)
Author
Lines
2025-08-14
Fix indent for convert_match_to_let_else
A4-Tacks
-6
/
+58
2025-08-13
Shift vars when mapping Dyn
jackh726
-0
/
+3
2025-08-13
Merge pull request #20390 from A4-Tacks/if-else-comp-in-args-or-let
Chayim Refael Friedman
-1
/
+127
2025-08-13
Merge pull request #20446 from lcnr/kinda-unhelpful-3
Lukas Wirth
-81
/
+88
2025-08-13
manually normalize alias
lcnr
-8
/
+3
2025-08-13
layout_of uses `PostAnalysis`
lcnr
-2
/
+6
2025-08-13
implement `type_of_opaque`
lcnr
-72
/
+69
2025-08-13
Merge pull request #20376 from fee1-dead/traitalias
Lukas Wirth
-590
/
+102
2025-08-13
Merge pull request #20445 from rust-lang/veykril/push-twmmuyzwtxno
Lukas Wirth
-9
/
+11
2025-08-13
update a few fixmes, and one trivial improvement
lcnr
-11
/
+22
2025-08-13
fix: Attach db for inlay hint compute
Lukas Wirth
-9
/
+11
2025-08-13
fix errors after rebase
Deadbeef
-14
/
+13
2025-08-13
Print fields of interned IDs in hir-ty instead of just the ID
Lukas Wirth
-21
/
+25
2025-08-13
add test for trait alias projections
Deadbeef
-0
/
+21
2025-08-13
Merge Trait and TraitAlias handling
Deadbeef
-576
/
+68
2025-08-13
Merge pull request #20329 from jackh726/next-trait-solver-querify
Lukas Wirth
-1297
/
+19058
2025-08-13
Only import the item in "Unqualify method call" if needed
Chayim Refael Friedman
-1
/
+122
2025-08-12
Merge pull request #20432 from sgasho/fix/20215_implement_default_member_to_r...
Chayim Refael Friedman
-8
/
+102
2025-08-12
fix: Implement default member to resolve IdentPat
sgasho
-8
/
+102
2025-08-11
Merge pull request #20434 from ShoyuVanilla/diag-fix-again
Shoyu Vanilla (Flint)
-1
/
+1
2025-08-12
fix: Panic while trying to clear old diagnostics while there's nothing
Shoyu Vanilla
-1
/
+1
2025-08-12
Make import sorting order follow 2024 edition style
Shoyu Vanilla
-50
/
+219
2025-08-11
Merge pull request #20420 from iorizu/doc-symbols-filter
Chayim Refael Friedman
-47
/
+351
2025-08-11
hotfix: Update flycheck diagnostics generation
Shoyu Vanilla (Flint)
-0
/
+1
2025-08-11
Merge ref '21a19c297d4f' from rust-lang/rust
The rustc-josh-sync Cronjob Bot
-18
/
+4
2025-08-10
Fix minor things
Ifeanyi Orizu
-21
/
+20
2025-08-10
Add config option to exclude locals from doc search
Ifeanyi Orizu
-28
/
+333
2025-08-10
Merge pull request #20419 from ShoyuVanilla/flyck-gen
Shoyu Vanilla (Flint)
-38
/
+148
2025-08-10
internal: Make flycheck generational
Shoyu Vanilla
-38
/
+148
2025-08-10
Merge pull request #20418 from A4-Tacks/fix-extract-expr-from-fmtstr-on-write
Chayim Refael Friedman
-6
/
+40
2025-08-10
Fix extract_expressions_from_format_string on write!
A4-Tacks
-6
/
+40
2025-08-10
parser: fix parsing of trait bound polarity and for-binders
Nathaniel McCallum
-19
/
+73
2025-08-10
Merge pull request #20409 from A4-Tacks/minicore-write
Chayim Refael Friedman
-0
/
+21
2025-08-09
Implement next trait solver
jackh726
-1297
/
+19058
2025-08-09
remove `P`
Deadbeef
-4
/
+4
2025-08-09
fix: generate function by indet token
Hmikihiro
-1
/
+29
2025-08-08
remove duplicate field in Debug
BenjaminBrienen
-1
/
+0
2025-08-09
Add write! and writeln! to minicore
A4-Tacks
-0
/
+21
2025-08-07
Merge pull request #20400 from rust-lang/veykril/push-ksxzmxqymsto
Lukas Wirth
-6
/
+7
2025-08-07
Disable error log for position clamping, its too noisy due to ease of triggering
Lukas Wirth
-6
/
+7
2025-08-07
Enable warning logs by default
Lukas Wirth
-2
/
+2
2025-08-07
Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum
Stuart Cook
-14
/
+0
2025-08-07
In extract_module.rs, generate ast::Module instead of String
Hmikihiro
-66
/
+126
2025-08-06
Merge pull request #20392 from rust-lang/veykril/push-pxplxplxvvyy
Lukas Wirth
-3
/
+7
2025-08-06
Report the incorrect payload when failing to deserialize lsp messages
Lukas Wirth
-3
/
+7
2025-08-06
Merge pull request #20354 from A4-Tacks/clean-lit-stmt-remove-dbg
Chayim Refael Friedman
-0
/
+50
2025-08-06
Add remove simple dbg stmt for remove_dbg
A4-Tacks
-0
/
+50
2025-08-06
Merge pull request #20387 from ChayimFriedman2/rename-macro
Shoyu Vanilla (Flint)
-63
/
+81
2025-08-05
Merge pull request #20384 from vxpm/fix-external-docs
Chayim Refael Friedman
-1
/
+26
2025-08-05
fix external docs for exported macros
vinÃcius x
-1
/
+26
[prev]
[next]