aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/ids.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove Cancelable from idsAleksey Kladov2019-01-151-12/+8
|
* remove Cancelable from navigation targetAleksey Kladov2019-01-151-4/+3
|
* remove Cancelable from Module API, part 2Aleksey Kladov2019-01-151-1/+1
|
* remove Cancelable from source bindersAleksey Kladov2019-01-151-2/+6
|
* actually produce missing def kindsAleksey Kladov2019-01-111-6/+26
|
* rename TreePtr -> TreeArcAleksey Kladov2019-01-111-5/+5
| | | | This is much clearer about the semantics
* Use name resolution for goto definitionFlorian Diebold2019-01-101-1/+7
|
* Implement type inference for enum variantsMarcus Klaas de Vries2019-01-101-6/+7
|
* Merge #473bors[bot]2019-01-091-6/+6
|\ | | | | | | | | | | | | | | 473: Partial typo fix r=matklad a=marcusklaas This fixes some typos. Mostly in documentation, but also some code is affected (`defenition` was used in a few method names). Co-authored-by: Marcus Klaas de Vries <[email protected]>
| * Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-6/+6
| | | | | | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
* | more stable DefIds via bfs tree walkingAleksey Kladov2019-01-081-2/+19
|/
* Merge #458bors[bot]2019-01-081-1/+4
|\ | | | | | | | | | | | | | | 458: dont reexport module id r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]>
| * dont reexport module idAleksey Kladov2019-01-081-1/+4
| |
* | switch interner to use arenaAleksey Kladov2019-01-081-4/+4
|/
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-12/+15
|
* kill old moduleAleksey Kladov2019-01-061-4/+6
|
* Do impl collection per module, not per crateFlorian Diebold2019-01-041-2/+3
|
* Add HIR for impl blocksFlorian Diebold2019-01-041-1/+12
| | | | | | | | | Since we need to be able to go from def to containing impl block, as well as the other direction, and to find all impls for a certain type, a design similar to the one for modules, where we collect all impls for the whole crate and keep them in an arena, seemed fitting. The ImplBlock type, which provides the public interface, then consists only of an Arc to the arena containing all impls, and the index into it.
* remove id arenaAleksey Kladov2019-01-041-6/+6
|
* index stuff produced by macrosAleksey Kladov2019-01-031-0/+7
|
* small renameAleksey Kladov2019-01-021-2/+2
|
* commentsAleksey Kladov2019-01-021-0/+3
|
* renameAleksey Kladov2019-01-021-1/+1
|
* move macro id to idsAleksey Kladov2019-01-011-1/+33
|
* move more stuff to idsAleksey Kladov2019-01-011-2/+173
|
* rename MFileId -> HirFileIdAleksey Kladov2019-01-011-5/+47
|
* introduce ids moduleAleksey Kladov2019-01-011-0/+32