aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/item_tree.rs
Commit message (Expand)AuthorAgeFilesLines
...
* Add ConstParams to the HIRLukas Wirth2021-01-011-2/+7
* Don't look at attributes when lowering to ItemTreeJonas Schievink2020-12-181-4/+1
* Refactor attributes API to allow handling cfg_attrJonas Schievink2020-12-181-7/+12
* Avoid querying attributes in item tree loweringJonas Schievink2020-12-161-8/+0
* Basic support for decl macros 2.0Jonas Schievink2020-12-151-2/+18
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-4/+15
* Expand statements for mbe in loweringEdwin Cheng2020-12-151-0/+3
* Ignore lifetime params in substitutionsLukas Wirth2020-12-131-1/+4
* Add Lifetimes to the HIRLukas Wirth2020-12-111-1/+1
* Remove item tree testsJonas Schievink2020-12-101-2/+0
* Ignore extern items in incorrect-case checkJonas Schievink2020-12-101-0/+5
* Add a (hint) diagnostic for unconfigured itemsJonas Schievink2020-10-201-0/+18
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-0/+1
* Give `ExternCrate` a `Name`, not a `ModPath`Jonas Schievink2020-09-171-1/+1
* Merge #6016bors[bot]2020-09-171-1/+5
|\
| * Store `Import` indices for later reconstructionJonas Schievink2020-09-161-1/+5
* | Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-151-0/+1
|/
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+754