aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #3957bors[bot]2020-04-121-2/+2
|\
| * Remove more unnecessary bracesLaurențiu Nicola2020-04-121-2/+2
|/
* Merge #3938bors[bot]2020-04-122-12/+253
|\
| * missing match arm add test cases to demonstrate enum tuple struct with ellips...Josh Mcguigan2020-04-121-0/+64
| * missing match arms add test cases to demonstrate behavior of tuple with patternJosh Mcguigan2020-04-121-0/+75
| * missing match arm add test for partially diverging typeJosh Mcguigan2020-04-111-0/+21
| * missing match arms add tests for match expression divergingJosh Mcguigan2020-04-111-0/+77
| * fix match arm false positiveJosh Mcguigan2020-04-112-12/+16
* | Merge #3955bors[bot]2020-04-1119-97/+149
|\ \
| * | Align grammar for record patterns and literalsAleksey Kladov2020-04-1118-90/+145
| * | Remove dead codeAleksey Kladov2020-04-111-7/+4
* | | Merge #3953bors[bot]2020-04-111-6/+15
|\ \ \ | |/ / |/| |
| * | Remove #[should_panic] from call_info testsJeremy Kolb2020-04-111-6/+15
|/ /
* | Merge #3925bors[bot]2020-04-115-1/+262
|\ \
| * | Generate docGeoffrey Copin2020-04-112-0/+30
| * | Fix doc testsGeoffrey Copin2020-04-111-2/+1
| * | Add documentation commentGeoffrey Copin2020-04-111-0/+16
| * | Avoid adding a RecordFieldPat variant to the Pat enumGeoffrey Copin2020-04-114-49/+48
| * | Remove Option unwrapingGeoffrey Copin2020-04-111-3/+3
| * | Implement assist "Reorder field names"Geoffrey Copin2020-04-095-2/+219
* | | Merge #3951bors[bot]2020-04-1117-121/+180
|\ \ \
| * | | Remove dead codeAleksey Kladov2020-04-118-55/+40
| * | | Make records grammar more orthogonalAleksey Kladov2020-04-1113-68/+142
* | | | Merge #3944bors[bot]2020-04-114-14/+65
|\ \ \ \ | |/ / / |/| | |
| * | | Look up impls by self typeFlorian Diebold2020-04-114-14/+65
* | | | Merge #3949bors[bot]2020-04-117-53/+102
|\ \ \ \
| * | | | Make incremental nameres test harderAleksey Kladov2020-04-111-0/+6
| * | | | Avoid cyclic queries in name resolution when processing enumsAleksey Kladov2020-04-113-15/+48
| * | | | Align namingAleksey Kladov2020-04-114-6/+5
| * | | | Remove code duplicationAleksey Kladov2020-04-112-5/+2
| * | | | Use Expander for cfg handling in structsAleksey Kladov2020-04-111-10/+10
| * | | | Use Expander for cfg handling in implsAleksey Kladov2020-04-111-13/+14
| * | | | Pull Expander upAleksey Kladov2020-04-113-11/+24
| * | | | SimplifyAleksey Kladov2020-04-112-8/+8
|/ / / /
* | | | Merge pull request #3935 from cjhopman/todoAleksey Kladov2020-04-115-20/+32
|\ \ \ \
| * | | | Change missing impl assist to use todo!() instead of unimplemented()Chris Hopman2020-04-105-20/+32
* | | | | Merge #3942bors[bot]2020-04-111-9/+30
|\ \ \ \ \
| * | | | | vscode: fix typing bug in configveetaha2020-04-111-9/+30
* | | | | | Merge #3943bors[bot]2020-04-111-5/+5
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | vscode: fix indentveetaha2020-04-111-5/+5
| |/ / / /
* | | | | Merge pull request #3910 from lnicola/fn-named-param-hintAleksey Kladov2020-04-111-5/+12
|\ \ \ \ \
| * | | | | Hide parameter hints for single-argument functions with the same nameLaurențiu Nicola2020-04-091-5/+12
* | | | | | Merge pull request #3940 from lnicola/cargo-auditAleksey Kladov2020-04-111-14/+3
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Use actions-rs/install and /audit-check for cargo-auditLaurențiu Nicola2020-04-111-14/+3
| | |_|_|/ | |/| | |
* | | | | Merge #3920bors[bot]2020-04-118-5/+600
|\ \ \ \ \
| * | | | | Improve error handlingEdwin Cheng2020-04-111-24/+30
| * | | | | tidy up a bitEdwin Cheng2020-04-101-50/+18
| * | | | | Fix macos symbol name bugEdwin Cheng2020-04-091-1/+19
| * | | | | Remove allow(unused)Edwin Cheng2020-04-091-3/+2
| * | | | | Add testsEdwin Cheng2020-04-096-0/+305