about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-02-14Forward all default methods for I/O implsThalia Archibald-0/+62
2025-02-15Auto merge of #137046 - workingjubilee:rollup-u56aw1m, r=workingjubileebors-217/+471
2025-02-14Rollup merge of #137038 - maurer:tolerate-captures, r=nikicJubilee-1/+1
2025-02-14Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubileeJubilee-20/+96
2025-02-14Rollup merge of #137035 - compiler-errors:eagerly-mono-closures-after-norm, r...Jubilee-0/+26
2025-02-14Rollup merge of #137032 - oli-obk:push-ptvssqnomkpo, r=the8472Jubilee-4/+1
2025-02-14Rollup merge of #137006 - dianne:remove-errci-fields, r=compiler-errorsJubilee-29/+11
2025-02-14Rollup merge of #137002 - chenyukang:fix-early-lint-check-desc, r=compiler-er...Jubilee-1/+1
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-157/+256
2025-02-14Rollup merge of #136971 - HypheX:patch1, r=WaffleLapkinJubilee-0/+37
2025-02-14Rollup merge of #134016 - zachs18:stable-const-str-split_at, r=AmanieuJubilee-5/+5
2025-02-14Rollup merge of #133312 - lolbinarycat:triagebot-rustdoc-labels, r=GuillaumeG...Jubilee-0/+37
2025-02-14Auto merge of #137041 - ChrisDenton:mysql, r=Kobzolbors-5/+0
2025-02-14Don't error if stopping mysql fails in CIChris Denton-5/+0
2025-02-14Normalize closure instance before eagerly monomorphizing itMichael Goulet-0/+26
2025-02-14llvm: Tolerate captures in testsMatthew Maurer-1/+1
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-20/+96
2025-02-14Auto merge of #137030 - matthiaskrgr:rollup-267aumr, r=matthiaskrgrbors-1104/+1068
2025-02-14Decode metadata buffer in one goOli Scherer-4/+1
2025-02-14Rollup merge of #137008 - nnethercote:mv-code-into-rustc_mir_transform, r=oli...Matthias Krüger-78/+77
2025-02-14Rollup merge of #137007 - pvdrz:fix-aarch64-alloc-layout, r=compiler-errorsMatthias Krüger-0/+269
2025-02-14Rollup merge of #136976 - jedbrown:jed/doc-boxed-deferred-init, r=tgross35Matthias Krüger-84/+44
2025-02-14Rollup merge of #136967 - DaniPopes:io-repeat-fill, r=joboetMatthias Krüger-18/+11
2025-02-14Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebankMatthias Krüger-897/+640
2025-02-14Rollup merge of #136956 - jyn514:ignore-vendor, r=NoratriebMatthias Krüger-0/+2
2025-02-14Rollup merge of #136886 - ehuss:remove-prelude-common, r=jhprattMatthias Krüger-25/+13
2025-02-14Rollup merge of #136052 - no1wudi:fix, r=workingjubileeMatthias Krüger-1/+1
2025-02-14Rollup merge of #135778 - ferrocene:ja-gh135777, r=workingjubileeMatthias Krüger-1/+11
2025-02-14Auto merge of #136575 - scottmcm:nsuw-math, r=nikicbors-44/+81
2025-02-14Add new ui test for returning an Fn trait that returns impl TraitXelph-0/+37
2025-02-14further simplify a matchdianne-12/+11
2025-02-14Auto merge of #136735 - scottmcm:transmute-nonnull, r=oli-obkbors-78/+148
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-304/+321
2025-02-14Consider add-prefix replacements tooMichael Goulet-330/+222
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-535/+369
2025-02-14Auto merge of #137010 - workingjubilee:rollup-g00c07v, r=workingjubileebors-186/+314
2025-02-13Rollup merge of #136993 - dpaoliello:cleanllvm4, r=workingjubileeJubilee-8/+0
2025-02-13Rollup merge of #136992 - ehuss:update-backtrace, r=workingjubileeJubilee-0/+0
2025-02-13Rollup merge of #136981 - marcoieni:no-largedisk-loongarch, r=KobzolJubilee-2/+2
2025-02-13Rollup merge of #136951 - compiler-errors:clause-binder, r=lqdJubilee-2/+20
2025-02-13Rollup merge of #136924 - Kobzol:bootstrap-tracing, r=jieyouxuJubilee-4/+84
2025-02-13Rollup merge of #136908 - mustartt:aix-mutex-destory-einval, r=joboetJubilee-3/+3
2025-02-13Rollup merge of #136904 - pitaj:range-into_bounds, r=tgross35Jubilee-1/+111
2025-02-13Rollup merge of #136460 - real-eren:simplify-rustc_span-analyze, r=NoratriebJubilee-132/+55
2025-02-13Rollup merge of #135439 - clubby789:O3, r=NoratriebJubilee-34/+39
2025-02-13Set both `nuw` and `nsw` in slice size calculationScott McMurray-44/+81
2025-02-14Move `MirPatch` from `rustc_middle` to `rustc_mir_transform`.Nicholas Nethercote-42/+43
2025-02-14Move drop elaboration infrastructure.Nicholas Nethercote-37/+35
2025-02-13Emit MIR for each bit with on `dont_reset_cast_kind_without_updating_operand`Christian Poveda-0/+269
2025-02-13remove `fr_is_local` and `outlived_fr_is_local` fields from `ErrorConstraintI...dianne-31/+14