aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/code_model
Commit message (Collapse)AuthorAgeFilesLines
* Rename Source::ast -> Source::valueAleksey Kladov2019-11-203-27/+27
|
* Unfork struct and union idsAleksey Kladov2019-11-091-2/+2
|
* HirDatabase stored attributesMartin Asquino2019-11-041-0/+92
|
* Move CrateDefMap to hir_defAleksey Kladov2019-11-031-2/+2
|
* Move Source to hir_expandAleksey Kladov2019-11-021-1/+1
|
* move struct & enum data to hir_defAleksey Kladov2019-10-311-2/+40
|
* Move ids to hir_def crateAleksey Kladov2019-10-301-18/+2
|
* introduce ra_hir_defAleksey Kladov2019-10-301-5/+5
|
* refactorAleksey Kladov2019-10-081-11/+9
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-302-0/+4
| | | | #1856
* Store crate info in `MacroDefId`uHOOCCOOHu2019-09-261-1/+1
|
* cleanup hir db importsAleksey Kladov2019-09-082-5/+7
|
* Correctly build BodySourceMap for macro-expanded expressionsAleksey Kladov2019-09-031-9/+22
|
* fix hir for new block syntaxAleksey Kladov2019-09-021-3/+3
|
* Add an expr_source method analogous to the source methods in the code modelFlorian Diebold2019-09-021-3/+27
| | | | ... and use that instead of exposing the source map.
* migrate ra_hir to the new rowanAleksey Kladov2019-07-192-34/+34
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-1/+1
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-042-6/+6
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* move docs under code modelAleksey Kladov2019-06-111-0/+96
|
* fix compilationAleksey Kladov2019-06-111-1/+1
|
* minor formattingAleksey Kladov2019-06-111-4/+0
|
* remove unneded From(..) implAleksey Kladov2019-06-111-19/+13
|
* move source to a seaparate fileAleksey Kladov2019-06-111-0/+120