aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix spacing in proc-macro tokens to_stringEdwin Cheng2020-12-311-7/+36
|/ / / /
* | | | Merge #7099bors[bot]2020-12-301-8/+4
|\ \ \ \
| * | | | Remove unused clones in mbeEdwin Cheng2020-12-301-8/+4
* | | | | Merge #7094bors[bot]2020-12-3012-31/+40
|\ \ \ \ \
| * | | | | Update crateskjeremy2020-12-3012-31/+40
|/ / / / /
* | | | | Merge #7091bors[bot]2020-12-304-3/+21
|\ \ \ \ \
| * | | | | Add an option for extra env vars in the Code extensionlf-2020-12-304-3/+21
* | | | | | Merge #7092bors[bot]2020-12-301-2/+4
|\ \ \ \ \ \
| * | | | | | SimplifyAleksey Kladov2020-12-301-2/+4
|/ / / / / /
* | | | | | Merge #7090bors[bot]2020-12-301-0/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow spurious warning from rust-lang/rust#80501Laurențiu Nicola2020-12-301-0/+2
* | | | | | Merge #7088bors[bot]2020-12-302-0/+30
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | indentationAdnoC2020-12-301-3/+3
| * | | | | test for new behaviorAdnoC2020-12-301-0/+16
| * | | | | Smarter bracketed use diagnosticAdnoC2020-12-302-0/+14
|/ / / / /
* | | | | Merge #7083bors[bot]2020-12-304-76/+99
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Refactor mbe parsing codeEdwin Cheng2020-12-294-76/+99
| | |/ / | |/| |
* | | | Merge #7070bors[bot]2020-12-291-2/+8
|\ \ \ \
| * | | | Apply text edits manually in vscode clientLukas Wirth2020-12-291-2/+8
| |/ / /
* | | | Merge #7077bors[bot]2020-12-2910-60/+61
|\ \ \ \
| * | | | Avoid a couple of allocationsLaurențiu Nicola2020-12-2910-60/+61
|/ / / /
* | | | Merge #7064bors[bot]2020-12-293-49/+188
|\ \ \ \
| * | | | Tweak the fuzzy search limitsKirill Bulatov2020-12-281-1/+6
| * | | | Better display methods in expect testsKirill Bulatov2020-12-281-15/+31