about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-09-21Add doc aliases on Sized traitGuillaume Gomez-0/+1
2022-09-21Use fetch_update in sync::Weak::upgradeKonrad Borowski-23/+16
2022-09-21Rollup merge of #102058 - mqudsi:path_extension_docs, r=thomccDylan DPC-1/+1
2022-09-21Rollup merge of #101995 - scottmcm:carrying-mul-example, r=Mark-SimulacrumDylan DPC-0/+30
2022-09-21Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-SimulacrumDylan DPC-3/+6
2022-09-21Add missing documentation for `bool::from_str`Guillaume Gomez-2/+2
2022-09-21Auto merge of #100214 - scottmcm:strict-range, r=thomccbors-31/+268
2022-09-20Auto merge of #100581 - joboet:sync_rwlock_everywhere, r=thomccbors-151/+62
2022-09-20Add `ptr::Alignment` typeScott McMurray-53/+90
2022-09-20Remove `RtlGenRandom` (take two)Chris Denton-53/+29
2022-09-20Clarify Path::extension() semantics in docs abstractMahmoud Al-Qudsi-1/+1
2022-09-20Add the `#[derive_const]` attributeDeadbeef-0/+21
2022-09-19Optimize `array::IntoIter`Scott McMurray-31/+268
2022-09-20Remove use of `io::ErrorKind::Other` in stdPatiga-2/+2
2022-09-19std: use `sync::RwLock` for internal staticsjoboet-151/+62
2022-09-19Rollup merge of #101798 - y86-dev:const_waker, r=lcnrMatthias Krüger-4/+26
2022-09-19Rollup merge of #101389 - lukaslueg:rcgetmutdocs, r=m-ou-seMatthias Krüger-9/+12
2022-09-19Added tracking issuey86-dev-3/+3
2022-09-19Document surprising and dangerous fs::Permissions behaviour on UnixTim Hutt-3/+64
2022-09-18Add another example for `uN::carrying_mul`Scott McMurray-0/+30
2022-09-18Auto merge of #101955 - jam1garner:fix-proc-macro-typo, r=petrochenkovbors-1/+1
2022-09-18Move `unix_socket_abstract` feature API to `SocketAddrExt`.John Millikin-83/+123
2022-09-18Adjust `tcp_quickack` feature to allow other `os::linux::net` features.John Millikin-12/+17
2022-09-18Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrumbors-8/+5
2022-09-17Fix typo in proc_macro Span::eqjam1garner-1/+1
2022-09-17Auto merge of #101949 - matthiaskrgr:rollup-xu5cqnd, r=matthiaskrgrbors-173/+190
2022-09-17Rollup merge of #101821 - thomcc:unicode-15, r=ManishearthMatthias Krüger-173/+190
2022-09-17Add `Box<[T; N]>: TryFrom<Vec<T>>`Scott McMurray-1/+50
2022-09-17Rollup merge of #101861 - wesleywiser:update_stdarch, r=AmanieuMatthias Krüger-1/+1
2022-09-17Rollup merge of #101672 - idigdoug:array_try_into, r=Mark-SimulacrumMatthias Krüger-2/+92
2022-09-17Auto merge of #101938 - Dylan-DPC:rollup-6vlohhs, r=Dylan-DPCbors-3/+3
2022-09-17Rollup merge of #101931 - msakuta:master, r=thomccDylan DPC-1/+1
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-2/+2
2022-09-17Auto merge of #101784 - reitermarkus:const-memchr, r=thomccbors-25/+23
2022-09-17Fix a typo in docstringmsakuta-1/+1
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-58/+129
2022-09-16Rollup merge of #101802 - chriss0612:const_fn_trait_ref_impls, r=fee1-deadDylan DPC-10/+15
2022-09-16Add `const_trait` to `Allocator`Deadbeef-0/+5
2022-09-16append_const_msg for std traitsDeadbeef-59/+16
2022-09-16Mark `Drop` with `#[const_trait]`Deadbeef-0/+1
2022-09-16Do not implement `Unpin` as constDeadbeef-2/+1
2022-09-16Prevent errors for stage0 rustc buildDeadbeef-1/+1
2022-09-16Add more `const_trait` annotationsDeadbeef-3/+26
2022-09-16Add `const_trait`sDeadbeef-0/+11
2022-09-16Require `#[const_trait]` for `const` `impl`sDeadbeef-0/+5
2022-09-15Only enable the let_else feature on bootstrapest31-2/+2
2022-09-15Update stdarchWesley Wiser-1/+1
2022-09-15Rollup merge of #101810 - raldone01:feat/const_partial_eq_ordering, r=fee1-deadMatthias Krüger-1/+14
2022-09-15Rollup merge of #101559 - andrewpollack:add-backtrace-off-fuchsia, r=tmandryMatthias Krüger-17/+16
2022-09-14Adding backtrace off option for fuchsia targetsAndrew Pollack-17/+16