]> git.lizzy.rs Git - rust.git/history - crates/ide_db/src
Turn Ty::Tuple variant into a tuple-variant
[rust.git] / crates / ide_db / src /
2021-02-28 bors[bot]Merge #7813
2021-02-28 bors[bot]Merge #7804
2021-02-28 bors[bot]Merge #7808
2021-02-28 bors[bot]Merge #7807
2021-02-28 bors[bot]Merge #7806
2021-02-28 Vincent EscheFixed remaining references to `AnalysisChange` (now...
2021-02-27 bors[bot]Merge #7797
2021-02-24 bors[bot]Merge #7741
2021-02-24 bors[bot]Merge #7719
2021-02-24 lbrandeDe Morgan's Law assist now correctly inverts <, <=...
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 #7690
2021-02-16 bors[bot]Merge #7697
2021-02-16 Jonas SchievinkUse `cfg(target_arch)` instead of a Cargo feature
2021-02-16 bors[bot]Merge #7657
2021-02-16 bors[bot]Merge #7696
2021-02-16 Aleksey KladovMake utf8 default, implement utf16 in terms of it
2021-02-16 Aleksey Kladovreduce code duplication in tests
2021-02-16 Aleksey KladovPrepare for utf-8 offsets
2021-02-16 kjeremyFix a few clippy::perf warnings
2021-02-16 bors[bot]Merge #7620
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-12 bors[bot]Merge #7655
2021-02-12 bors[bot]Merge #7358
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-05 bors[bot]Merge #7505
2021-02-05 bors[bot]Merge #7535
2021-02-04 bors[bot]Merge #7559
2021-02-04 Jonas SchievinkMake `ModPath`'s representation private
2021-01-27 bors[bot]Merge #7451
2021-01-27 bors[bot]Merge #7465
2021-01-26 bors[bot]Merge #7457
2021-01-26 bors[bot]Merge #7455
2021-01-26 Aleksey KladovMake always-assert crate reusable
2021-01-26 bors[bot]Merge #7450
2021-01-26 bors[bot]Merge #7433
2021-01-26 bors[bot]Merge #7393
2021-01-26 bors[bot]Merge #7406
2021-01-25 bors[bot]Merge #7409 #7421
2021-01-24 bors[bot]Merge #7414
2021-01-24 bors[bot]Merge #7413
2021-01-24 Lukas WirthSupport unions in symbol search
2021-01-23 bors[bot]Merge #7391
2021-01-22 Dániel Bugareplace_if_let_with_match: don't assume sad pattern
2021-01-22 bors[bot]Merge #7310 #7395
2021-01-22 bors[bot]Merge #7353
2021-01-22 bors[bot]Merge #7374
2021-01-22 bors[bot]Merge #7386
2021-01-21 bors[bot]Merge #7375
2021-01-21 Jonas SchievinkAdd name resolution query for block expressions
2021-01-20 bors[bot]Merge #7366
2021-01-20 Jonas SchievinkTreat BlockExpr as a potential module origin
2021-01-20 Lukas WirthPartially unify SymbolKind and CompletionItemKind
2021-01-20 bors[bot]Merge #7359
2021-01-20 bors[bot]Merge #7361
2021-01-20 bors[bot]Merge #7360
2021-01-20 Jonas SchievinkMake public DefMap fields private
2021-01-20 Lukas WirthMove SymbolKind to ide_db
2021-01-20 bors[bot]Merge #7350
2021-01-20 bors[bot]Merge #7355
2021-01-19 Aleksey Kladov.
2021-01-19 bors[bot]Merge #7321
2021-01-18 bors[bot]Merge #7341
2021-01-18 bors[bot]Merge #7336
2021-01-18 bors[bot]Merge #7339
2021-01-18 bors[bot]Merge #7297 #7338
2021-01-18 bors[bot]Merge #7326
2021-01-18 bors[bot]Merge #7291
2021-01-18 bors[bot]Merge #7317
2021-01-18 bors[bot]Merge #7292
2021-01-17 bors[bot]Merge #7276
2021-01-17 bors[bot]Merge #7304
2021-01-17 Kirill BulatovDo trait solving in batch
2021-01-17 Kirill BulatovDraft the working completion
2021-01-16 Kirill BulatovAdd flyimport completion for trait assoc items
2021-01-16 bors[bot]Merge #7295
2021-01-16 Kirill BulatovShare import_assets and related entities
2021-01-16 yugo-horieSwap assert_eq_text\!(expected, actual)
2021-01-15 Lukas WirthWrap remaining self/super/crate in Name{Ref}
2021-01-15 bors[bot]Merge #7289
2021-01-15 unexgeAdd Unmerge Use assist
2021-01-15 bors[bot]Merge #7288
2021-01-15 Lukas WirthHandle self/super/crate in PathSegment as NameRef
2021-01-15 bors[bot]Merge #7272
2021-01-14 Lukas WirthPhase out SourceFileEdits in favour of a plain HashMap
2021-01-14 Lukas WirthGroup file source edits by FileId
2021-01-14 bors[bot]Merge #7211
2021-01-14 bors[bot]Merge #7257
2021-01-14 bors[bot]Merge #7110
2021-01-14 bors[bot]Merge #7260
2021-01-13 bors[bot]Merge #7220
next