index
:
rust-analyzer
master
[FORK] modified to work on wasm targets
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crates
/
ide
/
src
/
diagnostics
/
fixes.rs
Commit message (
Expand
)
Author
Age
Files
Lines
*
syntax: return owned string instead of leaking string
cynecx
2021-03-26
1
-1
/
+1
*
avoid converting types into themselves via .into() (clippy::useless-conversion)
Matthias Krüger
2021-03-17
1
-1
/
+1
*
Remove use of SourceFileEdit
Phil Ellison
2021-01-23
1
-2
/
+1
*
cargo fmt
Phil Ellison
2021-01-23
1
-1
/
+5
*
Address review comments
Phil Ellison
2021-01-23
1
-9
/
+4
*
cargo fmt
Phil Ellison
2021-01-23
1
-2
/
+7
*
Implement fix, add tests
Phil Ellison
2021-01-23
1
-18
/
+11
*
Add diagnostic for filter_map followed by next
Phil Ellison
2021-01-23
1
-1
/
+32
*
Remove obsolete RangeInfo usage in rename
Lukas Wirth
2021-01-18
1
-1
/
+1
*
Make rename reference search use ide_db::search directly
Lukas Wirth
2021-01-18
1
-1
/
+1
*
Phase out SourceFileEdits in favour of a plain HashMap
Lukas Wirth
2021-01-14
1
-12
/
+6
*
Group file source edits by FileId
Lukas Wirth
2021-01-14
1
-9
/
+9
*
cargo fmt
Phil Ellison
2021-01-07
1
-1
/
+2
*
Add fix to wrap return expression in Some
Phil Ellison
2021-01-07
1
-6
/
+7
*
Remove some stale deprecations
Aleksey Kladov
2021-01-07
1
-3
/
+0
*
source_old -> source for cases that can be handled by simple bubbling
Nick Spain
2021-01-02
1
-3
/
+3
*
Mark HasSource::source_old as deprecated but allow at all call sites
Nick Spain
2021-01-02
1
-0
/
+3
*
HasSource::source -> HasSource::source_old
Nick Spain
2021-01-02
1
-3
/
+3
*
Add initial_contents field for CreateFile
Daiki Ihara
2020-12-21
1
-0
/
+1
*
Align code_model name with ungrammar
Aleksey Kladov
2020-12-20
1
-1
/
+1
*
Merge #6769
bors[bot]
2020-12-10
1
-1
/
+22
|
\
|
*
Cast to ExprStmt, style fixes
ivan770
2020-12-10
1
-4
/
+4
|
*
Format code
ivan770
2020-12-08
1
-3
/
+10
|
*
Remove unused use
ivan770
2020-12-08
1
-1
/
+1
|
*
Remove this semicolon
ivan770
2020-12-08
1
-6
/
+20
*
|
Fix FileId computation in IncorrectCase fix
Jonas Schievink
2020-12-10
1
-4
/
+4
*
|
Introduce anchored_path
Aleksey Kladov
2020-12-09
1
-3
/
+5
*
|
Fix MissingFields DiagnosticFix trigger range
Lukas Wirth
2020-12-09
1
-2
/
+3
|
/
*
Support struct variants in extract_struct_from_enum_variant
Lukas Wirth
2020-11-03
1
-1
/
+2
*
Remove more unreachable pubs
Aleksey Kladov
2020-11-02
1
-1
/
+1
*
Re-export base_db from ide_db
Igor Aleksanov
2020-10-24
1
-1
/
+1
*
Use TextRange::contains_inclusive in fixes check
Igor Aleksanov
2020-10-12
1
-1
/
+2
*
Keep SyntaxNodePtr::range private
Igor Aleksanov
2020-10-12
1
-1
/
+4
*
Add fix for incorrect case diagnostic
Igor Aleksanov
2020-10-12
1
-2
/
+18
*
Minor
Aleksey Kladov
2020-08-18
1
-0
/
+175