aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def
Commit message (Expand)AuthorAgeFilesLines
* Remove insta for ra_hir_defAleksey Kladov2020-07-173-164/+169
* Rewrite def map tests from insta to expectAleksey Kladov2020-07-175-1938/+1821
* Semantical call infoAleksey Kladov2020-07-161-1/+9
* Remove TypeCtor interningFlorian Diebold2020-07-151-4/+4
* Cleanup limitsAleksey Kladov2020-07-151-7/+7
* Check cancellation when updating imports recursivelyAleksey Kladov2020-07-151-0/+1
* Micro-optimize updateAleksey Kladov2020-07-151-5/+6
* Update ItemTree snapshotsJonas Schievink2020-07-141-12/+12
* Thread varargs through r-aJonas Schievink2020-07-144-3/+22
* ItemTree: Lower tuple types despite invalid typeJonas Schievink2020-07-141-7/+6
* Guard against infinite macro expansionsAleksey Kladov2020-07-142-0/+29
* Add a license field to all the cratesYuki Okushi2020-07-141-0/+1
* Don't copy-paste `impl_froms` into every crateAleksey Kladov2020-07-131-30/+15
* Rewrite item_tree tests to expectAleksey Kladov2020-07-112-105/+110
* Extern fns are implicitly unsafeAleksey Kladov2020-07-111-0/+1
* Bump macro recursion limit in releaseAleksey Kladov2020-07-111-2/+8
* More tight recursion limit when expanding macros in function bodiesAleksey Kladov2020-07-111-6/+48
* Goto type definition works for selfAleksey Kladov2020-07-101-0/+5
* Re-enable IDE features for incomplete impl blocsAleksey Kladov2020-07-091-2/+3
* Remove relative_path dependencyAleksey Kladov2020-07-081-29/+87
* Switch to fully dynamically dispatched salsaAleksey Kladov2020-07-072-15/+15
* Use SmolStrJonas Schievink2020-07-021-3/+4
* Fix testsJonas Schievink2020-07-021-1/+27
* Record and suggest trait items via ImportMapJonas Schievink2020-07-021-8/+39
* ItemTree: Lower fields despite invalid typeJonas Schievink2020-07-011-1/+1
* Remove `entries_without_primitives`Jonas Schievink2020-06-302-11/+3
* Simplify entry API usageJonas Schievink2020-06-301-21/+12
* Reorder importsJonas Schievink2020-06-301-1/+2
* Split namespace maps in `ItemScope`Jonas Schievink2020-06-301-34/+79
* Cleanup changes leftover from previous tracking attemptPaul Daniel Faria2020-06-271-14/+16
* Remove track_parent and parent_map, replace with simple walk in missign unsaf...Paul Daniel Faria2020-06-272-272/+98
* Fix issues caused during rebasePaul Daniel Faria2020-06-271-45/+63
* unsafe: Clean up, improve tracking, add debug_assertPaul Daniel Faria2020-06-272-81/+158
* Track expr parents during lowering, use parent map when checking if unsafe ex...Paul Daniel Faria2020-06-272-88/+165
* Rename Expr::UnsafeBlock to Expr::UnsafePaul Daniel Faria2020-06-272-3/+3
* Track unsafe blocks, don't trigger missing unsafe diagnostic when unsafe expr...Paul Daniel Faria2020-06-272-2/+9
* Merge #5033bors[bot]2020-06-273-20/+198
|\
| * Replace simple is_named with matches macroPaul Daniel Faria2020-06-271-10/+1
| * Remove comment that's no longer validPaul Daniel Faria2020-06-261-2/+0
| * Split glob import map to per-ns, switch ExprCollector to use a simpler push_resPaul Daniel Faria2020-06-263-33/+64
| * Track import type outside of , use enum rather than bool to improve readabilityPaul Daniel Faria2020-06-254-40/+73
| * Revert resolution of all glob imports first, replace with tracking of glob im...Paul Daniel Faria2020-06-254-49/+119
| * Order of glob imports should not affect import shadowingPaul Daniel Faria2020-06-252-16/+71
* | Make find_inner_item fallibleJonas Schievink2020-06-262-14/+28
* | find_inner_item: more detailed panic messageJonas Schievink2020-06-261-1/+7
* | Simplify inner item loweringJonas Schievink2020-06-261-61/+30
* | Make VFS join methods fallibleJonas Schievink2020-06-261-0/+16
* | Use ItemTree to answer enum_data queryJonas Schievink2020-06-251-7/+19
* | Use IdRange for variantsJonas Schievink2020-06-253-9/+29
* | Generalize FieldIds -> IdRange<T>Jonas Schievink2020-06-252-13/+14