aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/impl_block.rs
Commit message (Expand)AuthorAgeFilesLines
...
* encapsulate hir locationsAleksey Kladov2019-01-241-3/+3
* remove Cancelable from idsAleksey Kladov2019-01-151-7/+5
* remove Cancelable from Module APIAleksey Kladov2019-01-151-1/+1
* remove Cancelable from source bindersAleksey Kladov2019-01-151-1/+1
* Small improvements from review commentsFlorian Diebold2019-01-121-4/+4
* Implement basic inherent method resolutionFlorian Diebold2019-01-121-8/+28
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-6/+6
* Fix typo defenition -> definitionMarcus Klaas de Vries2019-01-081-1/+1
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-11/+11
* flatten module structureAleksey Kladov2019-01-061-1/+1
* split module source into decl/definAleksey Kladov2019-01-061-7/+7
* kill old moduleAleksey Kladov2019-01-061-11/+13
* Do impl collection per module, not per crateFlorian Diebold2019-01-041-27/+25
* Rename ImplBlock::target -> target_type, and add target_trait alreadyFlorian Diebold2019-01-041-5/+15
* Add HIR for impl blocksFlorian Diebold2019-01-041-0/+172