rust-analyzer/crates/ide-completion/src
Chayim Refael Friedman 0b7a6f38d7 Properly handle different defaults for severity of lints
Previously all lints were assumed to be `#[warn]`, and we had a hand-coded list of `#[allow]` exceptions. Now the severity is autogenerated from rustdoc output.

Also support lints that change status between editions, and the `warnings` lint group.
2024-12-11 20:48:41 +02:00
..
completions Properly handle different defaults for severity of lints 2024-12-11 20:48:41 +02:00
context Parse lifetime bounds in lifetime param into TypeBoundList 2024-12-05 17:52:02 +01:00
render Extract logic to decide how to complete semicolon for unit-returning function into CompletionContext 2024-09-18 14:07:23 +03:00
tests Complete derive helper attributes 2024-12-04 08:20:41 +02:00
completions.rs feat: suggest name in let_stmt and fn_param 2024-09-03 05:22:55 +08:00
config.rs Prepare for omittiong parts of completion data that need to be resolved 2024-09-23 04:44:31 +03:00
context.rs Parse lifetime bounds in lifetime param into TypeBoundList 2024-12-05 17:52:02 +01:00
item.rs Draft completion hashing 2024-12-09 22:26:00 +02:00
lib.rs Draft completion hashing 2024-12-09 22:26:00 +02:00
render.rs Merge pull request #18382 from dqkqd/issue-17042 2024-10-30 09:42:46 +00:00
snippet.rs fix: Fix find_path not respecting non-std preference config correctly 2024-08-10 10:32:10 +02:00
tests.rs Prepare for omittiong parts of completion data that need to be resolved 2024-09-23 04:44:31 +03:00