]> git.lizzy.rs Git - rust.git/history - crates/ra_assists/src/handlers/replace_unwrap_with_match.rs
Refactor assists API to be more convenient for adding new assists
[rust.git] / crates / ra_assists / src / handlers / replace_unwrap_with_match.rs
2020-05-07 Aleksey KladovRefactor assists API to be more convenient for adding...
2020-05-06 bors[bot]Merge #4333
2020-05-06 bors[bot]Merge #4316 #4351
2020-05-06 bors[bot]Merge #4341
2020-05-06 Aleksey KladovMove target to AssistLabel
2020-05-06 bors[bot]Merge #4337
2020-05-06 Aleksey KladovMerge assits::test_helpers and tests
2020-05-05 bors[bot]Merge #4166
2020-05-02 Benjamin CoenenMerge branch 'master' of github.com:rust-analyzer/rust...
2020-05-01 Benjamin CoenenMerge branch 'master' of github.com:rust-analyzer/rust...
2020-04-30 bors[bot]Merge #4222
2020-04-30 bors[bot]Merge #4178
2020-04-29 bors[bot]Merge #4119
2020-04-29 bors[bot]Merge #4204
2020-04-29 Aleksey KladovUse specific pattern when translating if-let-else to...
2020-04-29 Aleksey KladovMove shared assist code to utils
2020-03-27 bors[bot]Merge #3742
2020-03-27 bors[bot]Merge #3741
2020-03-27 bors[bot]Merge #3740
2020-03-26 bors[bot]Merge #3725
2020-03-26 bors[bot]Merge #3727
2020-03-26 bors[bot]Merge #3732
2020-03-26 Unreal HoangAssist: replace unwrap with match