]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Merge #10014
[rust.git] / crates / ide_assists /
2021-08-24 bors[bot]Merge #9944
2021-08-24 bors[bot]Merge #9993
2021-08-24 bors[bot]Merge #10010
2021-08-24 bors[bot]Merge #9994
2021-08-23 bors[bot]Merge #10001
2021-08-23 vsrsSort enum variant
2021-08-23 mahdi-frmsadd static method generation assist
2021-08-22 bors[bot]Merge #9937 #9985
2021-08-22 bors[bot]Merge #9972
2021-08-22 mahdi-frmsbetter assist label
2021-08-21 mahdi-frmsfunc gen: seperate generation form position(3)
2021-08-21 bors[bot]Merge #9908
2021-08-21 mahdi-frmsfunc gen: seperate generation form position(2)
2021-08-21 bors[bot]Merge #9965
2021-08-21 bors[bot]Merge #9962
2021-08-21 elkowarFix smaller nitpicks
2021-08-21 elkowarUse NameClass::classify to check for ConstReference
2021-08-21 elkowarAdd heuristic to determine type of IdentPat, make check...
2021-08-21 mahdi-frmsfunc gen: seperate generation form position(1)
2021-08-21 mahdi-frmssimplify
2021-08-20 elkowarAdd empty-body check to replace_match_with_if_let and...
2021-08-19 bors[bot]Merge #9955
2021-08-19 bors[bot]Merge #9855
2021-08-19 BooksBaumRemove `match_ast` usage
2021-08-19 BooksBaumRemove `match_ast!` macro call
2021-08-19 bors[bot]Merge #9950
2021-08-19 Yoshua WuytsFix codegen for is_method documentation
2021-08-18 Dawerminor: address review comments
2021-08-18 Dawerinternal: use the new `edit_in_place::Indent` API
2021-08-17 BooksBaumAdd deref (`*`) handling for usages of ref tuples
2021-08-17 BooksBaumSwitch order of assists
2021-08-17 BooksBaumAdd generated doctest
2021-08-17 BooksBaumFix errors from `rebase master`
2021-08-17 BooksBaumCleanup according to style-requirements in tests
2021-08-17 BooksBaumFix: different assist ids in doc and code
2021-08-17 BooksBaumHandle tuple in macro call
2021-08-17 BooksBaumAdd destructure in sub-pattern (after `@`)
2021-08-17 BooksBaumHandle `mut` & `ref`
2021-08-17 BooksBaumAdd Destructure Tuple
2021-08-17 bors[bot]Merge #9929
2021-08-16 bors[bot]Merge #9928
2021-08-16 bors[bot]Merge #9927
2021-08-16 Laurențiu NicolaFix some clippy lints
2021-08-16 bors[bot]Merge #9921
2021-08-16 bors[bot]Merge #9924
2021-08-16 Yoshua Wuytsimplement feedback from review
2021-08-16 Yoshua Wuytsfix debug tuple structs
2021-08-16 Yoshua Wuytsfix debug record structs
2021-08-15 bors[bot]Merge #9905
2021-08-14 bors[bot]Merge #9902
2021-08-14 Aleksey Kladovminor: move functionality to a better place
2021-08-14 bors[bot]Merge #9900
2021-08-14 Aleksey Kladovinternal: remove one more usage of old editing API.
2021-08-14 bors[bot]Merge #9899
2021-08-14 bors[bot]Merge #9897
2021-08-14 Aleksey Kladovinternal: remove old editing API
2021-08-14 bors[bot]Merge #9896
2021-08-14 bors[bot]Merge #9895
2021-08-14 bors[bot]Merge #9894
2021-08-14 Aleksey Kladovinternal: use standard test style
2021-08-14 bors[bot]Merge #9893
2021-08-14 Lukas WirthDon't use non cache syntaxnodes in generate_function...
2021-08-14 bors[bot]Merge #9892
2021-08-14 Aleksey Kladovinternal: make assist naming consistent
2021-08-14 Aleksey Kladovinternal: remove a remnant of old editing infra
2021-08-14 bors[bot]Merge #9890
2021-08-14 Aleksey Kladovinternal: merge hir::BinaryOp and ast::BinOp
2021-08-14 Aleksey Kladovinternal: make naming consistent
2021-08-14 Aleksey Kladovinternal: make invert binary op more robust
2021-08-14 bors[bot]Merge #9882
2021-08-13 bors[bot]Merge #9871
2021-08-13 Ryan LevickAdd documentation on how whether a generated return...
2021-08-12 bors[bot]Merge #9879
2021-08-12 Jonas SchievinkSupport `if let` match guards
2021-08-12 bors[bot]Merge #9807
2021-08-12 DawerClean up
2021-08-12 Ryan LevickFactor out return type handling for both function and...
2021-08-12 Ryan LevickAlways fall back to focusing on generated function...
2021-08-12 bors[bot]Merge #9869
2021-08-12 Ryan LevickUse term on label for generating method impl
2021-08-12 bors[bot]Merge #9863
2021-08-12 Yoshua Wuytsadd `make::ext::path_from_idents`
2021-08-12 Yoshua Wuytsimplement feedback from review
2021-08-11 Yoshua Wuytsrm remaining todo comment
2021-08-11 Yoshua Wuytsimprove codegen
2021-08-11 Yoshua Wuytsfinishing touches
2021-08-11 Yoshua Wuytsgen partialeq for tuple enums
2021-08-11 Yoshua Wuytsdedup PartialEq for Record enums
2021-08-11 bors[bot]Merge #9861
2021-08-11 Lukas Wirthextract_variable handles selection ranges better
2021-08-11 Yoshua Wuytsgen PartialEq for Record enums
2021-08-11 bors[bot]Merge #9860
2021-08-11 Lukas WirthFix extract_function tagging params as mut unnecessarily
2021-08-11 bors[bot]Merge #9856
2021-08-11 bors[bot]Merge #9854
2021-08-11 Aleksey Kladovinternal: document that ascription is preferred to...
2021-08-11 bors[bot]Merge #9836
2021-08-10 Yoshua Wuytswip enum record/tuple generation
2021-08-10 Yoshua Wuytsgen PartialEq for basic enums
2021-08-10 Yoshua Wuytsgen PartialEq for structs
next