about summary refs log tree commit diff
path: root/library/std
AgeCommit message (Expand)AuthorLines
2023-08-21docs: Add example, reference link for `type` keyword.Bruce Mitchener-1/+9
2023-08-20Add data race test to `std::env::{get, set}`ShE3py-0/+20
2023-08-20Rollup merge of #114968 - ShE3py:unix-getsetenv-ub, r=thomccMatthias Krüger-27/+47
2023-08-20Auto merge of #113167 - ChAoSUnItY:redundant_explicit_link, r=GuillaumeGomezbors-0/+1
2023-08-20Rollup merge of #114983 - crlf0710:formatmsg, r=ChrisDentonMatthias Krüger-6/+2
2023-08-20Rollup merge of #114973 - shepmaster:std-provide-value, r=AmanieuMatthias Krüger-1/+1
2023-08-20Rollup merge of #114605 - Easyoakland:hash-collection-doc, r=thomccMatthias Krüger-5/+8
2023-08-19Correct and expand documentation of `handle_alloc_error` and `set_alloc_error...Kevin Reid-6/+20
2023-08-19Usage zero as language id for FormatMessageW()Charles Lew-6/+2
2023-08-19Rollup merge of #114977 - kpreid:modulo, r=thomccMatthias Krüger-0/+2
2023-08-19Rollup merge of #114971 - kpreid:trig, r=joshtriplettMatthias Krüger-0/+18
2023-08-18Add `modulo` and `mod` as doc aliases for `rem_euclid`.Kevin Reid-0/+2
2023-08-18Auto merge of #114591 - joboet:thread_parking_ordering_fix, r=thomccbors-11/+6
2023-08-18Expose core::error::request_value in stdJake Goulding-1/+1
2023-08-18Add doc aliases for trigonometry and other f32,f64 methods.Kevin Reid-0/+18
2023-08-18Fix UB in `std::sys::os::getenv()`ShE3py-27/+47
2023-08-18QNX: pass a truncated thread name to the OSJorge Aparicio-0/+4
2023-08-18Remove Drop impl of mpsc Receiver and (Sync)SenderBen Schulz-15/+0
2023-08-18resolve conflictsKyle Lin-0/+1
2023-08-18resolve conflictsKyle Lin-1/+1
2023-08-18lint linksKyle Lin-1/+1
2023-08-17Rollup merge of #114897 - joshtriplett:partial-revert-ok-0, r=m-ou-seJosh Stone-3/+3
2023-08-17Rollup merge of #114749 - gurry:issue-114722, r=thomccMatthias Krüger-3/+2
2023-08-16Partially revert #107200Josh Triplett-3/+3
2023-08-16address commentsGeorgii Rylov-11/+7
2023-08-16Fix a pthread_t handle leak #114610Georgii Rylov-0/+12
2023-08-16Rollup merge of #114861 - RalfJung:no-effect, r=wesleywiserMatthias Krüger-1/+1
2023-08-16Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomccbors-18/+9
2023-08-15Rollup merge of #114619 - g0djan:godjan/fix_#114608, r=m-ou-seMatthias Krüger-3/+3
2023-08-15Rollup merge of #114588 - ijackson:exit-status-default-2, r=m-ou-seMatthias Krüger-1/+10
2023-08-15fix typo: affect -> effectRalf Jung-1/+1
2023-08-15Document Default for ExitStatusIan Jackson-1/+10
2023-08-15Rollup merge of #114800 - RalfJung:transparent, r=cuviperGuillaume Gomez-14/+22
2023-08-14Auto merge of #113658 - Dirreke:csky-unknown-linux-gunabiv2, r=bjorn3bors-2/+9
2023-08-14actually this doesn't even affect doctests. nice.Ralf Jung-18/+9
2023-08-14Upgrade Object and related depsdirreke-2/+2
2023-08-14add a csky-unknown-linux-gnuabiv2 targetDirreke-0/+7
2023-08-14reference-counting analogyRalf Jung-20/+23
2023-08-14reword the paragraph on file description ownershipRalf Jung-9/+10
2023-08-14don't link to RFCs, they are not up-to-date docsRalf Jung-2/+1
2023-08-14std: add some missing repr(transparent)Ralf Jung-2/+19
2023-08-14mention /proc/self/fd with /proc/self/memRalf Jung-3/+3
2023-08-14wording; and explain some of the possible consequences of violating io-safetyRalf Jung-3/+9
2023-08-14typosRalf Jung-2/+2
2023-08-14sync the various FromRawFd trait docs, and remove 'valid'Ralf Jung-21/+32
2023-08-13core/any: remove Provider traitwayne warren-9/+9
2023-08-13add more explicit I/O safety documentationRalf Jung-10/+57
2023-08-12Rollup merge of #114132 - tamird:better-env-debug-impls, r=AmanieuMatthias Krüger-12/+256
2023-08-12Name what ln_gamma doesJubilee Young-2/+6
2023-08-12Remove unnecessary feature gatesJacob Pratt-1/+0