about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2023-12-15Auto merge of #118966 - matthiaskrgr:rollup-sdvjwy6, r=matthiaskrgrbors-10/+40
2023-12-15Rollup merge of #116888 - tbu-:pr_unsafe_env, r=AmanieuMatthias Krüger-10/+40
2023-12-15Auto merge of #118770 - saethlin:fix-inline-never-uses, r=nnethercotebors-1/+0
2023-12-14Fix cases where std accidentally relied on inline(never)Ben Kimock-1/+0
2023-12-14Auto merge of #118566 - klensy:cstr-new, r=WaffleLapkinbors-26/+26
2023-12-13Reformulate `std::env::{set,remove}_env` as safety noteTobias Bucher-24/+36
2023-12-13Auto merge of #116438 - ChrisDenton:truncate, r=thomccbors-7/+53
2023-12-13Use different cfg for AIXKai Luo-1/+6
2023-12-12added column number to dbg!()darklyspaced-3/+3
2023-12-12Add xcoff supportKai Luo-1/+1
2023-12-11Updating fs::read example to remove SocketAddressHaydon Ryan-2/+2
2023-12-11fixing error std::fs::read_to_string example documentationHaydon Ryan-2/+2
2023-12-10Remove an allocation in min_stackAlex Saveau-1/+1
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-18/+3
2023-12-10Use AtomicU8 instead of AtomicUsize in backtrace.rsDavid Thomas-3/+3
2023-12-10remove redundant importssurechen-18/+3
2023-12-10Fix typo in `std::sync::Mutex` examplenaglis-1/+1
2023-12-09merge core_panic feature into panic_internalsRalf Jung-2/+1
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-1/+7
2023-12-08std: getrandom simplification for freebsd.David Carlier-11/+1
2023-12-08OnceLock: Rework example, statics aren't droppedIan Rees-14/+25
2023-12-07Auto merge of #116565 - Sword-Destiny:master, r=Amanieubors-6/+1170
2023-12-07add teeos std impl袁浩-6/+1170
2023-12-07Add emulated TLS supportquininer-1/+7
2023-12-06library: fix comment about const assert in win apiklensy-1/+1
2023-12-06Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errorsbors-1/+1
2023-12-06Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviperbors-1/+29
2023-12-06std: xous: take eh_frame address from main argsSean Cross-1/+28
2023-12-05fmtZachary S-4/+1
2023-12-06Auto merge of #118547 - alexcrichton:invert-common-net-inclusion, r=workingju...bors-8/+8
2023-12-05Specify behavior if the closure passed to *Guard::*map panics.Zachary S-69/+364
2023-12-05fix MappedMutexGuard::(try_)map doc typo.Zachary S-2/+2
2023-12-05Add MappedMutexGuard and MappedRwLock*Guard tests.Zachary S-2/+133
2023-12-05Fix Condvar typo, add public re-exports of Mapped*Guard.Zachary S-2/+6
2023-12-05Add comment about `Mapped(Mutex|RwLockWrite)Guard` variance.Zachary S-35/+43
2023-12-05Implmement `MappedRwLock(Read|Write)Guard`.Zachary S-3/+355
2023-12-05Implement `MappedMutexGuard`.Zachary S-0/+193
2023-12-05Allow cloning `poison::Guard`s.Zachary S-0/+1
2023-12-05Rollup merge of #117793 - wdunicornpro:patch-1, r=workingjubileeMichael Goulet-1/+1
2023-12-05chore: Bump compiler_builtinsPatryk Wychowaniec-3/+3
2023-12-04Specialize `count` tooBenoît du Garreau-0/+44
2023-12-04`HashMap`/`HashSet`: forward `fold` implementations of iteratorsBenoît du Garreau-0/+130
2023-12-03library: use c string literalsklensy-26/+26
2023-12-03Auto merge of #118487 - RalfJung:exposed-provenance, r=thomccbors-0/+1
2023-12-02Auto merge of #118484 - blyxxyz:os-str-slice, r=BurntSushibors-2/+131
2023-12-02std: Invert logic for inclusion of `sys_common::net`Alex Crichton-8/+8
2023-12-02Auto merge of #118077 - calebzulawski:sync-portable-simd-2023-11-19, r=workin...bors-1/+2
2023-12-02Add substring API for `OsStr`Jan Verbeek-2/+131
2023-12-01Auto merge of #117248 - ChrisDenton:ci-symlink, r=m-ou-sebors-1/+1
2023-11-30move exposed-provenance APIs into separate feature gate and explain the relat...Ralf Jung-0/+1