Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | Support disabling rustc build scripts | Daniel McNab | 2021-03-08 | 8 | -12/+54 | |
| * | | | | Fix the comment | Daniel McNab | 2021-03-07 | 1 | -4/+4 | |
| * | | | | Extract the large nested block into a function | Daniel McNab | 2021-03-07 | 1 | -72/+98 | |
| * | | | | Require opt in to rustc_private | Daniel McNab | 2021-03-07 | 2 | -70/+70 | |
| * | | | | Don't double analyse the same crate | Daniel McNab | 2021-03-07 | 1 | -1/+6 | |
| * | | | | Update crate graph to only use subcrates of rustc_driver | Daniel McNab | 2021-03-07 | 1 | -38/+38 | |
| * | | | | If a manual dependency exists, don't overwrite | Daniel McNab | 2021-03-06 | 1 | -1/+8 | |
| * | | | | Implement opt-in (and opt-out) rustc_private | Daniel McNab | 2021-03-06 | 2 | -3/+26 | |
* | | | | | Cargo update | kjeremy | 2021-03-08 | 1 | -3/+3 | |
* | | | | | Make code completion "just work" in more cases | Aleksey Kladov | 2021-03-08 | 1 | -1/+1 | |
* | | | | | Do not process indexed values more than once | Kirill Bulatov | 2021-03-08 | 1 | -29/+31 | |
* | | | | | Deduplicate search_dependencies results | Kirill Bulatov | 2021-03-08 | 1 | -18/+19 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge #7889 | bors[bot] | 2021-03-07 | 12 | -23/+72 | |
|\ \ \ \ | ||||||
| * | | | | Make group imports configurable | asv | 2021-03-07 | 12 | -23/+72 | |
| |/ / / | ||||||
* | | | | Merge #7895 | bors[bot] | 2021-03-07 | 2 | -8/+9 | |
|\ \ \ \ | ||||||
| * | | | | :arrow_up: xflags | Aleksey Kladov | 2021-03-07 | 2 | -8/+9 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #7892 | bors[bot] | 2021-03-07 | 4 | -62/+89 | |
|\ \ \ \ | ||||||
| * | | | | Move TokenStream::to_string helpers inside the method | Kevin Mehall | 2021-03-06 | 1 | -30/+34 | |
| * | | | | Make a placeholder panic message explain its purpose | Kevin Mehall | 2021-03-06 | 1 | -1/+1 | |
| * | | | | Refactor TokenStream to hold Vec<TokenTree> instead of tt::Subtree | Kevin Mehall | 2021-03-06 | 3 | -65/+56 | |
| * | | | | Fix TokenStream::from_str for input consisting of a single Group | Kevin Mehall | 2021-03-06 | 1 | -2/+34 | |
| | |/ / | |/| | | ||||||
* | | | | Rename a few `crate_def_map`s to `def_map` | Jonas Schievink | 2021-03-06 | 4 | -19/+19 | |
* | | | | Merge #7896 | bors[bot] | 2021-03-06 | 1 | -59/+77 | |
|\ \ \ \ | ||||||
| * | | | | Only replace quotes in replace_string_with_char assist | Lukas Wirth | 2021-03-06 | 1 | -59/+77 | |
* | | | | | Merge #7800 | bors[bot] | 2021-03-06 | 3 | -0/+407 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 7708: rust ideomatic code fixes. | Chetan Khilosiya | 2021-03-06 | 1 | -9/+11 | |
| * | | | | 7708: handle both FamousDefs fixture and plain code. | Chetan Khilosiya | 2021-03-06 | 1 | -8/+18 | |
| * | | | | 7708: Added the updated implementation of is_default_implemented. | Chetan Khilosiya | 2021-03-06 | 1 | -33/+31 | |
| * | | | | 7708: Added the logic to check is default impl is already present. | Chetan Khilosiya | 2021-03-06 | 1 | -18/+97 | |
| * | | | | 7708: Updated generate default fn logic. | Chetan Khilosiya | 2021-03-06 | 1 | -22/+48 | |
| * | | | | 7708: Added the work for review comments. | Chetan Khilosiya | 2021-03-06 | 1 | -31/+60 | |
| * | | | | 7708: Fixed many documentaion example issues. | Chetan Khilosiya | 2021-03-06 | 2 | -6/+37 | |
| * | | | | 7708: Format code through rust-analyzer formatter. | Chetan Khilosiya | 2021-03-06 | 1 | -35/+44 | |
| * | | | | 7708: Initial implementation of generate Default assist. | Chetan Khilosiya | 2021-03-06 | 2 | -0/+223 | |
| | |/ / | |/| | | ||||||
* | | | | Merge #7865 | bors[bot] | 2021-03-06 | 1 | -1/+37 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | preserve escape sequences when replacing string with char | Domantas Jadenkus | 2021-03-03 | 1 | -1/+37 | |
* | | | | generate function assist convert arg names to lower snake case | Josh Mcguigan | 2021-03-06 | 1 | -4/+52 | |
| |/ / |/| | | ||||||
* | | | Merge #7887 | bors[bot] | 2021-03-05 | 2 | -2/+4 | |
|\ \ \ | ||||||
| * | | | Fix fail to parse :: for meta in mbe | Edwin Cheng | 2021-03-05 | 2 | -2/+4 | |
* | | | | Merge #7884 | bors[bot] | 2021-03-05 | 2 | -39/+43 | |
|\ \ \ \ | ||||||
| * | | | | Fix test | Edwin Cheng | 2021-03-05 | 1 | -1/+1 | |
| * | | | | Simplify TokenStream FromStr | Edwin Cheng | 2021-03-05 | 1 | -38/+42 | |
* | | | | | Merge #7869 | bors[bot] | 2021-03-05 | 1 | -0/+43 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | Add support for deref assignments to "pull assignment up" assist. | Jesse Bakker | 2021-03-05 | 1 | -0/+43 | |
| |/ / / | ||||||
* | | | | Make two calls virtual | Laurențiu Nicola | 2021-03-05 | 2 | -2/+2 | |
* | | | | Merge #7880 | bors[bot] | 2021-03-05 | 1 | -2/+8 | |
|\ \ \ \ | ||||||
| * | | | | Honor snippet capability in extract function assist | san | 2021-03-05 | 1 | -2/+8 | |
* | | | | | Merge #7870 | bors[bot] | 2021-03-05 | 11 | -73/+68 | |
|\ \ \ \ \ | ||||||
| * | | | | | Use chalk_ir::AdtId | Lukas Wirth | 2021-03-04 | 11 | -73/+68 | |
| | |/ / / | |/| | | | ||||||
* / | | | | Fix some warnings | Laurențiu Nicola | 2021-03-05 | 2 | -2/+2 | |
|/ / / / |