aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Remove now dead codeAleksey Kladov2021-03-089-90/+76
| * | Unused paramsAleksey Kladov2021-03-085-10/+10
| * | Make `code generation` just workAleksey Kladov2021-03-088-50/+42
| * | Use the same name in xtask and test utilsAleksey Kladov2021-03-084-12/+12
| * | Generalize file ensuring infrastructureAleksey Kladov2021-03-082-6/+38
| * | Make working with codegen less annoyingAleksey Kladov2021-03-083-21/+25
|/ /
* | Merge #7921bors[bot]2021-03-084-99/+96
|\ \
| * | Don't punish every crate with serde-jsonAleksey Kladov2021-03-084-99/+96
|/ /
* | Merge #7891bors[bot]2021-03-085-54/+114
|\ \
| * | Document rustc_private in metadataDaniel McNab2021-03-083-3/+4
| * | 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-0810-60/+12
| * | Support disabling rustc build scriptsDaniel McNab2021-03-0810-12/+61
| * | 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
* | | Merge #7920bors[bot]2021-03-082-33/+24
|\ \ \
| * | | Cargo updatekjeremy2021-03-082-33/+24
|/ / /
* | | Merge #7914bors[bot]2021-03-083-3/+3
|\ \ \
| * | | Make code completion "just work" in more casesAleksey Kladov2021-03-083-3/+3
|/ / /
* | | Merge #7912bors[bot]2021-03-081-46/+49
|\ \ \
| * | | Do not process indexed values more than onceKirill Bulatov2021-03-081-29/+31
| * | | Deduplicate search_dependencies resultsKirill Bulatov2021-03-081-18/+19
* | | | Merge #7901bors[bot]2021-03-085-15/+42
|\ \ \ \ | |/ / / |/| | |
| * | | Make extension respect http proxy settingsKam Y. Tse2021-03-075-15/+42
* | | | Merge #7889bors[bot]2021-03-0714-23/+79
|\ \ \ \
| * | | | Make group imports configurableasv2021-03-0714-23/+79
* | | | | Merge #7895bors[bot]2021-03-075-21/+23
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | :arrow_up: xflagsAleksey Kladov2021-03-075-21/+23
| | |_|/ | |/| |
* | | | 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
| | |/ / | |/| |
* | | | Merge #7899bors[bot]2021-03-064-19/+19
|\ \ \ \
| * | | | 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