aboutsummaryrefslogtreecommitdiff
path: root/crates/hir_def
Commit message (Expand)AuthorAgeFilesLines
* Don't stack overflow on circular modulesAleksey Kladov2020-11-044-18/+62
* Merge #6435bors[bot]2020-11-031-2/+15
|\
| * Feedback.James Leitch2020-11-021-1/+1
| * Test Fixture ExplicitRoot + ModuleResolutionRelativePathOutsideRoot.James Leitch2020-11-021-2/+15
* | Remove more unreachable pubsAleksey Kladov2020-11-021-2/+2
* | Deny unreachable-pubAleksey Kladov2020-11-024-20/+20
* | Handle #![cfg] in crate rootJonas Schievink2020-10-262-2/+22
|/
* Fix name of InactiveCode diagnosticJonas Schievink2020-10-231-1/+1
* Diagnose #[cfg]s in bodiesJonas Schievink2020-10-237-94/+213
* Merge #6324bors[bot]2020-10-235-23/+75
|\
| * Use format_toJonas Schievink2020-10-231-4/+3
| * Emit better #[cfg] diagnosticsJonas Schievink2020-10-225-21/+74
* | Merge #6307bors[bot]2020-10-211-2/+45
|\ \ | |/ |/|
| * 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
* | More detailed messageJonas Schievink2020-10-201-1/+1
* | Rename UnconfiguredCode -> InactiveCodeJonas Schievink2020-10-202-4/+4
* | Add a (hint) diagnostic for unconfigured itemsJonas Schievink2020-10-204-1/+70
* | Rename declaration_name -> display_nameAleksey Kladov2020-10-202-8/+4
* | Add descriptions for diagnostics parseable by xtaskIgor Aleksanov2020-10-191-0/+9
|/
* Improve readabilityAleksey Kladov2020-10-171-2/+4
*-. Merge #6130 #6135bors[bot]2020-10-121-0/+6
|\ \
| * | Remove previously added parameter names from the function dataIgor Aleksanov2020-10-123-18/+0
| * | Make incorrect case diagnostic work inside of functionsIgor Aleksanov2020-10-121-0/+6
| * | Create basic support for names case checks and implement function name case c...Igor Aleksanov2020-10-123-0/+18
* | | Merge #6199bors[bot]2020-10-121-1/+4
|\ \ \ | |/ / |/| |
| * | Fix `mut self` not emitting mutable binding on `self` useLukas Wirth2020-10-111-1/+4
| |/
* | Merge #5917bors[bot]2020-10-124-12/+18
|\ \
| * | Update tests for new function fieldZac Pullar-Strecker2020-10-081-12/+12
| * | Differentiate method/tymethod by determining 'defaultness'Zac Pullar-Strecker2020-10-083-0/+6
| |/
* / adt: correctly inherit field visibility from enumJonas Schievink2020-10-091-9/+19
|/
* Add test makrAleksey Kladov2020-10-061-0/+2
* Constrain ImportMap to only store simple pathsAleksey Kladov2020-10-061-10/+26
* Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-061-21/+1
* Merge #6124bors[bot]2020-10-062-6/+6
|\
| * Properly name the fieldKirill Bulatov2020-10-022-6/+6
* | Merge #6139bors[bot]2020-10-061-109/+138
|\ \
| * | Make find_path_prefixed configurableLukas Wirth2020-10-051-109/+138
| |/
* / Account for proc macro helpers when parsing attrJonas Schievink2020-10-052-1/+9
|/
* Merge #6019bors[bot]2020-09-291-4/+22
|\
| * Remove make::path_from_textLukas Wirth2020-09-161-4/+22
* | Merge #6033bors[bot]2020-09-283-15/+176
|\ \
| * | Add more comments about proc macro resolutionJonas Schievink2020-09-281-0/+20
| * | Simplify iterator chainJonas Schievink2020-09-281-5/+2
| * | Remove incorrect docsJonas Schievink2020-09-181-6/+0
| * | Reduce visibility of non-proc-macrosJonas Schievink2020-09-183-0/+85
| * | Remove obsolete proc macro collection codeJonas Schievink2020-09-181-19/+0
| * | Use hir_def to resolve proc macrosJonas Schievink2020-09-182-2/+54
| * | Add testJonas Schievink2020-09-181-0/+32