]> git.lizzy.rs Git - rust.git/history - crates/ra_assists/src/lib.rs
initial invert_if
[rust.git] / crates / ra_assists / src / lib.rs
2019-11-21 bravomikekiloinitial invert_if
2019-11-15 bors[bot]Merge #2251
2019-11-15 bors[bot]Merge #2165
2019-11-09 Wesley NorrisAdd add_new assist
2019-11-09 bors[bot]Merge #2169
2019-11-06 bors[bot]Merge #2179
2019-11-04 bors[bot]Merge #2175
2019-11-04 Aleksey KladovRestore assists tests
2019-11-04 Aleksey KladovRename MockDatabase -> TestDB
2019-11-04 Aleksey KladovRemove more duplication in test fixtures
2019-10-28 bors[bot]Merge #2097
2019-10-27 bors[bot]Merge #2099
2019-10-27 bors[bot]Merge #2096
2019-10-27 Aleksey Kladovfurther simplify assists
2019-10-27 bors[bot]Merge #2090
2019-10-27 Wesley NorrisFixes #2054.
2019-10-27 Aleksey Kladovrename auto_import -> add_import
2019-10-25 bors[bot]Merge #2069
2019-10-25 Aleksey Kladovauto-generate assists docs and tests
2019-10-23 bors[bot]Merge #1980
2019-10-22 bors[bot]Merge #2046
2019-10-22 bors[bot]Merge #1933
2019-10-20 Mikhail ModinAdds "replace with guarded return" assist
2019-10-08 bors[bot]Merge #1922
2019-10-08 bors[bot]Merge #1951
2019-10-05 bors[bot]Merge #1928
2019-10-05 bors[bot]Merge #1952
2019-10-03 Lúcás MeierWIP: Add demorgan application with naive negation
2019-09-30 Alexander AndreevMerge branch 'master' into feature/issue/1856
2019-09-30 bors[bot]Merge #1936
2019-09-30 Aleksey Kladovremove ast_editor.rs
2019-09-29 Geobert Quachfeat(assists): Keep only one version of make_raw_string
2019-09-27 bors[bot]Merge #1815
2019-09-26 Geobert Quachfeat(assists): Make raw string unescaped
2019-09-26 bors[bot]Merge #1921
2019-09-26 Aleksey KladovStart simplifying editing API
2019-09-26 bors[bot]Merge #1918
2019-09-26 Aleksey Kladovkeep ast creation API simple
2019-09-25 bors[bot]Merge #1911
2019-09-25 bors[bot]Merge #1909
2019-09-25 Aleksey Kladovmove ast builder to a separate file
2019-09-25 Aleksey Kladovmove assists to subdir
2019-09-20 bors[bot]Merge #1881
2019-09-20 bors[bot]Merge #1850
2019-09-19 Geobert Quachfeat(assists): raw string <-> usual string manipulation
2019-09-08 bors[bot]Merge #1790
2019-09-08 Nelson ChenMinor typo fix for ra_assists code doc
2019-09-06 bors[bot]Merge #1755
2019-09-05 bors[bot]Merge #1771
2019-09-05 bors[bot]Merge #1766
2019-09-05 bors[bot]Merge #1761
2019-09-05 Ekaterina Babshukovaadd assist to move type bounds to where clause
2019-07-31 bors[bot]Merge #1627
2019-07-29 bors[bot]Merge #1602
2019-07-29 Phil EllisonAdd merge_match_arm assist, bump rowan to 0.6.1
2019-07-04 bors[bot]Merge #1485
2019-07-04 bors[bot]Merge #1486
2019-07-04 Aleksey Kladovallow rustfmt to reorder imports
2019-05-23 bors[bot]Merge #1312
2019-05-22 bors[bot]Merge #1281
2019-05-21 Unreal Hoangadd assist to move arm condition to match guard
2019-05-16 Unreal Hoangrename
2019-05-06 bors[bot]Merge #1163
2019-05-06 Sergey Parilinremoved duplicating fill_struct_fields assist
2019-05-01 bors[bot]Merge #1222
2019-05-01 bors[bot]Merge #1223
2019-05-01 Unreal Hoangmove guard to arm body assist.
2019-04-22 bors[bot]Merge #1194
2019-04-22 bors[bot]Merge #1193
2019-04-22 bors[bot]Merge #1184
2019-04-22 Aleksey Kladovmore type safety
2019-04-21 Andrea Prettocomplete_import: add new import resolver infrastructure...
2019-04-21 Aleksey Kladovstart structured editing API
2019-04-14 bors[bot]Merge #1138
2019-04-09 bors[bot]Merge #1126
2019-04-09 bors[bot]Merge #1122
2019-04-08 Marco GroppoAdd explicit type assist.
2019-04-02 Sergey ParilinMerge remote-tracking branch 'upstream/master' into...
2019-03-27 bors[bot]Merge #1052
2019-03-26 Marco GroppoMerge branch 'master' of github.com:rust-analyzer/rust...
2019-03-25 Marco GroppoAssist to flip (some) binary expressions.
2019-03-25 bors[bot]Merge #1037
2019-03-25 bors[bot]Merge #1041
2019-03-25 bors[bot]Merge #1043
2019-03-25 bors[bot]Merge #1042
2019-03-25 bors[bot]Merge #1036
2019-03-25 bors[bot]Merge #1035
2019-03-25 gfreezyinline immutable local varialbe
2019-03-24 bors[bot]Merge #1029
2019-03-24 Marco GroppoAssist to flip equality (==) and negative equality...
2019-03-23 gfreezyAdd assist for adding default methods
2019-03-18 bors[bot]Merge #991
2019-03-18 bors[bot]Merge #989
2019-03-17 bors[bot]Merge #982
2019-03-17 yanchithImplement naive version of fill_struct_fields assist
2019-03-17 bors[bot]Merge #983
2019-03-17 bors[bot]Merge #947
2019-03-16 Igor MatuszewskiAdd 'add_missing_impl_members' assist stub
2019-02-24 bors[bot]Merge #889
2019-02-24 Aleksey Kladovadd marks to assists
next