]> git.lizzy.rs Git - rust.git/history - crates/ide
Merge #10503
[rust.git] / crates / ide /
2021-10-14 bors[bot]Merge #10503
2021-10-14 bors[bot]Merge #10434
2021-10-14 bors[bot]Merge #10537
2021-10-13 bors[bot]Merge #10536
2021-10-12 bors[bot]Merge #10533
2021-10-12 bors[bot]Merge #10423
2021-10-12 bors[bot]Merge #10529
2021-10-12 bors[bot]Merge #10532
2021-10-12 Mirko RainerSaw a FIXME comment and decided to fix it.
2021-10-12 hamidreza kalbasiinternal changes for mdbook
2021-10-10 bors[bot]Merge #10506
2021-10-10 bors[bot]Merge #10504
2021-10-10 k-nasaRemove neesless clone
2021-10-09 bors[bot]Merge #10496
2021-10-09 Aleksey Kladovinternal: update expect
2021-10-07 bors[bot]Merge #10477 #10482
2021-10-07 bors[bot]Merge #10480
2021-10-06 bors[bot]Merge #10467
2021-10-06 Eric SampsonRefactor to eliminate a vector allocation.
2021-10-06 bors[bot]Merge #10479
2021-10-06 Jonas SchievinkUpdate salsa
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-06 Eric SampsonDon't do work and then throw it away.
2021-10-05 bors[bot]Merge #10447
2021-10-05 Eric SampsonRefactor according to PR comments to remove allocations.
2021-10-05 bors[bot]Merge #10458
2021-10-05 Lukas WirthBring the implementation closer to VSCode snippet defin...
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-10-04 Aramis RazzaghipourReplace `if let Some(_) = foo` with `if foo.is_some()`
2021-10-04 Eric Sampsoninitialize vector to required size.
2021-10-04 Lukas WirthMake multiple import edits work for completions
2021-10-04 Lukas WirthAdd custom non-postfix snippets
2021-10-04 Lukas WirthInitial implementation of custom postfix snippets
2021-10-04 Eric Sampsontweak variable names.
2021-10-04 Eric SampsonAdd enum variant references CodeLens.
2021-10-03 bors[bot]Merge #10441
2021-10-03 Lukas WirthHide generic constructors if appropriate
2021-10-03 Lukas Wirthfeat: Hide type inlay hints for constructors
2021-10-03 bors[bot]Merge #10439
2021-10-03 bors[bot]Merge #10438
2021-10-03 Lukas Wirthminor: Simplify
2021-10-03 bors[bot]Merge #10437
2021-10-02 bors[bot]Merge #10430
2021-10-02 Lukas WirthFix rename trying to edit the same range multiple times
2021-10-02 bors[bot]Merge #10421
2021-10-02 bors[bot]Merge #10426
2021-10-02 Aleksey Kladovinternal: untangle usages of ReferenceCategory somewhat
2021-10-02 Aleksey Kladovinternal: use naming that matches intended use-case
2021-10-01 bors[bot]Merge #10418
2021-10-01 nathan.whitakerAdd whitespace b/w lifetime and mut in expansion
2021-10-01 bors[bot]Merge #10416
2021-10-01 Cassandra McCarthydocs: add note about `vscode-vim` in `on_enter`
2021-10-01 bors[bot]Merge #10413
2021-10-01 Jonas SchievinkFix format highlighting with `concat!`
2021-10-01 bors[bot]Merge #10403
2021-10-01 lhvyAdd semantic token modifier for crate root
2021-10-01 bors[bot]Merge #10412
2021-10-01 Jonas SchievinkExpand `asm!` to `format_args!`
2021-10-01 bors[bot]Merge #10411
2021-09-30 bors[bot]Merge #10406
2021-09-30 Lukas WirthRestructure syntax element highlighting
2021-09-30 bors[bot]Merge #10404
2021-09-30 Lukas WirthSimplify
2021-09-30 bors[bot]Merge #10402
2021-09-30 bors[bot]Merge #10398
2021-09-30 lhvyFix builtin_crates return type change
2021-09-30 bors[bot]Merge #10401
2021-09-30 lhvyAdd comment
2021-09-30 bors[bot]Merge #10400
2021-09-30 Jonas SchievinkWork around tidy check
2021-09-30 lhvyGive defaultLibrary semantic token modifier to items...
2021-09-30 bors[bot]Merge #10399
2021-09-30 Jonas SchievinkAdd `const_format_args!` builtin macro, fix highlighting
2021-09-30 bors[bot]Merge #10397
2021-09-30 Jonas SchievinkLess hacky `assert!` expansion
2021-09-30 Jonas SchievinkFix format string highlighting in `panic!`
2021-09-29 bors[bot]Merge #10389
2021-09-29 bors[bot]Merge #10384
2021-09-29 bors[bot]Merge #10181
2021-09-29 hamidreza kalbasiremove glob import and cancellables
2021-09-28 bors[bot]Merge #10373
2021-09-27 bors[bot]Merge #10366
2021-09-27 bors[bot]Merge #10364
2021-09-27 Lukas WirthRename `*Owner` traits to `Has*`
2021-09-26 bors[bot]Merge #10360
2021-09-26 Aleksey Kladovinternal: more reasonable grammar for blocks
2021-09-26 bors[bot]Merge #10358
2021-09-26 Lukas WirthRemove inherent methods from ast node that carry semant...
2021-09-26 hamidreza kalbasiadd some tests
2021-09-26 hamidreza kalbasisupport goto definition and find references
2021-09-26 hamidreza kalbasireuse hover results with resultset
2021-09-26 hamidreza kalbasiadd hover
2021-09-26 hamidreza kalbasiuse utf16 instead of utf8
2021-09-26 hamidreza kalbasiBegining of lsif
2021-09-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-23 bors[bot]Merge #10322
2021-09-23 Lukas WirthSplit the hover module up
next