about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2023-08-14explain why we can mutate the FPU control wordRalf Jung-0/+12
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/+22
2023-08-14avoid transmuting Box when we can just cast raw pointers insteadRalf Jung-2/+2
2023-08-14simplify is_nonoverlapping a bitRalf Jung-1/+1
2023-08-14make Cell::swap panic if the Cells partially overlapRalf Jung-2/+15
2023-08-14clarify safety documentation of ptr::swap and ptr::copyRalf Jung-0/+6
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-14Implement Step for AsciiCharltdk-2/+63
2023-08-13core/any: remove Provider traitwayne warren-739/+736
2023-08-13Rollup merge of #114069 - cuviper:profiler-path, r=Mark-SimulacrumGuillaume Gomez-0/+6
2023-08-13Rollup merge of #94667 - frank-king:feature/iter_map_windows, r=Mark-SimulacrumGuillaume Gomez-1/+743
2023-08-13add more explicit I/O safety documentationRalf Jung-10/+57
2023-08-12aliasing guaranteeManish Goregaokar-25/+40
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
2023-08-12Partially stabilize #![feature(int_roundings)]Jacob Pratt-6/+6
2023-08-12Update Sender documentation for SyncGurinder Singh-3/+2
2023-08-11Auto merge of #114720 - scottmcm:better-sub, r=workingjubileebors-5/+24
2023-08-11Auto merge of #113432 - klensy:ms-cut-backtrace, r=ChrisDentonbors-8/+12
2023-08-10Tell LLVM that the negation in `<*const T>::sub` cannot overflowScott McMurray-5/+24
2023-08-10Optimized implementations of max, min, and clamp for booldanflapjax-0/+16
2023-08-10Rollup merge of #114402 - tifv:tifv-fix-rc-doc, r=cuviperMichael Goulet-3/+3
2023-08-10Rollup merge of #114359 - ttsugriy:barrier-simpl, r=cuviperMichael Goulet-5/+2
2023-08-10Rollup merge of #114257 - rytheo:linked-list-avoid-unique, r=cuviperMichael Goulet-11/+13
2023-08-10Rollup merge of #114194 - thomcc:flushinline, r=cuviperMichael Goulet-0/+13
2023-08-11Add Iterator::map_windowsFrank King-1/+743
2023-08-10Stabilize thread local cell methods.Mara Bos-19/+9
2023-08-09Rollup merge of #114377 - Enselic:test_get_dbpath_for_term-utf-8, r=thomccMatthias Krüger-7/+5
2023-08-09Suggest using `Arc` on `!Send`/`!Sync` typesEsteban Kuber-2/+8
2023-08-09Auto merge of #114646 - matthiaskrgr:rollup-xf7qnmn, r=matthiaskrgrbors-94/+160
2023-08-09Rollup merge of #114641 - kupiakos:ascii-char-to-not-as, r=scottmcmMatthias Krüger-4/+4
2023-08-09Rollup merge of #113939 - the8472:pidfd-from-child, r=Mark-SimulacrumMatthias Krüger-90/+156
2023-08-09Auto merge of #99747 - ankane:float_gamma, r=workingjubileebors-2/+159
2023-08-08Rename copying `ascii::Char` methods from `as_` to `to_`Alyssa Haroldsen-4/+4
2023-08-08open pidfd in child process and send to the parent via SOCK_SEQPACKET+CMSGThe 8472-90/+156
2023-08-08Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnayMatthias Krüger-24/+25
2023-08-08Fix #114608Georgii Rylov-3/+3
2023-08-07Increase clarity about Hash - Eq consistency in HashMap and HashSet docsEasyoakland-5/+8
2023-08-07Bump compiler_builtins to 0.1.100Andrew Kane-1/+1
2023-08-07core: Remove #[macro_export] from `debug_assert_matches`Arthur Cohen-1/+0
2023-08-07std: synchronize with all calls to `unpark` in id-based thread parkerjoboet-11/+6
2023-08-07Better Debug for Vars and VarsOsTamir Duberstein-12/+256
2023-08-07impl Default for ExitCodeIan Jackson-0/+8
2023-08-07Rollup merge of #114562 - Trolldemorted:thiscall, r=oli-obkMatthias Krüger-1/+1