Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 18 | -90/+145 |
* | Remove dead code | Aleksey Kladov | 2020-04-11 | 1 | -7/+4 |
* | Merge #3925 | bors[bot] | 2020-04-11 | 5 | -1/+262 |
|\ | |||||
| * | Generate doc | Geoffrey Copin | 2020-04-11 | 2 | -0/+30 |
| * | Fix doc tests | Geoffrey Copin | 2020-04-11 | 1 | -2/+1 |
| * | Add documentation comment | Geoffrey Copin | 2020-04-11 | 1 | -0/+16 |
| * | Avoid adding a RecordFieldPat variant to the Pat enum | Geoffrey Copin | 2020-04-11 | 4 | -49/+48 |
| * | Remove Option unwraping | Geoffrey Copin | 2020-04-11 | 1 | -3/+3 |
| * | Implement assist "Reorder field names" | Geoffrey Copin | 2020-04-09 | 5 | -2/+219 |
* | | Merge #3951 | bors[bot] | 2020-04-11 | 17 | -121/+180 |
|\ \ | |||||
| * | | Remove dead code | Aleksey Kladov | 2020-04-11 | 8 | -55/+40 |
| * | | Make records grammar more orthogonal | Aleksey Kladov | 2020-04-11 | 13 | -68/+142 |
* | | | Merge #3944 | bors[bot] | 2020-04-11 | 4 | -14/+65 |
|\ \ \ | |/ / |/| | | |||||
| * | | Look up impls by self type | Florian Diebold | 2020-04-11 | 4 | -14/+65 |
* | | | Merge #3949 | bors[bot] | 2020-04-11 | 7 | -53/+102 |
|\ \ \ | |||||
| * | | | Make incremental nameres test harder | Aleksey Kladov | 2020-04-11 | 1 | -0/+6 |
| * | | | Avoid cyclic queries in name resolution when processing enums | Aleksey Kladov | 2020-04-11 | 3 | -15/+48 |
| * | | | Align naming | Aleksey Kladov | 2020-04-11 | 4 | -6/+5 |
| * | | | Remove code duplication | Aleksey Kladov | 2020-04-11 | 2 | -5/+2 |
| * | | | Use Expander for cfg handling in structs | Aleksey Kladov | 2020-04-11 | 1 | -10/+10 |
| * | | | Use Expander for cfg handling in impls | Aleksey Kladov | 2020-04-11 | 1 | -13/+14 |
| * | | | Pull Expander up | Aleksey Kladov | 2020-04-11 | 3 | -11/+24 |
| * | | | Simplify | Aleksey Kladov | 2020-04-11 | 2 | -8/+8 |
|/ / / | |||||
* | | | Merge pull request #3935 from cjhopman/todo | Aleksey Kladov | 2020-04-11 | 5 | -20/+32 |
|\ \ \ | |||||
| * | | | Change missing impl assist to use todo!() instead of unimplemented() | Chris Hopman | 2020-04-10 | 5 | -20/+32 |
* | | | | Merge #3942 | bors[bot] | 2020-04-11 | 1 | -9/+30 |
|\ \ \ \ | |||||
| * | | | | vscode: fix typing bug in config | veetaha | 2020-04-11 | 1 | -9/+30 |
* | | | | | Merge #3943 | bors[bot] | 2020-04-11 | 1 | -5/+5 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | vscode: fix indent | veetaha | 2020-04-11 | 1 | -5/+5 |
| |/ / / | |||||
* | | | | Merge pull request #3910 from lnicola/fn-named-param-hint | Aleksey Kladov | 2020-04-11 | 1 | -5/+12 |
|\ \ \ \ | |||||
| * | | | | Hide parameter hints for single-argument functions with the same name | Laurențiu Nicola | 2020-04-09 | 1 | -5/+12 |
* | | | | | Merge pull request #3940 from lnicola/cargo-audit | Aleksey Kladov | 2020-04-11 | 1 | -14/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Use actions-rs/install and /audit-check for cargo-audit | Laurențiu Nicola | 2020-04-11 | 1 | -14/+3 |
* | | | | | Merge #3920 | bors[bot] | 2020-04-11 | 8 | -5/+600 |
|\ \ \ \ \ | |||||
| * | | | | | Improve error handling | Edwin Cheng | 2020-04-11 | 1 | -24/+30 |
| * | | | | | tidy up a bit | Edwin Cheng | 2020-04-10 | 1 | -50/+18 |
| * | | | | | Fix macos symbol name bug | Edwin Cheng | 2020-04-09 | 1 | -1/+19 |
| * | | | | | Remove allow(unused) | Edwin Cheng | 2020-04-09 | 1 | -3/+2 |
| * | | | | | Add tests | Edwin Cheng | 2020-04-09 | 6 | -0/+305 |
| * | | | | | Implement expand_task and list_macros | Edwin Cheng | 2020-04-09 | 1 | -4/+27 |
| * | | | | | Add dylib loading code | Edwin Cheng | 2020-04-09 | 5 | -1/+277 |
* | | | | | | Merge #3939 | bors[bot] | 2020-04-11 | 2 | -2/+6 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||||
| * | | | | | Fix non canonicallized path for crate file | Edwin Cheng | 2020-04-11 | 2 | -2/+6 |
|/ / / / / | |||||
* | | | | | Merge #3937 | bors[bot] | 2020-04-10 | 8 | -26/+25 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | |||||
| * | | | | Forward compat | Aleksey Kladov | 2020-04-10 | 8 | -26/+25 |
|/ / / / | |||||
* | | | | Merge #3933 | bors[bot] | 2020-04-10 | 4 | -35/+63 |
|\ \ \ \ | |||||
| * | | | | Move timeit to stdx | Aleksey Kladov | 2020-04-10 | 2 | -16/+15 |
| * | | | | profile queries | Aleksey Kladov | 2020-04-10 | 1 | -0/+5 |
| * | | | | Fix accidently quadratic behavior when processing includes | Aleksey Kladov | 2020-04-10 | 1 | -17/+19 |
| * | | | | Add failing test | Aleksey Kladov | 2020-04-10 | 1 | -2/+29 |