aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Add more documentation for rustc_privateJoshua Nelson2021-03-081-3/+7
* Use upstream cov-markLaurențiu Nicola2021-03-0899-513/+338
* Hygiene is an internal implementation detail of the compilerAleksey Kladov2021-03-083-6/+11
* Remove useless code_model indirectionAleksey Kladov2021-03-085-2132/+2120
* Cleanup the error messageAleksey Kladov2021-03-081-1/+1
* Make `code generation` just workAleksey Kladov2021-03-082-3/+6
* Use the same name in xtask and test utilsAleksey Kladov2021-03-084-12/+12
* Generalize file ensuring infrastructureAleksey Kladov2021-03-082-6/+38
* Don't punish every crate with serde-jsonAleksey Kladov2021-03-083-98/+96
* Merge #7891bors[bot]2021-03-083-52/+112
|\
| * Document rustc_private in metadataDaniel McNab2021-03-081-1/+2
| * Never run cargo check on the rustc sourceDaniel McNab2021-03-081-4/+1
| * Only show directory nameDaniel McNab2021-03-081-1/+1
| * Revert "Support disabling rustc build scripts"Daniel McNab2021-03-088-53/+12
| * Support disabling rustc build scriptsDaniel McNab2021-03-088-12/+54
| * Fix the commentDaniel McNab2021-03-071-4/+4
| * Extract the large nested block into a functionDaniel McNab2021-03-071-72/+98
| * Require opt in to rustc_privateDaniel McNab2021-03-072-70/+70
| * Don't double analyse the same crateDaniel McNab2021-03-071-1/+6
| * Update crate graph to only use subcrates of rustc_driverDaniel McNab2021-03-071-38/+38
| * If a manual dependency exists, don't overwriteDaniel McNab2021-03-061-1/+8
| * Implement opt-in (and opt-out) rustc_privateDaniel McNab2021-03-062-3/+26
* | 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