about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2024-04-16Update usage note on OpenOptions::append()Hrvoje Niksic-9/+18
2024-04-16Change intrinsic types to use `u32` instead of `T` to match stable reexportsMaybe Waffle-7/+79
2024-04-16Add tests for power9-vector instructionsLuca Barbato-7/+17
2024-04-16Consider power9-vector when testing instructionsLuca Barbato-2/+6
2024-04-16Implement _mm(256)_abs_epi* without x86-specific LLVM intrinsicsEduardo Sánchez Muñoz-21/+91
2024-04-15Add support for Arm64EC to the Standard LibraryDaniel Paoliello-23/+26
2024-04-15Rollup merge of #123970 - risc0:erik/zkvm-fix-os-str, r=joboetMichael Goulet-2/+4
2024-04-15Use fake libc in core testChris Denton-2/+6
2024-04-15Auto merge of #123968 - jieyouxu:rollup-1pnkxor, r=jieyouxubors-4/+3
2024-04-15static_mut_refs: use raw pointers to remove the remaining FIXMERalf Jung-3/+2
2024-04-15zkvm: fix references to `os_str` moduleErik Kaneda-2/+4
2024-04-15Rollup merge of #123957 - RalfJung:create_dir_all_bare, r=joboet许杰友 Jieyou Xu (Joe)-0/+1
2024-04-15Rollup merge of #123548 - RalfJung:what-is-time, r=joboet许杰友 Jieyou Xu (Joe)-4/+2
2024-04-15Auto merge of #123937 - RalfJung:miri-link-section, r=oli-obkbors-0/+1
2024-04-15Auto merge of #123851 - NobodyXu:patch-1, r=BurntSushibors-6/+10
2024-04-15Update doc for std::io::Error::downcastJiahao XU-1/+5
2024-04-15Remove bound checks from `BorrowedBuf` and `BorrowedCursor` methodsBenoît du Garreau-6/+18
2024-04-15disable create_dir_all_bare on all(miri, windows)Ralf Jung-0/+1
2024-04-15libtest: also measure time in MiriRalf Jung-4/+2
2024-04-15Auto merge of #123928 - tbu-:pr_statx_enosys, r=workingjubileebors-8/+5
2024-04-15Add vec_deque::Iter::as_slices and friendschloekek-0/+142
2024-04-14Rollup merge of #123915 - shenawy29:patch-1, r=NilstriebGuillaume Gomez-6/+6
2024-04-14Rollup merge of #120900 - marcospb19:std-use-seek-stream-position, r=joshtrip...Guillaume Gomez-29/+31
2024-04-14Miri: run .CRT$XLB linker section on thread-endRalf Jung-0/+1
2024-04-14`statx` probe: `ENOSYS` might come from a faulty FUSE driverTobias Bucher-8/+5
2024-04-14Auto merge of #122268 - ChrisDenton:no-libc, r=Mark-Simulacrumbors-15/+46
2024-04-14improve documentation slightly regarding some pointer methodsMohamed El-Shenawy-6/+6
2024-04-14Move msvc libs to coreChris Denton-0/+11
2024-04-14Replace libc::c_int with core::ffi::c_intChris Denton-15/+35
2024-04-14Rollup merge of #123879 - beetrees:missing-unsafe, r=Mark-SimulacrumMatthias Krüger-17/+24
2024-04-14Rollup merge of #123875 - Ghamza-Jd:master, r=joboetMatthias Krüger-6/+6
2024-04-14Rollup merge of #123779 - semarie:notgull-openbsd-socket, r=Mark-SimulacrumMatthias Krüger-0/+10
2024-04-14Rollup merge of #123651 - tgross35:thread-local-updates, r=Mark-SimulacrumMatthias Krüger-28/+32
2024-04-14Auto merge of #107462 - WaffleLapkin:from_iterator_for_tuple, r=dtolnaybors-0/+33
2024-04-14Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrumbors-45/+49
2024-04-13Rollup merge of #123876 - dpaoliello:backtrace, r=ChrisDentonMatthias Krüger-0/+0
2024-04-13Rollup merge of #123716 - Kriskras99:patch-2, r=Mark-SimulacrumMatthias Krüger-6/+5
2024-04-13doc note that f16 and f128 hardware support is limitedultrabear-0/+6
2024-04-13Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhprattJacob Pratt-22/+16
2024-04-13Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472Jacob Pratt-15/+55
2024-04-13Add missing `unsafe` to internal `std::thread::Thread` creation functionsbeetrees-14/+21
2024-04-13Remove duplicated `allow(dead_code)` attributeTony Arcieri-1/+0
2024-04-13Add missing `unsafe` to internal function `std::sys::pal::unix::thread::min_s...beetrees-3/+3
2024-04-12Update backtrace submoduleDaniel Paoliello-0/+0
2024-04-13chore: replace x with y for hexa-decimal fmtHamza Jadid-6/+6
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-15/+55
2024-04-12Rollup merge of #123867 - eduardosm:unsafe-fns, r=ChrisDentonMatthias Krüger-12/+14
2024-04-12Rollup merge of #123858 - marijanp:fix-zkvm-cmath-path, r=joboetMatthias Krüger-2/+0
2024-04-12Rollup merge of #123857 - devnexen:tcp_listener_update_backlog, r=ChrisDentonMatthias Krüger-0/+4
2024-04-12Rollup merge of #123807 - joboet:sys_common_thread, r=jhprattMatthias Krüger-24/+22