about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2025-05-11Add a safe wrapper for `LLVMAppendModuleInlineAsm`Zalathar-11/+17
2025-05-11Use `LLVMGetInlineAsm`Zalathar-43/+17
2025-05-11Add a searchable tag `PTR_LEN_STR` to explain `*const c_uchar` bindingsZalathar-2/+2
2025-05-11Auto merge of #140912 - fmease:rollup-rwtn31e, r=fmeasebors-216/+580
2025-05-11Rollup merge of #140903 - RalfJung:fallback-body-tests, r=WaffleLapkinLeón Orell Valerian Liehr-11/+46
2025-05-11Rollup merge of #140886 - Berrysoft:update-bootstrap-lock, r=jieyouxuLeón Orell Valerian Liehr-33/+13
2025-05-11Rollup merge of #140882 - Dietr1ch:dev/duration_constructors_lite, r=BurntSushiLeón Orell Valerian Liehr-7/+29
2025-05-11Rollup merge of #140878 - nnethercote:two-expand-cleanups, r=compiler-errorsLeón Orell Valerian Liehr-71/+45
2025-05-11Rollup merge of #140865 - Kivooeo:9th, r=NoratriebLeón Orell Valerian Liehr-4/+4
2025-05-11Rollup merge of #140795 - mu001999-contrib:sugg-stable-import-first, r=petroc...León Orell Valerian Liehr-6/+94
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-0/+36
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-84/+349
2025-05-10Remove `stable` attribute from wasi fs (read_exact|write_all)_atPaolo Barbolini-2/+0
2025-05-10Fix ICE in `missing_const_for_fn` (#14776)Alejandra González-2/+45
2025-05-11Async drop fix for async_drop_in_place<T> layout calculated for unspecified TAndrew Zhogin-0/+24
2025-05-10Auto merge of #140901 - Kobzol:fix-download-gcc, r=onur-ozkanbors-1/+2
2025-05-10Fixed a recursive inling bug, added a test for itmichal kostrubiec-3/+103
2025-05-10Fix ICE in `missing_const_for_fn`Samuel Tardieu-2/+45
2025-05-10test intrinsic fallback bodies with MiriRalf Jung-11/+46
2025-05-10Fix download of GCC from CI on non-nightly channelsJakub Beránek-1/+2
2025-05-10gui test different linkSpecificProtagonist-1/+1
2025-05-10gui testSpecificProtagonist-0/+24
2025-05-10rustdoc: Fix links in trait impl docsSpecificProtagonist-1/+3
2025-05-10Auto merge of #140895 - matthiaskrgr:rollup-rfvqv4t, r=matthiaskrgrbors-93/+110
2025-05-10Resolve through local re-exports in `lookup_path` (#14772)dswij-19/+53
2025-05-10Update miniz_oxide dependency of coverage_dumpoyvindln-19/+4
2025-05-10Regenerate intrinsicsGuillaume Gomez-136/+418
2025-05-10Correctly handle branches when updating repositoryGuillaume Gomez-2/+3
2025-05-10Use the fallback body for `{minimum,maximum}f128` on LLVM as well.Urgau-6/+14
2025-05-10Merge pull request #19772 from rust-lang/push-nxzlokoozypoLukas Wirth-33/+47
2025-05-10Rollup merge of #140879 - pthariensflame:patch-1, r=pietroalbiniMatthias Krüger-1/+1
2025-05-10Rollup merge of #140789 - hermit-os:hermit-abi-0.5.1, r=Mark-SimulacrumMatthias Krüger-2/+2
2025-05-10Rollup merge of #140783 - veluca93:oncelock-docs, r=jhprattMatthias Krüger-1/+1
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-1/+0
2025-05-10Rollup merge of #140660 - RalfJung:more-order, r=WaffleLapkinMatthias Krüger-16/+1
2025-05-10Rollup merge of #140151 - RalfJung:drop_in_place-is-not-an-intrinsic, r=Mark-...Matthias Krüger-41/+31
2025-05-10Rollup merge of #139562 - notriddle:notriddle/ew-resize, r=GuillaumeGomezMatthias Krüger-30/+56
2025-05-10Rollup merge of #129334 - ChayimFriedman2:more-lazy-methods, r=AmanieuMatthias Krüger-2/+18
2025-05-10Auto merge of #140854 - oli-obk:merge-queries, r=nnethercotebors-123/+119
2025-05-10Fix `unnecessary_unwrap` emitted twice in closure (#14763) (#14770)Samuel Tardieu-1/+89
2025-05-10noiseTshepang Mbambo-2/+0
2025-05-10we are a collectiveTshepang Mbambo-1/+0
2025-05-10"cargo fmt"Tshepang Mbambo-18/+28
2025-05-10bump editionTshepang Mbambo-2/+2
2025-05-10no point versioning theseTshepang Mbambo-103/+108
2025-05-10add missing wordTshepang Mbambo-1/+1
2025-05-10last updated a year agoTshepang Mbambo-0/+1
2025-05-10sembrTshepang Mbambo-19/+13
2025-05-10reduce clutter when reading sourceTshepang Mbambo-8/+16
2025-05-10Warn when #[export_name] is used with generic functionsMu001999-10/+477