about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-02-26separate messages for individual categoriesHTGAzureX1212.-19/+79
2024-02-18Auto merge of #121252 - fmease:rollup-x7zogl8, r=fmeasebors-498/+678
2024-02-18Rollup merge of #121237 - Urgau:better-cargo-heuristic, r=compiler-errorsLeón Orell Valerian Liehr-13/+34
2024-02-18Rollup merge of #121221 - fmease:refactor-astconv-assoc-item-bindings, r=comp...León Orell Valerian Liehr-175/+125
2024-02-18Rollup merge of #121218 - ShoyuVanilla:fix-issue-76736, r=notriddleLeón Orell Valerian Liehr-7/+74
2024-02-18Rollup merge of #121198 - clubby789:unnamed-fields-hir-checks, r=compiler-errorsLeón Orell Valerian Liehr-11/+161
2024-02-18Rollup merge of #121160 - fmease:rustdoc-fix-n-refactor-html-rendering, r=Gui...León Orell Valerian Liehr-282/+186
2024-02-18Rollup merge of #121100 - estebank:issue-71252, r=compiler-errorsLeón Orell Valerian Liehr-1/+72
2024-02-18Rollup merge of #120526 - GuillaumeGomez:mobile-long-crate-name, r=notriddleLeón Orell Valerian Liehr-9/+26
2024-02-18Auto merge of #120780 - fmease:lta-in-impls, r=oli-obkbors-18/+298
2024-02-18Auto merge of #121214 - weihanglo:update-cargo, r=weihanglobors-0/+2
2024-02-17Update cargoWeihang Lo-0/+2
2024-02-18Auto merge of #118264 - lukas-code:optimized-draining, r=the8472bors-56/+183
2024-02-17Auto merge of #121204 - cuviper:flatten-one-shot, r=the8472bors-12/+275
2024-02-17Auto merge of #121240 - matthiaskrgr:rollup-lfb5i9w, r=matthiaskrgrbors-498/+720
2024-02-17Rollup merge of #121231 - matthiaskrgr:cloone, r=compiler-errorsMatthias Krüger-6/+6
2024-02-17Rollup merge of #121228 - onur-ozkan:fix-clippy-stamp-bug, r=albertlarsan68Matthias Krüger-0/+1
2024-02-17Rollup merge of #121210 - madsmtm:fix-target-abi-i386-apple-ios, r=workingjub...Matthias Krüger-10/+15
2024-02-17Rollup merge of #121209 - nnethercote:infallible-join_codegen, r=bjorn3Matthias Krüger-14/+12
2024-02-17Rollup merge of #121193 - compiler-errors:coherence-fulfillment, r=lcnrMatthias Krüger-37/+97
2024-02-17Rollup merge of #121149 - SebastianJL:patch-1, r=Mark-SimulacrumMatthias Krüger-4/+4
2024-02-17Rollup merge of #121091 - onur-ozkan:bypass-stage0-download-in-tests, r=alber...Matthias Krüger-3/+9
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-388/+532
2024-02-17Rollup merge of #120952 - saethlin:vec-into-iter, r=the8472Matthias Krüger-36/+44
2024-02-17Auto merge of #120023 - klensy:tidy-alloc, r=Mark-Simulacrumbors-17/+24
2024-02-17Use better heuristic for printing Cargo specific diagnosticsUrgau-13/+34
2024-02-17Add more checks for `unnamed_field` during HIR analysisclubby789-11/+161
2024-02-17Auto merge of #121232 - RalfJung:miri, r=RalfJungbors-265/+2116
2024-02-17update lockfileRalf Jung-2/+0
2024-02-17remove a couple of redundant clonesMatthias Krüger-6/+6
2024-02-17Auto merge of #121227 - Nadrieril:rollup-n6qky3z, r=Nadrierilbors-1151/+720
2024-02-17create stamp file for clippy in `Config::download_clippy`onur-ozkan-0/+1
2024-02-17Rollup merge of #121197 - beetrees:configure-quotes, r=NilstriebGuillaume Boisseau-2/+2
2024-02-17Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkinGuillaume Boisseau-69/+84
2024-02-17Rollup merge of #121191 - Nadrieril:ping, r=compiler-errorsGuillaume Boisseau-2/+7
2024-02-17Rollup merge of #121187 - Takashiidobe:takashi/examples-for-quickselect, r=Ni...Guillaume Boisseau-6/+21
2024-02-17Rollup merge of #121135 - Zalathar:no-whole-body-span, r=wesleywiserGuillaume Boisseau-28/+117
2024-02-17Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,NilstriebGuillaume Boisseau-977/+291
2024-02-17Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obkGuillaume Boisseau-62/+173
2024-02-17Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDentonGuillaume Boisseau-5/+25
2024-02-17compiletest: fix regex rebuildsklensy-2/+4
2024-02-17tidy: wrap regexes with lazy_staticklensy-15/+20
2024-02-17const_mut_refs: allow mutable refs to staticsRalf Jung-62/+173
2024-02-17Auto merge of #119432 - gurry:117949-make-lint-run-on-promoteds, r=oli-obkbors-738/+6967
2024-02-17Properly check constrainedness of gen params in the presence of weak alias typesLeón Orell Valerian Liehr-17/+105
2024-02-17Support weak alias types as self type of inherent implsLeón Orell Valerian Liehr-1/+193
2024-02-17Remove astconv::ConvertedBindingLeón Orell Valerian Liehr-151/+96
2024-02-17Update comments and variable namesLeón Orell Valerian Liehr-34/+39
2024-02-17Auto merge of #3303 - rust-lang:rustup-2024-02-17, r=saethlinbors-18290/+18878
2024-02-17Fix missing trait impls for type in rustc docsShoyu Vanilla-7/+74