about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-05-24Auto merge of #97121 - pvdrz:do-subdiagnostics-later, r=davidtwcobors-84/+91
2022-05-24Auto merge of #96098 - JakobDegen:always-return-place, r=oli-obkbors-333/+340
2022-05-24Rollup merge of #97336 - tshepang:typo, r=cjgillotYuki Okushi-1/+1
2022-05-24Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c...Yuki Okushi-7/+8
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-333/+340
2022-05-23typoTshepang Lekhonkhobe-1/+1
2022-05-23Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwcoDylan DPC-86/+92
2022-05-23add typo suggestions for all `AssocSuggestion` variantsTakayuki Maeda-1/+1
2022-05-23Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomezbors-1/+1
2022-05-23Rollup merge of #97303 - compiler-errors:arg-typos, r=jackh726Dylan DPC-5/+5
2022-05-23Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillotDylan DPC-78/+13
2022-05-22Fix some typos in arg checking algorithmMichael Goulet-5/+5
2022-05-22Lifetime variance fixes for rustcMichael Goulet-86/+92
2022-05-22Auto merge of #97281 - est31:remove_box, r=compiler-errorsbors-6/+5
2022-05-22Remove box syntax from rustc_mir_dataflow and rustc_mir_transformest31-6/+5
2022-05-22Do leak check after function ptr coercionJack Huey-56/+105
2022-05-22Auto merge of #97251 - petrochenkov:eqtokens, r=nnethercotebors-300/+127
2022-05-22rustc_ast: Support MacArgs::inner_tokens for arbitrary expressionsVadim Petrochenkov-16/+3
2022-05-22rustc_parse: Move AST -> TokenStream conversion logic to `rustc_ast`Vadim Petrochenkov-284/+124
2022-05-22Auto merge of #95563 - dingxiangfei2009:dxf-rfc66-refactor, r=nikomatsakisbors-146/+287
2022-05-22factor out the rvalue lifetime ruleDing Xiang Fei-146/+287
2022-05-22Auto merge of #97177 - oli-obk:const-stability, r=davidtwcobors-41/+98
2022-05-22Rollup merge of #97259 - jyn514:fix-typo, r=JohnTitorYuki Okushi-1/+1
2022-05-22Rollup merge of #97236 - cjgillot:recover-lifetime-res, r=jackh726Yuki Okushi-11/+9
2022-05-21Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakisbors-105/+65
2022-05-21Fix typo in Mir phase docsJoshua Nelson-1/+1
2022-05-21Merge crate and restricted visibilitiesJacob Pratt-23/+8
2022-05-21Remove feature: `crate` visibility modifierJacob Pratt-62/+12
2022-05-21Fix broken intra-doc linkMichael Howell-1/+1
2022-05-21Rollup merge of #97232 - tshepang:typo, r=Dylan-DPCGuillaume Gomez-1/+1
2022-05-21Rollup merge of #97223 - cjgillot:linear-hir-tree, r=jackh726Guillaume Gomez-1/+12
2022-05-21Recover when resolution did not resolve lifetimes.Camille GILLOT-11/+9
2022-05-21Auto merge of #97239 - jhpratt:remove-crate-vis, r=joshtriplettbors-800/+865
2022-05-21update mir user type printing and apparently fix an ICElcnr-2/+3
2022-05-21correctly deal with user type ascriptions in patlcnr-103/+62
2022-05-21Auto merge of #96923 - eholk:fix-fake-read, r=nikomatsakisbors-42/+69
2022-05-21typo suggestion for a variable with a name similar to struct fieldsTakayuki Maeda-7/+8
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-800/+865
2022-05-20Auto merge of #95418 - cjgillot:more-disk, r=davidtwcobors-83/+103
2022-05-20typoTshepang Lekhonkhobe-1/+1
2022-05-20Update compiler/rustc_typeck/src/check/generator_interior/drop_ranges/record_...Niko Matsakis-2/+4
2022-05-20Auto merge of #97224 - matthiaskrgr:rollup-it5nw68, r=matthiaskrgrbors-1/+24
2022-05-20Rollup merge of #97208 - fmease:fix-issue-97205, r=oli-obkMatthias Krüger-1/+1
2022-05-20Rollup merge of #97109 - TaKO8Ki:fix-misleading-cannot-infer-type-for-type-pa...Matthias Krüger-0/+23
2022-05-20Remove quadratic behaviour from -Zunpretty=hir-tree.Camille GILLOT-1/+12
2022-05-20Auto merge of #96833 - cjgillot:ast-lifetimes-single, r=petrochenkovbors-457/+298
2022-05-20report ambiguous type parameters when their parents are impl or fnTakayuki Maeda-6/+7
2022-05-20Auto merge of #97211 - GuillaumeGomez:rollup-jul7x7e, r=GuillaumeGomezbors-27/+41
2022-05-20Rollup merge of #97188 - carbotaniuman:remove-null-assert, r=RalfJungGuillaume Gomez-8/+1
2022-05-20Rollup merge of #97185 - RalfJung:number-validity, r=oli-obkGuillaume Gomez-19/+40