]> git.lizzy.rs Git - rust.git/history - crates/ra_ide_db/src/defs.rs
add support of use alias semantic in definition #4202
[rust.git] / crates / ra_ide_db / src / defs.rs
2020-05-02 Benjamin Coenenadd support of use alias semantic in definition #4202
2020-05-02 Benjamin CoenenMerge branch 'master' of github.com:rust-analyzer/rust...
2020-05-01 Benjamin Coenenwip
2020-04-25 bors[bot]Merge #4113 #4136 #4141 #4142
2020-04-25 bors[bot]Merge #4139
2020-04-25 bors[bot]Merge #4133
2020-04-25 bors[bot]Merge #4135
2020-04-25 Aleksey KladovRename StructField -> Field
2020-04-24 bors[bot]Merge #3998 #4006
2020-04-23 bors[bot]Merge #4065
2020-04-21 bors[bot]Merge #4038
2020-04-21 Benjamin CoenenMerge branch 'master' of github.com:rust-analyzer/rust...
2020-04-18 bors[bot]Merge #4036
2020-04-18 Aleksey KladovFix goto definition for record patterns
2020-04-16 bors[bot]Merge #3948
2020-04-15 bors[bot]Merge #3966 #3968
2020-04-12 bors[bot]Merge #3938
2020-04-11 Benjamin CoenenImprove autocompletion by looking on the type and name
2020-04-11 bors[bot]Merge #3925
2020-04-11 bors[bot]Merge #3951
2020-04-11 Aleksey KladovMake records grammar more orthogonal
2020-03-26 bors[bot]Merge #3726
2020-03-25 bors[bot]Merge #3707
2020-03-24 Edwin ChengAdd ItemScope::visibility_of
2020-03-04 bors[bot]Merge #3432
2020-03-04 bors[bot]Merge #3438
2020-03-04 Aleksey KladovSupport cross-crate marks
2020-03-04 bors[bot]Merge #3429
2020-03-03 bors[bot]Merge #3428
2020-03-03 Aleksey KladovMove reference classification to ra_ide_db
2020-03-03 bors[bot]Merge #3427
2020-03-03 Aleksey KladovRename NameDefinition -> Definition
2020-03-03 bors[bot]Merge #3392
2020-03-03 bors[bot]Merge #3426
2020-03-03 Aleksey KladovRefactor reference search a bit
2020-03-03 bors[bot]Merge #3388
2020-03-02 bors[bot]Merge #3406
2020-03-02 Aleksey KladovSimplify: remove couple of useless functions
2020-03-01 bors[bot]Merge #3384
2020-02-29 bors[bot]Merge #3379
2020-02-29 Aleksey KladovRename ast::ImplBlock -> ast::ImplDef
2020-02-29 bors[bot]Merge #3309
2020-02-28 bors[bot]Merge #3367
2020-02-28 Aleksey KladovFix highlighting of const patterns
2020-02-28 bors[bot]Merge #3366
2020-02-28 Aleksey KladovClassify name takes const patterns into account
2020-02-28 bors[bot]Merge #3364
2020-02-28 Aleksey KladovFix union classification
2020-02-27 bors[bot]Merge #3308
2020-02-27 bors[bot]Merge #3285
2020-02-26 Aleksey KladovMerge pull request #3330 from Veetaha/feature/cargo...
2020-02-26 Aleksey KladovMerge pull request #3222 from matklad/identity
2020-02-26 Aleksey KladovRefactor primary IDE API
2020-02-19 bors[bot]Merge #3215
2020-02-19 bors[bot]Merge #3236
2020-02-19 Aleksey KladovMerge NameDefinition and NameKind
2020-02-19 bors[bot]Merge #3235
2020-02-19 Aleksey KladovDerive visibility as well
2020-02-19 bors[bot]Merge #3234
2020-02-19 Aleksey KladovDon't store deriveable Module info in NameDefinition
2020-02-09 Kevin DeLoreyMerge branch 'master' into kdelorey/complete-trait...
2020-02-07 bors[bot]Merge #3049
2020-02-07 bors[bot]Merge #3048
2020-02-07 Aleksey KladovRename
2020-02-07 Aleksey KladovRemove irrelevant distinction
2020-02-06 bors[bot]Merge #3034
2020-02-06 Aleksey KladovFix tests
2020-02-06 bors[bot]Merge #3031
2020-02-06 Aleksey KladovAdd a fixme note
2020-02-06 Aleksey KladovMove NameKind up