aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
Commit message (Expand)AuthorAgeFilesLines
* Merge #6921bors[bot]2020-12-201-6/+31
|\
| * Higher-ranked trait bounds for where clausesLukas Wirth2020-12-171-6/+31
* | Add API for mapping `Attr` back to its syntax nodeJonas Schievink2020-12-191-23/+55
* | Make `RawAttrs` crate-privateJonas Schievink2020-12-191-2/+2
* | Remove `Attrs::merge`Jonas Schievink2020-12-191-12/+0
* | Remove resolved FIXMEJonas Schievink2020-12-191-1/+0
* | fixture -> ra_fixtureJonas Schievink2020-12-192-4/+4
* | Test paths to derive macrosJonas Schievink2020-12-191-2/+2
* | More accurate `#[derive]` parsingJonas Schievink2020-12-193-27/+59
* | Merge #6935bors[bot]2020-12-183-15/+28
|\ \
| * | Don't look at attributes when lowering to ItemTreeJonas Schievink2020-12-183-15/+28
* | | Hit a markJonas Schievink2020-12-182-0/+5
* | | Add testJonas Schievink2020-12-181-0/+16
* | | Fix parsing of active cfg_attrJonas Schievink2020-12-181-2/+2
* | | Implement `RawAttr::filter`Jonas Schievink2020-12-181-3/+61
|/ /
* | Refactor attributes API to allow handling cfg_attrJonas Schievink2020-12-188-114/+187
* | Make `Attrs::from_attrs_owner` privateJonas Schievink2020-12-171-1/+1
* | Add `AttrDefId::krate`Jonas Schievink2020-12-171-0/+30
|/
* Remove `module_lang_items`Jonas Schievink2020-12-162-54/+30
* Avoid querying attributes in item tree loweringJonas Schievink2020-12-163-38/+28
* Merge #6896bors[bot]2020-12-165-31/+20
|\
| * Node-ify lifetimesLukas Wirth2020-12-165-31/+20
* | Merge #6897bors[bot]2020-12-166-19/+102
|\|
| * Make macro def krate mandatoryJonas Schievink2020-12-154-15/+38
| * Basic support for decl macros 2.0Jonas Schievink2020-12-154-5/+65
* | Merge #6879bors[bot]2020-12-153-21/+35
|\ \ | |/ |/|
| * Change HasChildSource::ChildId assoc item to generic paramLukas Wirth2020-12-153-21/+35
* | Move to upstream `macro_rules!` modelJonas Schievink2020-12-155-118/+132
* | Merge #6886bors[bot]2020-12-152-82/+137
|\ \ | |/ |/|
| * Expand statements for mbe in loweringEdwin Cheng2020-12-152-82/+137
* | Add LifetimeParam resolving to SemanticsLukas Wirth2020-12-143-26/+33
|/
* Ignore lifetime params in substitutionsLukas Wirth2020-12-131-1/+4
* Merge #6818bors[bot]2020-12-127-46/+118
|\
| * Add Lifetimes to the HIRLukas Wirth2020-12-117-46/+118
* | Use Attrs::docs in NavigationTarget instead of DocCommentsOwnerLukas Wirth2020-12-111-1/+1
* | Merge #6834bors[bot]2020-12-111-3/+3
|\ \
| * | Use Attrs::docs in runnables instead of DocCommentsOwnerLukas Wirth2020-12-111-3/+3
| |/
* | Add upstream commit to builtin_attr.rsJonas Schievink2020-12-111-0/+2
* | Add builtin attributes for use in nameresJonas Schievink2020-12-112-0/+429
|/
* Remove item tree testsJonas Schievink2020-12-102-441/+0
* Ignore extern items in incorrect-case checkJonas Schievink2020-12-103-5/+17
* Introduce anchored_pathAleksey Kladov2020-12-092-5/+6
* Merge #6771bors[bot]2020-12-091-5/+47
|\
| * Properly fetch inner and outer docs on hir-levelLukas Wirth2020-12-091-17/+25
| * Properly fetch inner and outer attributes on hir-levelLukas Wirth2020-12-081-5/+39
* | Merge #6774bors[bot]2020-12-091-2/+2
|\ \
| * | Properly decrement recursion count in ExpanderLukas Wirth2020-12-091-2/+2
| |/
* | Use `original_file_range` in `TestDB`Jonas Schievink2020-12-081-9/+3
* | Add test for `$crate` in builtin macrosJonas Schievink2020-12-081-0/+28
* | Handle macros in `TestDB::check_diagnostics`Jonas Schievink2020-12-081-2/+9
|/