about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-05-26Allow some internal instabilityMaybe Waffle-0/+1
2022-05-24Stabilize checked slice->str conversion functionsMaybe Waffle-5/+5
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-412/+422
2022-05-24Auto merge of #97342 - JohnTitor:rollup-zqxctaw, r=JohnTitorbors-81/+219
2022-05-24Rollup merge of #97337 - tbu-:pr_fix_stabilization_ipv4_mapped, r=Mark-Simula...Yuki Okushi-1/+1
2022-05-24Rollup merge of #97336 - tshepang:typo, r=cjgillotYuki Okushi-1/+1
2022-05-24Rollup merge of #97290 - jyn514:fast-submodules, r=Mark-SimulacrumYuki Okushi-48/+30
2022-05-24Rollup merge of #97289 - compiler-errors:tcxify-clippy, r=Mark-SimulacrumYuki Okushi-24/+24
2022-05-24Rollup merge of #97240 - TaKO8Ki:improve-errors-about-typos-on-variables, r=c...Yuki Okushi-7/+163
2022-05-23Turn on `fast_submodules` unconditionallyJoshua Nelson-48/+30
2022-05-24Auto merge of #97272 - jackh726:ban-compare-mode-nll, r=Mark-Simulacrumbors-23/+48
2022-05-24Fix stabilization version of `Ipv6Addr::to_ipv4_mapped`Tobias Bucher-1/+1
2022-05-23Refactor call terminator to always hold a destination placeJakob Degen-412/+422
2022-05-23typoTshepang Lekhonkhobe-1/+1
2022-05-23Auto merge of #97120 - Kobzol:rustc-pgo-expansion, r=Mark-Simulacrumbors-3/+4
2022-05-23Auto merge of #94053 - GuillaumeGomez:fields-stripped, r=notriddlebors-54/+75
2022-05-23Lifetime variance fixes for clippyMichael Goulet-24/+24
2022-05-23Add bitmaps and diesel to `rustc` PGO benchmarksJakub Beránek-3/+4
2022-05-23Auto merge of #97315 - Dylan-DPC:rollup-2wee2oz, r=Dylan-DPCbors-88/+229
2022-05-23Rollup merge of #97309 - JohnTitor:issue-90400, r=compiler-errorsDylan DPC-0/+106
2022-05-23Rollup merge of #97292 - compiler-errors:tcxify-rustc, r=davidtwcoDylan DPC-86/+92
2022-05-23Rollup merge of #97286 - GuillaumeGomez:eslint-check-fn, r=notriddleDylan DPC-0/+1
2022-05-23Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPCDylan DPC-2/+30
2022-05-23Auto merge of #92461 - rust-lang:const_tls_local_panic_count, r=Mark-Simulacrumbors-1/+1
2022-05-23Greatly extend explanations on strip_hidden itemsGuillaume Gomez-1/+8
2022-05-23add typo suggestions for all `AssocSuggestion` variantsTakayuki Maeda-5/+105
2022-05-23Auto merge of #97195 - notriddle:notriddle/cleanup, r=GuillaumeGomezbors-37/+38
2022-05-23Add some regression tests for #90400Yuki Okushi-0/+106
2022-05-23Auto merge of #97304 - Dylan-DPC:rollup-qxrfddc, r=Dylan-DPCbors-148/+118
2022-05-23Rollup merge of #97303 - compiler-errors:arg-typos, r=jackh726Dylan DPC-6/+31
2022-05-23Rollup merge of #97294 - jersou:patch-1, r=Dylan-DPCDylan DPC-2/+2
2022-05-23Rollup merge of #97271 - JohnTitor:issue-91949, r=compiler-errorsDylan DPC-0/+55
2022-05-23Rollup merge of #97254 - jhpratt:remove-crate-vis, r=cjgillotDylan DPC-136/+19
2022-05-23Rollup merge of #97087 - Nilstrieb:clarify-slice-iteration-order, r=dtolnayDylan DPC-4/+11
2022-05-23Auto merge of #96100 - Raekye:master, r=dtolnaybors-4/+4
2022-05-22Fix some typos in arg checking algorithmMichael Goulet-6/+31
2022-05-22Disallow non-same compare-mode-nllJack Huey-23/+48
2022-05-23Auto merge of #96455 - dtolnay:writetmp, r=m-ou-sebors-14/+118
2022-05-22Fix clippy explicit_write lint for new writeln implementationDavid Tolnay-2/+34
2022-05-23Auto merge of #96906 - tbu-:pr_stabilize_to_ipv4_mapped, r=dtolnaybors-5/+5
2022-05-22Make write/print macros eagerly drop temporariesDavid Tolnay-12/+14
2022-05-22Add test of temporaries inside format_args of core/std macrosDavid Tolnay-0/+70
2022-05-22Clean up `&args[..]`, use more readable `args.iter()` insteadMichael Howell-4/+4
2022-05-23std::time : fix doc variable namejersou-2/+2
2022-05-22Auto merge of #97258 - jackh726:nll-revisions, r=cjgillotbors-1080/+2273
2022-05-22Lifetime variance fixes for rustcMichael Goulet-86/+92
2022-05-22Add new eslint rule to prevent whitespace before function call parenGuillaume Gomez-0/+1
2022-05-22Use revisions for NLL in lifetimesJack Huey-145/+398
2022-05-22Use revisions for NLL in suggestionsJack Huey-93/+330