aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Rename derive-specific APIsJonas Schievink2021-03-191-2/+2
* Document fields of `ModuleId`Jonas Schievink2021-03-181-1/+5
* Make MacroDefId's `AstId` mandatory when possibleJonas Schievink2021-03-181-1/+1
* Follow established ErrorEmitted patternBrandon2021-03-171-11/+11
* Fix missing unresolved macro diagnostic in function bodyBrandon2021-03-161-10/+13
* Create TraitEnvironment through a queryFlorian Diebold2021-03-131-0/+10
* Delete `ContainerId`Jonas Schievink2021-03-091-33/+17
* Stop using `ContainerId` in `AssocContainerId`Jonas Schievink2021-03-091-3/+3
* Fix `find_path` when inner items are presentJonas Schievink2021-03-011-0/+23
* For unresolved macros, hightlight only the last segmentAleksey Kladov2021-02-281-58/+56
* Make `ModPath`'s representation privateJonas Schievink2021-02-041-1/+1
* Shortcut `block_def_map` if there's no inner itemsJonas Schievink2021-02-031-1/+8
* Intern block locations and handle them in ModuleIdJonas Schievink2021-01-251-1/+14
* Create all `ModuleId`s through a `DefMap` methodJonas Schievink2021-01-251-4/+0
* Make `ModuleId`'s `krate` field privateJonas Schievink2021-01-221-1/+9
* Obtain `ModuleId`'s `DefMap` through a methodJonas Schievink2021-01-221-1/+11
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-1/+1
* Impl HasAttrs for GenericParamLukas Wirth2021-01-011-1/+21
* Add ConstParams to the HIRLukas Wirth2021-01-011-0/+7
* Add `AttrDefId::krate`Jonas Schievink2020-12-171-0/+30
* Merge #6818bors[bot]2020-12-121-0/+7
|\
| * Add Lifetimes to the HIRLukas Wirth2020-12-111-0/+7
* | Add builtin attributes for use in nameresJonas Schievink2020-12-111-0/+1
|/
* Remove hir_def/docs.rs moduleLukas Wirth2020-12-071-1/+0
* Fix proc macro token mappingJonas Schievink2020-12-031-2/+2
* Propagate eager expansion errorsJonas Schievink2020-12-031-10/+41
* Deny unreachable-pubAleksey Kladov2020-11-021-3/+3
* Rename ra_hir_def -> hir_defAleksey Kladov2020-08-131-0/+541