about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-24rename internal panicking::try to catch_unwindRalf Jung-28/+28
2025-05-24Auto merge of #141506 - matthiaskrgr:rollup-80f1geg, r=matthiaskrgrbors-296/+451
2025-05-24ScalarInt: support conversion with signed int types and cmp::OrderingRalf Jung-8/+51
2025-05-24Rollup merge of #141496 - Urgau:triagebot_issue_link_no-mentions, r=KobzolMatthias Krüger-0/+9
2025-05-24Rollup merge of #141486 - xizheyin:issue-141414, r=GuillaumeGomezMatthias Krüger-2/+4
2025-05-24Rollup merge of #141480 - jyn514:treat-err-as-bug, r=jieyouxuMatthias Krüger-0/+36
2025-05-24Rollup merge of #141432 - lcnr:canonicalize-regions, r=compiler-errorsMatthias Krüger-250/+208
2025-05-24Rollup merge of #139254 - Ayush1325:uefi-tcp4-connect, r=joboetMatthias Krüger-30/+178
2025-05-24Rollup merge of #137323 - joshlf:transmute-npo, r=RalfJungMatthias Krüger-14/+16
2025-05-24intrinsics: reduce references to LLVM and update notes on where the implement...Ralf Jung-20/+9
2025-05-24Merge pull request #1574 from beetrees/f16-f128-mvpbjorn3-37/+707
2025-05-24fix: `unit_arg` wrongly handled macrosyanglsh-19/+188
2025-05-24Disable test on android because it doesn't have backtraces.Kyle Huey-1/+2
2025-05-24ci: move PR job x86_64-gnu-tools to codebuildMarcoIeni-1/+1
2025-05-24Enable tests and `compiler-builtins` for `f16`/`f128`beetrees-15/+29
2025-05-24Add `f16`/`f128` intrinsic supportbeetrees-1/+136
2025-05-24Add support for casting to and from `f16`/`f128`beetrees-2/+161
2025-05-24Add `f16`/`f128` comparison supportbeetrees-5/+162
2025-05-24Add `f16`/`f128` `+`/`-`/`*`/`/`/`%` supportbeetrees-7/+135
2025-05-24Add basic support for `f16`/`f128` valuesbeetrees-5/+19
2025-05-24Add missing float libcalls to `compiler_builtins.rs`beetrees-1/+35
2025-05-24Use C-string literals to reduce boilerplateTamir Duberstein-34/+7
2025-05-24add CStr::displayTamir Duberstein-0/+31
2025-05-24Merge pull request #2405 from Kobzol/remove-mentions-of-rust-lang-ciJakub Beránek-10/+6
2025-05-24Enable `[issue-links]` and `[no-mentions]` in triagebotUrgau-0/+9
2025-05-24Update `askama` version to `0.14.0` in `citool`Guillaume Gomez-7/+7
2025-05-24Update `askama` version to `0.14.0` in `generate-copyright` toolGuillaume Gomez-2/+2
2025-05-24Update `askama` version to `0.14.0` in librustdocGuillaume Gomez-7/+49
2025-05-24Auto merge of #141484 - matthiaskrgr:rollup-dc58owu, r=matthiaskrgrbors-315/+196
2025-05-24rustdoc book: add argument explanation for `html_playground_url`xizheyin-2/+4
2025-05-24Add ui test func-pointer-issue-140491xizheyin-0/+16
2025-05-24mir-opt: Do not create storage marks for temporary localsdianqk-69/+8
2025-05-24Rollup merge of #141456 - Urgau:check-cfg-version-pred, r=jieyouxuMatthias Krüger-0/+64
2025-05-24Rollup merge of #141446 - psumbera:2nd-maintainer, r=RalfJungMatthias Krüger-0/+1
2025-05-24Rollup merge of #141444 - zzzzzz8403:patch-1, r=NoratriebMatthias Krüger-4/+4
2025-05-24Rollup merge of #141438 - compiler-errors:dyn-compatible-call, r=lcnrMatthias Krüger-304/+91
2025-05-24Rollup merge of #141429 - compiler-errors:unsafe-binder-non-structural-match,...Matthias Krüger-0/+33
2025-05-24Rollup merge of #141427 - fmease:dis-triagebot-glacier, r=UrgauMatthias Krüger-2/+0
2025-05-24Rollup merge of #141405 - RalfJung:GetUserProfileDirectoryW, r=ChrisDentonMatthias Krüger-5/+3
2025-05-24Enable xray support for Macquininer-1/+3
2025-05-24Auto merge of #141415 - est31:let_chains_libcore, r=tgross35bors-2/+2
2025-05-24fix: `unit_arg` suggests wrongly for `Default::default`yanglsh-28/+49
2025-05-24document some -Z flagsjyn-0/+36
2025-05-24Auto merge of #141421 - nnethercote:TypeAliasPart-get, r=GuillaumeGomezbors-35/+36
2025-05-24mir-opt: Create an indirect BB to add `StorageDead`dianqk-4/+82
2025-05-24Optimize documentation lints **a lot** (2/2) (7.5% -> 1%) (#14870)Jason Newcomb-52/+54
2025-05-24Merge pull request #2410 from rust-lang/tshepang-patch-1Tshepang Mbambo-1/+1
2025-05-24typoTshepang Mbambo-1/+1
2025-05-23rustdoc-gui test: apply suggestions from code reviewbinarycat-1/+4
2025-05-24Simplify things a little more.Nicholas Nethercote-6/+3