Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use Parse in mbe | Aleksey Kladov | 2019-07-18 | 2 | -9/+9 | |
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -0/+1 | |
* | use more correct phantom types for ptrs | Aleksey Kladov | 2019-07-18 | 1 | -1/+1 | |
* | cargo update | kjeremy | 2019-07-15 | 1 | -1/+1 | |
* | Switch to Chalk master, without fuel | Florian Diebold | 2019-07-15 | 2 | -4/+4 | |
* | Remove blacklist, instead mark `Sized` as non-enumerable | Florian Diebold | 2019-07-15 | 1 | -17/+3 | |
* | Cargo update, including updating Chalk | Florian Diebold | 2019-07-14 | 1 | -0/+2 | |
* | Have InferenceContext contain an InferenceResult instead of duplicating all f... | Florian Diebold | 2019-07-14 | 1 | -36/+19 | |
* | Some renamings for clarity | Florian Diebold | 2019-07-14 | 8 | -24/+27 | |
* | Fixed request comments | Alexander Andreev | 2019-07-14 | 2 | -66/+72 | |
* | Fixed comments | Alexander Andreev | 2019-07-13 | 1 | -2/+2 | |
* | More resolution modules with attribute path | Alexander Andreev | 2019-07-13 | 2 | -4/+521 | |
* | complete fields in enum variants | Ekaterina Babshukova | 2019-07-12 | 4 | -1/+28 | |
* | make Parse fields private | Aleksey Kladov | 2019-07-12 | 4 | -5/+6 | |
* | fix profile name | Aleksey Kladov | 2019-07-09 | 1 | -1/+1 | |
* | Merge #1515 | bors[bot] | 2019-07-09 | 10 | -117/+285 | |
|\ | ||||||
| * | Unify `normalize` and `implements` to simplify code | Florian Diebold | 2019-07-08 | 8 | -105/+66 | |
| * | Use environment for associated type normalization as well | Florian Diebold | 2019-07-08 | 7 | -20/+52 | |
| * | Start handling environment in trait resolution | Florian Diebold | 2019-07-08 | 6 | -14/+103 | |
| * | Refactor a bit & introduce Environment struct | Florian Diebold | 2019-07-08 | 7 | -21/+107 | |
* | | Merge #1512 | bors[bot] | 2019-07-09 | 3 | -17/+106 | |
|\ \ | ||||||
| * | | beautify tests | Unreal Hoang | 2019-07-09 | 1 | -20/+36 | |
| * | | use namespaced consts for KnownName | Unreal Hoang | 2019-07-08 | 1 | -12/+10 | |
| * | | projection over std::ops::Try::Ok to infer try/? | Unreal Hoang | 2019-07-08 | 3 | -2/+77 | |
* | | | Look for the fXX_runtime lang items during method resolution. | Marco Groppo | 2019-07-08 | 1 | -4/+6 | |
| |/ |/| | ||||||
* | | Remove unused dependencies | Shotaro Yamada | 2019-07-08 | 1 | -2/+0 | |
|/ | ||||||
* | cargo format | Muhammad Mominul Huque | 2019-07-07 | 6 | -14/+14 | |
* | Constify KnownName's | Muhammad Mominul Huque | 2019-07-07 | 9 | -154/+72 | |
* | Merge #1501 | bors[bot] | 2019-07-07 | 5 | -35/+170 | |
|\ | ||||||
| * | add projection to infer for loop variable | Unreal Hoang | 2019-07-07 | 5 | -35/+170 | |
* | | Merge #1499 | bors[bot] | 2019-07-07 | 6 | -108/+240 | |
|\ \ | |/ |/| | ||||||
| * | Moved module resolution test in mods.rs | Alexander Andreev | 2019-07-07 | 4 | -193/+195 | |
| * | Added support attribute path in resolusion module fn | Alexander Andreev | 2019-07-06 | 2 | -5/+119 | |
| * | Added extract path attribute for current module | Alexander Andreev | 2019-07-06 | 3 | -6/+22 | |
* | | Make EnumVariant a GenericDef and simplify some code | Florian Diebold | 2019-07-06 | 4 | -14/+21 | |
* | | Add trait obligations for where clauses when calling functions/methods | Florian Diebold | 2019-07-06 | 7 | -34/+156 | |
|/ | ||||||
* | Merge #1495 | bors[bot] | 2019-07-05 | 1 | -1/+17 | |
|\ | ||||||
| * | use correct file for diagnostics | Aleksey Kladov | 2019-07-05 | 1 | -1/+17 | |
* | | Merge #1494 | bors[bot] | 2019-07-05 | 1 | -1/+6 | |
|\| | ||||||
| * | properly restrict diagnostics to a single file | Aleksey Kladov | 2019-07-05 | 1 | -1/+6 | |
* | | Clippy trivially_copy_pass_by_ref | Jeremy Kolb | 2019-07-05 | 7 | -17/+17 | |
|/ | ||||||
* | Merge #1491 | bors[bot] | 2019-07-05 | 2 | -17/+17 | |
|\ | ||||||
| * | &self -> self | Jeremy Kolb | 2019-07-05 | 1 | -13/+13 | |
| * | Clippy changes | Jeremy Kolb | 2019-07-05 | 2 | -4/+4 | |
* | | Fix clippy::redundant_clone | Shotaro Yamada | 2019-07-05 | 2 | -3/+2 | |
|/ | ||||||
* | Some clippy fixes for 1.36 | Jeremy Kolb | 2019-07-04 | 9 | -30/+24 | |
* | Merge #1486 | bors[bot] | 2019-07-04 | 35 | -240/+267 | |
|\ | ||||||
| * | allow rustfmt to reorder imports | Aleksey Kladov | 2019-07-04 | 35 | -240/+267 | |
* | | Fixed request changes | Alexander Andreev | 2019-07-03 | 2 | -6/+5 | |
* | | Move resolve raw name in name.rs | Alexander Andreev | 2019-07-03 | 3 | -11/+40 |