| Age | Commit message (Expand) | Author | Lines |
| 2021-12-18 | Rollup merge of #92030 - rukai:stdlib2021, r=m-ou-se | Matthias Krüger | -13/+12 |
| 2021-12-18 | Rollup merge of #92025 - devnexen:revert-91553-anc_data_dfbsd, r=kennytm | Matthias Krüger | -92/+8 |
| 2021-12-18 | Update stdlib to the 2021 edition | Lucas Kent | -13/+12 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -92/+8 |
| 2021-12-16 | Rollup merge of #91947 - ibraheemdev:io-error-other, r=joshtriplett | Matthias Krüger | -0/+27 |
| 2021-12-15 | Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay | Matthias Krüger | -28/+28 |
| 2021-12-14 | add `io::Error::other` constructor | Ibraheem Ahmed | -0/+27 |
| 2021-12-15 | Rollup merge of #91881 - Patrick-Poitras:stabilize-iter-zip, r=scottmcm | Matthias Krüger | -1/+0 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-14 | Auto merge of #91728 - Amanieu:stable_asm, r=joshtriplett | bors | -25/+11 |
| 2021-12-14 | Fix a bunch of typos | Frank Steffahn | -28/+28 |
| 2021-12-13 | Stabilize const_cstr_unchecked | Konrad Borowski | -2/+1 |
| 2021-12-12 | Address review feedback | Amanieu d'Antras | -1/+1 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -26/+12 |
| 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 |