Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge #1299 | bors[bot] | 2019-05-21 | 1 | -1/+18 |
|\ | |||||
| * | Address feedback | Laurențiu Nicola | 2019-05-21 | 1 | -4/+11 |
| * | Use ThemeColor and add support for light themes | Laurențiu Nicola | 2019-05-21 | 1 | -1/+11 |
* | | profile type inference | Aleksey Kladov | 2019-05-21 | 4 | -3/+6 |
* | | profile implements query | Aleksey Kladov | 2019-05-21 | 1 | -0/+2 |
* | | fix odrer-of-iteration bug in tests | Aleksey Kladov | 2019-05-21 | 2 | -7/+15 |
* | | sort hash maps for tests | Aleksey Kladov | 2019-05-21 | 5 | -212/+196 |
* | | Merge #1296 | bors[bot] | 2019-05-21 | 2 | -2/+2 |
|\ \ | |||||
| * | | :arrow_up: insta | Aleksey Kladov | 2019-05-21 | 2 | -2/+2 |
| |/ | |||||
* / | add _query to query functions | Aleksey Kladov | 2019-05-21 | 2 | -6/+6 |
|/ | |||||
* | add is_union to structs AST | Aleksey Kladov | 2019-05-20 | 1 | -1/+17 |
* | remove minor code duplication | Aleksey Kladov | 2019-05-20 | 2 | -20/+16 |
* | Merge #1289 | bors[bot] | 2019-05-20 | 1 | -38/+39 |
|\ | |||||
| * | simplify | Aleksey Kladov | 2019-05-20 | 1 | -38/+39 |
* | | Merge #1287 | bors[bot] | 2019-05-20 | 2 | -1/+19 |
|\ \ | |/ |/| | |||||
| * | Fix match literal | Edwin Cheng | 2019-05-20 | 2 | -1/+19 |
* | | output the progress for real | Aleksey Kladov | 2019-05-20 | 1 | -1/+4 |
|/ | |||||
* | Merge #1286 | bors[bot] | 2019-05-20 | 5 | -17/+86 |
|\ | |||||
| * | Use normal iteration instead of walk_mut | Edwin Cheng | 2019-05-20 | 1 | -8/+5 |
| * | Add infer for generic default type | Edwin Cheng | 2019-05-19 | 4 | -15/+80 |
| * | Add default type to GenericParam | Edwin Cheng | 2019-05-19 | 1 | -3/+10 |
* | | Assert that DB is unwind-safe, instead of proving | Aleksey Kladov | 2019-05-18 | 1 | -3/+4 |
* | | :arrow_up: text_unit | Aleksey Kladov | 2019-05-15 | 2 | -40/+27 |
* | | apply T! macro where it is possible | Sergey Parilin | 2019-05-15 | 38 | -623/+619 |
* | | fixed macro for brackets | Sergey Parilin | 2019-05-15 | 2 | -3/+3 |
|/ | |||||
* | 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 |
|/ / |