aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/name.rs
Commit message (Collapse)AuthorAgeFilesLines
* add built-in types to scopesAleksey Kladov2019-05-301-1/+29
|
* sort hash maps for testsAleksey Kladov2019-05-211-1/+1
|
* move auto-imoprter into IDEAleksey Kladov2019-04-221-2/+11
| | | | | auto-import is purely an IDE concern, so it should be done outside of HIR
* auto_import: make auto import working with target as a list of SmolStr ↵Andrea Pretto2019-04-211-0/+4
| | | | instead of ast::Path
* Parse and infer tuple indicesrobojumper2019-04-061-0/+9
|
* make Name::new privateAleksey Kladov2019-03-201-1/+4
|
* add skeleton for macro-aware name resolutionsAleksey Kladov2019-03-171-0/+3
|
* Fixup testsMarcus Klaas de Vries2019-01-141-1/+1
|
* Fix typos in ARCHITECTURE.md and a number of cratesMarcus Klaas de Vries2019-01-091-1/+1
| | | | specifically: gen_lsp_server, ra_arena, ra_cli, ra_db, ra_hir
* itroduce trait for ast tokensAleksey Kladov2019-01-081-2/+2
|
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-2/+2
|
* Process explicit type hints for str, bool and charMarcus Klaas de Vries2019-01-071-0/+7
|
* Add fn signature queryFlorian Diebold2019-01-061-0/+4
|
* Make FnScopes use hir::ExprFlorian Diebold2019-01-051-2/+8
| | | | | | This was a bit complicated. I've added a wrapper type for now that does the LocalSyntaxPtr <-> ExprId translation; we might want to get rid of that or give it a nicer interface.
* Resolve the Self typeFlorian Diebold2019-01-041-1/+4
|
* nameify structs&enumsAleksey Kladov2018-12-281-4/+12
|
* dont leak Name details in testingAleksey Kladov2018-12-271-7/+7
|
* introduce known namesAleksey Kladov2018-12-271-3/+44
|
* introduce hir::NameAleksey Kladov2018-12-271-0/+56