about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-01-07make experimental pattern typing features mutually exclusivedianne-184/+16
2025-01-08Auto merge of #135234 - jhpratt:rollup-4gvvo4y, r=jhprattbors-138/+596
2025-01-08Merge pull request #18877 from ChayimFriedman2/crazy-hangLaurențiu Nicola-1/+2732
2025-01-08Remove unnecessary string allocationA_A-7/+6
2025-01-08Rollup merge of #135219 - matthiaskrgr:simd'nt, r=compiler-errorsJacob Pratt-9/+67
2025-01-08Rollup merge of #135203 - RalfJung:arm-soft-float, r=workingjubileeJacob Pratt-0/+9
2025-01-08Rollup merge of #135184 - biabbas:reserve_18_aarch64, r=workingjubileeJacob Pratt-1/+1
2025-01-08Rollup merge of #135176 - kornelski:env-example, r=cuviperJacob Pratt-7/+15
2025-01-08Rollup merge of #135032 - jieyouxu:relnotes-interest-group, r=cuviperJacob Pratt-0/+6
2025-01-08Rollup merge of #134920 - lqd:polonius-next-episode-6, r=jackh726Jacob Pratt-117/+309
2025-01-08Rollup merge of #134389 - rust-wasi-web:condvar-no-threads, r=m-ou-seJacob Pratt-2/+4
2025-01-08Rollup merge of #133057 - tisonkun:into-chars, r=AmanieuJacob Pratt-2/+185
2025-01-08Add more comments to some of the test stepsZalathar-0/+43
2025-01-08Auto merge of #135207 - lnicola:sync-from-ra, r=lnicolabors-5399/+32947
2025-01-08Don't allow DispatchFromDyn impls that transmute ZST to non-ZSTMichael Goulet-13/+54
2025-01-08Don't allow transmuting ZSTs in dispatch_from_dyn implMichael Goulet-7/+66
2025-01-08modify test to side-step platform-dependent stderr outputEsteban Küber-18/+27
2025-01-08Add check for missing fields in enum variant patternEsteban Küber-4/+21
2025-01-08Outline panicking code for `LocalKey::with`Joseph Perez-8/+16
2025-01-07Auto merge of #135218 - matthiaskrgr:rollup-xngklx8, r=matthiaskrgrbors-181/+301
2025-01-07Ensure that we don't try to access fields on a non-struct pattern type in dia...Esteban Küber-1/+38
2025-01-07Include rustc and rustdoc book in replace-version-placeholderUrgau-1/+6
2025-01-07Fix a bug with missing binding in MBEChayim Refael Friedman-1/+2732
2025-01-07don't return an Option from try_find_dep_kindMartin Zacho-13/+8
2025-01-07Rollup merge of #135200 - jieyouxu:stabilize-style-edition, r=ytmimi,compiler...Matthias Krüger-6/+6
2025-01-07Rollup merge of #135171 - notriddle:notriddle/stable-path-is-better, r=Guilla...Matthias Krüger-1/+47
2025-01-07Rollup merge of #135149 - compiler-errors:mangle, r=oli-obkMatthias Krüger-38/+99
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-5/+21
2025-01-07Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obkMatthias Krüger-41/+72
2025-01-07Rollup merge of #134745 - compiler-errors:better-arg-span-in-typeck, r=BoxyUwUMatthias Krüger-77/+69
2025-01-07Rollup merge of #133810 - lcnr:remove-verify_bound, r=compiler-errorsMatthias Krüger-18/+8
2025-01-07warn about broken simd not only on structs but also enums and unions when we ...Matthias Krüger-9/+67
2025-01-07Update rustc-dev-guideJakub Beránek-5/+13
2025-01-07Apply review commentsJakub Beránek-58/+93
2025-01-07Remove outdated information in the `unreachable_pub` lint descriptionUrgau-3/+2
2025-01-07Make it possible to select PR vs auto jobsJakub Beránek-9/+22
2025-01-07Rename `image` property of CI jobs to `name`Jakub Beránek-84/+96
2025-01-07Update documentationJakub Beránek-13/+14
2025-01-07Add a command to run a given Linux CI job locallyJakub Beránek-20/+68
2025-01-07Rename CI script from `calculate-job-matrix` to `ci.py`Jakub Beránek-2/+2
2025-01-07Merge pull request #18874 from lnicola/sync-from-rustLaurențiu Nicola-9761/+378307
2025-01-07Merge from rust-lang/rustLaurențiu Nicola-9760/+378306
2025-01-07Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-01-07Make TimingGuard a little saferbjorn3-3/+5
2025-01-07Auto merge of #135202 - GuillaumeGomez:rollup-9xgs39t, r=GuillaumeGomezbors-96/+148
2025-01-07Remove a couple of obsolete testsbjorn3-211/+0
2025-01-07arm: add unstable soft-float target featureRalf Jung-0/+9
2025-01-07Update tests.Mara Bos-12/+15
2025-01-07Update tests.Mara Bos-142/+197
2025-01-07Switch missing_abi lint to warn-by-default.Mara Bos-1/+1