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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
rust-analyzer
/
crates
/
ide-diagnostics
Age
Commit message (
Expand
)
Author
Lines
2025-07-11
Minic rustc's new `format_args!` expansion
Shoyu Vanilla
-0
/
+25
2025-06-10
Merge pull request #19963 from ChayimFriedman2/unsized-impl-items
Lukas Wirth
-0
/
+29
2025-06-10
Do not error at impls for unsized types that do not include `where Self: Size...
Chayim Refael Friedman
-0
/
+29
2025-06-09
Stabilize the "JSON is not Rust" diagnostic
Chayim Refael Friedman
-0
/
+1
2025-06-06
Stabilize unlinked file diagnostic
Chayim Refael Friedman
-0
/
+1
2025-06-02
Add a quickfix for accessing a private field of a struct
Tyler Breisacher
-30
/
+127
2025-06-02
Enhance renaming to include identifiers that are generated from the original ...
Lukas Wirth
-2
/
+2
2025-05-29
fix: Fix import insertion not being fully cfg aware
Lukas Wirth
-5
/
+1
2025-05-28
fix: Skip pattern analysis on type mismatches
Shoyu Vanilla
-0
/
+14
2025-05-26
Merge pull request #19851 from ChayimFriedman2/normalize-exhaustiveness
Lukas Wirth
-0
/
+25
2025-05-23
Normalize when checking for uninhabited types for pattern exhaustiveness chec...
Chayim Refael Friedman
-0
/
+25
2025-05-19
Fix cache problems with lints level
Chayim Refael Friedman
-164
/
+60
2025-05-15
Improve asm support
Chayim Refael Friedman
-0
/
+21
2025-05-09
Make diagnostics experimental by default
Florian Diebold
-33
/
+47
2025-05-05
refactor: De-arc defmap queries
Lukas Wirth
-3
/
+5
2025-05-02
Render more lifetimes
Lukas Wirth
-10
/
+9
2025-05-01
remove a couple of clones
Matthias Krüger
-1
/
+1
2025-04-30
Merge pull request #19247 from alibektas/19172_very_new
Lukas Wirth
-2
/
+17
2025-04-28
refactor: migrate `let_else_to_match` to editor
Prajwal S N
-3
/
+8
2025-04-28
Merge pull request #19704 from Veykril/push-wrvznvvpvtvp
Lukas Wirth
-79
/
+46
2025-04-28
Add expression fill mode variant for filling with underscore expressions
Lukas Wirth
-79
/
+46
2025-04-24
fix: Fix type argument mismatch incorrectly triggering on inferred trait args
Lukas Wirth
-0
/
+12
2025-04-24
Properly handle lifetimes when checking generic arguments len
Chayim Refael Friedman
-0
/
+208
2025-04-23
fix: Fix incorrect diagnostic for lifetime parameter count mismatch
Lukas Wirth
-7
/
+9
2025-04-23
Mark `incorrect_generics_len` diagnostic as experimental
Lukas Wirth
-0
/
+1
2025-04-22
Add two new diagnostics: one for mismatch in generic arguments count, and ano...
Chayim Refael Friedman
-5
/
+275
2025-04-21
Remove unnecessary predefined symbol clones
Chayim Refael Friedman
-1
/
+1
2025-04-20
doc: Fix dead manual links
bbb651
-1
/
+1
2025-04-19
Make `HirFileId`, `EditionedFileId` and macro files Salsa struct
Chayim Refael Friedman
-87
/
+123
2025-04-16
Merge pull request #19590 from roife/fix-issue-19540
Lukas Wirth
-0
/
+18
2025-04-15
feat: Add `pub(crate) mod` option for unlinked files
roifewu
-0
/
+18
2025-04-10
fix: Walk const block expressions for unsafety checking
Lukas Wirth
-0
/
+13
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-6
/
+4
2025-04-09
Merge pull request #19462 from Veykril/push-ypvprvvwkyll
Lukas Wirth
-2
/
+10
2025-04-09
refactor: Lower type-refs before type inference
Lukas Wirth
-2
/
+10
2025-04-07
Merge pull request #19432 from ShoyuVanilla/issue-19431
Lukas Wirth
-1
/
+45
2025-04-04
prefer default over new
BenjaminBrienen
-1
/
+1
2025-04-01
chore: Remove unnecessary `Arc` clones
Lukas Wirth
-16
/
+1
2025-03-28
Fix a bug in orphan rules calculation
Chayim Refael Friedman
-0
/
+13
2025-03-24
fix: Yet another false positive invalid cast diagnostic
Shoyu Vanilla
-1
/
+45
2025-03-23
chore: Bump dependencies
Lukas Wirth
-2
/
+2
2025-03-22
Speed up resolving "Generate delegate method" assist (part 2)
Felicián Németh
-16
/
+16
2025-03-19
change test name to sth meaningful
Ali Bektas
-1
/
+1
2025-03-19
Fix span info for mir::Operand
Ali Bektas
-2
/
+17
2025-03-17
chore: Bump `Edition::CURRENT` to 2024
Lukas Wirth
-5
/
+5
2025-03-16
Merge pull request #19354 from ChayimFriedman2/rtn-prep
Lukas Wirth
-0
/
+54
2025-03-15
cargo fmt
BenjaminBrienen
-114
/
+96
2025-03-15
Fix 2024 syntax errors
BenjaminBrienen
-1
/
+2
2025-03-13
internal: don't panic when the crate graph isn't ready #19351
David Barsky
-3
/
+11
2025-03-12
Emit an error when RTN is used in an incorrect place
Chayim Refael Friedman
-0
/
+54
[next]