]> git.lizzy.rs Git - rust.git/history - crates/ide
Fix format highlighting with `concat!`
[rust.git] / crates / ide /
2021-10-01 Jonas SchievinkFix format highlighting with `concat!`
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
2021-09-14 bors[bot]Merge #10232
2021-09-14 Lukas Wirthfix source_to_def trying to use attribute macro calls...
2021-09-14 Lukas WirthAdd some more attribute ide tests
2021-09-14 Lukas Wirthfix: Use original definition ranges for ide_db::search...
2021-09-14 bors[bot]Merge #10204
2021-09-14 Teddy_WangImprove hover over derference message
2021-09-14 bors[bot]Merge #10231
2021-09-13 Lukas Wirthfeat: Make inlay hints work in attributed items
2021-09-13 Teddy_WangFix hover tests
2021-09-13 bors[bot]Merge #10230
2021-09-13 Lukas WirthEnable attribte macros in ide fixtures
2021-09-13 Lukas Wirthfix: fix expansion order for fn-like macros and attribu...
2021-09-13 Teddy_WangFix spelling
2021-09-13 bors[bot]Merge #10199
2021-09-13 bors[bot]Merge #10225
2021-09-12 bors[bot]Merge #10215
2021-09-12 Lukas WirthUse correct file syntax node for decl_access computatio...
2021-09-12 bors[bot]Merge #10213
2021-09-12 bors[bot]Merge #10202
2021-09-11 Teddy_WangFix tests by importing core::ops::Deref
next