]> git.lizzy.rs Git - rust.git/history - crates
Remove validation of `super` in use paths
[rust.git] / crates /
2021-11-16 Laurențiu NicolaRemove validation of `super` in use paths
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-16 bors[bot]Merge #10773
2021-11-16 Lukas Wirthfix: Reimplement mapping out of test/bench attributes...
2021-11-15 TheDoctor314Fix `impl_def_from_trait`
2021-11-14 bors[bot]Merge #10767
2021-11-14 Lukas WirthRename intern_macro -> intern_macro_call
2021-11-14 bors[bot]Merge #10759
2021-11-14 rainy-meadjust test case and stop deleting newline
2021-11-14 bors[bot]Merge #10762
2021-11-14 zhoufanfix: flyimport triggers on enum variant declarations
2021-11-13 bors[bot]Merge #10761
2021-11-13 Jake Heinzflip the default
2021-11-13 Jake Heinzinlay hints: add the option to always show constructor...
2021-11-13 rainy-meadd missing match arms end of last arm
2021-11-12 bors[bot]Merge #10756
2021-11-12 Wilfred HughesAllow the check command to terminate without output
2021-11-11 bors[bot]Merge #10747
2021-11-11 Lukas WirthRemove faulty logic for ascending test attributes for...
2021-11-11 bors[bot]Merge #10745
2021-11-11 Lukas WirthReplace some more ide usages of ModuleDef with Definition
2021-11-11 bors[bot]Merge #10743
2021-11-11 Jonas SchievinkPrime a more reasonable set of crates
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 Adam Bratschi-KayeHandle pub tuple fields in tuple structs
2021-11-10 bors[bot]Merge #10739
2021-11-10 Lukas WirthSimplify
2021-11-10 bors[bot]Merge #10729
2021-11-10 bors[bot]Merge #10738
2021-11-10 Lukas WirthDo not search through all three namespaces in `ItemScop...
2021-11-10 TheDoctor314Add generic parameters for manual impl assist
2021-11-10 TheDoctor314Add failing tests for generic struct
2021-11-09 bors[bot]Merge #10731
2021-11-09 Florian-Schoenherrfix: show the right check-command
2021-11-09 bors[bot]Merge #10732
2021-11-09 Laurențiu NicolaBump chalk
2021-11-09 zhoufanlookup impls in local del maps
2021-11-08 bors[bot]Merge #10726
2021-11-08 Lukas WirthAdd some completion profile spans
2021-11-08 bors[bot]Merge #10722
2021-11-08 Lukas WirthFix proc-macro attributes being shadowed by their funct...
2021-11-08 bors[bot]Merge #10688
2021-11-08 bors[bot]Merge #10720
2021-11-08 Lukas WirthAdd test for current incorrect behaviour
2021-11-07 bors[bot]Merge #10699
2021-11-07 bors[bot]Merge #10698
2021-11-06 bors[bot]Merge #10709
2021-11-06 Laurențiu NicolaBump deps
2021-11-05 Lukas WirthDon't ascribe types in pattern completion for patterns...
2021-11-05 bors[bot]Merge #10706
2021-11-05 bors[bot]Merge #10704
2021-11-05 Lukas WirthShort-circuit descend_into_macros_single
2021-11-05 Lukas WirthDon't search for root nodes unnecessarily
2021-11-05 bors[bot]Merge #10703
2021-11-05 Lukas WirthDon't check items for macro calls if they have no attri...
2021-11-05 bors[bot]Merge #10701
2021-11-05 Lukas WirthCache ast::MacroCalls to their expansions in Semantics...
2021-11-05 Lukas WirthReplace some String usages with SmolStr in completions
2021-11-05 bors[bot]Merge #10685
2021-11-04 Anatol Ulrichmaybe?
2021-11-04 bors[bot]Merge #10696
2021-11-04 Lukas WirthReplace more Name::to_string usages with Name::to_smol_str
2021-11-04 Lukas WirthEnable markdown tables
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 Anatol Ulrichimplement Literal::from_str
2021-11-03 bors[bot]Merge #10667
2021-11-03 Anatol UlrichUpdate crates/text_edit/src/lib.rs
2021-11-03 Anatol UlrichUpdate crates/ide/src/rename.rs
2021-11-03 Lukas WirthExpose version string of crates fom HIR
2021-11-03 bors[bot]Merge #10596
2021-11-03 Lukas WirthAdd disjoint check back in TextEdit::union
2021-11-03 Anatol Ulrichforgot a dbg
2021-11-02 Anatol Ulrichaccept identical Indels when merging; add rename test...
2021-10-31 bors[bot]Merge #10671
2021-10-30 bors[bot]Merge #10668
2021-10-30 Lukas WirthFix for-loop expressions breaking with BlockExpr iterable
2021-10-30 Lukas WirthSet server status to warning when proc-macro sources...
2021-10-30 bors[bot]Merge #10663
2021-10-30 Laurențiu NicolaBump object avoid a duplicate dependency
2021-10-29 bors[bot]Merge #10650
2021-10-29 Laurențiu NicolaBump chalk
2021-10-29 bors[bot]Merge #10662
2021-10-29 vsrsFix Plaintext textDocument/hover
2021-10-29 bors[bot]Merge #10648
2021-10-29 Lukas WirthDon't discard attributed items when a proc-macro unexpe...
2021-10-29 bors[bot]Merge #10657
2021-10-29 Lukas Wirthfeat: Make unqualified derive attributes flyimportable
2021-10-29 bors[bot]Merge #10595
2021-10-29 Dezhi WuFix: correct markdown link form.
next