| Age | Commit message (Expand) | Author | Lines |
| 2021-12-08 | Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-Simulacrum | Matthias Krüger | -10/+13 |
| 2021-12-07 | Work around Clippy false positive on `as c_char` | David Tolnay | -0/+5 |
| 2021-12-07 | correct typo | DrMeepster | -1/+1 |
| 2021-12-07 | Define c_char using cfg_if rather than repeating 40-line cfg | David Tolnay | -88/+57 |
| 2021-12-06 | Implement concat_bytes! | Smitty | -0/+18 |
| 2021-12-06 | Auto merge of #91284 - t6:freebsd-riscv64, r=Amanieu | bors | -2/+4 |
| 2021-12-05 | socket ancillary data implementation for dragonflybsd. | David Carlier | -8/+92 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -4/+3 |
| 2021-12-05 | Rollup merge of #91355 - alexcrichton:stabilize-thread-local-const, r=m-ou-se | Matthias Krüger | -12/+1 |
| 2021-12-05 | Rollup merge of #89642 - devnexen:macos_getenv_chng, r=m-ou-se | Matthias Krüger | -4/+1 |
| 2021-12-04 | Update docs. | Mara Bos | -2/+1 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -2/+2 |
| 2021-12-04 | Add documentation to more `From::from` implementations. | Kevin Reid | -7/+30 |
| 2021-12-03 | Rollup merge of #91474 - rtzoeller:dfly_set_errno, r=cuviper | Matthias Krüger | -0/+1 |
| 2021-12-03 | Rollup merge of #91453 - ChrisDenton:doc-win-tls-dtors, r=dtolnay | Matthias Krüger | -0/+14 |
| 2021-12-03 | Make `HashMap`s mutable again | Joseph T Lyons | -6/+6 |
| 2021-12-02 | suppress warning about set_errno being unused on DragonFly | Ryan Zoeller | -0/+1 |
| 2021-12-02 | Rollup merge of #91464 - ChrisDenton:doc-path-case-sensitivity, r=joshtriplett | Matthias Krüger | -0/+7 |
| 2021-12-02 | Rollup merge of #91460 - ChrisDenton:doc-last-os-error, r=joshtriplett | Matthias Krüger | -1/+7 |
| 2021-12-02 | Emphasise that an OsStr[ing] is not necessarily a platform string | Chris Denton | -10/+13 |
| 2021-12-02 | Document file path case sensitivity | Chris Denton | -0/+7 |
| 2021-12-02 | Document how `last_os_error` should be used | Chris Denton | -1/+7 |
| 2021-12-02 | Use `HashMap::from()` instead of using `HashMap::new()` with `HashMap::insert()` | Joseph T Lyons | -53/+70 |
| 2021-12-02 | Document Windows TLS drop behaviour | Chris Denton | -0/+14 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -7/+3 |
| 2021-11-29 | std: Stabilize the `thread_local_const_init` feature | Alex Crichton | -12/+1 |
| 2021-11-29 | Rollup merge of #91049 - dimo414:patch-1, r=kennytm | Matthias Krüger | -0/+20 |
| 2021-11-27 | Auto merge of #91288 - matthiaskrgr:rollup-yp5h41r, r=matthiaskrgr | bors | -3/+6 |
| 2021-11-27 | Rollup merge of #91057 - the8472:clarify-parallelism-steady-state, r=dtolnay | Matthias Krüger | -3/+6 |
| 2021-11-27 | Auto merge of #90846 - cuviper:weak, r=dtolnay | bors | -191/+134 |
| 2021-11-27 | Add riscv64gc-unknown-freebsd | Tobias Kortkamp | -2/+4 |
| 2021-11-26 | Rollup merge of #91176 - hermitcore:spin, r=kennytm | Matthias Krüger | -1/+10 |
| 2021-11-24 | Rollup merge of #91151 - name1e5s:chore/process_test, r=m-ou-se | Guillaume Gomez | -28/+36 |
| 2021-11-24 | Rollup merge of #90420 - GuillaumeGomez:rustdoc-internals-feature, r=camelid | Guillaume Gomez | -2/+3 |
| 2021-11-24 | Create rustdoc_internals feature gate | Guillaume Gomez | -2/+3 |
| 2021-11-24 | Improving the readability | Stefan Lankes | -1/+1 |
| 2021-11-24 | If the thread does not get the lock in the short term, yield the CPU | Stefan Lankes | -1/+10 |
| 2021-11-23 | kernel_copy: avoid panic on unexpected OS error | Georg Brandl | -2/+4 |
| 2021-11-23 | fix test in std::process on android | name1e5s | -28/+36 |
| 2021-11-22 | Auto merge of #91101 - birkenfeld:io_error_docs, r=Mark-Simulacrum | bors | -0/+6 |
| 2021-11-21 | Auto merge of #90352 - camsteffen:for-loop-desugar, r=oli-obk | bors | -4/+1 |
| 2021-11-21 | libcore: assume the input of `next_code_point` and `next_code_point_reverse` ... | Eduardo Sánchez Muñoz | -1/+2 |
| 2021-11-21 | Simplify for loop desugar | Cameron Steffen | -4/+1 |
| 2021-11-21 | Rollup merge of #91008 - Urgau:float-minimum-maximum, r=scottmcm | Matthias Krüger | -0/+13 |
| 2021-11-21 | Mention std::io::Error::from(ErrorKind) in Error::new() docs | Georg Brandl | -0/+6 |
| 2021-11-20 | Add a caveat to std::os::windows::fs::symlink_file | Michael Diamond | -0/+20 |
| 2021-11-20 | Auto merge of #87704 - ChrisDenton:win-resolve-exe, r=yaahc | bors | -32/+219 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+13 |
| 2021-11-20 | Rollup merge of #88361 - WaffleLapkin:patch-2, r=jyn514 | Matthias Krüger | -5/+3 |
| 2021-11-19 | Expand available_parallelism docs in anticipation of cgroup quotas | The8472 | -3/+6 |