]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-11-05 Lukas WirthDon't search for root nodes unnecessarily
2021-11-05 Lukas WirthDon't check items for macro calls if they have no attri...
2021-11-05 Lukas WirthCache ast::MacroCalls to their expansions in Semantics...
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-03 bors[bot]Merge #10683
2021-11-03 Aramis RazzaghipourUse `.into_iter()` method on array to avoid dereference
2021-11-02 Anatol Ulrichaccept identical Indels when merging; add rename test...
2021-10-31 bors[bot]Merge #10672
2021-10-31 Aleksey Kladovminor: group -gnu builders together
2021-10-31 Aleksey Kladovfeat: upgrade ubuntu builders
2021-10-31 bors[bot]Merge #10671
2021-10-31 Laurențiu NicolaRun apt-get update for AArch64 builds
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 Laurențiu NicolaBump some deps
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.
2021-10-29 Dezhi WuFix: use a concise way to change link form when generat...
2021-10-28 bors[bot]Merge #10656
2021-10-28 Lukas WirthEnable auto-import and qualify-path in derive attributes
2021-10-28 bors[bot]Merge #10654
2021-10-28 Lukas WirthRefactor ide handling for paths in derive inputs
2021-10-28 bors[bot]Merge #10623
2021-10-28 Dezhi WuFix: transform the asciidoc form link to markdown style...
2021-10-27 bors[bot]Merge #10629
2021-10-27 Terry Sunfixup! rustfmt
2021-10-27 Terry Sunfixup! delay to_string() until assist is called
2021-10-27 bors[bot]Merge #10649
2021-10-27 Anatol Ulrichremove TODO comment
2021-10-27 Anatol Ulrichre-introduce `always!`
2021-10-27 Lukas WirthRemove `CompletionKind` in favor of `CompletionItemKind`
2021-10-27 Anatol Ulrichunwrap--
2021-10-27 Anatol Ulrichfix logic error: alias detection was too lenient
2021-10-27 Lukas WirthRemove filtered completion list usage in completion...
2021-10-27 Anatol Ulrichwip
2021-10-27 Anatol Ulrichremove resolved TODO questions
2021-10-27 Anatol Ulrichdoxx
2021-10-27 Anatol Ulrichone down
2021-10-27 Anatol Ulrichmake imports less odd
2021-10-27 Anatol UlrichWIP: fix: make `rename` multi-token mapping aware
2021-10-27 Terry Sunfixup! narrow range; method calls; check for only one...
2021-10-26 bors[bot]Merge #10642
2021-10-26 Lukas WirthAdd dummy impls for `trace_macros` and `log_syntax`
2021-10-26 bors[bot]Merge #10641
2021-10-26 Anatol UlrichUpdate crates/ide/src/expand_macro.rs
2021-10-26 Anatol Ulrichfix test
2021-10-26 Anatol Ulrichwording
2021-10-26 Anatol Ulrichfix: make `expand_macro` multi-token mapping aware
2021-10-26 bors[bot]Merge #10639 #10640
2021-10-26 Anatol Ulrichassume valid identifier
2021-10-26 Anatol Ulrichfix: make `goto_declaration` multi-token mapping aware
2021-10-26 bors[bot]Merge #10592
2021-10-26 Dezhi Wuperf: avoid allocating by just slicing.
2021-10-26 bors[bot]Merge #10637
2021-10-26 Anatol Ulrichfix imports
2021-10-26 Anatol Ulrichsimplify
2021-10-25 Anatol Ulrichfix: make `goto_type_definition` multi-token mapping...
2021-10-25 bors[bot]Merge #10635
2021-10-25 Lukas Wirthfix: fix extract_variable not working on macro_call
2021-10-25 bors[bot]Merge #10633
2021-10-25 bors[bot]Merge #10634
2021-10-25 Laurențiu NicolaDrop resolver and authors manifest entries
2021-10-25 Lukas Wirthfix: Implement most proc_macro span handling for other...
2021-10-25 bors[bot]Merge #10631
2021-10-25 Lukas WirthFix postfix completions panicking
2021-10-25 bors[bot]Merge #10630
2021-10-25 Lukas WirthDon't ask the user to reload when chaning HoverAction...
2021-10-25 Terry SunAdd assist for replacing turbofish with explicit type.
2021-10-24 bors[bot]Merge #10624
2021-10-24 Laurențiu NicolaRevert edition change in test
2021-10-23 Aleksey Kladovinternal: remove unused dollars
2021-10-23 Aleksey Kladovinternal: replace L_DOLLAR/R_DOLLAR with parenthesis...
2021-10-23 bors[bot]Merge #10617
2021-10-23 Laurențiu NicolaSet MSRV
2021-10-23 bors[bot]Merge #10602
2021-10-22 bors[bot]Merge #9939
next