Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add assist to move arm condition to match guard | Unreal Hoang | 2019-05-21 | 3 | -117/+263 |
* | rename | Unreal Hoang | 2019-05-16 | 2 | -2/+2 |
* | show current function in analysis-stats progress bar | Aleksey Kladov | 2019-05-14 | 2 | -3/+8 |
* | allow expanding expressions | Aleksey Kladov | 2019-05-14 | 2 | -7/+8 |
* | expand to syntax node | Aleksey Kladov | 2019-05-14 | 6 | -26/+33 |
* | store macro kind in HirFileId | Aleksey Kladov | 2019-05-14 | 4 | -21/+38 |
* | Merge #1272 | bors[bot] | 2019-05-14 | 1 | -0/+46 |
|\ | |||||
| * | Error out non single root token tree conversion | Edwin Cheng | 2019-05-14 | 1 | -0/+46 |
* | | Merge #1271 | bors[bot] | 2019-05-13 | 11 | -24/+29 |
|\ \ | |||||
| * | | make AstId untyped | Aleksey Kladov | 2019-05-13 | 11 | -24/+29 |
* | | | Increase Chalk solver max_size back to 4 | Florian Diebold | 2019-05-13 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #1257 | bors[bot] | 2019-05-13 | 6 | -1/+114 |
|\ \ | |/ |/| | |||||
| * | Implemented T! macro for syntax kinds | Sergey Parilin | 2019-05-13 | 6 | -1/+114 |
* | | simplify | Aleksey Kladov | 2019-05-12 | 5 | -34/+12 |
* | | simplify | Aleksey Kladov | 2019-05-12 | 2 | -8/+7 |
* | | Use traits from prelude for method resolution | Florian Diebold | 2019-05-12 | 3 | -14/+42 |
* | | Blacklist some traits from being considered in where clauses | Florian Diebold | 2019-05-12 | 2 | -7/+34 |
* | | Fix impl blocks with unresolved target trait being treated as inherent impls | Florian Diebold | 2019-05-12 | 1 | -5/+7 |
* | | Merge #1265 | bors[bot] | 2019-05-12 | 2 | -34/+7 |
|\ \ | |||||
| * | | drop obsolete render test subcommand | Aleksey Kladov | 2019-05-12 | 1 | -30/+1 |
| * | | allow to specify path in analysis-stats | Aleksey Kladov | 2019-05-12 | 2 | -4/+6 |
* | | | Add support for inline bounds | Florian Diebold | 2019-05-11 | 2 | -16/+60 |
* | | | Handle auto traits & negative impls | Florian Diebold | 2019-05-11 | 5 | -7/+47 |
* | | | Reduce Chalk max_size parameter, add test for slow case | Florian Diebold | 2019-05-11 | 3 | -3/+42 |
* | | | Handle Chalk conversion for FnDef | Florian Diebold | 2019-05-11 | 3 | -2/+39 |
* | | | Handle resolution errors in where clauses | Florian Diebold | 2019-05-11 | 2 | -15/+56 |
* | | | Handle where clauses in trait solving | Florian Diebold | 2019-05-11 | 6 | -29/+188 |
|/ / | |||||
* | | switch to once_cell from lazy_static | Aleksey Kladov | 2019-05-07 | 4 | -20/+17 |
* | | Merge #1251 | bors[bot] | 2019-05-07 | 7 | -14/+45 |
|\ \ | |||||
| * | | Deduplicate impls in impls_for_trait | Florian Diebold | 2019-05-07 | 1 | -2/+3 |
| * | | Allow targeting a specific function with analysis-stats | Florian Diebold | 2019-05-07 | 2 | -4/+12 |
| * | | Add a HirDisplay implementation for TraitRef | Florian Diebold | 2019-05-07 | 1 | -0/+17 |
| * | | Turn `implements` into a query again | Florian Diebold | 2019-05-07 | 5 | -8/+13 |
| |/ | |||||
* / | share literal validation logic with compiler | Aleksey Kladov | 2019-05-07 | 10 | -1201/+620 |
|/ | |||||
* | removed duplicating fill_struct_fields assist | Sergey Parilin | 2019-05-06 | 2 | -228/+0 |
* | fill struct fields diagnostic | Sergey Parilin | 2019-05-06 | 9 | -18/+269 |
* | Remove collect | Jeremy Kolb | 2019-05-05 | 1 | -2/+1 |
* | Profile diagnostics. | Marco Groppo | 2019-05-05 | 1 | -0/+2 |
* | Fixed missing empty vars | Edwin Cheng | 2019-05-05 | 2 | -0/+55 |
* | Merge #1208 | bors[bot] | 2019-05-04 | 9 | -6/+97 |
|\ | |||||
| * | Added local macro goto | Lenard Pratt | 2019-05-04 | 9 | -6/+97 |
* | | Merge #1216 | bors[bot] | 2019-05-04 | 16 | -280/+906 |
|\ \ | |||||
| * | | Differentiate Tuple / FnPtr type constructors by cardinality | Florian Diebold | 2019-05-04 | 5 | -15/+25 |
| * | | Simplify subst / subst_bound_vars a bit | Florian Diebold | 2019-05-04 | 1 | -12/+2 |
| * | | Handle recursive types in canonicalization | Florian Diebold | 2019-05-04 | 3 | -5/+15 |
| * | | Remove ToChalk implementation for ApplicationTy | Florian Diebold | 2019-05-04 | 1 | -29/+16 |
| * | | Make canonicalization API a bit nicer | Florian Diebold | 2019-05-04 | 2 | -31/+56 |
| * | | Update Chalk | Florian Diebold | 2019-05-04 | 3 | -11/+16 |
| * | | Turn eprintln!s into debug!s | Florian Diebold | 2019-05-04 | 2 | -8/+12 |
| * | | Handle Ty::Unknown in Chalk conversion | Florian Diebold | 2019-05-04 | 1 | -1/+5 |