about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-09-03Outline panicking code for `RefCell::borrow` and `RefCell::borrow_mut`John Kåre Alsaker-2/+24
2023-09-03Stabilize the Saturating type (saturating_int_impl, gh-87920)Michael Watzko-102/+93
2023-09-03Unimpl Shl, ShlAssign, Shr and ShrAssign for SaturatingMichael Watzko-123/+126
2023-09-03Improve documentation on when signes are printed by defaultRoland Fredenhagen-2/+2
2023-09-02Auto merge of #115273 - the8472:take-fold, r=cuviperbors-19/+82
2023-09-02Rollup merge of #115449 - scottmcm:stable-const-is-ascii, r=ChrisDentonMatthias Krüger-3/+2
2023-09-02Rollup merge of #115443 - epage:os_str, r=cuviperMatthias Krüger-90/+86
2023-09-02Rollup merge of #115427 - solid-rs:patch/kmc-solid/is-interrupted, r=cuviperMatthias Krüger-8/+2
2023-09-02Rollup merge of #114845 - scottmcm:npo-align, r=WaffleLapkinMatthias Krüger-1/+33
2023-09-01don't panic in BorrowedCursor::writeZachary S-2/+3
2023-09-01fix(std): Rename os_str_bytes to encoded_bytesEd Page-82/+82
2023-09-02Auto merge of #113295 - clarfonthey:ascii-step, r=cuviperbors-2/+63
2023-09-01stabilize `io_error_other` featureIbraheem Ahmed-3/+1
2023-09-01Update mod.rsvwkd-1/+1
2023-09-01Const-stabilize `is_ascii`Scott McMurray-3/+2
2023-09-01Support bootstrap.Camille GILLOT-3/+6
2023-09-01Support debuginfo for custom MIR.Camille GILLOT-9/+21
2023-09-01feat(std): Stabilize 'os_str_bytes' featureEd Page-8/+4
2023-09-01Auto merge of #114065 - lukas-code:u16_from_char, r=dtolnaybors-2/+36
2023-09-01fix `Debug` impl for `AsciiChar`soqb-2/+39
2023-09-01[`clippy`] Use symbols intended for `arithmetic_side_effects`Caio-0/+2
2023-09-01Auto merge of #114448 - SteveLauC:std_fs_read_doc, r=Mark-Simulacrumbors-5/+7
2023-09-01kmc-solid: Refactor `is_interrupted` to avoid integer overflowTomoaki Kawada-2/+1
2023-09-01docs: improve std::fs::read docSteve Lau-5/+7
2023-09-01kmc-solid: Directly delegate to `net::is_interrupted` in `std::sys::solid::is...Tomoaki Kawada-6/+1
2023-08-29std::thread::set_name exploit the return on haikuDavid CARLIER-1/+3
2023-08-29further expand on Arc and Box analogyRalf Jung-3/+6
2023-08-29Implement `CStr::count_bytes`Trevor Gross-0/+28
2023-08-29Refactor the const `strlen` implementation to `const_strlen`Trevor Gross-34/+44
2023-08-29Auto merge of #114795 - RalfJung:cell-swap, r=dtolnaybors-3/+16
2023-08-29Auto merge of #113859 - Manishearth:vec-as-mut-ptr-stacked-borrow, r=dtolnaybors-0/+51
2023-08-29Auto merge of #115312 - hermitcore:hermit-is_interrupted, r=thomccbors-0/+5
2023-08-29Auto merge of #115309 - hermitcore:hermit-net-init, r=cuviperbors-8/+1
2023-08-29fix std::primitive doc: homogenous -> homogeneousMeng Xiangzhuo-6/+6
2023-08-29fix a doc typo at std::os::unix::fs::FileExt::write_atMeng Xiangzhuo-1/+1
2023-08-28Remove old bindings that have been movedChris Denton-7/+1
2023-08-28Add GetActiveProcessorCount and process attributesChris Denton-0/+7
2023-08-28Abstract over internal `SOCKET` typeChris Denton-20/+26
2023-08-28Update windows ffi bindingsChris Denton-98/+82
2023-08-28Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errorsMatthias Krüger-10/+2
2023-08-28Rollup merge of #115310 - RalfJung:panic-and-format, r=scottmcmMatthias Krüger-7/+45
2023-08-28reduce indirection in for_each specializationThe 8472-7/+6
2023-08-28Auto merge of #114848 - michaelvanstraten:spawn_with_attributes, r=ChrisDentonbors-2/+306
2023-08-28fix(sys/hermit): add is_interruptedMartin Kröning-0/+5
2023-08-28fix(sys/hermit): remove obsolete network initializationMartin Kröning-8/+1
2023-08-28Revert "Suggest using `Arc` on `!Send`/`!Sync` types"David Tolnay-8/+2
2023-08-28Revert "Make `rustc_on_unimplemented` std-agnostic for `alloc::rc`"David Tolnay-2/+0
2023-08-28improve panic.md edition disucssion, and nitsRalf Jung-14/+19
2023-08-28format, format_args: Make xref to std::fmt much more prominentIan Jackson-4/+6
2023-08-28panic macro: Link directly to format syntax, not to format!Ian Jackson-2/+2