aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | SimplifyAleksey Kladov2020-02-121-15/+7
|/ / /
* | | Merge #3121bors[bot]2020-02-123-7/+49
|\ \ \
| * | | Fix the trailing whitespace testKirill Bulatov2020-02-121-4/+1
| * | | Introduce AttrKindKirill Bulatov2020-02-123-8/+16
| * | | Do not add imports before inner attributesKirill Bulatov2020-02-122-1/+38
* | | | Add more hir APIs for associated itemsAleksey Kladov2020-02-122-14/+64
|/ / /
* | | Merge #3062bors[bot]2020-02-116-9/+59
|\ \ \
| * | | Implement slice pattern AST > HIR loweringJonas Platte2020-02-116-9/+59
* | | | Don't let unknown match arms fall back to !Florian Diebold2020-02-112-1/+22
* | | | Return early, return oftenAleksey Kladov2020-02-111-27/+33
* | | | Fix join lines when two rules matchAleksey Kladov2020-02-111-23/+46
* | | | Merge #3064bors[bot]2020-02-112-25/+68
|\ \ \ \
| * | | | Use get_or_insert_withEdwin Cheng2020-02-091-4/+3
| * | | | Handle macro token cases for renameEdwin Cheng2020-02-092-25/+69
| |/ / /
* | | | Better error messages while deserializingAleksey Kladov2020-02-113-11/+17
* | | | Merge #3074bors[bot]2020-02-1020-112/+420
|\ \ \ \
| * | | | Address review commentsMatthew Jasper2020-02-103-14/+66
| * | | | Update tests for or-patternsMatthew Jasper2020-02-094-60/+184
| * | | | Add or- and parenthesized-patternsMatthew Jasper2020-02-0914-45/+177
| | |_|/ | |/| |
* | | | More specific error if `rustc --print sysroot` failsAleksey Kladov2020-02-101-1/+2
* | | | move to to_usize()Veetaha2020-02-093-6/+6
|/ / /
* | | Fix rebase leftoversKirill Bulatov2020-02-091-2/+2
* | | Do not import anything if first segment of FQN resolvesKirill Bulatov2020-02-091-12/+36
* | | Set auto-import targetAleksey Kladov2020-02-091-1/+17
* | | Simplify Assists interfaceAleksey Kladov2020-02-095-141/+108
* | | Slightly simpler API for groupsAleksey Kladov2020-02-092-48/+77
* | | Some README fixes/cleanupsFlorian Diebold2020-02-091-1/+1
* | | Merge #3050bors[bot]2020-02-0924-614/+1174
|\ \ \
| * | | Add two more testsFlorian Diebold2020-02-071-0/+51
| * | | Fix some TODOsFlorian Diebold2020-02-073-11/+17
| * | | Fix add_new assist (kind of)Florian Diebold2020-02-071-5/+10
| * | | Don't print implicit type args from impl TraitFlorian Diebold2020-02-072-14/+21
| * | | Deal better with implicit type parameters and argument listsFlorian Diebold2020-02-074-26/+138
| * | | FormattingFlorian Diebold2020-02-0712-53/+98
| * | | Clean up RPIT a bitFlorian Diebold2020-02-075-41/+14
| * | | Fix compilation of other cratesFlorian Diebold2020-02-073-14/+25
| * | | Use variables in predicates as wellFlorian Diebold2020-02-075-63/+52
| * | | Comment fixes / todosFlorian Diebold2020-02-073-6/+8
| * | | Fix APIT some moreFlorian Diebold2020-02-074-101/+115
| * | | Fix APITFlorian Diebold2020-02-071-0/+2
| * | | Change Ty::Param to contain param IDFlorian Diebold2020-02-0711-127/+136
| * | | WIP use params for APITFlorian Diebold2020-02-073-1/+64
| * | | Fix assoc type selectionFlorian Diebold2020-02-072-32/+43
| * | | Fix another testFlorian Diebold2020-02-072-7/+3
| * | | First stab at desugaring bounds for APITFlorian Diebold2020-02-073-10/+56
| * | | Fix crashFlorian Diebold2020-02-071-4/+7
| * | | Fix enum constructorsFlorian Diebold2020-02-073-11/+9
| * | | Fix printing of function typesFlorian Diebold2020-02-077-72/+73
| * | | Lower impl trait to variables, move away from using placeholders where they d...Florian Diebold2020-02-079-188/+220
| * | | wip lower impl trait to type argsFlorian Diebold2020-02-078-14/+97