aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/lang_item.rs
Commit message (Collapse)AuthorAgeFilesLines
* migrate ra_hir to the new rowanAleksey Kladov2019-07-191-4/+4
|
* Some clippy fixes for 1.36Jeremy Kolb2019-07-041-2/+2
|
* allow rustfmt to reorder importsAleksey Kladov2019-07-041-4/+4
| | | | | | This wasn't a right decision in the first place, the feature flag was broken in the last rustfmt release, and syntax highlighting of imports is more important anyway
* Add firewall query to lang itemsAleksey Kladov2019-06-191-16/+34
| | | | | With an intermediate query, changing one module won't cause reparsing of all modules
* Simplifications / cleanup from reviewFlorian Diebold2019-06-161-31/+23
|
* Implement autoderef using the Deref traitFlorian Diebold2019-06-151-9/+46
| | | | - add support for other lang item targets, since we need the Deref lang item
* use Source for module, part 1Aleksey Kladov2019-06-111-1/+1
|
* Fix clippy::or_fun_callAlan Du2019-06-041-1/+1
|
* add AstDatabaseAleksey Kladov2019-06-021-3/+10
|
* lang_item_lookup is now a salsa query.Marco Groppo2019-04-191-24/+24
|
* New krate() method in Resolver.Marco Groppo2019-04-191-3/+3
| | | | Renamed Impl to ImplBlock.
* Initial support for lang items.Marco Groppo2019-04-191-0/+102