| Age | Commit message (Expand) | Author | Lines |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -2/+1 |
| 2021-12-11 | Rollup merge of #91782 - maxwase:is_symlink_since_attribute, r=jyn514 | Matthias Krüger | -2/+2 |
| 2021-12-11 | Correct since attribute for feature | Maxwase | -2/+2 |
| 2021-12-11 | Rollup merge of #91553 - devnexen:anc_data_dfbsd, r=yaahc | Matthias Krüger | -8/+92 |
| 2021-12-11 | Auto merge of #91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr | bors | -38/+37 |
| 2021-12-10 | Rollup merge of #91482 - JosephTLyons:update-HashMap-and-BTreeMap-documentati... | Matthias Krüger | -53/+70 |
| 2021-12-09 | Replace iterator-based set construction by *Set::From<[T; N]> | Júnior Bassani | -38/+37 |
| 2021-12-09 | Auto merge of #81156 - DrMeepster:read_buf, r=joshtriplett | bors | -289/+899 |
| 2021-12-09 | Rollup merge of #89999 - talagrand:GetTempPath2, r=m-ou-se | Matthias Krüger | -13/+16 |
| 2021-12-09 | Rollup merge of #87599 - Smittyvb:concat_bytes, r=Mark-Simulacrum | Matthias Krüger | -0/+18 |
| 2021-12-08 | Rollup merge of #91467 - ChrisDenton:confusing-os-string, r=Mark-Simulacrum | Matthias Krüger | -10/+13 |
| 2021-12-07 | correct typo | DrMeepster | -1/+1 |
| 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-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 |