about summary refs log tree commit diff
path: root/library
AgeCommit message (Expand)AuthorLines
2021-11-15Also note tool expectations of fork vs clone3Josh Stone-0/+2
2021-11-15Update another comment on fork vs. clone3Josh Stone-2/+2
2021-11-15Only use `clone3` when needed for pidfdJosh Stone-7/+6
2021-11-15Ensure that pushing empty path works as beforeSean Young-1/+5
2021-11-15Document the valid values for `HandleOrNull` and `HandleOrInvalid`.Dan Gohman-0/+8
2021-11-15Fix Windows compilation errors.Dan Gohman-11/+6
2021-11-15Fix assertion failures in `OwnedHandle` with `windows_subsystem`.Dan Gohman-40/+72
2021-10-17Auto merge of #88652 - AGSaidi:linux-aarch64-should-be-actually-monotonic, r=...bors-0/+15
2021-10-17Rollup merge of #89953 - woppopo:option_const_as_mut, r=oli-obkYuki Okushi-1/+11
2021-10-17Rollup merge of #89507 - lopopolo:lopopolo/ordering-repr-i8, r=joshtriplettYuki Okushi-0/+1
2021-10-17Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li...woppopo-0/+1
2021-10-17Make Option::as_mut constwoppopo-1/+10
2021-10-16Rollup merge of #89925 - gilescope:update-docs-atomic-usage, r=m-ou-seMatthias Krüger-1/+1
2021-10-16Rollup merge of #89921 - joshuaseaton:zircon-process, r=tmandryMatthias Krüger-4/+7
2021-10-16Rollup merge of #89898 - Amanieu:remove_alloc_prelude, r=joshtriplettMatthias Krüger-30/+0
2021-10-16Rollup merge of #89509 - jhpratt:stabilize-const_unreachable_unchecked, r=oli...Matthias Krüger-3/+2
2021-10-15Auto merge of #85379 - mdaverde:uds-abstract, r=joshtriplettbors-4/+416
2021-10-15updating docs to reflect current situationGiles Cope-1/+1
2021-10-15Auto merge of #84096 - m-ou-se:windows-bcrypt-random, r=dtolnaybors-27/+14
2021-10-15[fuchsia] Update process info structJoshua Seaton-4/+7
2021-10-15Auto merge of #89337 - mbrubeck:vec-leak, r=m-ou-sebors-3/+5
2021-10-15Auto merge of #88717 - tabokie:vecdeque-fast-append, r=m-ou-sebors-2/+30
2021-10-15Use BCryptGenRandom instead of RtlGenRandom on Windows.Mara Bos-27/+14
2021-10-15Auto merge of #88540 - ibraheemdev:swap-unchecked, r=kennytmbors-13/+85
2021-10-15Remove alloc::preludeAmanieu d'Antras-30/+0
2021-10-14Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddleMatthias Krüger-1/+10
2021-10-14Rollup merge of #89873 - askoufis:patch-1, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-10-14Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplettMatthias Krüger-9/+19
2021-10-14don't duplicate slice `panic_bounds_check`Ibraheem Ahmed-10/+4
2021-10-14Auto merge of #89247 - fee1-dead:const-eval-select, r=oli-obkbors-0/+71
2021-10-14Fix missing remaining compiler specific cfg informationGuillaume Gomez-1/+10
2021-10-14Fix const stabilityDeadbeef-0/+2
2021-10-14Avoid tupling at the calleeDeadbeef-6/+6
2021-10-14Add missing word to `FromStr` trait docsAdam Skoufis-1/+1
2021-10-13Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplettMatthias Krüger-20/+57
2021-10-13Improve `std::thread::available_parallelism` docsYoshua Wuyts-20/+57
2021-10-13Rollup merge of #89817 - m-ou-se:int-log-10-inline, r=the8472Yuki Okushi-0/+12
2021-10-13Rollup merge of #89814 - jkugelman:must-use-string-transforms-typo, r=joshtri...Yuki Okushi-1/+1
2021-10-13Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplettYuki Okushi-2/+38
2021-10-13Rollup merge of #89781 - Wilfred:patch-2, r=JohnTitorYuki Okushi-1/+1
2021-10-12Auto merge of #89774 - the8472:inline-mut-iter-next, r=m-ou-sebors-13/+7
2021-10-12Add #[inline] to int log10 functions.Mara Bos-0/+12
2021-10-12Remove potentially unsound note on reconstructing a leaked Vec.Mara Bos-3/+0
2021-10-12Fix uppercase/lowercase errorJohn Kugelman-1/+1
2021-10-12Rollup merge of #89799 - ast-ral:ready-method-spellck, r=joshtriplettthe8472-1/+1
2021-10-12Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplettthe8472-0/+47
2021-10-12Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh...the8472-1/+15
2021-10-12Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplettthe8472-0/+54
2021-10-12Mention Rust version in Vec::leak docs.Mara Bos-4/+5
2021-10-12Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplettbors-0/+2