aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/data.rs
Commit message (Expand)AuthorAgeFilesLines
* Use `dyn Trait` for working with databseAleksey Kladov2020-03-161-9/+9
* Merge #3591bors[bot]2020-03-151-1/+1
|\
| * Support local macro_rulesEdwin Cheng2020-03-141-1/+1
* | Fix completion of trait itemsFlorian Diebold2020-03-141-8/+18
|/
* Handle visibility for assoc item path completion as wellFlorian Diebold2020-03-081-12/+19
* Handle visibility in method call completionFlorian Diebold2020-03-071-3/+9
* Add profiling callsAleksey Kladov2020-03-051-0/+2
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-3/+3
* Remove AsyncOwnerEdwin Cheng2019-12-241-3/+1
* FormattingEdwin Cheng2019-12-241-2/+0
* Implement infer await from async funcEdwin Cheng2019-12-241-2/+25
* Add a limit for protect against infinite recursionEdwin Cheng2019-12-201-2/+10
* Recursive collect macros in impl itemsEdwin Cheng2019-12-201-10/+28
* Add support macros in impl blocksEdwin Cheng2019-12-201-39/+80
* Rename ContainerId -> AssocContainerIdAleksey Kladov2019-12-201-6/+6
* Rename N! to name!Florian Diebold2019-12-131-2/+2
* Add macros for known names and pathsFlorian Diebold2019-12-131-2/+2
* Move traits to the new locAleksey Kladov2019-12-121-3/+3
* Switch to the new location for implsAleksey Kladov2019-12-121-1/+1
* Move source-related traits to a separate moduleAleksey Kladov2019-11-281-2/+3
* Use Name::missing consistentlyAleksey Kladov2019-11-271-5/+6
* Store names in TraitDataAleksey Kladov2019-11-261-17/+38
* Some docsAleksey Kladov2019-11-241-8/+7
* Switch to StaticLoc for staticsAleksey Kladov2019-11-241-1/+1
* Get rid of DefDatabase2Aleksey Kladov2019-11-231-7/+7
* Move const&static date to hir_defAleksey Kladov2019-11-221-2/+27
* Make ImplData's fields publicAleksey Kladov2019-11-221-22/+8
* Move data to a single fileAleksey Kladov2019-11-221-0/+206