aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir/src/lang_item.rs
Commit message (Collapse)AuthorAgeFilesLines
* introduce ra_hir_defAleksey Kladov2019-10-301-8/+8
|
* Merge branch 'master' into feature/issue/1856Alexander Andreev2019-09-301-1/+1
|\ | | | | | | | | # Conflicts: # crates/ra_assists/src/ast_editor.rs
| * Fix API of AttruHOOCCOOHu2019-09-301-1/+1
| |
* | Added test for check doc strings in crates.Alexander Andreev2019-09-301-0/+2
|/ | | | #1856
* Fix retrieval of the Fn traitsFlorian Diebold2019-09-251-2/+2
| | | | | I used the wrong query, so it only used the lang items from the respective crate...
* rename AdtDef -> AdtAleksey Kladov2019-09-121-5/+3
|
* make various enums "inherit" from AdtDefAleksey Kladov2019-09-121-3/+7
|
* cleanup hir db importsAleksey Kladov2019-09-081-2/+2
|
* 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