about summary refs log tree commit diff
path: root/library/std/src
AgeCommit message (Expand)AuthorLines
2021-12-08Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-SimulacrumMatthias Krüger-10/+13
2021-12-07Work around Clippy false positive on `as c_char`David Tolnay-0/+5
2021-12-07correct typoDrMeepster-1/+1
2021-12-07Define c_char using cfg_if rather than repeating 40-line cfgDavid Tolnay-88/+57
2021-12-06Implement concat_bytes!Smitty-0/+18
2021-12-06Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieubors-2/+4
2021-12-05socket ancillary data implementation for dragonflybsd.David Carlier-8/+92
2021-12-05Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplettbors-4/+3
2021-12-05Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-seMatthias Krüger-12/+1
2021-12-05Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-seMatthias Krüger-4/+1
2021-12-04Update docs.Mara Bos-2/+1
2021-12-04Use IntoIterator for array impl everywhere.Mara Bos-2/+2
2021-12-04Add documentation to more `From::from` implementations.Kevin Reid-7/+30
2021-12-03Rollup merge of #91474 - rtzoeller:dfly_set_errno, r=cuviperMatthias Krüger-0/+1
2021-12-03Rollup merge of #91453 - ChrisDenton:doc-win-tls-dtors, r=dtolnayMatthias Krüger-0/+14
2021-12-03Make `HashMap`s mutable againJoseph T Lyons-6/+6
2021-12-02suppress warning about set_errno being unused on DragonFlyRyan Zoeller-0/+1
2021-12-02Rollup merge of #91464 - ChrisDenton:doc-path-case-sensitivity, r=joshtriplettMatthias Krüger-0/+7
2021-12-02Rollup merge of #91460 - ChrisDenton:doc-last-os-error, r=joshtriplettMatthias Krüger-1/+7
2021-12-02Emphasise that an OsStr[ing] is not necessarily a platform stringChris Denton-10/+13
2021-12-02Document file path case sensitivityChris Denton-0/+7
2021-12-02Document how `last_os_error` should be usedChris Denton-1/+7
2021-12-02Use `HashMap::from()` instead of using `HashMap::new()` with `HashMap::insert()`Joseph T Lyons-53/+70
2021-12-02Document Windows TLS drop behaviourChris Denton-0/+14
2021-11-30Apply cfg-bootstrap switchMark Rousskov-7/+3
2021-11-29std: Stabilize the `thread_local_const_init` featureAlex Crichton-12/+1
2021-11-29Rollup merge of #91049 - dimo414:patch-1, r=kennytmMatthias Krüger-0/+20
2021-11-27Auto merge of #91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgrbors-3/+6
2021-11-27Rollup merge of #91057 - the8472:clarify-parallelism-steady-state, r=dtolnayMatthias Krüger-3/+6
2021-11-27Auto merge of #90846 - cuviper:weak, r=dtolnaybors-191/+134
2021-11-27Add riscv64gc-unknown-freebsdTobias Kortkamp-2/+4
2021-11-26Rollup merge of #91176 - hermitcore:spin, r=kennytmMatthias Krüger-1/+10
2021-11-24Rollup merge of #91151 - name1e5s:chore/process_test, r=m-ou-seGuillaume Gomez-28/+36
2021-11-24Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelidGuillaume Gomez-2/+3
2021-11-24Create rustdoc_internals feature gateGuillaume Gomez-2/+3
2021-11-24Improving the readabilityStefan Lankes-1/+1
2021-11-24If the thread does not get the lock in the short term, yield the CPUStefan Lankes-1/+10
2021-11-23kernel_copy: avoid panic on unexpected OS errorGeorg Brandl-2/+4
2021-11-23fix test in std::process on androidname1e5s-28/+36
2021-11-22Auto merge of #91101 - birkenfeld:io_error_docs, r=Mark-Simulacrumbors-0/+6
2021-11-21Auto merge of #90352 - camsteffen:for-loop-desugar, r=oli-obkbors-4/+1
2021-11-21libcore: assume the input of `next_code_point` and `next_code_point_reverse` ...Eduardo Sánchez Muñoz-1/+2
2021-11-21Simplify for loop desugarCameron Steffen-4/+1
2021-11-21Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcmMatthias Krüger-0/+13
2021-11-21Mention std::io::Error::from(ErrorKind) in Error::new() docsGeorg Brandl-0/+6
2021-11-20Add a caveat to std::os::windows::fs::symlink_fileMichael Diamond-0/+20
2021-11-20Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahcbors-32/+219
2021-11-20Implement IEEE 754-2019 minimun and maximum functions for f32/f64Loïc BRANSTETT-0/+13
2021-11-20Rollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514Matthias Krüger-5/+3
2021-11-19Expand available_parallelism docs in anticipation of cgroup quotasThe8472-3/+6