about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-09-14Bump libc to 0.2.148dirreke-3/+3
2023-09-14Auto merge of #114656 - bossmc:rework-no-coverage-attr, r=oli-obkbors-213/+253
2023-09-13Auto merge of #115790 - flip1995:clippyup, r=Manishearthbors-1638/+4685
2023-09-13Auto merge of #115820 - matthiaskrgr:rollup-kyglvpu, r=matthiaskrgrbors-228/+232
2023-09-13Rollup merge of #115816 - vita-rust:vita, r=cuviperMatthias Krüger-2/+2
2023-09-13Rollup merge of #115815 - bvanjoi:fix-115809, r=oli-obkMatthias Krüger-0/+37
2023-09-13Rollup merge of #115812 - GuillaumeGomez:merge-settings-into-rustdoc-css, r=n...Matthias Krüger-76/+64
2023-09-13Rollup merge of #115798 - RalfJung:non_1zst_field, r=wesleywiserMatthias Krüger-89/+49
2023-09-13Rollup merge of #115771 - RalfJung:no-more-const-err-lint, r=oli-obkMatthias Krüger-31/+16
2023-09-13Rollup merge of #115736 - Zoxc:time-cleanup, r=wesleywiserMatthias Krüger-30/+64
2023-09-13Auto merge of #115797 - cjgillot:const-prop-noclone, r=oli-obkbors-133/+111
2023-09-13fix: skip opt if body has tainted errorbohan-0/+37
2023-09-13Auto merge of #115803 - RalfJung:const-eval, r=oli-obkbors-351/+243
2023-09-13Disabled socketpair for VitaNikolay Arhipov-2/+2
2023-09-13Auto merge of #115269 - bvanjoi:fix-113834, r=petrochenkovbors-80/+154
2023-09-13Merge settings.css into rustdoc.cssGuillaume Gomez-76/+64
2023-09-13Bring back `verbose_generic_activity_with_arg`John Kåre Alsaker-0/+19
2023-09-13Generate MIR pass names for profiling on the fly and pass the body DefId as a...John Kåre Alsaker-4/+47
2023-09-13Auto merge of #115735 - bjorn3:better_list_crate_metadata, r=wesleywiserbors-31/+206
2023-09-13restore the old logic adjusting ty::UnevaluatedConst before evaluationRalf Jung-29/+41
2023-09-13resolve: determined binding after parent module macro expandbohan-80/+154
2023-09-13Auto merge of #115810 - nnethercote:folding-comments, r=WaffleLapkinbors-15/+20
2023-09-13Comments to clarify the working of `HasTypeFlagsVisitor`.Nicholas Nethercote-8/+8
2023-09-13Explain why `TypeFoldable` is a sub-trait of `TypeVisitable`.Nicholas Nethercote-0/+6
2023-09-13Fix some minor mistakes in comments.Nicholas Nethercote-7/+6
2023-09-13make the set of methods between our two Const types more consistentRalf Jung-166/+124
2023-09-13make the eval() functions on our const types return the resulting valueRalf Jung-247/+169
2023-09-13Auto merge of #115793 - spastorino:smir-explicit-predicates-of, r=oli-obkbors-0/+22
2023-09-13Auto merge of #115706 - RalfJung:compiletest-truncation, r=wesleywiserbors-70/+74
2023-09-13Auto merge of #115785 - fmease:fix-pat-regression, r=wesleywiserbors-1/+23
2023-09-12Auto merge of #115800 - RalfJung:miri, r=RalfJungbors-83/+1935
2023-09-12Do not fetch type to check generator.Camille GILLOT-1/+1
2023-09-12Do not clone body for ConstProp.Camille GILLOT-25/+8
2023-09-12Reuse CollectAndPatch for normal ConstProp.Camille GILLOT-90/+72
2023-09-12Store a ConstantKind in CollectAndPatch.Camille GILLOT-23/+28
2023-09-12Introduce Machine::POST_MONO_CHECKS.Camille GILLOT-4/+12
2023-09-12Auto merge of #115128 - davidtwco:re-enable-debuginfo-test, r=wesleywiserbors-1/+9
2023-09-12Auto merge of #3055 - eduardosm:x86-sse2-intrinsics, r=RalfJungbors-57/+1894
2023-09-12add helper method for finding the one non-1-ZST fieldRalf Jung-89/+49
2023-09-12Add explicit_predicates_of to SMIRSantiago Pastorino-0/+22
2023-09-12Implement some `llvm.x86.sse2.*` intrinsics and add testsEduardo Sánchez Muñoz-51/+1869
2023-09-12Ignore all archs except x86 and x86_64 in SSE testsEduardo Sánchez Muñoz-2/+21
2023-09-12Fix a few typos in shims/x86/sse.rs commentsEduardo Sánchez Muñoz-4/+4
2023-09-12Update Cargo.lock (ui_test update)Philipp Krones-3/+3
2023-09-12Merge commit '98363cbf6a7c3f8b571a7d92a3c645bb4376e4a6' into clippyupPhilipp Krones-1635/+4682
2023-09-12Fix two typosbjorn3-2/+2
2023-09-12Only suggest turbofish in patterns if we may recoverLeón Orell Valerian Liehr-1/+23
2023-09-12Auto merge of #115215 - ouz-a:mir_issue, r=lcnrbors-4/+53
2023-09-12cleanup leftovers of const_err lintRalf Jung-31/+16
2023-09-12Auto merge of #115728 - chenyukang:yukang-fix-diag-generic-parameters, r=cjgi...bors-20/+0