]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-31 Aleksey Kladovminor: expand docs a tiny bit
2021-05-31 bors[bot]Merge #9079
2021-05-31 Lukas WirthDon't take the parent kind of trailing attributes in...
2021-05-31 bors[bot]Merge #9039
2021-05-31 Lukas WirthAdd config setting for self-on-the-fly
2021-05-31 Lukas WirthMove unprefixed field/method completion to `dot`
2021-05-31 Lukas WirthLess strings, more hir::Names
2021-05-31 Lukas WirthComplete `self.` prefixed fields and methods inside...
2021-05-31 bors[bot]Merge #8866
2021-05-31 bors[bot]Merge #9060
2021-05-31 bors[bot]Merge #9077
2021-05-31 Lukas WirthUse `Name`s instead of Strings in the completion render...
2021-05-31 bors[bot]Merge #9025
2021-05-31 bors[bot]Merge #9072
2021-05-31 Dawerminor: reenable incremental test builds
2021-05-30 bors[bot]Merge #9071
2021-05-30 Jonas Schievinkreenable incremental release builds
2021-05-30 bors[bot]Merge #9069
2021-05-30 Jonas SchievinkDon't force-disable incremental
2021-05-30 bors[bot]Merge #9068
2021-05-30 Lukas WirthMove more fields to `ImmediateLocation`
2021-05-30 bors[bot]Merge #9065
2021-05-30 cynecxhir_ty: don't pass where clauses of associated types...
2021-05-30 bors[bot]Merge #9064
2021-05-30 Lukas WirthFix incorrect prefer_inner calls on some attribute...
2021-05-30 bors[bot]Merge #9062
2021-05-30 Laurențiu NicolaBump deps
2021-05-30 Jonas SchievinkDiagnose unimplemented built-in macros
2021-05-29 bors[bot]Merge #9059
2021-05-29 Jonas SchievinkOnly complete derive proc macros in `#[derive]`
2021-05-29 Jonas SchievinkUpdate to prerelease
2021-05-29 bors[bot]Merge #9057
2021-05-29 Jonas SchievinkThread proc-macro types through the HIR
2021-05-29 bors[bot]Merge #9050
2021-05-29 bors[bot]Merge #9054
2021-05-29 Jonas SchievinkTreat `pat_param` like `pat` fragments
2021-05-29 bors[bot]Merge #9051
2021-05-29 cynecxhir_ty: use async ret type for inference inside async...
2021-05-29 Lucas SchwiderskiFix incorrect setting descriptions
2021-05-29 bors[bot]Merge #9048
2021-05-29 Lukas WirthAdd some lint completion tests
2021-05-29 bors[bot]Merge #9046
2021-05-29 Jonas SchievinkRemove fragment kind knowledge from builtin macros
2021-05-29 bors[bot]Merge #9027
2021-05-29 Lukas Wirthsimplify
2021-05-28 bors[bot]Merge #9041
2021-05-28 Lukas WirthMore completion pattern tests
2021-05-28 Lukas WirthImplement prev sibling determination for `CompletionCon...
2021-05-28 Lukas Wirthsimplify
2021-05-28 bors[bot]Merge #9028
2021-05-28 bors[bot]Merge #9040
2021-05-28 Lukas WirthDon't label derive macros with their banged_name
2021-05-28 bors[bot]Merge #9038
2021-05-28 Ayomide BamideleTest for correct amount of emitted folds
2021-05-28 Ayomide BamideleFolding range for return types
2021-05-28 bors[bot]Merge #9037
2021-05-28 Lukas WirthMove runnable lenses below attributes
2021-05-28 bors[bot]Merge #9036
2021-05-28 Laurențiu NicolaRemove undocumented `TextDocumentSyncKind::Full` support
2021-05-28 bors[bot]Merge #9033
2021-05-28 Lukas WirthComplete keywords in (Assoc)ItemList with leading attribute
2021-05-28 bors[bot]Merge #9032
2021-05-28 Lukas WirthOnly complete modules in empty use-statements
2021-05-27 Lukas WirthAdd another attribute completion test
2021-05-27 Lukas WirthAdd attribute completion tests
2021-05-27 bors[bot]Merge #9029
2021-05-27 Jonas SchievinkTest that `ItemTree` works as intended
2021-05-27 Lukas Wirthtt muncher time
2021-05-27 Lukas WirthSplit attribute completion module into attribute, deriv...
2021-05-27 Andy Russellonly advertise range formatting support if enabled
2021-05-27 Lukas WirthAttribute completion is context aware
2021-05-27 bors[bot]Merge #9026
2021-05-27 Lukas WirthComplete modules in item lists
2021-05-27 Lukas WirthComplete modules in assoc item lists
2021-05-27 Jonas SchievinkMove hir_ty incremental test to its own file
2021-05-27 bors[bot]Merge #9020
2021-05-27 Laurențiu NicolaDisplay unknown types in analysis-stats
2021-05-27 Lukas WirthCleanup `ImmediateLocation` determination
2021-05-27 bors[bot]Merge #9024
2021-05-27 Laurențiu NicolaDon't store supertraits in ItemTree
2021-05-27 Jonas SchievinkUpdate salsa
2021-05-27 bors[bot]Merge #8997
2021-05-27 Jonas SchievinkDrop `ignore` from doctests
2021-05-27 Lukas WirthDon't complete non-macro item paths in impls and modules
2021-05-27 bors[bot]Merge #9022
2021-05-27 Aleksey Kladovinternal: disable debuginfo afterall
2021-05-27 bors[bot]Merge #9021
2021-05-27 Aleksey Kladovinternal: explain the motivation behind early configuration
2021-05-27 bors[bot]Merge #9005
2021-05-27 bors[bot]Merge #9019
2021-05-27 Lukas Wirthsimplify
2021-05-27 bors[bot]Merge #9018
2021-05-27 Lukas Wirthsimplify
2021-05-27 Lukas WirthCollapse more CompletionContext booleans into enums
2021-05-26 bors[bot]Merge #9017
2021-05-26 Kirill BulatovExclude inherent traits more eagerly
2021-05-26 bors[bot]Merge #9016
2021-05-26 Lukas WirthSet `record_pat_syntax` more precisely in CompletionContext
2021-05-26 bors[bot]Merge #8995
2021-05-26 bors[bot]Merge #9015
next