]> git.lizzy.rs Git - rust.git/history - crates/ide_db
Merge #8494
[rust.git] / crates / ide_db /
2021-04-10 bors[bot]Merge #8436
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8394
2021-04-06 bors[bot]Merge #8382
2021-04-06 bors[bot]Merge #8386
2021-04-06 Jonas SchievinkAvoid O(n²) when constructing AttrSourceMap
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-04-05 bors[bot]Merge #8326
2021-04-04 bors[bot]Merge #8325
2021-04-04 bors[bot]Merge #8295
2021-04-03 Graeme CouparConvert Into to From assist
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-31 bors[bot]Merge #8266
2021-03-30 Ayomide BamideleGifs and screenshots for features in manual
2021-03-30 bors[bot]Merge #8186
2021-03-30 Lukas WirthRemove unused Definition::docs
2021-03-30 Lukas WirthProperly resolve intra doc links in hover and goto_defi...
2021-03-30 bors[bot]Merge #8250
2021-03-30 Jonas SchievinkAccurately classify assoc. types in paths
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-29 bors[bot]Merge #8222
2021-03-28 bors[bot]Merge #8212
2021-03-27 bors[bot]Merge #8221
2021-03-27 bors[bot]Merge #8220
2021-03-27 Lukas WirthCleanup ide_db imports
2021-03-27 bors[bot]Merge #8213
2021-03-27 Edwin ChengUnleash macro 2.0 in hightlight and more
2021-03-27 bors[bot]Merge #8201
2021-03-26 bors[bot]Merge #8191
2021-03-26 cynecxsyntax: return owned string instead of leaking string
2021-03-24 bors[bot]Merge #7907
2021-03-24 bors[bot]Merge #8187
2021-03-24 Jonas SchievinkSweep the new TraitEnvironmentQuery
2021-03-23 bors[bot]Merge #8159
2021-03-23 bors[bot]Merge #8138
2021-03-23 Lukas WirthCleanup Definition::search_scope
2021-03-23 Lukas WirthMerge hir::MacroDef::is_* into hir::MacroDef::kind
2021-03-23 Lukas WirthSet up a search scope when searching for mbe macro...
2021-03-23 bors[bot]Merge #8162
2021-03-23 Aleksey KladovCompute more mathematically well-rounded notion of...
2021-03-23 bors[bot]Merge #8142
2021-03-22 bors[bot]Merge #8156
2021-03-22 bors[bot]Merge #8154 #8155
2021-03-22 Aleksey Kladovrewrite merge use trees assist to use muatable syntax...
2021-03-22 bors[bot]Merge #8141
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-22 bors[bot]Merge #8139
2021-03-22 bors[bot]Merge #8136 #8146
2021-03-22 bors[bot]Merge #8143
2021-03-22 Edwin ChengReexport PrefixKind to remove deps to hir
2021-03-21 bors[bot]Merge #8134
2021-03-21 bors[bot]Merge #8132
2021-03-21 bors[bot]Merge #8128
2021-03-21 bors[bot]Merge #8131
2021-03-21 Kirill BulatovFix the profile string
2021-03-21 Kirill BulatovLess reallocations
2021-03-21 Kirill BulatovUse smart case in flyimport items lookup
2021-03-21 bors[bot]Merge #8123
2021-03-21 bors[bot]Merge #8122
2021-03-20 bors[bot]Merge #8124
2021-03-20 bors[bot]Merge #8125
2021-03-20 Lukas WirthDon't use an untyped String for ActiveParam tracking
2021-03-20 Kirill BulatovDisable unqualified assoc items completion for now
2021-03-20 Kirill BulatovDocs
2021-03-20 Kirill BulatovDo not query item search by name eagerly
2021-03-20 Kirill BulatovDo not propose assoc items without qualifiers
2021-03-19 bors[bot]Merge #8097
2021-03-18 bors[bot]Merge #8095
2021-03-18 Lukas WirthFix associated items not being appended to paths in...
2021-03-18 bors[bot]Merge #8082
2021-03-18 bors[bot]Merge #8081
2021-03-18 bors[bot]Merge #8080
2021-03-18 Jonas SchievinkRename `item_tree` query to `file_item_tree`
2021-03-17 bors[bot]Merge #8065
2021-03-17 Lukas WirthFix incorrect newline emission in Attrs::docs
2021-03-17 bors[bot]Merge #8059
2021-03-17 bors[bot]Merge #8063
2021-03-17 bors[bot]Merge #8048
2021-03-17 Matthias Krügeruse simpler .map(|x| y) instead of .and_then(|x| Some...
2021-03-17 Matthias Krügeravoid converting types into themselves via .into()...
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 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 bors[bot]Merge #8028
2021-03-15 Lukas WirthImplement Crate::transitive_reverse_dependencies
2021-03-15 bors[bot]Merge #8029
2021-03-15 bors[bot]Merge #8030
2021-03-15 bors[bot]Merge #8020
next