about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-10-16Fix trivially_copy_pass_by_ref in stable_mirMichal Piotrowski-3/+3
2024-10-16Auto merge of #131422 - GnomedDev:smallvec-predicate-obligations, r=compiler-...bors-255/+414
2024-10-15Auto merge of #131750 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-10-15Auto merge of #131747 - compiler-errors:rollup-0fnymws, r=compiler-errorsbors-419/+767
2024-10-15Update cargoWeihang Lo-0/+0
2024-10-15Rollup merge of #131734 - emmanuel-ferdman:master, r=jieyouxuMichael Goulet-1/+1
2024-10-15Rollup merge of #131733 - practicalrs:fix_uninlined_format_args, r=jieyouxuMichael Goulet-12/+12
2024-10-15Rollup merge of #131705 - hoodmane:fix-emscripten-tests, r=jieyouxuMichael Goulet-11/+12
2024-10-15Rollup merge of #131701 - compiler-errors:negative-bounds-on-unimplemented, r...Michael Goulet-10/+44
2024-10-15Rollup merge of #131521 - jdonszelmann:rc, r=joboetMichael Goulet-105/+108
2024-10-15Rollup merge of #130568 - eduardosm:const-float-methods, r=RalfJung,tgross35Michael Goulet-266/+517
2024-10-15Rollup merge of #129794 - Ayush1325:uefi-os-expand, r=joboetMichael Goulet-14/+73
2024-10-15Auto merge of #130654 - lcnr:stabilize-coherence-again, r=compiler-errorsbors-589/+413
2024-10-15Fix most ui tests on emscripten targetHood Chatham-11/+12
2024-10-15Update arm64e-apple-tvos maintainerEmmanuel Ferdman-1/+1
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-420/+558
2024-10-15Fix uninlined_format_args in stable_mirMichal Piotrowski-12/+12
2024-10-15update test descriptionlcnr-3/+3
2024-10-15remove unnecessary revisionslcnr-281/+30
2024-10-15rebase and update fixed `crashes`lcnr-21/+78
2024-10-15stabilize `-Znext-solver=coherence`lcnr-329/+347
2024-10-15Make some float methods unstable `const fn`Eduardo Sánchez Muñoz-243/+498
2024-10-15Auto merge of #131727 - RalfJung:miri-sync, r=RalfJungbors-878/+1355
2024-10-15update lockfileRalf Jung-2/+8
2024-10-15Auto merge of #131724 - matthiaskrgr:rollup-ntgkkk8, r=matthiaskrgrbors-184/+1125
2024-10-15Rollup merge of #131706 - GKFX:fix-const-hacks, r=tgross35Matthias Krüger-20/+7
2024-10-15Rollup merge of #131496 - bjoernager:const-make-ascii, r=dtolnayMatthias Krüger-9/+16
2024-10-15Rollup merge of #131328 - ismailarilik:remove-unnecessary-sorts-in-rustc-hir-...Matthias Krüger-7/+2
2024-10-15Rollup merge of #131137 - Mark-Simulacrum:relnotes, r=cuviperMatthias Krüger-0/+177
2024-10-15Rollup merge of #130747 - folkertdev:c-cmse-nonsecure-entry-error-messages, r...Matthias Krüger-108/+612
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-39/+286
2024-10-15Rollup merge of #130608 - YohDeadfall:cstr-from-into-str, r=workingjubileeMatthias Krüger-1/+25
2024-10-15Rollup merge of #131710 - ShE3py:parse_format_apostrophes, r=compiler-errorsMatthias Krüger-83/+83
2024-10-15Rollup merge of #131703 - alex:patch-1, r=KobzolMatthias Krüger-1/+3
2024-10-15Rollup merge of #131702 - compiler-errors:method-lookup-trait-warning, r=jiey...Matthias Krüger-0/+46
2024-10-15Rollup merge of #131681 - Zalathar:fix-run-make-stamp, r=jieyouxuMatthias Krüger-9/+3
2024-10-15Rollup merge of #131675 - tdittr:update-unsupported-abi-message, r=compiler-e...Matthias Krüger-57/+57
2024-10-15Rollup merge of #131652 - compiler-errors:modifiers, r=Nadrieril,jieyouxuMatthias Krüger-199/+216
2024-10-15Rollup merge of #131339 - HeroicKatora:set_ptr_value-documentation, r=Mark-Si...Matthias Krüger-20/+61
2024-10-15Rollup merge of #131095 - GuillaumeGomez:switch-to-env-variables, r=notriddleMatthias Krüger-28/+17
2024-10-15Rollup merge of #122670 - beetrees:non-unicode-option-env-error, r=compiler-e...Matthias Krüger-23/+72
2024-10-15Auto merge of #129458 - EnzymeAD:enzyme-frontend, r=jieyouxubors-1/+2128
2024-10-14Stabilise 'const_make_ascii'Gabriel Bjørnager Jensen-9/+16
2024-10-14Auto merge of #3974 - RalfJung:check_min_arg_count, r=RalfJungbors-35/+17
2024-10-14use new check_min_arg_count helper in more placesRalf Jung-35/+17
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-83/+83
2024-10-14Auto merge of #3973 - RalfJung:os-unfair-lock, r=RalfJungbors-122/+297
2024-10-14ensure that a macOS os_unfair_lock that is moved while being held is not impl...Ralf Jung-59/+178
2024-10-14improve error messages for `C-cmse-nonsecure-entry` functionsFolkert de Vries-108/+612
2024-10-14move lazy_sync helper methods to be with InterpCxRalf Jung-79/+103