aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def/src/attr.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use different types for path with and without genericsAleksey Kladov2019-12-141-3/+3
|
* Move enum&union to new locAleksey Kladov2019-12-121-4/+3
|
* Move structs to new locAleksey Kladov2019-12-121-1/+1
|
* Move traits to the new locAleksey Kladov2019-12-121-1/+1
|
* Switch to the new location for implsAleksey Kladov2019-12-121-1/+1
|
* Add expansion infrastructure for derive macrosFlorian Diebold2019-12-051-1/+3
|
* Replace `ra_hir_expand::either` with crateice10002019-12-031-3/+4
|
* Move source-related traits to a separate moduleAleksey Kladov2019-11-281-1/+2
|
* Use InFile for AstIdAleksey Kladov2019-11-281-1/+1
|
* Rename Source -> InFileAleksey Kladov2019-11-281-3/+3
|
* Rename module_id -> local_idAleksey Kladov2019-11-271-1/+1
|
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-2/+2
|
* Nicer API for attrsAleksey Kladov2019-11-241-25/+27
|
* Slightly reduce code duplicationAleksey Kladov2019-11-241-27/+27
|
* SimplifyAleksey Kladov2019-11-241-11/+1
|
* Switch to StaticLoc for staticsAleksey Kladov2019-11-241-1/+1
|
* Get rid of DefDatabase2Aleksey Kladov2019-11-231-4/+4
|
* Use attrs rather than syntax for lang itemsAleksey Kladov2019-11-231-7/+17
|
* Move attrs query to hir_defAleksey Kladov2019-11-231-2/+64
|
* Encapsulate AttrsAleksey Kladov2019-11-221-6/+30
|
* move hygiene to hir_expandAleksey Kladov2019-10-301-1/+2
|
* refactor $crate handlingAleksey Kladov2019-10-301-13/+5
| | | | | Introduce proper hygiene module, which should grow quite a bit eventually.
* move raw_items to hir_defAleksey Kladov2019-10-301-0/+91