about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2022-10-16PhantomData: inline a macro that is used only onceRalf Jung-59/+53
2022-10-16Rollup merge of #102023 - SUPERCILEX:maybeuninit-transpose, r=scottmcmYuki Okushi-0/+37
2022-10-16Rollup merge of #101717 - Pointerbender:unsafecell-memory-layout, r=AmanieuYuki Okushi-0/+44
2022-10-15Add MaybeUninit array transpose implsAlex Saveau-0/+37
2022-10-15Auto merge of #100579 - joboet:sync_mutex_everywhere, r=thomccbors-123/+47
2022-10-15More slice::partition_point examplesScott McMurray-0/+32
2022-10-15Stabilize `duration_checked_float`Ryan Lopopolo-26/+21
2022-10-15Documentation BTreeMap::append's behavior for already existing keysphilipp-3/+6
2022-10-15Rollup merge of #102773 - joboet:apple_parker, r=thomccDylan DPC-1/+165
2022-10-15Auto merge of #98033 - joshtriplett:is-terminal-fd-handle, r=thomccbors-36/+161
2022-10-15Use Align8 to avoid misalignment if the allocator or Vec doesn't align alloca...Josh Triplett-7/+7
2022-10-15Rewrite FILE_NAME_INFO handling to avoid enlarging slice referenceJosh Triplett-4/+4
2022-10-15Make is_terminal fail fast if a process has no console at allJosh Triplett-1/+9
2022-10-15Add `IsTerminal` trait to determine if a descriptor or handle is a terminalJosh Triplett-35/+152
2022-10-14Auto merge of #103069 - matthiaskrgr:rollup-xxsx6sk, r=matthiaskrgrbors-52/+63
2022-10-14Rollup merge of #103067 - Nilstrieb:tidy-likes-the-alphabet, r=jackh726Matthias Krüger-39/+50
2022-10-14Rollup merge of #103059 - beetrees:duration-from-negative-zero, r=thomccMatthias Krüger-1/+10
2022-10-14Rollup merge of #103045 - lukas-code:blank-lines, r=GuillaumeGomezMatthias Krüger-11/+0
2022-10-14Rollup merge of #103017 - fortanix:raoul/sgx_tls_fix, r=ChrisDentonMatthias Krüger-0/+1
2022-10-14Rollup merge of #102781 - StackOverflowExcept1on:master, r=joshtriplettMatthias Krüger-1/+2
2022-10-14Auto merge of #101030 - woppopo:const_location, r=scottmcmbors-3/+41
2022-10-14Sort target features alphabeticallynils-38/+48
2022-10-14Add some tidy-alphabeticalnils-1/+2
2022-10-14Auto merge of #102783 - RalfJung:tls, r=thomccbors-12/+27
2022-10-14Bugfix: keep TLS data in syncRaoul Strackx-0/+1
2022-10-14Fix `Duration::{try_,}from_secs_f{32,64}(-0.0)`beetrees-1/+10
2022-10-14Auto merge of #102529 - colinba:master, r=joshtriplettbors-1/+1
2022-10-14Tweak grammarJosh Triplett-1/+1
2022-10-14Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8KiDylan DPC-16/+16
2022-10-14Rollup merge of #102847 - joshtriplett:bugfix-impl-fd-traits-for-io-types, r=...Dylan DPC-98/+54
2022-10-14remove leading newlines from integer primitive doc examplesLukas Markeffsky-11/+0
2022-10-14more dupe word typosRageking8-16/+16
2022-10-13Auto merge of #103009 - Dylan-DPC:rollup-9c2tng6, r=Dylan-DPCbors-0/+10
2022-10-13Rollup merge of #102854 - semarie:openbsd-immutablestack, r=m-ou-seDylan DPC-0/+10
2022-10-13smarter way to avoid 'unused' warning when building for testsRalf Jung-9/+2
2022-10-13sync thread_local key conditions exactly with what the macro usesRalf Jung-10/+32
2022-10-13Auto merge of #102919 - luojia65:update-stdarch, r=Amanieubors-0/+2
2022-10-13std: use `sync::Mutex` for internal staticsjoboet-123/+47
2022-10-13Auto merge of #102655 - joboet:windows_tls_opt, r=ChrisDentonbors-117/+202
2022-10-13kmc-solid: Handle errors returned by `SOLID_FS_ReadDir`Tomoaki Kawada-8/+12
2022-10-13Auto merge of #102995 - JohnTitor:rollup-yomkwge, r=JohnTitorbors-2/+2
2022-10-13library: update stdarch submoduleluojia65-0/+2
2022-10-13Rollup merge of #102974 - Rageking8:fix-small-word-dupe-typos, r=JohnTitorYuki Okushi-2/+2
2022-10-13Auto merge of #102372 - abrown:issue-102157, r=thomccbors-9/+28
2022-10-12expand documentation on type conversion w.r.t. `UnsafeCell`Pointerbender-8/+13
2022-10-13fix small word dupe typosRageking8-2/+2
2022-10-12Auto merge of #102732 - RalfJung:assert_unsafe_precondition2, r=bjorn3bors-58/+84
2022-10-12Update docs for `CStr::from_ptr`.Markus Reiter-4/+13
2022-10-12Make `CStr::from_ptr` `const`.Markus Reiter-7/+25
2022-10-12Auto merge of #102460 - flba-eb:fix_85261_prevent_alloc_after_fork, r=thomccbors-4/+23