aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/item_tree
Commit message (Expand)AuthorAgeFilesLines
...
* Node-ify lifetimesLukas Wirth2020-12-161-2/+2
* Basic support for decl macros 2.0Jonas Schievink2020-12-151-1/+15
* Move to upstream `macro_rules!` modelJonas Schievink2020-12-151-7/+17
* Add LifetimeParam resolving to SemanticsLukas Wirth2020-12-141-3/+2
* Add Lifetimes to the HIRLukas Wirth2020-12-111-8/+12
* Remove item tree testsJonas Schievink2020-12-101-439/+0
* Ignore extern items in incorrect-case checkJonas Schievink2020-12-101-5/+8
* Refactor is_intrinsic_fn_unsafe() and make it privateFrancesco Zardi2020-10-211-39/+42
* Move safe intrinsic testsFrancesco Zardi2020-10-211-20/+0
* Add whitelist of safe intrinsicsFrancesco Zardi2020-10-212-2/+62
* Update tests for new function fieldZac Pullar-Strecker2020-10-081-12/+12
* Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-081-0/+3
* Give `ExternCrate` a `Name`, not a `ModPath`Jonas Schievink2020-09-172-3/+3
* Merge #6016bors[bot]2020-09-172-3/+4
|\
| * Store `Import` indices for later reconstructionJonas Schievink2020-09-162-3/+4
* | Update chalk to 0.27 and adapt to chalk changes.Charles Lew2020-09-152-3/+5
|/
* Support extern typesJonas Schievink2020-08-241-0/+4
* Switch to expect_test from crates.ioAleksey Kladov2020-08-211-1/+1
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-132-0/+1144