Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Don't emit arg count diagnostics for method calls with unknown receiver | Florian Diebold | 2021-01-01 | 2 | -1/+29 | |
* | | | | | Formatting. | Mara Bos | 2021-01-01 | 2 | -4/+22 | |
* | | | | | Add support for Rust 2021. | Mara Bos | 2021-01-01 | 5 | -5/+11 | |
| |/ / / |/| | | | ||||||
* | | | | Show lifetimes and labels on hover | Lukas Wirth | 2021-01-01 | 1 | -7/+43 | |
* | | | | Merge #7080 | bors[bot] | 2021-01-01 | 28 | -41/+238 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Add ConstParams to the ide layer | Lukas Wirth | 2021-01-01 | 13 | -5/+66 | |
| * | | | Add ConstParams to the HIR | Lukas Wirth | 2021-01-01 | 16 | -37/+173 | |
* | | | | Merge #7116 | bors[bot] | 2021-01-01 | 2 | -4/+11 | |
|\ \ \ \ | ||||||
| * | | | | Remove serde_stacker which depends on cc | Edwin Cheng | 2021-01-01 | 2 | -3/+1 | |
| * | | | | Fix deep syntax tree bug generated by proc-macro | Edwin Cheng | 2021-01-01 | 3 | -4/+13 | |
* | | | | | Merge #7102 | bors[bot] | 2021-01-01 | 1 | -2/+66 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | ||||||
| * | | | | Strip completion prefix of what has already been typed | Nick Spain | 2021-01-01 | 1 | -5/+4 | |
| * | | | | Add a test for correct completion of ..Default::default() | Nick Spain | 2021-01-01 | 1 | -1/+61 | |
| * | | | | Fix completion of Default struct update syntax | Nick Spain | 2020-12-31 | 1 | -1/+6 | |
* | | | | | Merge #7071 | bors[bot] | 2020-12-31 | 1 | -0/+5 | |
|\ \ \ \ \ | ||||||
| * | | | | | Pass --all-targets to "cargo check" | Kaelin Laundry | 2020-12-29 | 1 | -0/+5 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge #7106 | bors[bot] | 2020-12-31 | 5 | -23/+75 | |
|\ \ \ \ \ | ||||||
| * | | | | | Split textDocument/formatting TextEdit with diff | Jesse Bakker | 2020-12-31 | 5 | -23/+75 | |
* | | | | | | add working dir to cargo metadata fail messages | lf- | 2020-12-31 | 1 | -1/+17 | |
* | | | | | | handle_formatting: Notice if rustfmt is missing and report | Daniel Silverstone | 2020-12-31 | 1 | -4/+7 | |
* | | | | | | Merge #7105 | bors[bot] | 2020-12-31 | 1 | -1/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix `==` in in format causes mismatched-arg-count | Edwin Cheng | 2020-12-31 | 1 | -1/+2 | |
| | |_|_|/ / | |/| | | | | ||||||
* / | | | | | Remove some unneeded string allocations | Lukas Wirth | 2020-12-31 | 3 | -3/+5 | |
|/ / / / / | ||||||
* | | / / | Fix spacing in proc-macro tokens to_string | Edwin Cheng | 2020-12-31 | 1 | -7/+36 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge #7099 | bors[bot] | 2020-12-30 | 1 | -8/+4 | |
|\ \ \ \ | ||||||
| * | | | | Remove unused clones in mbe | Edwin Cheng | 2020-12-30 | 1 | -8/+4 | |
* | | | | | Update crates | kjeremy | 2020-12-30 | 11 | -11/+11 | |
* | | | | | Simplify | Aleksey Kladov | 2020-12-30 | 1 | -2/+4 | |
* | | | | | Merge #7090 | bors[bot] | 2020-12-30 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow spurious warning from rust-lang/rust#80501 | Laurențiu Nicola | 2020-12-30 | 1 | -0/+2 | |
* | | | | | | indentation | AdnoC | 2020-12-30 | 1 | -3/+3 | |
* | | | | | | test for new behavior | AdnoC | 2020-12-30 | 1 | -0/+16 | |
* | | | | | | Smarter bracketed use diagnostic | AdnoC | 2020-12-30 | 2 | -0/+14 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge #7083 | bors[bot] | 2020-12-30 | 4 | -76/+99 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Refactor mbe parsing code | Edwin Cheng | 2020-12-29 | 4 | -76/+99 | |
| | |/ / | |/| | | ||||||
* | | | | Avoid a couple of allocations | Laurențiu Nicola | 2020-12-29 | 10 | -60/+61 | |
* | | | | Merge #7064 | bors[bot] | 2020-12-29 | 3 | -49/+188 | |
|\ \ \ \ | ||||||
| * | | | | Tweak the fuzzy search limits | Kirill Bulatov | 2020-12-28 | 1 | -1/+6 | |
| * | | | | Better display methods in expect tests | Kirill Bulatov | 2020-12-28 | 1 | -15/+31 | |
| * | | | | Add tests | Kirill Bulatov | 2020-12-28 | 1 | -2/+71 | |
| * | | | | Add docs and optimisations | Kirill Bulatov | 2020-12-28 | 3 | -9/+18 | |
| * | | | | Better query api and fuzzy search | Kirill Bulatov | 2020-12-28 | 3 | -41/+47 | |
| * | | | | Draft the module exclusion in modules | Kirill Bulatov | 2020-12-28 | 3 | -37/+71 | |
| |/ / / | ||||||
* | | | | Merge #7076 | bors[bot] | 2020-12-29 | 1 | -1/+10 | |
|\ \ \ \ | ||||||
| * | | | | Properly parse path separators in format-like postfix | Lukas Wirth | 2020-12-29 | 1 | -1/+10 | |
| |/ / / | ||||||
* | | | | Merge #7075 | bors[bot] | 2020-12-29 | 2 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | format-postfix completion takes format instead of fmt | Lukas Wirth | 2020-12-29 | 2 | -2/+2 | |
* | | | | Merge #7060 | bors[bot] | 2020-12-28 | 3 | -3/+15 | |
|\ \ \ \ | ||||||
| * | | | | Fixed old failed test due to new fixes | Edwin Cheng | 2020-12-28 | 1 | -2/+2 | |
| * | | | | Fix mbe fail to pass expr with attr | Edwin Cheng | 2020-12-28 | 2 | -1/+13 | |
| | |_|/ | |/| | |