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
2024-12-18
Taking a raw ref of a deref is always safe
Lukas Wirth
-0
/
+16
2024-12-16
Merge pull request #18700 from ChayimFriedman2/dyn-send
Lukas Wirth
-1
/
+18
2024-12-16
Fix a panic with a diagnostics fix when a keyword is used as a field
Chayim Refael Friedman
-1
/
+18
2024-12-16
Report unresolved idents for implicit captures in `format_args!()`
Chayim Refael Friedman
-8
/
+8
2024-12-12
Fix typo in error message for invalid casting
Philipp Hofer
-1
/
+1
2024-12-11
Properly handle different defaults for severity of lints
Chayim Refael Friedman
-45
/
+103
2024-12-09
minor: Migrate `remove_unnecessary_wrapper` to `SyntaxEditor`
Giga Bowser
-20
/
+43
2024-12-09
Add diagnostic fix to remove unnecessary wrapper in type mismatch
Giga Bowser
-62
/
+375
2024-12-09
fix: Non-exhaustive structs may be empty
Lukas Wirth
-0
/
+19
2024-12-06
Merge pull request #18594 from ChayimFriedman2/async-closures
Lukas Wirth
-0
/
+21
2024-12-04
Merge pull request #18611 from ChayimFriedman2/proc-macro-warn
Lukas Wirth
-0
/
+6
2024-12-04
Do not report warnings from proc macros, ever
Chayim Refael Friedman
-0
/
+6
2024-12-04
Complete diagnostics in ty lowering groundwork
Chayim Refael Friedman
-0
/
+200
2024-12-04
Lay the foundation for diagnostics in ty lowering, and implement a first diag...
Chayim Refael Friedman
-3
/
+247
2024-12-04
Extend reported unsafe operations
Chayim Refael Friedman
-20
/
+134
2024-12-03
Support `AsyncFnX` traits
Chayim Refael Friedman
-0
/
+21
2024-10-31
Move child_by_source from hir-def to hir
Lukas Wirth
-1
/
+1
2024-10-28
Merge pull request #18420 from ChayimFriedman2/cfg-true-false
Lukas Wirth
-0
/
+16
2024-10-28
Merge pull request #18421 from Veykril/push-uxxwvwnqvomr
Lukas Wirth
-21
/
+19
2024-10-28
Reformat
Lukas Wirth
-14
/
+14
2024-10-28
Move text-edit into ide-db
Lukas Wirth
-21
/
+19
2024-10-27
Properly resolve prelude paths inside modules inside blocks
Chayim Refael Friedman
-0
/
+25
2024-10-27
Support `cfg(true)` and `cfg(false)`
Chayim Refael Friedman
-0
/
+16
2024-10-27
Split `macro-error` diagnostic so users can ignore only parts of it
Chayim Refael Friedman
-4
/
+9
2024-10-22
Correctly resolve variables and labels from before macro definition in macro ...
Chayim Refael Friedman
-0
/
+30
2024-10-22
Merge pull request #18254 from ChayimFriedman2/fix-mut
Lukas Wirth
-18
/
+45
2024-10-21
fix: classify `safe` as a contextual kw
roife
-2
/
+2
2024-10-20
Store patterns desugared from destructuring assignments in source map
Chayim Refael Friedman
-9
/
+29
2024-10-20
Handle destructuring assignments uniformly
Chayim Refael Friedman
-1
/
+16
2024-10-20
Remove now-incorrect code
Chayim Refael Friedman
-8
/
+0
2024-10-20
fix: do not emit unsafe diagnositcs for safe statics in extern blocks
roife
-0
/
+35
2024-10-20
feat: initial support for safe_kw in extern blocks
roife
-2
/
+2
2024-10-15
fix: autofix for missing wrapped unit in return expr
roife
-0
/
+38
2024-10-14
Auto merge of #18252 - ShoyuVanilla:issue-15799, r=Veykril
bors
-0
/
+25
2024-10-14
Auto merge of #18217 - ChayimFriedman2:cast-unknown-ptr, r=Veykril
bors
-18
/
+36
2024-10-07
fix: Do not consider mutable usage of deref to `*mut T` as deref_mut
Shoyu Vanilla
-0
/
+25
2024-09-30
Comment out cast checks for unknown ptr kind
Chayim Refael Friedman
-18
/
+36
2024-09-29
Fix ambiguity with CamelCase diagnostic messages
Matthew Wilding
-15
/
+15
2024-09-19
Handle lint attributes that are under `#[cfg_attr]`
Chayim Refael Friedman
-9
/
+92
2024-09-19
Remove check that text of `parse_expr_from_str()` matches the produced parsed...
Chayim Refael Friedman
-0
/
+13
2024-09-18
Auto merge of #18128 - ChayimFriedman2:external-macros-lint, r=Veykril
bors
-1
/
+62
2024-09-18
Auto merge of #18136 - valadaptive:no-mangle-lints, r=Veykril
bors
-0
/
+58
2024-09-18
Don't lint names of #[no_mangle] extern fns
valadaptive
-0
/
+58
2024-09-18
Add diagnostics for `unsafe_op_in_unsafe_fn`
Chayim Refael Friedman
-3
/
+45
2024-09-17
Handle errors and lints from external macros
Chayim Refael Friedman
-1
/
+62
2024-09-12
Auto merge of #18099 - ChayimFriedman2:diag-only-necessary, r=Veykril
bors
-134
/
+310
2024-09-12
Use more correct handling of lint attributes
Chayim Refael Friedman
-134
/
+310
2024-09-12
Auto merge of #18106 - Veykril:push-yzsqoykyowts, r=Veykril
bors
-0
/
+22
2024-09-12
fix: Don't report typed hole error in asm! out ops
Lukas Wirth
-0
/
+22
2024-09-12
Fix inference of literals when the expectation is Castable
Chayim Refael Friedman
-3
/
+14
[next]