Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Do not add imports before inner attributes | Kirill Bulatov | 2020-02-12 | 2 | -1/+38 | |
* | | | | Add more hir APIs for associated items | Aleksey Kladov | 2020-02-12 | 2 | -14/+64 | |
|/ / / | ||||||
* | | | Merge #3062 | bors[bot] | 2020-02-11 | 6 | -9/+59 | |
|\ \ \ | ||||||
| * | | | Implement slice pattern AST > HIR lowering | Jonas Platte | 2020-02-11 | 6 | -9/+59 | |
* | | | | Don't let unknown match arms fall back to ! | Florian Diebold | 2020-02-11 | 2 | -1/+22 | |
* | | | | Return early, return often | Aleksey Kladov | 2020-02-11 | 1 | -27/+33 | |
* | | | | Fix join lines when two rules match | Aleksey Kladov | 2020-02-11 | 1 | -23/+46 | |
* | | | | Merge #3064 | bors[bot] | 2020-02-11 | 2 | -25/+68 | |
|\ \ \ \ | ||||||
| * | | | | Use get_or_insert_with | Edwin Cheng | 2020-02-09 | 1 | -4/+3 | |
| * | | | | Handle macro token cases for rename | Edwin Cheng | 2020-02-09 | 2 | -25/+69 | |
| |/ / / | ||||||
* | | | | Better error messages while deserializing | Aleksey Kladov | 2020-02-11 | 3 | -11/+17 | |
* | | | | Merge #3074 | bors[bot] | 2020-02-10 | 20 | -112/+420 | |
|\ \ \ \ | ||||||
| * | | | | Address review comments | Matthew Jasper | 2020-02-10 | 3 | -14/+66 | |
| * | | | | Update tests for or-patterns | Matthew Jasper | 2020-02-09 | 4 | -60/+184 | |
| * | | | | Add or- and parenthesized-patterns | Matthew Jasper | 2020-02-09 | 14 | -45/+177 | |
| | |_|/ | |/| | | ||||||
* | | | | More specific error if `rustc --print sysroot` fails | Aleksey Kladov | 2020-02-10 | 1 | -1/+2 | |
* | | | | move to to_usize() | Veetaha | 2020-02-09 | 3 | -6/+6 | |
|/ / / | ||||||
* | | | Fix rebase leftovers | Kirill Bulatov | 2020-02-09 | 1 | -2/+2 | |
* | | | Do not import anything if first segment of FQN resolves | Kirill Bulatov | 2020-02-09 | 1 | -12/+36 | |
* | | | Set auto-import target | Aleksey Kladov | 2020-02-09 | 1 | -1/+17 | |
* | | | Simplify Assists interface | Aleksey Kladov | 2020-02-09 | 5 | -141/+108 | |
* | | | Slightly simpler API for groups | Aleksey Kladov | 2020-02-09 | 2 | -48/+77 | |
* | | | Some README fixes/cleanups | Florian Diebold | 2020-02-09 | 1 | -1/+1 | |
* | | | Merge #3050 | bors[bot] | 2020-02-09 | 24 | -614/+1174 | |
|\ \ \ | ||||||
| * | | | Add two more tests | Florian Diebold | 2020-02-07 | 1 | -0/+51 | |
| * | | | Fix some TODOs | Florian Diebold | 2020-02-07 | 3 | -11/+17 | |
| * | | | Fix add_new assist (kind of) | Florian Diebold | 2020-02-07 | 1 | -5/+10 | |
| * | | | Don't print implicit type args from impl Trait | Florian Diebold | 2020-02-07 | 2 | -14/+21 | |
| * | | | Deal better with implicit type parameters and argument lists | Florian Diebold | 2020-02-07 | 4 | -26/+138 | |
| * | | | Formatting | Florian Diebold | 2020-02-07 | 12 | -53/+98 | |
| * | | | Clean up RPIT a bit | Florian Diebold | 2020-02-07 | 5 | -41/+14 | |
| * | | | Fix compilation of other crates | Florian Diebold | 2020-02-07 | 3 | -14/+25 | |
| * | | | Use variables in predicates as well | Florian Diebold | 2020-02-07 | 5 | -63/+52 | |
| * | | | Comment fixes / todos | Florian Diebold | 2020-02-07 | 3 | -6/+8 | |
| * | | | Fix APIT some more | Florian Diebold | 2020-02-07 | 4 | -101/+115 | |
| * | | | Fix APIT | Florian Diebold | 2020-02-07 | 1 | -0/+2 | |
| * | | | Change Ty::Param to contain param ID | Florian Diebold | 2020-02-07 | 11 | -127/+136 | |
| * | | | WIP use params for APIT | Florian Diebold | 2020-02-07 | 3 | -1/+64 | |
| * | | | Fix assoc type selection | Florian Diebold | 2020-02-07 | 2 | -32/+43 | |
| * | | | Fix another test | Florian Diebold | 2020-02-07 | 2 | -7/+3 | |
| * | | | First stab at desugaring bounds for APIT | Florian Diebold | 2020-02-07 | 3 | -10/+56 | |
| * | | | Fix crash | Florian Diebold | 2020-02-07 | 1 | -4/+7 | |
| * | | | Fix enum constructors | Florian Diebold | 2020-02-07 | 3 | -11/+9 | |
| * | | | Fix printing of function types | Florian Diebold | 2020-02-07 | 7 | -72/+73 | |
| * | | | Lower impl trait to variables, move away from using placeholders where they d... | Florian Diebold | 2020-02-07 | 9 | -188/+220 | |
| * | | | wip lower impl trait to type args | Florian Diebold | 2020-02-07 | 8 | -14/+97 | |
| * | | | wip implement lowering mode | Florian Diebold | 2020-02-07 | 2 | -26/+34 | |
| * | | | Add impl trait lowering mode | Florian Diebold | 2020-02-07 | 6 | -40/+141 | |
| * | | | Introduce TyLoweringContext | Florian Diebold | 2020-02-07 | 6 | -152/+144 | |
| |/ / | ||||||
* | | | Remove ImportResolver-related stubs | Kirill Bulatov | 2020-02-09 | 2 | -9/+1 |