]> git.lizzy.rs Git - rust.git/history - crates
Collect HirDisplay impls to a single file
[rust.git] / crates /
2021-03-15 oxalicaCollect HirDisplay impls to a single file
2021-03-15 oxalicaAdd test for hover of macro expanded function
2021-03-15 bors[bot]Merge #7992
2021-03-15 bors[bot]Merge #8033
2021-03-15 Edwin ChengAdd test for proc-macro meta info retrieval
2021-03-15 Josh Mcguiganimplement function completion scoring
2021-03-15 bors[bot]Merge #8032
2021-03-15 Aleksey KladovEnable proc-macros by default
2021-03-15 bors[bot]Merge #8029
2021-03-15 bors[bot]Merge #8030
2021-03-15 bors[bot]Merge #8020
2021-03-15 Laurențiu NicolaDrop non-working mark
2021-03-15 Laurențiu NicolaEnable thread-local coverage marks
2021-03-15 bors[bot]Merge #8027
2021-03-15 Lukas Wirthgoto_implementation: Look at the entire crate graph...
2021-03-15 Josh Mcguiganremove expected_name_and_type method on completion...
2021-03-15 bors[bot]Merge #8015
2021-03-15 bors[bot]Merge #8008
2021-03-15 bors[bot]Merge #8018
2021-03-15 Lukas WirthSpeedup trait impl search for goto_implementation
2021-03-15 bors[bot]Merge #8026
2021-03-15 Aleksey KladovSimplify source maps for fields
2021-03-15 Josh Mcguiganupdate algorithm for determining expected type of compl...
2021-03-15 bors[bot]Merge #8025
2021-03-15 Aleksey KladovGoto definition works for `S { a: }` case
2021-03-15 Lukas Wirthmove Semantics::visit_file_defs to ide_db::helpers
2021-03-15 Lukas WirthIntroduce Semantics::visit_file_defs
2021-03-15 Lukas WirthPower up goto_implementation
2021-03-15 bors[bot]Merge #8021 #8022
2021-03-15 bors[bot]Merge #8023
2021-03-15 Aleksey KladovMove code to the appropriate layer
2021-03-15 bors[bot]Merge #7975
2021-03-15 Matthias Krügersome clippy::performance fixes
2021-03-15 Lukas WirthEnable searching for builtin types
2021-03-15 bors[bot]Merge #7966
2021-03-15 Jonas SchievinkAdd module comment
2021-03-15 Jonas SchievinkUse pub(crate)
2021-03-15 Jonas SchievinkRedo it properly and add a quickfix
2021-03-14 bors[bot]Merge #8017
2021-03-14 Lukas WirthDon't drop type params in doc-test paths
2021-03-14 Florian DieboldDon't use Substs for Ref/Raw/Array/Slice
2021-03-14 ivan770Make CI happy
2021-03-14 ivan770Introduce StructureNodeKind
2021-03-14 ivan770Added region intersection test
2021-03-14 ivan770Shorten trim call
2021-03-14 ivan770Provide regions in file structure
2021-03-14 Florian DieboldMake Ty wrap TyKind in an Arc
2021-03-14 bors[bot]Merge #8014
2021-03-14 bors[bot]Merge #8016
2021-03-14 Florian DieboldMore renaming
2021-03-14 Florian DieboldUse chalk_ir::FnSig
2021-03-14 Florian DieboldRename some fields to their Chalk names
2021-03-14 Josh Mcguiganincrease completion relevance for items in local scope
2021-03-14 bors[bot]Merge #7993
2021-03-14 bors[bot]Merge #8011
2021-03-14 Edwin ChengAdd no-sysroot flag for analysis-stats
2021-03-14 ivan770Skip ref_match on same types, remove sorting in tests
2021-03-14 bors[bot]Merge #8010
2021-03-14 Lukas WirthAttach trivia to ast::Union nodes
2021-03-14 bors[bot]Merge #8006
2021-03-14 Edwin ChengSimpify mbe bindings builder
2021-03-14 bors[bot]Merge #8005
2021-03-14 Edwin ChengMake sure ill-form macro handle propely
2021-03-13 bors[bot]Merge #8003
2021-03-13 Florian DieboldMove type lowering methods to TyLoweringContext
2021-03-13 bors[bot]Merge #8002
2021-03-13 Florian DieboldCreate TraitEnvironment through a query
2021-03-13 bors[bot]Merge #8001
2021-03-13 Florian DieboldUse chalk_ir::OpaqueTyId
2021-03-13 Florian DieboldUse chalk_ir::PlaceholderIndex
2021-03-13 Florian DieboldUse chalk_ir::ClosureId
2021-03-13 bors[bot]Merge #7999
2021-03-13 Jonas SchievinkHandle `cfg_attr` gating multiple attributes
2021-03-13 Jonas SchievinkExtend cfg_attr test
2021-03-13 bors[bot]Merge #7998
2021-03-13 Florian DieboldUse chalk_ir::FnDefId
2021-03-13 Florian DieboldUse chalk_ir::AssocTypeId
2021-03-13 Florian DieboldUse chalk_ir::ForeignDefId
2021-03-13 ivan770Added both references and original matches to tests
2021-03-13 bors[bot]Merge #7997
2021-03-13 Aleksey Kladovfix folding range kind
2021-03-13 ivan770Fix incorrect DerefMut test reference type
2021-03-13 ivan770Make relevance tests display references, suggest derefs...
2021-03-13 bors[bot]Merge #7996
2021-03-13 Florian DieboldSeparate `Ty` and `TyKind` like in Chalk
2021-03-13 bors[bot]Merge #7799
2021-03-13 ivan770Simplify call site and deref completion test
2021-03-13 bors[bot]Merge #7981
2021-03-13 bors[bot]Merge #7984
2021-03-13 bors[bot]Merge #7994
2021-03-13 Edwin ChengAdd bindings builder for speed up matching
2021-03-13 ivan770Count derefs as matched types if possible
2021-03-13 Edwin Chengadd expand log
2021-03-13 bors[bot]Merge #7991
2021-03-13 Jonas SchievinkSimplify hir_def TestDB
2021-03-12 bors[bot]Merge #7989
2021-03-12 Jonas SchievinkRemove `ItemTree::source`
2021-03-12 bors[bot]Merge #7986
2021-03-12 Florian DieboldSimplify a bit
2021-03-12 bors[bot]Merge #7985
next