]> git.lizzy.rs Git - rust.git/history - crates/ide_assists/src/utils
fix: move dir on rename mod
[rust.git] / crates / ide_assists / src / utils /
2022-03-20 bors[bot]Merge #11690
2022-03-15 bors[bot]Merge #11714
2022-03-14 bors[bot]Merge #11707
2022-03-12 bors[bot]Merge #11692
2022-03-12 Matthias Krügermore clippy fixes:
2022-03-12 Matthias Krügerfix clippy::useless_conversion
2022-03-12 Matthias Krügerfix clippy::needless_borrow
2022-03-10 bors[bot]Merge #11671
2022-03-10 Lukas Wirthminor: Access parser internals through ide_db for ide...
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
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-13 bors[bot]Merge #10998
2021-12-11 bors[bot]Merge #10951
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-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-05 bors[bot]Merge #10902
2021-10-22 bors[bot]Merge #9939
2021-10-20 bors[bot]Merge #10563
2021-10-20 bors[bot]Merge #10387
2021-10-19 bors[bot]Merge #10568
2021-10-19 bors[bot]Merge #10588
2021-10-19 bors[bot]Merge #10587
2021-10-19 bors[bot]Merge #10586
2021-10-19 bors[bot]Merge #10585
2021-10-18 bors[bot]Merge #10578
2021-10-18 Yoshua Wuytsfix Ordering::Equal path
2021-10-18 Yoshua WuytsRevert "Simplify generated PartialOrd code"
2021-10-18 bors[bot]Merge #10574
2021-10-18 Yoshua WuytsFix PartialOrd codegen
2021-10-17 bors[bot]Merge #10417
2021-10-14 bors[bot]Merge #10491
2021-10-14 bors[bot]Merge #10517
2021-10-14 bors[bot]Merge #10538
2021-10-14 bors[bot]Merge #10503
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10537
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 Yoshua WuytsSimplify generated PartialOrd code
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for record enum
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for C-style enums
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for struct records
2021-10-12 Yoshua Wuytsimpl PartialOrd codegen for tuple records
2021-10-12 Yoshua Wuytsinit partialord
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-05 bors[bot]Merge #10447
2021-10-05 bors[bot]Merge #10458
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-09-29 bors[bot]Merge #10181
2021-09-28 bors[bot]Merge #10373
2021-09-27 bors[bot]Merge #10366
2021-09-27 bors[bot]Merge #10364
2021-09-27 Lukas WirthRename `*Owner` traits to `Has*`
2021-09-25 bors[bot]Merge #10211
2021-09-25 bors[bot]Merge #10347
2021-09-25 bors[bot]Merge #10343
2021-09-25 Aleksey Kladovinternal: add => () rule; emphasize `n_items` rule
2021-08-21 bors[bot]Merge #9908
2021-08-21 bors[bot]Merge #9962
2021-08-17 bors[bot]Merge #9929
2021-08-16 bors[bot]Merge #9928
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-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-12 bors[bot]Merge #9807
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 Yoshua Wuytsgen PartialEq for Record enums
2021-08-11 bors[bot]Merge #9860
2021-08-11 bors[bot]Merge #9856
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 bors[bot]Merge #9846
next