]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-06 bors[bot]Merge #11193
2022-01-06 Lukas WirthAdjust config name
2022-01-06 Lukas WirthRegenrate docs and package.json
2022-01-06 Lukas Wirthfeat: Add config to replace specific proc-macros with...
2022-01-06 bors[bot]Merge #11211
2022-01-06 Jonas SchievinkFix parsing of `#[derive]` paths
2022-01-06 bors[bot]Merge #11209
2022-01-06 Jonas SchievinkUse`const _` instead of `mod __`
2022-01-06 bors[bot]Merge #11208
2022-01-06 Jonas SchievinkExpand attribute macros on impl and trait items
2022-01-06 bors[bot]Merge #11207
2022-01-06 Jonas PlatteAlways put a space after impl in macro pretty-printing
2022-01-05 bors[bot]Merge #11204
2022-01-05 Lukas Wirthfix: `replace_qualified_name_with_use` does not use...
2022-01-05 bors[bot]Merge #11195 #11202
2022-01-05 Lukas Wirthfix: Fix `apply_demorgan` assist hanging for certain...
2022-01-05 Jeroen Vannevelremoved double matching
2022-01-05 Jeroen Vannevelno PathExpr arm
2022-01-05 Jeroen Vannevel.clone() over .to_owned()
2022-01-05 Jeroen Vannevelless wordy ref_kind assignment
2022-01-05 bors[bot]Merge #11201
2022-01-05 Lukas Wirthfix: Fix completions not considering ancestor items...
2022-01-05 bors[bot]Merge #11200
2022-01-05 bors[bot]Merge #11198
2022-01-05 Jonas PlatteAlways put a space after `dyn` in macro pretty-printing
2022-01-05 Jonas PlatteAdd failing test case for issue 11100
2022-01-05 Jonas Schievinksimplify
2022-01-05 Aaron HillRemove unused lifetime
2022-01-05 Jeroen Vannevelremoved trailing whitespace
2022-01-05 Jeroen Vannevelcomment
2022-01-05 Jeroen Vanneveladditional test for a reference local (on top of mutabl...
2022-01-05 Jeroen Vannevelfailing test for a reference local
2022-01-05 Jeroen VannevelDon't include a ref if none was declared
2022-01-05 Jeroen Vannevelsupport ref params as well
2022-01-05 Jeroen Vannevelcorrectly handle mutable references
2022-01-04 bors[bot]Merge #11190
2022-01-04 Eduardo Canellasrefactor: apply review suggestions
2022-01-04 bors[bot]Merge #11112
2022-01-04 hkalbasiEvaluate constants in array repeat expression
2022-01-04 Eduardo Canellasremove forgotten dbg macro
2022-01-04 Eduardo Canellasimprove logic for trailing comma addition
2022-01-04 Eduardo Canellasfix(completions): improve fn_param
2022-01-04 bors[bot]Merge #11189
2022-01-04 Lukas WirthRemove lossy `Definition::from_token`/`Definition:...
2022-01-04 bors[bot]Merge #11157
2022-01-04 bors[bot]Merge #11187
2022-01-04 Laurențiu NicolaRename and use the 1.55 ABI for 1.54
2022-01-04 bors[bot]Merge #11184
2022-01-04 Jeroen Vannevelreduced the tests to their bare essence
2022-01-04 bors[bot]Merge #11186
2022-01-04 Lukas Wirthminor: Simplify
2022-01-04 Jeroen Vanneveladditional test without further usages
2022-01-04 Jeroen VannevelCorrectly pass through mutable references when extracti...
2022-01-03 bors[bot]Merge #11061
2022-01-03 Wang RuochenUpdate generated tests
2022-01-03 Wang RuochenDon't add pattern if there is a catch all afterwards
2022-01-03 bors[bot]Merge #11115
2022-01-03 Lukas Wirthgive `resolve_derive_ident` a more robust api
2022-01-03 bors[bot]Merge #11180
2022-01-03 Aleksey Kladovminor: add missing test
2022-01-03 bors[bot]Merge #11179
2022-01-03 Aleksey Kladovsimplify
2022-01-03 Aleksey Kladovsimplify
2022-01-03 bors[bot]Merge #11178
2022-01-03 Dániel BugaFix replace_match_with_if_let removing blocks with...
2022-01-03 bors[bot]Merge #11177
2022-01-03 Jake Heinzinternal: dont descend into comments
2022-01-03 bors[bot]Merge #11088
2022-01-03 bors[bot]Merge #11173
2022-01-03 bors[bot]Merge #11175
2022-01-03 Lukas Wirthfix: Fix highlighting hack for self-params
2022-01-02 Kirill BulatovAllow adding partially resolved types
2022-01-02 Lukas Wirthcleanup
2022-01-02 Lukas WirthImplement ToDef for ast::Attr
2022-01-02 Lukas Wirthinternal: Record unresolved derive invocations in hir
2022-01-02 bors[bot]Merge #11171
2022-01-02 Lukas WirthFix tool module classification not working correctly
2022-01-02 bors[bot]Merge #11170
2022-01-02 Lukas Wirthminor: Cleanup syntax highlighting
2022-01-02 bors[bot]Merge #11169
2022-01-02 Lukas Wirthfix NameRefClass misclassifying proc-macros
2022-01-02 Lukas Wirthfix syntactic highlighting for macros
2022-01-02 Lukas Wirthinternal: Handle macro calls better in highlighting
2022-01-02 bors[bot]Merge #11166
2022-01-02 Lukas Wirthminor: Simplify
2022-01-02 bors[bot]Merge #11168
2022-01-02 Aleksey Kladovminor: replace panics with types
2022-01-02 Aleksey Kladovminor: drop dead code
2022-01-02 bors[bot]Merge #11167
2022-01-02 Aleksey Kladovadd empty input tests
2022-01-02 Aleksey Kladovmore intuitive order
2022-01-02 Aleksey Kladovcheck top level entry point invariants
2022-01-02 Aleksey Kladovadd top-level tests for expressions
2022-01-02 bors[bot]Merge #11165
2022-01-02 Aleksey Kladovadd top level tests for types
2022-01-02 Aleksey Kladovenforce parsing invariant for patterns
2022-01-02 bors[bot]Merge #11164
2022-01-02 Aleksey Kladovinternal: more macro tests
2022-01-02 Aleksey Kladovadd test for macro items
2022-01-02 bors[bot]Merge #11163
next