Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix unused definitions not being document highlit | Lukas Wirth | 2021-03-09 | 1 | -14/+7 |
* | 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 |
|/ / / | |||||
* | | | Merge #7868 | bors[bot] | 2021-03-04 | 3 | -8/+7 |
|\ \ \ | |||||
| * | | | Migrate to user-centric config name for `cargo check` stuff | Aleksey Kladov | 2021-03-04 | 3 | -8/+7 |
* | | | | Complete `while let` | Lukas Wirth | 2021-03-03 | 2 | -9/+11 |
* | | | | Don't complete `super` unless its valid in paths | Lukas Wirth | 2021-03-03 | 3 | -23/+34 |
| |_|/ |/| | | |||||
* | | | Merge #7863 | bors[bot] | 2021-03-03 | 1 | -189/+189 |
|\ \ \ | |||||
| * | | | Prevent renaming SelfType and BuiltinType | Lukas Wirth | 2021-03-03 | 1 | -0/+2 |
| * | | | Reorder functions in rename.rs | Lukas Wirth | 2021-03-03 | 1 | -189/+187 |
* | | | | Remove incorrect broken test | Jonas Schievink | 2021-03-03 | 1 | -24/+0 |
|/ / / | |||||
* | | | Special-case parenthesized and negated expressions in demorgan assist | Jesse Bakker | 2021-03-03 | 1 | -2/+43 |
* | | | Update lexer | kjeremy | 2021-03-02 | 1 | -1/+1 |
|/ / | |||||
* | | Merge #7851 | bors[bot] | 2021-03-02 | 2 | -616/+424 |
|\ \ |