aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
Commit message (Expand)AuthorAgeFilesLines
* Fix incorrect newline emission in Attrs::docsLukas Wirth2021-03-171-14/+14
* Better handling of block doc commentsLukas Wirth2021-03-171-38/+45
* Merge #8059bors[bot]2021-03-171-6/+39
|\
| * Remove quadratic attr source lookupLukas Wirth2021-03-171-0/+25
| * Properly handle doc attributes in doc-comment highlight injectionLukas Wirth2021-03-161-1/+7
| * Fix attribute index assignment in cfg_attr resolutionLukas Wirth2021-03-161-5/+7
| * Move doc-comment highlight injection from AST to HIRLukas Wirth2021-03-161-1/+1
* | Merge #8063bors[bot]2021-03-171-1/+1
|\ \
| * | avoid converting types into themselves via .into() (clippy::useless-conversion)Matthias Krüger2021-03-171-1/+1
| |/
* | Merge #8048bors[bot]2021-03-177-46/+79
|\ \ | |/ |/|
| * Follow established ErrorEmitted patternBrandon2021-03-172-16/+13
| * Fix missing unresolved macro diagnostic in function bodyBrandon2021-03-167-39/+75
| |
| \
*-. \ Merge #7900 #8000bors[bot]2021-03-165-20/+77
|\ \ \
| | * | Use hir formatter moreoxalica2021-03-154-7/+27
| | * | Impl HirDisplay for function hover messageoxalica2021-03-151-1/+10
| | * | Introduce FunctionQualifier for hir::FunctionDataoxalica2021-03-153-12/+40
* | | | Fix macro expansion for statements w/o semicolonEdwin Cheng2021-03-162-47/+63
| |_|/ |/| |
* | | Merge #7970bors[bot]2021-03-153-11/+69
|\ \ \ | |_|/ |/| |
| * | Update crates/hir_def/src/nameres/collector.rsbrandondong2021-03-151-1/+1
| * | Fix incorrect diagnositics for failing built in eager macrosBrandon2021-03-142-10/+68
| * | Fix spelling errorBrandon2021-03-141-1/+1
| |/
* | Enable thread-local coverage marksLaurențiu Nicola2021-03-151-1/+1
* | Simplify source maps for fieldsAleksey Kladov2021-03-152-18/+25
* | Create TraitEnvironment through a queryFlorian Diebold2021-03-131-0/+10
* | Handle `cfg_attr` gating multiple attributesJonas Schievink2021-03-131-29/+19
* | Extend cfg_attr testJonas Schievink2021-03-131-0/+3
* | Simplify hir_def TestDBJonas Schievink2021-03-131-7/+2
* | Remove `ItemTree::source`Jonas Schievink2021-03-121-12/+0
|/
* Prefer names from outer DefMap over extern preludeJonas Schievink2021-03-101-5/+11
* Stop fetching ItemTrees for no reasonJonas Schievink2021-03-101-14/+1
* Compilation speedAleksey Kladov2021-03-091-1/+1
* Delete `ContainerId`Jonas Schievink2021-03-096-72/+45
* Stop using `ContainerId` in `AssocContainerId`Jonas Schievink2021-03-093-7/+7
* Check ancestor maps when computing traits in scopeJonas Schievink2021-03-091-0/+10
* Remove `item_scope` field from `Body`Jonas Schievink2021-03-093-175/+6
* Use `body.block_scopes` in `ChildBySource`Jonas Schievink2021-03-091-1/+5
* Store inner `BlockId`s in `Body`Jonas Schievink2021-03-092-1/+6
* Change `ChildBySource` to allow reusing `DynMap`Jonas Schievink2021-03-092-32/+18
* Use upstream cov-markLaurențiu Nicola2021-03-0821-73/+58
* Do not process indexed values more than onceKirill Bulatov2021-03-081-29/+31
* Deduplicate search_dependencies resultsKirill Bulatov2021-03-081-18/+19
* Rename a few `crate_def_map`s to `def_map`Jonas Schievink2021-03-063-16/+16
* Make two calls virtualLaurențiu Nicola2021-03-051-1/+1
* Fix some warningsLaurențiu Nicola2021-03-051-1/+1
* Remove incorrect broken testJonas Schievink2021-03-031-24/+0
* Fix `find_path` when inner items are presentJonas Schievink2021-03-014-28/+88
* Merge #7778bors[bot]2021-03-011-2/+11
|\
| * Fix lowering trailing self paths in UseTreesLukas Wirth2021-02-281-2/+11
* | Merge #7804bors[bot]2021-02-283-79/+73
|\ \
| * | Introduce TypeCtor::ScalarLukas Wirth2021-02-283-79/+73
| |/