aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | 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
| * | | Merge #2139bors[bot]2019-10-314-14/+15
| |\| |
| | * | move mod_resolution to hir_defAleksey Kladov2019-10-314-14/+15
| |/ /
| | |
| | \
| *-. \ Merge #2134 #2137bors[bot]2019-10-304-41/+51
| |\ \ \
| | | * | Add link to the vscode VIM extension compatibility warning.krk2019-10-301-1/+1
| | | |/
| | * | runnables => match_ast!kjeremy2019-10-301-7/+7
| | * | traits => match_ast!kjeremy2019-10-301-5/+7
| | * | source_binder => match_ast!kjeremy2019-10-301-28/+36
| | |/
| * | Merge #2136bors[bot]2019-10-301-1/+1
| |\ \ | | |/ | |/|
| | * Fix typo in xtask/src/main.rs.krk2019-10-301-1/+1
| |/
| * Merge #2133bors[bot]2019-10-302-9/+22
| |\
| | * Use match_ast! in FnCallNode::with_nodekjeremy2019-10-301-9/+8
| | * Document match_ast!kjeremy2019-10-301-0/+14