aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Remove last traces of nameres from hirAleksey Kladov2019-11-038-67/+59
| | * | | Restore crate_def_map marksAleksey Kladov2019-11-039-26/+41
| | * | | move crate_def_map tests to hir_defAleksey Kladov2019-11-0313-195/+309
| | * | | Introduce ra_db::fixture fixture moduleAleksey Kladov2019-11-037-11/+97
| | * | | Move CrateDefMap to hir_defAleksey Kladov2019-11-0323-733/+826
| |/ / /
| * | | Merge #2160bors[bot]2019-11-034-1/+113
| |\ \ \ | | |/ / | |/| |
| | * | Use `bool` instead of `Option<bool>` and print it's value only when `true`Martin Asquino2019-11-029-79/+6
| | * | Set `deprecated` field on `CompletionItem`sMartin Asquino2019-11-029-1/+186
| * | | Merge #2164bors[bot]2019-11-021-2/+2
| |\ \ \
| | * | | Silence some warningsLaurențiu Nicola2019-11-021-2/+2
| |/ / /
| * | | Merge #2162bors[bot]2019-11-0211-109/+130
| |\ \ \
| | * | | Move diagnostics to hir_expandAleksey Kladov2019-11-028-89/+107
| | * | | Move Source to hir_expandAleksey Kladov2019-11-024-20/+23
| |/ / /
| * | | Merge #2159bors[bot]2019-11-021-1/+0
| |\ \ \
| | * | | Remove forcing \n via rustfmtAleksey Kladov2019-11-021-1/+0
| * | | | Merge #2156bors[bot]2019-11-022-30/+30
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Upgrade ChalkFlorian Diebold2019-11-022-30/+30
| |/ / /
* | | | Merge branch 'master' into feature/themesSeivan Heidari2019-11-0212-103/+605
|\| | |
| * | | Merge #2152bors[bot]2019-11-011-1/+8
| |\ \ \
| | * | | Use run-time project path in xtaskLaurențiu Nicola2019-11-011-1/+8
| |/ / /
| * | | Merge #2151bors[bot]2019-11-019-100/+560
| |\ \ \ | | |/ / | |/| |
| | * | Change SourceAnalyzer method resoltion APIFlorian Diebold2019-11-014-36/+44
| | * | Various review fixesFlorian Diebold2019-11-013-17/+13
| | * | Add some doc commentsFlorian Diebold2019-11-011-0/+6
| | * | Complete items on traits as wellFlorian Diebold2019-11-011-2/+46
| | * | Complete trait assoc itemsFlorian Diebold2019-11-015-17/+56
| | * | Add failing tests for trait assoc method completionFlorian Diebold2019-11-011-0/+60
| | * | Refactor a bitFlorian Diebold2019-11-011-36/+25
| | * | Don't do autoderef for path resolutionFlorian Diebold2019-11-011-18/+39
| | * | Refactor to unify with method resolutionFlorian Diebold2019-11-017-141/+117
| | * | Record assoc item resolutionFlorian Diebold2019-11-012-1/+58
| | * | Insert type vars before doing assoc item resolutionFlorian Diebold2019-11-012-12/+15
| | * | Add another unrelated, currently not working testFlorian Diebold2019-11-011-0/+16
| | * | Get trait assoc item resolution mostly workingFlorian Diebold2019-11-013-16/+261
| |/ /
| * | Merge #2150bors[bot]2019-11-012-1/+15
| |\ \
| | * | Attach docs to staticskjeremy2019-10-312-1/+15
| * | | Merge #2147bors[bot]2019-11-012-1/+22
| |\ \ \ | | |/ / | |/| |
| | * | Fixes #2143kjeremy2019-10-312-1/+22
| |/ /
* | | Merge branch 'master' into feature/themesSeivan Heidari2019-10-319-217/+240
|\| |
| * | Merge #2145bors[bot]2019-10-311-16/+26
| |\ \
| | * | updateskjeremy2019-10-311-16/+26
| |/ /
| * | Merge #2144bors[bot]2019-10-318-201/+214
| |\ \
| | * | move struct & enum data to hir_defAleksey Kladov2019-10-318-201/+214
| |/ /
* | | Making loadColors more readable by monading all the things.Seivan Heidari2019-10-311-23/+16
* | | Adding better debugging for testing themes missing tags and which scopes didn...Seivan Heidari2019-10-313-45/+58
* | | Merge branch 'master' into feature/themesSeivan Heidari2019-10-31129-2755/+4949
|\| |
| * | Merge #2141bors[bot]2019-10-313-11/+61
| |\ \
| | * | add ModuleDefId to hir_defAleksey Kladov2019-10-313-11/+61
| |/ /
| * | Merge #2140bors[bot]2019-10-318-78/+88
| |\ \
| | * | move builtin types to hir_defAleksey Kladov2019-10-318-78/+88