aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_hir_def
Commit message (Expand)AuthorAgeFilesLines
* Correct obsolete commentAleksey Kladov2019-12-121-2/+1
* Move use tree lowering to a separate moduleAleksey Kladov2019-12-122-104/+118
* Dedupe from_source implsAleksey Kladov2019-12-121-1/+1
* Remove old location infraAleksey Kladov2019-12-122-63/+6
* Move enum&union to new locAleksey Kladov2019-12-1210-48/+100
* Move structs to new locAleksey Kladov2019-12-1210-24/+58
* Move traits to the new locAleksey Kladov2019-12-1211-26/+58
* Switch to the new location for implsAleksey Kladov2019-12-1210-23/+54
*-. Merge #2500 #2505 #2506bors[bot]2019-12-081-3/+4
|\ \
| * | Expand macros in blocks to expressions for nowFlorian Diebold2019-12-081-3/+4
| |/
| |
| \
*-. \ Merge #2501 #2502 #2503bors[bot]2019-12-081-149/+57
|\ \ \ | |_|/ |/| |
| * | Delay legacy macro expansionEdwin Cheng2019-12-081-149/+57
| |/
* | Merge #2498bors[bot]2019-12-081-16/+26
|\ \ | |/ |/|
| * Cleanup Field tyAleksey Kladov2019-12-081-16/+26
* | Merge #2466bors[bot]2019-12-083-44/+165
|\ \ | |/ |/|
| * Refactor resolve_imports logicEdwin Cheng2019-12-072-40/+129
| * Push glob_imports only if non-existsEdwin Cheng2019-12-071-4/+4
| * Add testsEdwin Cheng2019-12-061-0/+32
* | Remove MacroFileKindEdwin Cheng2019-12-082-6/+4
* | Rename GenericParam -> TypeParamAleksey Kladov2019-12-074-29/+29
* | Classify name works for TypeParamsAleksey Kladov2019-12-073-2/+35
* | Track source of type parametersAleksey Kladov2019-12-071-21/+72
* | MinorAleksey Kladov2019-12-071-3/+4
* | Remove idx and parent generics from genericsAleksey Kladov2019-12-072-86/+42
* | Store GenericParams in arenaAleksey Kladov2019-12-073-13/+24
* | Merge #2484bors[bot]2019-12-066-277/+300
|\ \
| * | DynMapAleksey Kladov2019-12-066-277/+300
| |/
* | Merge #2481bors[bot]2019-12-061-2/+0
|\ \ | |/ |/|
| * Remove obsolete commentAleksey Kladov2019-12-051-2/+0
* | Merge #2479bors[bot]2019-12-057-11/+118
|\ \ | |/ |/|
| * Add expansion infrastructure for derive macrosFlorian Diebold2019-12-057-11/+118
* | Introduce ChildFromSourceAleksey Kladov2019-12-052-0/+277
|/
* Publicize `file_id` to make `test_db` compileice10002019-12-051-1/+1
* Use placeholder instead of `Option`ice10002019-12-052-14/+10
* One pub function less is good!ice10002019-12-051-5/+0
* Reduce visibility, use struct instead of tuplesice10002019-12-051-20/+23
* No block at the momentice10002019-12-041-6/+1
* Remove almost unused `ModuleSource::new`ice10002019-12-041-19/+1
* Confluent `ModuleSource` usageice10002019-12-041-13/+5
* Add `ModuleSource::Block`ice10002019-12-041-2/+66
* Fix test compilationice10002019-12-041-1/+1
* Three-state enum for module originice10002019-12-042-20/+78
* Replace `ra_hir_expand::either` with crateice10002019-12-039-35/+34
* Merge #2455bors[bot]2019-12-015-31/+102
|\
| * Remove some empty linesEdwin Cheng2019-12-011-2/+0
| * Use index instead of peekableEdwin Cheng2019-12-011-35/+19
| * Fix commentEdwin Cheng2019-12-011-2/+1
| * Add BuiltinShadowModeEdwin Cheng2019-11-305-30/+120
* | Reduce variants of Exproxalica2019-11-292-38/+19
* | Infer range typesoxalica2019-11-283-4/+76
|/