]> git.lizzy.rs Git - rust.git/history - crates/assists
format
[rust.git] / crates / assists /
2021-02-07 bors[bot]Merge #7587
2021-02-07 Aleksey KladovAdtDef -> Adt
2021-02-05 bors[bot]Merge #7576
2021-02-05 bors[bot]Merge #7572
2021-02-05 Yoshua WuytsAdd `find_or_create_impl_block` to assist utils
2021-02-05 bors[bot]Merge #7573
2021-02-05 bors[bot]Merge #7574
2021-02-05 Yoshua WuytsRemove redundant clones
2021-02-05 bors[bot]Merge #7505
2021-02-05 bors[bot]Merge #7570 #7571
2021-02-05 Yoshua WuytsAdd doc gen to the `generate_enum_match_method` assist
2021-02-05 bors[bot]Merge #7569
2021-02-05 bors[bot]Merge #7562
2021-02-05 Yoshua WuytsMove `find_struct_impl` to assist utils
2021-02-05 Yoshua Wuytsadd `generate-enum-match` assist
2021-02-05 bors[bot]Merge #7535
2021-02-05 Vladyslav Katasonovallow extracted body to be indented(dedent it)
2021-02-05 Vladyslav Katasonovallow transitive `&mut` access for fields in extract_fu...
2021-02-04 Vladyslav Katasonovadd tests for extracting if/match/while/for exprs
2021-02-04 Vladyslav Katasonovdocument extract_function assist implementation
2021-02-04 Vladyslav Katasonovuse `&T` for non copy params of extracted function
2021-02-04 Vladyslav Katasonov split extract_function into pieces and order them
2021-02-04 bors[bot]Merge #7559
2021-02-04 Jonas SchievinkMake `ModPath`'s representation private
2021-02-03 Vladyslav Katasonovremove ignored test for downgrading mut to shared
2021-02-03 Vladyslav Katasonovallow calling `&mut` methods on outer vars when extraci...
2021-02-03 Vladyslav Katasonovallow `&mut param` when extracting function
2021-02-03 Vladyslav Katasonovallow modifications of vars from outer scope inside...
2021-02-03 Vladyslav Katasonovallow local variables to be used after extracted body
2021-02-03 Vladyslav Katasonovchange TODO to FIXME
2021-02-03 Vladyslav Katasonovdisable test for downgrading mutability on extract
2021-02-03 Vladyslav Katasonovconvert IdentPat to Pat via Into
2021-02-03 Vladyslav Katasonovsupport extracting methods; no mut lowering
2021-02-03 Vladyslav Katasonovinitial version of extract function assist
2021-01-28 bors[bot]Merge #7471
2021-01-27 bors[bot]Merge #7468
2021-01-27 Lukas WirthEnable fill_match_arms in macros
2021-01-27 bors[bot]Merge #7451
2021-01-27 bors[bot]Merge #7465
2021-01-26 bors[bot]Merge #7457
2021-01-26 bors[bot]Merge #7405
2021-01-26 Dániel BugaAdd failing test case
2021-01-26 bors[bot]Merge #7450
2021-01-26 bors[bot]Merge #7433
2021-01-26 bors[bot]Merge #7393
2021-01-26 bors[bot]Merge #7406
2021-01-23 bors[bot]Merge #7391
2021-01-22 Dániel BugaDeduplicate variant matching
2021-01-22 Dániel Bugareplace_if_let_with_match: don't assume sad pattern
2021-01-22 bors[bot]Merge #7310 #7395
2021-01-22 bors[bot]Merge #7353
2021-01-22 bors[bot]Merge #7374
2021-01-22 bors[bot]Merge #7386
2021-01-21 Benjamin CoenenAdd assist: add lifetime to type #7200
2021-01-20 bors[bot]Merge #7366
2021-01-20 Jonas SchievinkTreat BlockExpr as a potential module origin
2021-01-20 bors[bot]Merge #7359
2021-01-20 bors[bot]Merge #7350
2021-01-20 bors[bot]Merge #7355
2021-01-19 Aleksey Kladov.
2021-01-19 bors[bot]Merge #7351
2021-01-19 bors[bot]Merge #7321
2021-01-19 bors[bot]Merge #7342
2021-01-18 bors[bot]Merge #7341
2021-01-18 Kirill BulatovShow deprecated completions for deprecated traits
2021-01-18 bors[bot]Merge #7336
2021-01-18 bors[bot]Merge #7339
2021-01-18 bors[bot]Merge #7297 #7338
2021-01-18 Benjamin CoenenAdd assist: add lifetime to type #7200
2021-01-18 bors[bot]Merge #7326
2021-01-18 bors[bot]Merge #7291
2021-01-18 bors[bot]Merge #7292
2021-01-17 Benjamin CoenenAdd assist: add lifetime to type #7200
2021-01-17 bors[bot]Merge #7276
2021-01-17 bors[bot]Merge #7304
2021-01-16 Kirill BulatovAdd flyimport completion for trait assoc items
2021-01-16 bors[bot]Merge #7295
2021-01-16 Kirill BulatovShare import_assets and related entities
2021-01-15 Lukas WirthWrap remaining self/super/crate in Name{Ref}
2021-01-15 bors[bot]Merge #7290
2021-01-15 unexgeAdd test mark for skipping single use item
2021-01-15 bors[bot]Merge #7289
2021-01-15 unexgeCreate new nodes only when applying changes
2021-01-15 unexgeAdd Unmerge Use assist
2021-01-15 bors[bot]Merge #7288
2021-01-15 bors[bot]Merge #7287
2021-01-15 bors[bot]Merge #7285
2021-01-15 bors[bot]Merge #7286
2021-01-15 Aleksey KladovRemove useless wrapper
2021-01-15 bors[bot]Merge #7209
2021-01-15 Daiki IharaAdd support for yiled keyword
2021-01-15 bors[bot]Merge #7272
2021-01-14 Lukas WirthPhase out SourceFileEdits in favour of a plain HashMap
2021-01-14 Lukas WirthGroup file source edits by FileId
2021-01-14 bors[bot]Merge #7211
2021-01-14 bors[bot]Merge #7257
2021-01-14 bors[bot]Merge #7110
2021-01-14 bors[bot]Merge #7260
2021-01-13 bors[bot]Merge #6809
2021-01-13 Fisher DarlingSort impls by trait definition
next