]> git.lizzy.rs Git - rust.git/history - crates/ide
Merge #8494
[rust.git] / crates / ide /
2021-04-12 bors[bot]Merge #8488
2021-04-12 Jakub KądziołkaFix typo: liner -> linear
2021-04-12 bors[bot]Merge #8483
2021-04-12 bors[bot]Merge #8481
2021-04-12 Aleksey Kladovinternal: prepare for lazy diagnostics
2021-04-10 bors[bot]Merge #8465
2021-04-10 bors[bot]Merge #8463
2021-04-10 Jonas SchievinkSupport macros in pattern position
2021-04-10 bors[bot]Merge #8436
2021-04-10 bors[bot]Merge #8410
2021-04-10 bors[bot]Merge #8384
2021-04-10 Aleksey KladovLet's try testing for "is not quadratic" condition
2021-04-09 bors[bot]Merge #8450
2021-04-09 bors[bot]Merge #8443 #8446
2021-04-09 bors[bot]Merge #8445
2021-04-09 bors[bot]Merge #8444
2021-04-09 Jonas SchievinkShrink `unlinked-file` diagnostic to 3 characters
2021-04-08 bors[bot]Merge #8429
2021-04-08 bors[bot]Merge #8431
2021-04-08 Chetan Khilosiya8024: Added the trait modifier for assoc types.
2021-04-08 Chetan Khilosiya8425: Added documentation for on enter covering //...
2021-04-08 bors[bot]Merge #8421
2021-04-08 bors[bot]Merge #8422
2021-04-08 Laurențiu NicolaReduce allocations in Expand macro
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8412
2021-04-07 Lukas WirthEmit folding ranges for multiline array literals
2021-04-07 bors[bot]Merge #8409
2021-04-07 bors[bot]Merge #8408
2021-04-07 bors[bot]Merge #8388
2021-04-07 Jonas SchievinkDocument `}` insertion
2021-04-07 Jonas SchievinkMake better use of `stdx::always`
2021-04-07 Jonas SchievinkRewrite, reparse modified file
2021-04-07 Jonas Schievinksimplify
2021-04-07 Jonas SchievinkUse stdx::always
2021-04-07 Jonas SchievinkComplete braces more aggressively
2021-04-07 Jonas SchievinkAutoclose blocks when typing `{`
2021-04-07 bors[bot]Merge #8394
2021-04-07 bors[bot]Merge #8392
2021-04-07 Emmanuel ThompsonAdd space after lifetime
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8342
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-04 bors[bot]Merge #8327
2021-04-04 Florian DieboldAdd and start using TraitRef and ProjectionTy builders
2021-04-03 bors[bot]Merge #8305
2021-04-03 Edwin ChengFix joinLines panic if run on the empty last line
2021-04-02 bors[bot]Merge #8297
2021-04-02 Jonas SchievinkOnly populate prelude for crate-level DefMaps
2021-04-02 bors[bot]Merge #8284
2021-04-02 bors[bot]Merge #8285
2021-04-02 bors[bot]Merge #8292
2021-04-01 bors[bot]Merge #8265
2021-04-01 bors[bot]Merge #8283
2021-04-01 Lukas WirthResolve associated types with type anchors
2021-04-01 Lukas WirthResolve associated types
2021-04-01 bors[bot]Merge #8274
2021-03-31 Ayomide BamideleAdditional syntax highlighting screenshot in manual
2021-03-31 Ayomide BamideleGif of "let = " typing assist
2021-03-31 Ayomide BamideleGifs and screenshots for features in manual (syntax...
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 Lukas WirthReplace Range<usize> usage with TextRange
2021-03-30 bors[bot]Merge #8240
2021-03-30 Chetan KhilosiyaRevert "8024: Added test case for highlighting trait...
2021-03-30 Chetan Khilosiya8024: Fix for function name change.
2021-03-30 Chetan Khilosiya8024: Added test case for highlighting trait items.
2021-03-30 Chetan Khilosiya8024: Updated the implementation for trait modifier.
2021-03-30 Chetan Khilosiya8024: Added the trait modifier for methods
2021-03-30 bors[bot]Merge #8186
2021-03-30 bors[bot]Merge #8261
2021-03-30 Lukas WirthUse new new docs string source mapping in goto_def...
2021-03-30 Lukas WirthImplement basic Documentation source to syntax range...
2021-03-30 bors[bot]Merge #8262
2021-03-30 Lukas WirthProperly resolve intra doc links in hover and goto_defi...
2021-03-30 bors[bot]Merge #8256
2021-03-30 ivan770Fix code style
2021-03-30 ivan770Improved node lookup algorithm, added more movable...
2021-03-30 bors[bot]Merge #8250
2021-03-30 Jonas SchievinkAccurately classify assoc. types in paths
2021-03-29 bors[bot]Merge #8247
2021-03-29 bors[bot]Merge #8244
2021-03-29 bors[bot]Merge #8243
2021-03-29 Lukas WirthRemove code duplication in highlight injection
2021-03-29 Lukas WirthRename target_ty to self_ty
2021-03-29 bors[bot]Merge #8231
2021-03-29 Ayomide Bamideleformatting fix
2021-03-29 Ayomide BamideleFolding range for statics
2021-03-29 Ayomide BamideleFolding range for consts
2021-03-29 Ayomide BamideleNew FoldKinds - Consts, Statics
2021-03-29 Ayomide BamideleTest cases for folding consts and statics
2021-03-29 bors[bot]Merge #8222
2021-03-28 bors[bot]Merge #8212
next