aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | share literal validation logic with compilerAleksey Kladov2019-05-0710-1201/+620
|/
* removed duplicating fill_struct_fields assistSergey Parilin2019-05-062-228/+0
* fill struct fields diagnosticSergey Parilin2019-05-069-18/+269
* Remove collectJeremy Kolb2019-05-051-2/+1
* Profile diagnostics.Marco Groppo2019-05-051-0/+2
* Fixed missing empty varsEdwin Cheng2019-05-052-0/+55
* Merge #1208bors[bot]2019-05-049-6/+97
|\
| * Added local macro gotoLenard Pratt2019-05-049-6/+97
* | Merge #1216bors[bot]2019-05-0416-280/+906
|\ \
| * | Differentiate Tuple / FnPtr type constructors by cardinalityFlorian Diebold2019-05-045-15/+25
| * | Simplify subst / subst_bound_vars a bitFlorian Diebold2019-05-041-12/+2
| * | Handle recursive types in canonicalizationFlorian Diebold2019-05-043-5/+15
| * | Remove ToChalk implementation for ApplicationTyFlorian Diebold2019-05-041-29/+16
| * | Make canonicalization API a bit nicerFlorian Diebold2019-05-042-31/+56
| * | Update ChalkFlorian Diebold2019-05-043-11/+16
| * | Turn eprintln!s into debug!sFlorian Diebold2019-05-042-8/+12
| * | Handle Ty::Unknown in Chalk conversionFlorian Diebold2019-05-041-1/+5
| * | Canonicalize before doing method resolutionFlorian Diebold2019-05-047-133/+165
| * | Document the peculiarity of the solver query a bitFlorian Diebold2019-05-042-3/+10
| * | Move Chalk conversion code to its own moduleFlorian Diebold2019-05-043-321/+339
| * | Implement Deref<Target=[Ty]> for SubstsFlorian Diebold2019-05-042-18/+18
| * | Simplify solution_from_chalkFlorian Diebold2019-05-041-12/+11
| * | Chalk integrationFlorian Diebold2019-05-0413-147/+677
| * | Add Ty::Bound variant for use in Chalk integrationFlorian Diebold2019-05-041-2/+7
* | | Fix `$true` and `$false` as $var name errorEdwin Cheng2019-05-041-3/+24
|/ /
* | Merge #1238bors[bot]2019-05-045-69/+64
|\ \
| * | make macro expansion into a proper queryAleksey Kladov2019-05-043-35/+28
| * | minor, moveAleksey Kladov2019-05-041-19/+19
| * | introduce macro_arg intermediate queryAleksey Kladov2019-05-043-25/+27
| * | Revert "eagarly clean astd maps"Aleksey Kladov2019-05-043-3/+3
* | | Add testEdwin Cheng2019-05-041-0/+2
* | | Error out when parse_subtree is not a subtreeEdwin Cheng2019-05-041-3/+6
|/ /
* | Merge #1235bors[bot]2019-05-041-6/+1
|\ \
| * | revert eagarly clean astd mapsAleksey Kladov2019-05-041-6/+1
* | | Merge #1230bors[bot]2019-05-042-3/+95
|\ \ \ | |/ / |/| |
| * | Quote the quoted commentEdwin Cheng2019-05-042-2/+2
| * | Use explict `escape_default` instead of dbg printEdwin Cheng2019-05-041-1/+1
| * | Convert doc comment to attrEdwin Cheng2019-05-042-3/+95
* | | eagarly clean astd mapsAleksey Kladov2019-05-044-3/+9
|/ /
* | Mark unused mbe variable as `Binding::Empty`Edwin Cheng2019-05-032-13/+61
* | By pass unbind $var while mbe expandingEdwin Cheng2019-05-033-7/+39
* | Refactor out tests module and remove empty subtreeEdwin Cheng2019-05-033-1137/+1372
* | Merge #1227bors[bot]2019-05-033-1/+8
|\ \
| * | Add default type param in TypeParam NodeEdwin Cheng2019-05-033-1/+8
* | | Fixed old incorrect testEdwin Cheng2019-05-021-1/+1
* | | Fix typoEdwin Cheng2019-05-021-3/+3
* | | Compare text insteadEdwin Cheng2019-05-021-2/+2
* | | Add empty bindings and some refactoringEdwin Cheng2019-05-022-22/+41
|/ /
* | Make `vis` matcher optional and fix typoEdwin Cheng2019-05-023-5/+28
* | Remove unused code in subtree_sourceEdwin Cheng2019-05-021-182/+41