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-diagnostics
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
Merge pull request #19867 from Kivooeo/unsafegate
Lukas Wirth
-0
/
+43
2025-09-25
Fix fixes for unused raw variables
A4-Tacks
-2
/
+16
2025-09-22
Fix lifetime elision handling for `Fn`-style trait bounds
Chayim Refael Friedman
-0
/
+12
2025-09-20
allow take union field addresses in safe rust
Kivooeo
-0
/
+43
2025-09-20
Fix unused_variables fixes shorthand record field
A4-Tacks
-11
/
+57
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-2
/
+24
2025-09-16
Merge pull request #20517 from Veykril/veykril/push-wrurmtqppzus
Lukas Wirth
-6
/
+6
2025-09-16
fix: Only compute unstable paths on nightly toolchains for IDE features
Lukas Wirth
-6
/
+6
2025-09-15
Port a bunch of stuff from rustc and fix a bunch of type mismatches/diagnostics
Chayim Refael Friedman
-2
/
+24
2025-09-11
Merge pull request #20642 from ChayimFriedman2/wasm-safe
Shoyu Vanilla (Flint)
-0
/
+16
2025-09-09
Merge pull request #20613 from A4-Tacks/diag-unresolved-field-fixes-ws
David Barsky
-13
/
+52
2025-09-10
Fix failing tests and fill-in missing details
Shoyu Vanilla
-2
/
+1
2025-09-09
Make `#[target_feature]` safe always on WASM
Chayim Refael Friedman
-0
/
+16
2025-09-08
Remove support for register_attr
Wilfred Hughes
-4
/
+1
2025-09-07
Improve make::struct_ field_list whitespace
A4-Tacks
-12
/
+12
2025-09-05
Fix indent for unresolved_field fixes
A4-Tacks
-13
/
+52
2025-08-18
Auto-attach database in `Analysis` calls
Lukas Wirth
-36
/
+51
2025-08-09
Implement next trait solver
jackh726
-7
/
+12
2025-08-02
When renaming a parameter to `self`, change callers to use method call syntax
Chayim Refael Friedman
-1
/
+1
2025-07-31
`cargo clippy --fix`
Lukas Wirth
-82
/
+71
2025-07-22
fix: Apply adjusts to pats and exprs when doing pat analysis
Shoyu Vanilla
-0
/
+24
2025-07-15
Infer lifetimes for GATs in expression/pattern position
Chayim Refael Friedman
-0
/
+24
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-0
/
+15
2025-07-03
fix: Closure capturing for let exprs, again
Shoyu Vanilla
-0
/
+18
2025-07-03
fix: Improve diagnostic ranges for `macro_calls!`
Lukas Wirth
-14
/
+14
2025-06-24
Merge pull request #20036 from Veykril/push-yquvoyrxkksx
Lukas Wirth
-1
/
+1
2025-06-24
Do not default to 'static for trait object lifetimes
Lukas Wirth
-1
/
+1
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+1
2025-06-22
Minic rustc's new `format_args!` expansion
Shoyu Vanilla
-0
/
+25
2025-06-19
fix: Closure capturing for let exprs
Shoyu Vanilla
-0
/
+19
2025-06-17
Never make type mismatch diagnostic stable, even when there is a fix
Chayim Refael Friedman
-6
/
+2
2025-06-17
chore: Start infesting ide crates with 'db lifetime
Lukas Wirth
-25
/
+34
2025-06-17
Merge pull request #19945 from ChayimFriedman2/private-field-quickfix
Lukas Wirth
-32
/
+125
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-08
Add the quickfix for increasing visibility of a private field to the private-...
Chayim Refael Friedman
-32
/
+125
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
[next]