]> git.lizzy.rs Git - rust.git/history - crates/ide
Avoid cycle when lowering predicates for associated item lookup
[rust.git] / crates / ide /
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
2021-09-23 bors[bot]Merge #10321
2021-09-23 bors[bot]Merge #10320
2021-09-23 Lukas WirthSupport goto_def for intra-doc-links in macro invocations
2021-09-23 Lukas WirthMake hover work for intra doc links in macro invocations
2021-09-23 bors[bot]Merge #10319
2021-09-23 Lukas WirthCleanup
2021-09-23 bors[bot]Merge #10315
2021-09-22 bors[bot]Merge #10284
2021-09-22 hamidreza kalbasimove function to defs.rs
2021-09-22 hamidreza kalbasiremove dead code
2021-09-22 hamidreza kalbasiuse find_definition in go to
2021-09-21 hamidreza kalbasifix derive hover in macro
2021-09-21 bors[bot]Merge #10303
2021-09-21 Lukas WirthAdd a mirror function-like proc-macro expander for...
2021-09-19 hamidreza kalbasiinternal: definition based hover functions
2021-09-18 bors[bot]Merge #10276
2021-09-18 bors[bot]Merge #10275
2021-09-18 bors[bot]Merge #10274
2021-09-18 Lukas WirthMake inlay hints work in attributed items
2021-09-18 bors[bot]Merge #10273
2021-09-18 Lukas WirthAdd multi-token mapping test for goto_definition
2021-09-18 bors[bot]Merge #10252
2021-09-18 zhoufando comment handling on the original token
2021-09-17 bors[bot]Merge #10260
2021-09-16 bors[bot]Merge #10257
2021-09-16 zhoufanfix: multi-token mapping aware goto definition
2021-09-16 bors[bot]Merge #10250
2021-09-16 Lukas WirthImprove call_hierarchy and incoming/outgoing_calls
2021-09-15 bors[bot]Merge #10248
2021-09-15 bors[bot]Merge #10048
2021-09-15 bors[bot]Merge #10233
2021-09-15 Anatol Ulrichadd multi-token mappings for hover
2021-09-15 Anatol Ulrich# This is a combination of 3 commits.
2021-09-15 bors[bot]Merge #10247
2021-09-15 Lukas WirthDon't highlight unsafe traits as unsafe in safe impls
2021-09-14 bors[bot]Merge #10240
2021-09-14 Lukas WirthRevert attributed items inlay hints
next