about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-08-06std::thread: set_name implementation proposal for vxWorks.David Carlier-3/+30
2024-08-06Add `only-soft-floats` feature to prevent using any intrinsics or arch-specif...Guillaume Gomez-5/+9
2024-08-06Remove unused lifetime parameter from spawn_uncheckedDavid Tolnay-8/+7
2024-08-06Add a special case for CStr/CString in the improper_ctypes lintFlying-Toast-0/+1
2024-08-06Eliminate the use of `public_test_dep!`Trevor Gross-759/+752
2024-08-05Fix emscripten as `os` rather than `env`.Trevor Gross-1/+1
2024-08-05implement BufReader::peekbinarycat-0/+55
2024-08-05custom MIR: add support for tail callsRalf Jung-0/+8
2024-08-05nontemporal_store: make sure that the intrinsic is truly just a hintRalf Jung-5/+5
2024-08-05WASI fixing unsafe_op_in_unsafe_fn for std::{os, sys}Georgii Rylov-18/+24
2024-08-05Auto merge of #128673 - matthiaskrgr:rollup-gtvpkm7, r=matthiaskrgrbors-25/+38
2024-08-05Rollup merge of #128619 - glandium:last_chunk, r=scottmcmMatthias Krüger-1/+1
2024-08-05Rollup merge of #128609 - swenson:smaller-faster-dragon, r=AmanieuMatthias Krüger-23/+26
2024-08-05Rollup merge of #128026 - devnexen:available_parallelism_vxworks, r=Mark-Simu...Matthias Krüger-1/+11
2024-08-05Rollup merge of #128309 - kmicklas:btreeset-cursor, r=AmanieuMatthias Krüger-1/+582
2024-08-04chore: releasegithub-actions[bot]-1/+1
2024-08-05Correct the const stabilization of `<[T]>::last_chunk`Mike Hommey-1/+1
2024-08-04Auto merge of #128534 - bjorn3:split_stdlib_workspace, r=Mark-Simulacrumbors-0/+533
2024-08-04std: refactor UNIX random data generationjoboet-173/+137
2024-08-04refactor: standardize duplicate processes in parserKonippi-32/+24
2024-08-04Remove the `dummy` functionSayantan Chakraborty-12/+0
2024-08-04Rollup merge of #128526 - tshepang:patch-1, r=AmanieuMatthias Krüger-10/+0
2024-08-04Auto merge of #128466 - sayantn:stdarch-update, r=tgross35bors-0/+1
2024-08-04Update stdarchsayantn-0/+0
2024-08-03Fix `_mm_stream_si64`Sayantan Chakraborty-1/+14
2024-08-04Chore: add `x86_amx_intrinsics` feature flag to `core/lib.rs` and remove `iss...sayantn-0/+1
2024-08-03Rollup merge of #128551 - Konippi:refactor-backtrace-style-in-panic, r=tgross35Matthias Krüger-19/+10
2024-08-03Rollup merge of #128530 - scottmcm:repeat-n-unchecked, r=joboetMatthias Krüger-13/+20
2024-08-03Fix markdown list in docsJonas Fierlings-3/+2
2024-08-03initial commit to enable amxziyizhang-1-18/+618
2024-08-03Remove unnecessary constants from flt2dec dragonChristopher Swenson-23/+26
2024-08-03Apply review comments to PartialOrd sectionLukas Bergdoll-14/+14
2024-08-03Auto merge of #128404 - compiler-errors:revert-dead-code-changes, r=pnkfelixbors-0/+5
2024-08-03Suppress new false-negatives that were masked by dead code analysis changesMichael Goulet-0/+4
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-0/+1
2024-08-03Rollup merge of #128368 - nnethercote:rustfmt-tweaks, r=cuviperMatthias Krüger-1/+3
2024-08-03Rollup merge of #128303 - NobodyXu:specialise-for-pipe, r=cuviperMatthias Krüger-0/+25
2024-08-03Rollup merge of #127586 - zachs18:more-must-use, r=cuviperMatthias Krüger-4/+14
2024-08-03Rollup merge of #126704 - sayantn:sha, r=AmanieuMatthias Krüger-0/+10
2024-08-03Update float conversion testsTrevor Gross-176/+100
2024-08-03Update to the latest `rustc_apfloat`Trevor Gross-1/+1
2024-08-03Correct `sys_avialable` for `f64` -> `f16` truncationTrevor Gross-1/+1
2024-08-03Update which platforms have no `f16` symbolsTrevor Gross-1/+11
2024-08-03Make use of new `f16` and `f128` config optionsTrevor Gross-16/+25
2024-08-03Configure which platforms get `f16` and `f128` enabled by defaultTrevor Gross-2/+44
2024-08-03Add back remaining config on `arm_aeabi_alias`Trevor Gross-0/+3
2024-08-03Switch to a target structure in build.rsTrevor Gross-40/+78
2024-08-03Forbid unsafe_op_in_unsafe_fn in vxworks specific os and sys filesB I Mohammed Abbas-0/+2
2024-08-03chore: refactor backtrace style in panicKonippi-19/+10
2024-08-03Auto merge of #128528 - workingjubilee:you-dont-need-to-see-this-cpuid-move-a...bors-12/+0