]> git.lizzy.rs Git - rust.git/history - crates/ide_assists
Merge #11060
[rust.git] / crates / ide_assists /
2021-12-19 bors[bot]Merge #11054
2021-12-18 ucrhhfix unwrap_block by removing double trimming
2021-12-18 bors[bot]Merge #11042
2021-12-18 bors[bot]Merge #11035
2021-12-18 bors[bot]Merge #11046
2021-12-18 Aleksey Kladovinternal: move all the lexing to the parser crate
2021-12-17 bors[bot]Merge #11043
2021-12-17 bors[bot]Merge #11041
2021-12-17 Laurențiu NicolaFix some clippy lints
2021-12-17 Laurențiu NicolaRemove needless clones
2021-12-16 bors[bot]Merge #11030
2021-12-15 Wang RuochenAdd comma for "move if to guard"
2021-12-15 bors[bot]Merge #11017
2021-12-15 Wang RuochenAdd coverage marks
2021-12-15 bors[bot]Merge #11021
2021-12-14 Wang RuochenSupport "move if to guard" with an else branch
2021-12-14 bors[bot]Merge #11011
2021-12-14 Lukas Wirth`match_ast!` takes a pattern to allow underscore usage
2021-12-13 bors[bot]Merge #10998
2021-12-13 Oleg MatrokhinReuse results from split_into_parts()
2021-12-13 Oleg MatrokhinAdd number representation assists
2021-12-13 bors[bot]Merge #11002
2021-12-13 bors[bot]Merge #11001
2021-12-13 bors[bot]Merge #11000
2021-12-13 Lukas Wirthminor: fixup generate assist priorities
2021-12-13 Lukas Wirthfix: insert whitespaces into assoc items for assist...
2021-12-13 Lukas WirthMove ws insert rendering for macro expansion into ide_db
2021-12-12 bors[bot]Merge #10993
2021-12-11 bors[bot]Merge #10951
2021-12-11 Côme ALLARTfeat: remove should_panic example generation
2021-12-11 Côme ALLARTrefactor: use hir to test if a value is returned
2021-12-11 Côme ALLARTrefactor: use Itertools::intersperse
2021-12-11 Côme ALLARTrefactor: use hir to compare returned and self types
2021-12-11 bors[bot]Merge #10987
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
2021-12-11 bors[bot]Merge #10877
2021-12-11 bors[bot]Merge #10985
2021-12-11 bors[bot]Merge #10976
2021-12-11 Lukas WirthShow case-insensitive exact matches instead of fuzzy...
2021-12-10 bors[bot]Merge #10978
2021-12-10 bors[bot]Merge #10979
2021-12-10 Lukas WirthDon't show trait flyimports for impl trait and placeholders
2021-12-10 Côme ALLARTfeat: trait fn: add panicking example only if default...
2021-12-10 Côme ALLARTrefactor: use hir to check if fn in trait/impl
2021-12-10 Côme ALLARTfix: check correctly if function is exported
2021-12-07 Côme ALLARTfix: add mod files in path in generated examples
2021-12-07 Côme ALLARTfix: disable assist for documented functions
2021-12-07 Laurențiu NicolaBump deps
2021-12-06 Côme ALLARTfix: reduce assist scope: pub fn's in pub modules
2021-12-06 Côme ALLARTfix: format assist doc for sourcegen_assists_docs
2021-12-06 Côme ALLARTfeat: assist to generate documentation templates
2021-12-05 bors[bot]Merge #10902
2021-12-03 bors[bot]Merge #10921
2021-12-03 bors[bot]Merge #10920
2021-12-03 bors[bot]Merge #10919
2021-12-03 bors[bot]Merge #10916
2021-12-03 rainy-mefix: defer condition construction
2021-12-03 bors[bot]Merge #10915
2021-12-03 rainy-mefeat: handle while let to loop
2021-12-03 bors[bot]Merge #10906
2021-12-02 Skyler Rain Rossrefactor(assist/add_return_type): avoid threading ...
2021-12-02 Skyler Rain Rossfix: add return type works when there's missing whitespace
2021-11-29 bors[bot]Merge #10841
2021-11-25 bors[bot]Merge #10824
2021-11-24 bors[bot]Merge #10847
2021-11-24 rainy-mefix: derive path handling
2021-11-22 bors[bot]Merge #10839
2021-11-22 bors[bot]Merge #10838
2021-11-22 bors[bot]Merge #10809
2021-11-20 bors[bot]Merge #10810
2021-11-20 bors[bot]Merge #10821
2021-11-20 rainy-mefix: check inline left of binary_expression
2021-11-19 iDawerUse mutable syntax trees in `merge_imports`, `split_imp...
2021-11-16 bors[bot]Merge #10775
2021-11-16 bors[bot]Merge #10769
2021-11-16 bors[bot]Merge #10734
2021-11-16 bors[bot]Merge #10774
2021-11-16 Lukas Wirthminor: Lift out FxIndex{Map/Set} types into ide_db
2021-11-15 TheDoctor314Fix `impl_def_from_trait`
2021-11-14 bors[bot]Merge #10767
2021-11-14 bors[bot]Merge #10759
2021-11-14 rainy-meadjust test case and stop deleting newline
2021-11-13 rainy-meadd missing match arms end of last arm
2021-11-11 TheDoctor314Fix `impl_trait` function to emit correct ast
2021-11-11 TheDoctor314Add generic bounds in test
2021-11-10 bors[bot]Merge #10741
2021-11-10 Lukas Wirthinternal: Flatten `Definition::ModuleDef` variant
2021-11-10 bors[bot]Merge #10689
2021-11-10 TheDoctor314Add generic parameters for manual impl assist
2021-11-10 TheDoctor314Add failing tests for generic struct
2021-11-08 bors[bot]Merge #10688
2021-11-05 bors[bot]Merge #10685
2021-11-04 bors[bot]Merge #10645
2021-11-04 bors[bot]Merge #10691
2021-11-04 Laurențiu NicolaUse array into_iter in more places
2021-11-03 bors[bot]Merge #10686
2021-11-03 Lukas WirthAdd Semantics::original_ast_node for upmapping nodes...
2021-11-03 bors[bot]Merge #10680
2021-11-03 bors[bot]Merge #10596
next