about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-04-28Rollup merge of #139224 - epage:nocapture, r=thomccChris Denton-9/+14
2025-04-28Rollup merge of #138939 - SabrinaJewson:arc-is-unique, r=tgross35Chris Denton-8/+61
2025-04-28Rollup merge of #138737 - Ayush1325:r-efi-update, r=tgross35Chris Denton-10/+10
2025-04-28Rollup merge of #138395 - Kobzol:ci-download-gcc, r=Mark-SimulacrumChris Denton-1/+4
2025-04-27Auto merge of #140362 - weihanglo:update-cargo, r=weihanglobors-0/+0
2025-04-27Move inline_asm to typeck, properly handle aliasesMichael Goulet-73/+86
2025-04-28Streamline the `format` macro.Nicholas Nethercote-10/+7
2025-04-27Use `feature(target_has_reliable_f16_f128)` in library testsTrevor Gross-262/+648
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-9/+15
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-3/+12
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-27/+311
2025-04-27fix: `unused_unit` suggests wrongly when unit never type fallback (#14609)Jason Newcomb-79/+698
2025-04-27Merge pull request #1576 from Urgau/triagebot-issue-links-no-mentionsUrgau-0/+7
2025-04-28dropee_emit_retag function separated in drop glue buildAndrew Zhogin-26/+38
2025-04-27Update clippy_lints/src/manual_abs_diff.rsCornelius Roemer-1/+1
2025-04-27Fix a few more `clippy::version`sCornelius Roemer-10/+10
2025-04-27Auto merge of #140366 - matthiaskrgr:rollup-zd3q1oy, r=matthiaskrgrbors-108/+368
2025-04-27bless testsWaffle Lapkin-19/+14
2025-04-27Make error for tuple struct pat/expr w/ FQS clearerWaffle Lapkin-57/+222
2025-04-27Improve test for FQS tuple struct pat/exprWaffle Lapkin-43/+113
2025-04-27Test partial moves via deref patsNadrieril-0/+8
2025-04-27Rollup merge of #140358 - Zoxc:variance-cycle, r=oli-obkMatthias Krüger-12/+20
2025-04-27Rollup merge of #140348 - ehuss:lint-docs-edition, r=compiler-errorsMatthias Krüger-18/+12
2025-04-27Rollup merge of #140280 - nnethercote:improve-if-else-printing, r=UrgauMatthias Krüger-78/+302
2025-04-27Rollup merge of #140246 - nnethercote:fix-never-pattern-printing, r=NadrierilMatthias Krüger-0/+34
2025-04-27Add `Arc::is_unique`SabrinaJewson-8/+61
2025-04-27Merge pull request #4293 from primoly/unsafe-attributesBen Kimock-4/+4
2025-04-27Replace some `Symbol::as_str` usage (#14679)Timo-179/+448
2025-04-27`unsafe(no_mangle)` in `miri_start` examplesprimoly-4/+4
2025-04-27Update cargoWeihang Lo-0/+0
2025-04-27Merge pull request #4294 from rust-lang/rustup-2025-04-26Ralf Jung-2144/+3219
2025-04-27Auto merge of #140360 - matthiaskrgr:rollup-savbr84, r=matthiaskrgrbors-143/+89
2025-04-27Fix SGX library code implicit auto-refUrgau-1/+1
2025-04-27Rollup merge of #140346 - petrochenkov:cleanhyg, r=compiler-errorsMatthias Krüger-118/+54
2025-04-27Rollup merge of #140339 - petrochenkov:capanew, r=lqdMatthias Krüger-9/+8
2025-04-27Rollup merge of #140330 - Kivooeo:new-fix-five, r=clubby789Matthias Krüger-1/+1
2025-04-27Rollup merge of #140297 - shepmaster:cstr-lossy, r=joboetMatthias Krüger-2/+3
2025-04-27Rollup merge of #139090 - yotamofek:pr/peekable-next-if-docs, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #139031 - DaniPopes:str-trim-closure, r=tgross35Matthias Krüger-3/+3
2025-04-27Rollup merge of #137714 - DiuDiu777:doc-fix, r=tgross35Matthias Krüger-3/+12
2025-04-27Rollup merge of #137439 - clarfonthey:c-str-module, r=tgross35Matthias Krüger-4/+5
2025-04-27Merge pull request #2351 from rust-lang/rustc-pullYuki Okushi-10984/+20283
2025-04-27ci: clean more disk space in codebuildMarcoIeni-50/+81
2025-04-27specify explicit safety guidance for from_utf8_uncheckedLemonJ-2/+2
2025-04-27CI: docker: host-x86_64: test-various: uefi_qemu_test: Update r-efiAyush Singh-4/+4
2025-04-27Fix `zombie_processes` FP inside closuresyanglsh-1/+26
2025-04-27Auto merge of #140291 - GuillaumeGomez:doctest-2024-stdout, r=notriddlebors-1/+92
2025-04-27Use `search_for_cycle_permutation` to look for `variances_of`John Kåre Alsaker-12/+20
2025-04-27bypass linker configuration and cross target check on `x check`onur-ozkan-1/+2
2025-04-27fix: `unused_unit` suggests wrongly when unit never type fallbackyanglsh-79/+698