about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-07-18Merge from rustcThe Miri Cronjob Bot-2187/+4070
2025-07-18Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-07-18Clean up an unused compiler-stage parameterZalathar-11/+6
2025-07-18Don't trigger an LLVM build from check builds using the stage 0 compilerZalathar-18/+19
2025-07-18Split some multi-snapshot tests to make blessing easierZalathar-0/+8
2025-07-18Rollup merge of #144056 - Kobzol:gcc-build-src, r=nikicMatthias Krüger-14/+11
2025-07-18Rollup merge of #144049 - tshepang:rust-push, r=jieyouxuMatthias Krüger-983/+151
2025-07-18Rollup merge of #144010 - xdoardo:bootstrap-warning-optimize-false, r=clubby789Matthias Krüger-0/+8
2025-07-18Rollup merge of #144008 - anatawa12:fix-double-negations, r=compiler-errorsMatthias Krüger-0/+38
2025-07-18Rollup merge of #143967 - oli-obk:const-option-methods, r=fee1-deadMatthias Krüger-40/+97
2025-07-18Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmannMatthias Krüger-405/+377
2025-07-18Rollup merge of #143846 - usamoi:gc, r=bjorn3Matthias Krüger-56/+40
2025-07-18Rollup merge of #143719 - xizheyin:142812-1, r=jieyouxuMatthias Krüger-0/+147
2025-07-18Rollup merge of #143293 - folkertdev:naked-function-kcfi, r=compiler-errorsMatthias Krüger-36/+147
2025-07-18Rollup merge of #143271 - cjgillot:gvn-types, r=oli-obkMatthias Krüger-310/+309
2025-07-18Rollup merge of #142300 - jieyouxu:exp-partial-revert-141576, r=WaffleLapkinMatthias Krüger-7/+11
2025-07-18Auto merge of #143545 - compiler-errors:coroutine-obl, r=oli-obkbors-159/+1645
2025-07-18Merge pull request #19783 from A4-Tacks/generate-single-field-fromShoyu Vanilla (Flint)-6/+1043
2025-07-18AST lowering: More robustly deal with relaxed boundsLeón Orell Valerian Liehr-209/+188
2025-07-18Update comment about `where Ty:`León Orell Valerian Liehr-10/+6
2025-07-18HIR ty lowering: Validate relaxed bounds in trait object typesLeón Orell Valerian Liehr-5/+27
2025-07-18HIR ty lowering: Simplify signature of `lower_poly_trait_ref`León Orell Valerian Liehr-32/+54
2025-07-17Do not check privacy for RPITIT.Camille GILLOT-179/+56
2025-07-17Add test.Camille GILLOT-56/+202
2025-07-17Fix formatting.Camille GILLOT-6/+7
2025-07-17Correct comments.Camille GILLOT-4/+2
2025-07-17Include ErrorGuaranteed in StableSince::Err.Camille GILLOT-13/+13
2025-07-17Remove unuseful enums.Camille GILLOT-60/+16
2025-07-17Remove useless debugging.Camille GILLOT-2/+1
2025-07-17Integrate stable feature checking into a query.Camille GILLOT-120/+93
2025-07-17Retire stability_index query.Camille GILLOT-47/+26
2025-07-17Simplify annotator.Camille GILLOT-58/+30
2025-07-17Querify lookup_const_stability.Camille GILLOT-185/+110
2025-07-17Querify lookup_stability.Camille GILLOT-123/+107
2025-07-17Querify lookup_default_body_stability.Camille GILLOT-19/+18
2025-07-17Check for already stable features in check_attr.Camille GILLOT-45/+51
2025-07-17Check stability attributes are compatible in `check_unused_or_stable_features`.Camille GILLOT-187/+203
2025-07-17Querify lookup_deprecation_entry.Camille GILLOT-45/+39
2025-07-17Warn useless deprecation in check_attr.Camille GILLOT-22/+39
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-165/+187
2025-07-17miri sleep tests: increase slackRalf Jung-3/+3
2025-07-17Auto merge of #141762 - compiler-errors:witnesser, r=lcnrbors-185/+200
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-56/+175
2025-07-17Add test for `default_field_values` and `const_default`Esteban Küber-0/+37
2025-07-17Make slices `[const] PartialEq`Oli Scherer-34/+54
2025-07-17Eagerly unify coroutine witness in old solverMichael Goulet-123/+125
2025-07-17Unstall obligations by looking for coroutines in old solverMichael Goulet-54/+52
2025-07-17Check if type has coroutines before visitingMichael Goulet-8/+23
2025-07-18Remove similar errors about raw underscore lifetimexizheyin-10/+14
2025-07-18Add test raw-underscore-lifetime.rsxizheyin-0/+25