aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def
Commit message (Expand)AuthorAgeFilesLines
...
* Lower genericsJonas Schievink2020-06-243-26/+83
* ItemTree: use a newtyped IDJonas Schievink2020-06-243-53/+130
* Move ItemTree lowering into its own moduleJonas Schievink2020-06-242-505/+513
* Remove now-broken incremental testJonas Schievink2020-06-241-38/+0
* Remove raw item queryJonas Schievink2020-06-243-488/+1
* Fix testJonas Schievink2020-06-242-3/+10
* Move collectorJonas Schievink2020-06-241-108/+193
* Draw the rest of the owlJonas Schievink2020-06-241-27/+108
* collector changes WIPJonas Schievink2020-06-243-29/+34
* lower traitsJonas Schievink2020-06-242-29/+207
* Hook up query, add impls, lower moarJonas Schievink2020-06-243-41/+128
* Start item treeAleksey Kladov2020-06-243-3/+517
* Fix formatting issue with glob shadow testPaul Daniel Faria2020-06-241-17/+17
* Use a macro in push_res to simplify code, simplify glob_shadowed_def assertionPaul Daniel Faria2020-06-242-160/+47
* Account for updated module ids when determining whether a resolution is "chan...Paul Daniel Faria2020-06-242-9/+178
* Use only one code-path for parsing fixturesAleksey Kladov2020-06-231-44/+49
* Drop rarely used fixture functionalityAleksey Kladov2020-06-231-25/+0
* New VFSAleksey Kladov2020-06-233-7/+11
* Handle bindings after @ in patternsJonas Schievink2020-06-211-10/+24
* Merge #4947bors[bot]2020-06-201-1/+1
|\
| * Replace `impls_in_trait` with `CrateImplDefs`Jonas Schievink2020-06-191-1/+1
* | Don't panic on crates depending on themselvesFlorian Diebold2020-06-191-1/+1
|/
* SimplifyAleksey Kladov2020-06-182-8/+4
* Anchor file-system operations to the file, and not to the source root.Aleksey Kladov2020-06-163-8/+6
* Deprecate hir::Path::from_astAleksey Kladov2020-06-151-1/+1
* find_path: return shorter paths for external itemsJonas Schievink2020-06-122-21/+77
* Make known paths use `core` instead of `std`Jonas Schievink2020-06-112-11/+11
* Merge #4843bors[bot]2020-06-114-22/+33
|\
| * Don't guess macro expansion crateAleksey Kladov2020-06-113-21/+31
| * Make relevant_crates return a SetAleksey Kladov2020-06-111-1/+2
* | ImportMap: use IndexMap internallyJonas Schievink2020-06-102-9/+13
* | Respect casing when searching for importsJonas Schievink2020-06-101-5/+55
* | Limit import map queriesJonas Schievink2020-06-101-1/+41
* | Clean up import_map.rsJonas Schievink2020-06-101-25/+20
* | Add an FST index to `ImportMap`Jonas Schievink2020-06-102-3/+252
|/
* Merge #4760bors[bot]2020-06-051-11/+1
|\
| * Minimize FileLoader interfaceAleksey Kladov2020-06-051-11/+1
| |
| \
*-. \ Merge #4729 #4748bors[bot]2020-06-057-100/+498
|\ \ \ | |_|/ |/| |
| | * Clarify when we visit modules multiple timesJonas Schievink2020-06-051-1/+3
| | * impl Debug for ImportMapJonas Schievink2020-06-051-19/+23
| | * Reorder importsJonas Schievink2020-06-053-5/+7
| | * Make `find_path_inner` private againJonas Schievink2020-06-051-1/+1
| | * defining_crate -> krateJonas Schievink2020-06-052-2/+3
| | * Fix wrong commentJonas Schievink2020-06-051-1/+1
| | * Use `ImportMap` in `find_path`, remove old queriesJonas Schievink2020-06-043-97/+140
| | * Add an ImportMapJonas Schievink2020-06-046-12/+358
| |/
* | More direct signature for resolve_pathAleksey Kladov2020-06-052-3/+3
* | Rename resolve_relative_path -> resolve_pathAleksey Kladov2020-06-052-7/+3
|/
* Fix type inference failure when built with log/kv_unstableDavid Tolnay2020-06-041-1/+1
* Consolidate documentation expansion and mergingAaron Loucks2020-06-031-0/+7