about summary refs log tree commit diff
path: root/library/std/src/lib.rs
AgeCommit message (Expand)AuthorLines
2022-08-25Rollup merge of #99332 - jyn514:stabilize-label-break-value, r=petrochenkovYuki Okushi-1/+1
2022-08-23Stabilize `#![feature(label_break_value)]`Joshua Nelson-1/+1
2022-08-23Auto merge of #99917 - yaahc:error-in-core-move, r=thomccbors-0/+3
2022-08-22Move error trait into coreJane Losare-Lusby-0/+3
2022-08-22Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcmDylan DPC-0/+1
2022-08-21Make use of `pointer::is_aligned[_to]`Maybe Waffle-0/+1
2022-08-20Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgrbors-3/+14
2022-08-20Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-SimulacrumMatthias Krüger-0/+1
2022-08-20Expose `Utf8Lossy` as `Utf8Chunks`dylni-0/+1
2022-08-18clarify lib.rs attribute structureRalf Jung-10/+13
2022-08-18add miri-test-libstd support to libstdRalf Jung-0/+8
2022-08-16Use `MaybeUninit<u8>` for `IpDisplayBuffer`.Markus Reiter-0/+2
2022-08-12Apply changes from rustfmt bumpMark Rousskov-1/+1
2022-08-12Adjust cfgsMark Rousskov-3/+2
2022-08-10add crt-static for androidBryanskiy-0/+1
2022-07-23Auto merge of #97925 - the8472:cgroupv1, r=joshtriplettbors-0/+1
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-15Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friendsJosh Triplett-3/+0
2022-07-14Auto merge of #99242 - Dylan-DPC:rollup-34bqdh8, r=Dylan-DPCbors-0/+1
2022-07-14Rollup merge of #98072 - yaahc:generic-member-access, r=thomccDylan DPC-0/+1
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-1/+2
2022-07-14Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-SimulacrumDylan DPC-1/+0
2022-07-13Stabilize `core::ffi:c_*` and rexport in `std::ffi`Josh Triplett-1/+0
2022-07-08Support unstable moves via stable in unstable itemsJane Lusby-1/+2
2022-07-03Auto merge of #98673 - pietroalbini:pa-bootstrap-update, r=Mark-Simulacrumbors-2/+1
2022-07-02Auto merge of #97235 - nbdd0121:unwind, r=Amanieubors-0/+2
2022-07-01Adjust for rustfmt order changeMark Rousskov-1/+1
2022-07-01update cfg(bootstrap)sPietro Albini-1/+0
2022-06-30Rollup merge of #97629 - guswynn:exclusive_struct, r=m-ou-seMatthias Krüger-0/+1
2022-06-28Remove feature `const_option` from stdChris Denton-1/+0
2022-06-13Add provider API to error traitJane Lusby-0/+1
2022-06-10Auto merge of #96837 - tmiasko:stdio-fcntl, r=joshtriplettbors-0/+1
2022-06-09add cgroupv1 support to available_parallelismThe 8472-0/+1
2022-06-08Fix FFI-unwind unsoundness with mixed panic modeGary Guo-0/+2
2022-06-07[core] add Exclusive to syncGus Wynn-0/+1
2022-06-04keep using poll as fast path and only use fcntl as fallbackThe 8472-0/+1
2022-06-03Fully stabilize NLLJack Huey-1/+1
2022-05-31Auto merge of #97574 - Dylan-DPC:rollup-jq850l6, r=Dylan-DPCbors-1/+0
2022-05-31Auto merge of #96881 - est31:join_osstr, r=dtolnaybors-0/+2
2022-05-28Stabilize `toowned_clone_into`Yuki Okushi-1/+0
2022-05-11Rollup merge of #96861 - m-ou-se:std-use-prelude-2021, r=joshtriplettYuki Okushi-1/+1
2022-05-09Implement [OsStr]::joinest31-0/+2
2022-05-09Use Rust 2021 prelude in std itself.Mara Bos-1/+1
2022-05-08Revert "Implement [OsStr]::join", which was merged without FCPThom Chiovoloni-2/+0
2022-05-06Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieubors-0/+1
2022-05-06Add a dedicated length-prefixing method to `Hasher`Scott McMurray-0/+1
2022-05-05Implement [OsStr]::joinest31-0/+2
2022-04-27Revert "Re-export core::ffi types from std::ffi"Josh Triplett-1/+0
2022-04-17Improve Windows path prefix parsingdylni-0/+1
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-0/+1