]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-07 Lukas WirthSimplify
2022-01-07 Lukas WirthFilter out macro calls by file id in when building...
2022-01-07 bors[bot]Merge #11230
2022-01-07 Lukas Wirthfix: Fix attribute stripping ignoring doc comments
2022-01-07 bors[bot]Merge #11145
2022-01-07 bors[bot]Merge #11220
2022-01-07 Benjamin Coenenfeat(diagnostics): use default expression instead of...
2022-01-07 Jeroen Vannevelsuccinct code
2022-01-07 bors[bot]Merge #11225
2022-01-07 Lukas WirthUpdate item tree test output
2022-01-07 bors[bot]Merge #11194
2022-01-07 Lukas WirthUse `FileAstId<ast::Adt>` in nameres where appropriate...
2022-01-07 Jeroen Vannevelinclude tabstops
2022-01-07 Lukas WirthBetter interface for doc comment and attribute processing
2022-01-07 Benjamin Coenenfeat(diagnostics): use default expression instead of...
2022-01-07 Côme ALLARTrefactor: apply suggestions
2022-01-07 Coenen BenjaminUpdate crates/rust-analyzer/src/config.rs
2022-01-07 Jeroen Vannevelfmt
2022-01-07 Jeroen Vannevelconcise filtering
2022-01-07 Lukas WirthGenerate `AnyHasDocComments` node
2022-01-07 Jeroen Vannevelsupport const params
2022-01-07 Jeroen VannevelCount the type parameters only
2022-01-06 bors[bot]Merge #11218
2022-01-06 Wang RuochenCorrect has_ref detection
2022-01-06 Benjamin Coenenadd better default behavior on fill struct fields diagn...
2022-01-06 bors[bot]Merge #11217
2022-01-06 Laurențiu NicolaMove pretty-printing test out of assist
2022-01-06 bors[bot]Merge #11216
2022-01-06 Lukas Wirthinternal: Support registered tools and attributes in...
2022-01-06 bors[bot]Merge #11214
2022-01-06 Lukas Wirthfeat: poke user when supplying faulty configurations
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-06 Côme ALLARTfix: remove brackets if no generic types
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 Côme ALLARTfix(gen-doc-assist): remove lifetimes in description...
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 Benjamin Coenenadd better default behavior on fill struct fields diagn...
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
next