aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge #7898bors[bot]2021-03-081-6/+67
|\
| * generate_function assist don't render snippet if ret type inferredJosh Mcguigan2021-03-081-26/+47
| * generate_function assist infer return typeJosh Mcguigan2021-03-061-3/+43
* | Merge #7924bors[bot]2021-03-08101-514/+354
|\ \
| * | Use upstream cov-markLaurențiu Nicola2021-03-08101-514/+354
|/ /
* | Merge #7923bors[bot]2021-03-088-2138/+2131
|\ \
| * | Hygiene is an internal implementation detail of the compilerAleksey Kladov2021-03-084-7/+12
| * | Remove useless code_model indirectionAleksey Kladov2021-03-085-2132/+2120
* | | Merge #7918bors[bot]2021-03-0816-144/+158
|\| |
| * | MinorAleksey Kladov2021-03-081-1/+1
| * | Cleanup the error messageAleksey Kladov2021-03-082-2/+2
| * | 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
| | |/ / | |/| |