aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/name.rs
Commit message (Collapse)AuthorAgeFilesLines
* move raw_items to hir_defAleksey Kladov2019-10-301-142/+1
|
* Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
| | | | #1856
* Refactor `Name` ready for hygienic macrouHOOCCOOHu2019-09-261-78/+79
|
* Define known paths and group namesuHOOCCOOHu2019-09-151-10/+17
|
* Infer box expressionuHOOCCOOHu2019-09-111-0/+2
|
* Lower bounds on trait definition, and resolve assoc types from super traitsFlorian Diebold2019-09-071-5/+1
|
* Check type rather than just name in ok-wrapping diagnostic. Add test for ↵Phil Ellison2019-08-251-0/+2
| | | | handling generic functions (which currently fails)
* infer type for awaitUnreal Hoang2019-07-201-0/+3
| | | | by projecting inner_ty to Future::Output alias
* migrate ra_hir to the new rowanAleksey Kladov2019-07-191-1/+1
|
* projection over std::ops::Try::Ok to infer try/?Unreal Hoang2019-07-081-0/+3
|
* cargo formatMuhammad Mominul Huque2019-07-071-1/+2
|
* Constify KnownName'sMuhammad Mominul Huque2019-07-071-111/+25
|
* add projection to infer for loop variableUnreal Hoang2019-07-071-0/+14
|
* Fixed request changesAlexander Andreev2019-07-031-4/+4
|
* Move resolve raw name in name.rsAlexander Andreev2019-07-031-2/+13
| | | | Added test for check module resolution with raw name
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-0/+5
| | | | - add support for other lang item targets, since we need the Deref lang item
* 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