aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #7128bors[bot]2021-01-035-18/+86
|\
| * Implement HasAttrs for Type-, Const- and LifetimeParamLukas Wirth2021-01-021-9/+10
| * Impl HasAttrs for GenericParamLukas Wirth2021-01-015-11/+78
* | Merge #7135bors[bot]2021-01-024-12/+11
|\ \
| * | Use fully qualified `Itertools::intersperse` call to silence nightly warnings...cynecx2021-01-021-8/+7
| * | Fix warnings on rust-nightlycynecx2021-01-023-4/+4
|/ /
* | Merge #7133bors[bot]2021-01-027-52/+176
|\ \
| * | Use arena instead of vecEdwin Cheng2021-01-021-22/+16
| * | Introduce HygieneFrames for proper token hygineeEdwin Cheng2021-01-027-52/+182
* | | Merge #7130bors[bot]2021-01-023-0/+356
|\ \ \
| * | | Add support for MatchExpr to extract_assigment assistJesse Bakker2021-01-021-7/+94
| * | | Add extract-assignment assistJesse Bakker2021-01-023-0/+269
* | | | Merge #7134bors[bot]2021-01-022-1/+19
|\ \ \ \
| * | | | Fix infer error of macro invocation in array exprEdwin Cheng2021-01-022-1/+19
| | |/ / | |/| |
* | | | Merge #7132bors[bot]2021-01-021-9/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Stop using beta toolchain in xtask distLaurențiu Nicola2021-01-021-9/+1
|/ / /
* | | Merge #7125bors[bot]2021-01-012-1/+29
|\ \ \
| * | | Don't emit arg count diagnostics for method calls with unknown receiverFlorian Diebold2021-01-012-1/+29
|/ / /
* | | Merge #7123bors[bot]2021-01-016-8/+32
|\ \ \ | |_|/ |/| |
| * | Formatting.Mara Bos2021-01-012-4/+22
| * | Add support for Rust 2021.Mara Bos2021-01-016-6/+12
|/ /
* | Merge #7121bors[bot]2021-01-011-7/+43
|\ \
| * | Show lifetimes and labels on hoverLukas Wirth2021-01-011-7/+43
|/ /
* | Merge #7080bors[bot]2021-01-0128-41/+238
|\ \ | |/ |/|
| * Add ConstParams to the ide layerLukas Wirth2021-01-0113-5/+66
| * Add ConstParams to the HIRLukas Wirth2021-01-0116-37/+173
* | Merge #7116bors[bot]2021-01-012-4/+11
|\ \
| * | Remove serde_stacker which depends on ccEdwin Cheng2021-01-013-36/+1
| * | Fix deep syntax tree bug generated by proc-macroEdwin Cheng2021-01-014-4/+46
* | | Merge #7117bors[bot]2021-01-011-2/+2
|\ \ \
| * | | Use stable instead of beta on macos-11 release runnerLaurențiu Nicola2021-01-011-2/+2
|/ / /
* | | Merge #7102bors[bot]2021-01-011-2/+66
|\ \ \
| * | | Strip completion prefix of what has already been typedNick Spain2021-01-011-5/+4
| * | | Add a test for correct completion of ..Default::default()Nick Spain2021-01-011-1/+61
| * | | Fix completion of Default struct update syntaxNick Spain2020-12-311-1/+6
* | | | Merge #7112bors[bot]2020-12-311-1/+1
|\ \ \ \
| * | | | deny_clippy test works with cfg_attrAleksey Kladov2020-12-311-1/+1
|/ / / /
* | | | Merge #7071bors[bot]2020-12-311-0/+5
|\ \ \ \
| * | | | Pass --all-targets to "cargo check"Kaelin Laundry2020-12-291-0/+5
| | |_|/ | |/| |
* | | | Merge #7106bors[bot]2020-12-316-23/+82
|\ \ \ \
| * | | | Split textDocument/formatting TextEdit with diffJesse Bakker2020-12-316-23/+82
* | | | | Merge #7107bors[bot]2020-12-311-1/+17
|\ \ \ \ \
| * | | | | add working dir to cargo metadata fail messageslf-2020-12-311-1/+17
|/ / / / /
* | | | | Merge #7055bors[bot]2020-12-311-4/+7
|\ \ \ \ \
| * | | | | handle_formatting: Notice if rustfmt is missing and reportDaniel Silverstone2020-12-311-4/+7
|/ / / / /
* | | | | Merge #7105bors[bot]2020-12-311-1/+2
|\ \ \ \ \
| * | | | | Fix `==` in in format causes mismatched-arg-countEdwin Cheng2020-12-311-1/+2
| | |_|_|/ | |/| | |
* | | | | Merge #7104bors[bot]2020-12-313-3/+5
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Remove some unneeded string allocationsLukas Wirth2020-12-313-3/+5
|/ / / /
* | | | Merge #7101bors[bot]2020-12-311-7/+36
|\ \ \ \ | |_|_|/ |/| | |