]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Switch AstDatabase::exapnd_proc_macro to ExpandResult
[rust.git] / crates / ide_assists /
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-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
2021-08-10 Yoshua Wuytsadd partial_eq gen tests
2021-08-10 bors[bot]Merge #9846
2021-08-10 bors[bot]Merge #9845
2021-08-10 Yoshua Wuytsgen clone for tuple enums
2021-08-10 Yoshua Wuytsgen clone for record enums
2021-08-10 bors[bot]Merge #9842
2021-08-10 Lukas WirthSubstitute generic types in inline_call
2021-08-10 bors[bot]Merge #9841
2021-08-10 bors[bot]Merge #9840
2021-08-10 Yoshua Wuytsadd clone generation for structs and bare enums
2021-08-10 bors[bot]Merge #9838
2021-08-10 bors[bot]Merge #9837
2021-08-10 Yoshua WuytsAdd clone generation tests
2021-08-10 Lukas WirthImplement `bool_then_to_if` assist
2021-08-10 bors[bot]Merge #9835
2021-08-10 Yoshua Wuytsimpl gen hash for structs
2021-08-10 Yoshua Wuytsimpl gen hash for enums
2021-08-10 bors[bot]Merge #9830
2021-08-10 Yoshua Wuytsimplement feedback from review
2021-08-10 Yoshua WuytsAdd trait codegen to `add_missing_impl_members` assist
2021-08-09 Yoshua Wuytsmove trait body gen code to utils
2021-08-09 bors[bot]Merge #9804
2021-08-09 bors[bot]Merge #9825
next