about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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-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-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
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-22/+16
2024-04-12Add `unsafe` to two functions with safety invariantsEduardo Sánchez Muñoz-12/+14
2024-04-12zkvm: remove cmathMarijan Petričević-2/+0
2024-04-12std::net: TcpListener shrinks the backlog argument to 32 for Haiku.David Carlier-0/+4
2024-04-12Rollup merge of #123852 - kamaboko123:fix_typo_in_std_lib_rs, r=lqdMatthias Krüger-1/+1
2024-04-12Rollup merge of #123833 - dpaoliello:stdarch, r=AmanieuMatthias Krüger-0/+1
2024-04-12Rollup merge of #123825 - saethlin:report-nounwind-panics, r=petrochenkovMatthias Krüger-1/+6
2024-04-12Auto merge of #123846 - matthiaskrgr:rollup-85y28av, r=matthiaskrgrbors-3/+3
2024-04-12Update document for std::io::Error::downcastJiahao XU-6/+6
2024-04-12fix typo in library/std/src/lib.rskamaboko123-1/+1
2024-04-12Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcmMatthias Krüger-1/+1
2024-04-12Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=NilstriebMatthias Krüger-2/+2
2024-04-12Auto merge of #123783 - tgross35:f16-f128-debug-impl, r=Amanieubors-0/+224
2024-04-12core: get rid of `USIZE_MARKER`joboet-45/+49
2024-04-12Auto merge of #123490 - niluxv:strict_prov_unwind_seh, r=Amanieubors-41/+73
2024-04-12fix pin.rs typoYuanzhuo Yang-1/+1
2024-04-12Rollup merge of #123826 - kornelski:one-in-a-quintillion, r=AmanieuMatthias Krüger-2/+8
2024-04-12Auto merge of #120092 - zetanumbers:pin_in_static_allocator, r=Amanieubors-3/+12
2024-04-11Update stdarch submoduleDaniel Paoliello-0/+1
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-2/+2
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-13/+43
2024-04-11Call the panic hook for non-unwind panics in proc-macrosBen Kimock-1/+6
2024-04-11Move rare overflow error to a cold functionKornel-2/+8
2024-04-11Rollup merge of #123806 - joboet:advanced_overflow, r=AmanieuMatthias Krüger-2/+12