aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Cargo updatekjeremy2021-03-081-3/+3
* Make code completion "just work" in more casesAleksey Kladov2021-03-081-1/+1
* Do not process indexed values more than onceKirill Bulatov2021-03-081-29/+31
* Deduplicate search_dependencies resultsKirill Bulatov2021-03-081-18/+19
* Merge #7889bors[bot]2021-03-0712-23/+72
|\
| * Make group imports configurableasv2021-03-0712-23/+72
* | Merge #7895bors[bot]2021-03-072-8/+9
|\ \
| * | :arrow_up: xflagsAleksey Kladov2021-03-072-8/+9
* | | Merge #7892bors[bot]2021-03-074-62/+89
|\ \ \
| * | | Move TokenStream::to_string helpers inside the methodKevin Mehall2021-03-061-30/+34
| * | | Make a placeholder panic message explain its purposeKevin Mehall2021-03-061-1/+1
| * | | Refactor TokenStream to hold Vec<TokenTree> instead of tt::SubtreeKevin Mehall2021-03-063-65/+56
| * | | Fix TokenStream::from_str for input consisting of a single GroupKevin Mehall2021-03-061-2/+34
| | |/ | |/|
* | | Rename a few `crate_def_map`s to `def_map`Jonas Schievink2021-03-064-19/+19
* | | Merge #7896bors[bot]2021-03-061-59/+77
|\ \ \
| * | | Only replace quotes in replace_string_with_char assistLukas Wirth2021-03-061-59/+77
* | | | Merge #7800bors[bot]2021-03-063-0/+407
|\ \ \ \ | |/ / / |/| | |
| * | | 7708: rust ideomatic code fixes.Chetan Khilosiya2021-03-061-9/+11
| * | | 7708: handle both FamousDefs fixture and plain code.Chetan Khilosiya2021-03-061-8/+18
| * | | 7708: Added the updated implementation of is_default_implemented.Chetan Khilosiya2021-03-061-33/+31
| * | | 7708: Added the logic to check is default impl is already present.Chetan Khilosiya2021-03-061-18/+97
| * | | 7708: Updated generate default fn logic.Chetan Khilosiya2021-03-061-22/+48
| * | | 7708: Added the work for review comments.Chetan Khilosiya2021-03-061-31/+60
| * | | 7708: Fixed many documentaion example issues.Chetan Khilosiya2021-03-062-6/+37
| * | | 7708: Format code through rust-analyzer formatter.Chetan Khilosiya2021-03-061-35/+44
| * | | 7708: Initial implementation of generate Default assist.Chetan Khilosiya2021-03-062-0/+223
| | |/ | |/|
* | | Merge #7865bors[bot]2021-03-061-1/+37
|\ \ \ | |/ / |/| |
| * | preserve escape sequences when replacing string with charDomantas Jadenkus2021-03-031-1/+37
* | | generate function assist convert arg names to lower snake caseJosh Mcguigan2021-03-061-4/+52
| |/ |/|
* | Merge #7887bors[bot]2021-03-052-2/+4
|\ \
| * | Fix fail to parse :: for meta in mbeEdwin Cheng2021-03-052-2/+4
* | | Merge #7884bors[bot]2021-03-052-39/+43
|\ \ \
| * | | Fix testEdwin Cheng2021-03-051-1/+1
| * | | Simplify TokenStream FromStrEdwin Cheng2021-03-051-38/+42
* | | | Merge #7869bors[bot]2021-03-051-0/+43
|\ \ \ \ | |_|/ / |/| | |
| * | | Add support for deref assignments to "pull assignment up" assist.Jesse Bakker2021-03-051-0/+43
| |/ /
* | | Make two calls virtualLaurențiu Nicola2021-03-052-2/+2
* | | Merge #7880bors[bot]2021-03-051-2/+8
|\ \ \
| * | | Honor snippet capability in extract function assistsan2021-03-051-2/+8
* | | | Merge #7870bors[bot]2021-03-0511-73/+68
|\ \ \ \
| * | | | Use chalk_ir::AdtIdLukas Wirth2021-03-0411-73/+68
| | |/ / | |/| |
* / | | Fix some warningsLaurențiu Nicola2021-03-052-2/+2
|/ / /
* | | Merge #7868bors[bot]2021-03-043-8/+7
|\ \ \
| * | | Migrate to user-centric config name for `cargo check` stuffAleksey Kladov2021-03-043-8/+7
* | | | Complete `while let`Lukas Wirth2021-03-032-9/+11
* | | | Don't complete `super` unless its valid in pathsLukas Wirth2021-03-033-23/+34
| |_|/ |/| |
* | | Merge #7863bors[bot]2021-03-031-189/+189
|\ \ \
| * | | Prevent renaming SelfType and BuiltinTypeLukas Wirth2021-03-031-0/+2
| * | | Reorder functions in rename.rsLukas Wirth2021-03-031-189/+187
* | | | Remove incorrect broken testJonas Schievink2021-03-031-24/+0
|/ / /