]> git.lizzy.rs Git - rust.git/history - crates/ide/src/references.rs
Move document highlighting computation from rust-analyzer to ide
[rust.git] / crates / ide / src / references.rs
2021-06-23 Lukas WirthMove document highlighting computation from rust-analyz...
2021-06-21 bors[bot]Merge #9264
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas WirthNest all the or-patterns!
2021-06-16 bors[bot]Merge #9258
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-14 bors[bot]Merge #9275
2021-06-14 bors[bot]Merge #9272
2021-06-14 Aleksey Kladovinternal: flatten module hierarchy
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9242
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-11 bors[bot]Merge #9219
2021-06-11 bors[bot]Merge #9218
2021-06-11 bors[bot]Merge #9216
2021-06-11 bors[bot]Merge #9192
2021-06-10 bors[bot]Merge #9202
2021-06-09 bors[bot]Merge #9196
2021-06-09 Lukas WirthDon't classify attributes on macro-calls are the macro...
2021-05-17 bors[bot]Merge #8795
2021-05-11 bors[bot]Merge #8398
2021-05-11 bors[bot]Merge #8800
2021-05-09 bors[bot]Merge #8774
2021-05-08 bors[bot]Merge #8773
2021-05-08 Lukas WirthDon't handle Self as a usage for TraitDefs
2021-05-08 Lukas WirthCorrectly support SelfType when searching for usages
2021-04-18 bors[bot]Merge #8560
2021-04-08 bors[bot]Merge #8207
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-04-01 bors[bot]Merge #8265
2021-03-31 bors[bot]Merge #8210
2021-03-31 bors[bot]Merge #8271
2021-03-31 bors[bot]Merge #8269
2021-03-31 bors[bot]Merge #8267
2021-03-30 Ayomide BamideleGifs and screenshots for features in manual
2021-03-24 bors[bot]Merge #7907
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8138
2021-03-23 Lukas WirthSet up a search scope when searching for mbe macro...
2021-03-17 bors[bot]Merge #8048
2021-03-16 bors[bot]Merge #8042
2021-03-16 bors[bot]Merge #8055
2021-03-16 bors[bot]Merge #8053
2021-03-16 bors[bot]Merge #8034
2021-03-16 Lukas WirthAdd new_source_root meta to test fixtures
2021-03-16 bors[bot]Merge #8051
2021-03-16 bors[bot]Merge #7498
2021-03-16 Aleksey KladovUpgrade rowan
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-15 bors[bot]Merge #7970
2021-03-15 Lukas WirthImplement Crate::transitive_reverse_dependencies
2021-03-15 bors[bot]Merge #8020
2021-03-15 bors[bot]Merge #8018
2021-03-15 bors[bot]Merge #8021 #8022
2021-03-15 Lukas WirthEnable searching for builtin types
2021-03-13 bors[bot]Merge #7799
2021-03-02 bors[bot]Merge #7335 #7691
2021-03-02 bors[bot]Merge #7513
2021-03-02 bors[bot]Merge #7777
2021-03-01 bors[bot]Merge #7778
2021-03-01 bors[bot]Merge #7822
2021-03-01 bors[bot]Merge #7819 #7820
2021-03-01 Lukas WirthUpdate vscode README with a small features list
2021-02-27 bors[bot]Merge #7797
2021-02-24 bors[bot]Merge #7741
2021-02-23 bors[bot]Merge #7772
2021-02-23 Lukas WirthPickup ConstReference patterns in FindUsages
2021-02-17 bors[bot]Merge #7699
2021-02-16 Lukas WirthImplement ast::AstNode for NameLike and move it to...
2021-02-16 bors[bot]Merge #7620
2021-02-14 bors[bot]Merge #7676
2021-02-14 bors[bot]Merge #7656
2021-02-14 bors[bot]Merge #7643 #7663
2021-02-14 bors[bot]Merge #7668
2021-02-13 bors[bot]Merge #7664
2021-02-13 bors[bot]Merge #7665
2021-02-13 Lukas WirthDon't classify attribute macros as their path unless...
2021-02-13 Lukas WirthOnly use HIR when searching for enum constructors,...
2021-02-12 Lukas WirthImplement constructor usage search for almost all items
2021-02-12 bors[bot]Merge #7655
2021-02-12 bors[bot]Merge #7358
2021-02-12 Lukas WirthUpdate references test output
2021-02-12 Lukas WirthUse NameLike in FileReference directly as its not expor...
2021-02-12 Lukas WirthRefactor reference searching to work with the ast
2021-02-12 Lukas WirthRemove unused ReferenceSearchResult functions
2021-02-10 bors[bot]Merge #7625
2021-02-10 bors[bot]Merge #7617
2021-02-10 bors[bot]Merge #7591 #7622
2021-02-10 Lukas WirthResolve TupleStructPat in SourceAnalyzer::resolve_path
2021-01-26 bors[bot]Merge #7457
2021-01-26 bors[bot]Merge #7433
2021-01-26 bors[bot]Merge #7393
2021-01-26 bors[bot]Merge #7406
2021-01-26 bors[bot]Merge #7438
2021-01-26 Lukas WirthShorten hir::TypeParam full_range in NavigationTarget
2021-01-22 bors[bot]Merge #7310 #7395
2021-01-22 bors[bot]Merge #7374
next