about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-14/+17
2025-05-19Rollup merge of #141094 - satler-git:issue-101650, r=lcnrStuart Cook-0/+24
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-125/+142
2025-05-19Rollup merge of #140049 - haenoe:fix-autodiff-generics, r=ZuseZ4Stuart Cook-11/+124
2025-05-18Auto merge of #140154 - Berrysoft:cygwin-host, r=jieyouxubors-8/+20
2025-05-18Auto merge of #127013 - tgross35:f16-format-parse, r=Mark-Simulacrumbors-86/+647
2025-05-18fix: `unnecessary_to_owned` FP when map key is a reference (#14834)Samuel Tardieu-6/+28
2025-05-18Add a reason to/remove some `//@no-rustfix` annotations (#14839)llogiq-165/+267
2025-05-18Merge pull request #2391 from fmease/excl-iss-w-prLeón Orell Valerian Liehr-1/+1
2025-05-18Exclude issues with an associated PR from the "What should I work on" GH queryLeón Orell Valerian Liehr-1/+1
2025-05-18float: Add `f16` to `test-float-parse`Trevor Gross-5/+33
2025-05-18float: Add tests for `f16` conversions to and from decimalTrevor Gross-77/+501
2025-05-18Auto merge of #141232 - fmease:rollup-qr9mobf, r=fmeasebors-622/+1060
2025-05-18Rollup merge of #141218 - dianqk:gvn-overlapping, r=oli-obkLeón Orell Valerian Liehr-6/+67
2025-05-18Rollup merge of #141214 - RalfJung:miri-sync, r=RalfJungLeón Orell Valerian Liehr-4/+11
2025-05-18Rollup merge of #141127 - klensy:windows-bump-61, r=albertlarsan68,jieyouxuLeón Orell Valerian Liehr-128/+34
2025-05-18Rollup merge of #140926 - azhogin:azhogin/async-drop-coroutine-layout-returns...León Orell Valerian Liehr-14/+25
2025-05-18Rollup merge of #140746 - dianne:guard-pat-res, r=oli-obkLeón Orell Valerian Liehr-62/+320
2025-05-18Rollup merge of #140628 - joboet:async_signal_safe, r=Mark-SimulacrumLeón Orell Valerian Liehr-58/+215
2025-05-18Rollup merge of #140490 - folkertdev:asm-parser-changes, r=Amanieu,traviscrossLeón Orell Valerian Liehr-287/+335
2025-05-18Rollup merge of #138940 - sayantn:stabilize-avx512, r=Amanieu,traviscrossLeón Orell Valerian Liehr-63/+53
2025-05-18float: Add `f16` parsing and printingTrevor Gross-4/+113
2025-05-18triagebot: Add pings and autolabels for the compiler-builtins subtree.Trevor Gross-0/+14
2025-05-18Fix rustc testsuitebjorn3-0/+4
2025-05-19fix: `unnecessary_to_owned` FP when map key is a referenceyanglsh-6/+28
2025-05-18Merge pull request #4330 from RalfJung/build-sysroot-bumpRalf Jung-3/+3
2025-05-18Add a reason to/remove some `//@no-rustfix` annotationsAlex Macleod-165/+267
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-4/+4
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-14/+17
2025-05-18Remove rustc_attr_data_structures re-export from rustc_attr_parsingmejrs-63/+83
2025-05-18bump rustc-build-sysrootRalf Jung-3/+3
2025-05-18Do not run `rustfmt` on the `compiler-builtins` subtreeTrevor Gross-0/+1
2025-05-18more ice testsMatthias Krüger-0/+396
2025-05-18Merge `compiler-builtins` as a Josh subtreeTrevor Gross-0/+52997
2025-05-18[std] fix the presentation of `split_off_mut` and `split_off` documentationxizheyin-2/+2
2025-05-18Rustup to rustc 1.89.0-nightly (777d37277 2025-05-17)bjorn3-1/+1
2025-05-18Sync from rust 777d372772aa3b39ba7273fcb8208a89f2ab0afdbjorn3-1/+38
2025-05-18Fix typos in "Libraries and Metadata"Mahmoud Mazouz-14/+13
2025-05-18Do not call `TyCtxt::type_of()` on a trait (#14830)Alex Macleod-2/+22
2025-05-18Fast path for sized predMichael Goulet-2/+18
2025-05-18Fast path for processing some obligations in the new solverMichael Goulet-7/+67
2025-05-18Merge pull request #4322 from tiif/move_testRalf Jung-0/+4
2025-05-18Auto merge of #141216 - fmease:rollup-pa5mvx3, r=fmeasebors-165/+449
2025-05-18Add more comment to libc-fs-with-isolation testtiif-0/+4
2025-05-18name resolution for guard patternsdianne-30/+255
2025-05-18gvn: avoid creating overlapping assignmentsdianqk-6/+67
2025-05-18ci: split dist-arm-linux jobMarcoIeni-10/+55
2025-05-18fix an if statement that can be collapsedFolkert de Vries-19/+21
2025-05-18tools-aux ci runner: also cross-test doctestsRalf Jung-11/+9
2025-05-18add `AsmOptions` with some named fieldsFolkert de Vries-19/+31