about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
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-12Stabilize AArch64 SHA3 intrinsicsTony Arcieri-23/+24
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-12Avoid panicking branch in `append_to_string`Benoît du Garreau-1/+4
2024-04-12`VecDeque::read_to_string`: avoid making the slices contiguousBenoît du Garreau-9/+2
2024-04-12Improve several `Read` implementationsBenoît du Garreau-1/+28
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-12Use inline assembly for Arm64ECDaniel Paoliello-3/+2
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
2024-04-11Rollup merge of #123798 - tniessen:patch-1, r=workingjubileeMatthias Krüger-2/+2
2024-04-11Rollup merge of #122882 - Zoxc:panic-output-panic, r=AmanieuMatthias Krüger-9/+29
2024-04-11Auto merge of #123814 - matthiaskrgr:rollup-lxn0t4t, r=matthiaskrgrbors-5/+5
2024-04-11Add a `Debug` impl and some basic functions to `f16` and `f128`Trevor Gross-0/+224
2024-04-11Refactor `panic_unwind/seh.rs` pointer use; x86 now conforms to strict-proven...niluxv-41/+73
2024-04-12Stabilize `Seek::seek_relative`Slanterns-2/+1
2024-04-11Auto merge of #123732 - a1phyr:io_error_factor, r=cuviperbors-159/+67
2024-04-11std: use queue-based `RwLock` on Windows 7joboet-50/+6
2024-04-11std: use queue-based `RwLock` on Xousjoboet-74/+0
2024-04-11std: use queue-based `RwLock` on SGXjoboet-261/+47
2024-04-11std: remove `sys_common::thread`joboet-24/+22
2024-04-11core: panic on overflow in `BorrowedCursor`joboet-2/+12
2024-04-11Avoid invalid socket address in length calculationTobias Nießen-2/+2
2024-04-11OpenBSD fix long socket addressesSebastien Marie-0/+10
2024-04-11Factor some common `io::Error` constantsBenoît du Garreau-159/+67
2024-04-11Correct broken link in core::pin docTomoki Nakagawa-5/+5
2024-04-11Rollup merge of #123756 - lukas-code:file-sync, r=jhprattLeón Orell Valerian Liehr-3/+11
2024-04-11Rollup merge of #123661 - tgross35:stabilize-cstr_count_bytes, r=dtolnayLeón Orell Valerian Liehr-3/+1
2024-04-11Rollup merge of #123360 - adamgemmell:dev/adagem01/restricted-std, r=ehussLeón Orell Valerian Liehr-1/+10
2024-04-11Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=AmanieuLeón Orell Valerian Liehr-32/+206
2024-04-10clean up docs for `File::sync_*`Lukas Markeffsky-3/+11