| Age | Commit message (Expand) | Author | Lines |
| 2021-12-28 | Fix windows build | Xuanwo | -0/+9 |
| 2021-12-28 | Add try_reserve for OsString | Xuanwo | -0/+92 |
| 2021-12-27 | Little improves in CString `new` when creating from slice | AngelicosPhosphoros | -22/+45 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -2/+2 |
| 2021-12-26 | fix typo: the use f.pad -> then use f.pad | Hiroshi Kori | -1/+1 |
| 2021-12-26 | Fix a pair of mistyped test cases in std::net::ip | Scallop Ye | -2/+2 |
| 2021-12-25 | Language tweak. | Laurence Tratt | -2/+2 |
| 2021-12-23 | Rollup merge of #90625 - Milo123459:ref-unwind-safe, r=dtolnay | Matthias Krüger | -0/+7 |
| 2021-12-23 | Rollup merge of #92208 - ChrisDenton:win-bat-cmd, r=dtolnay | Matthias Krüger | -0/+35 |
| 2021-12-23 | Rollup merge of #92139 - dtolnay:backtrace, r=m-ou-se | Matthias Krüger | -3/+3 |
| 2021-12-23 | Rollup merge of #92117 - solid-rs:fix-kmc-solid-read-buf, r=yaahc | Matthias Krüger | -1/+27 |
| 2021-12-22 | Fix tests | Chris Denton | -3/+11 |
| 2021-12-21 | Rollup merge of #92129 - RalfJung:join-handle-docs, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-21 | Rollup merge of #90345 - passcod:entry-insert, r=dtolnay | Matthias Krüger | -6/+6 |
| 2021-12-21 | kmc-solid: Add `std::sys::solid::fs::File::read_buf` | Tomoaki Kawada | -1/+27 |
| 2021-12-20 | Bump insert_entry stabilization to Rust 1.59 | David Tolnay | -2/+2 |
| 2021-12-20 | Change Backtrace::enabled atomic from SeqCst to Relaxed | David Tolnay | -3/+3 |
| 2021-12-20 | impl RefUnwindSafe for Once | David Tolnay | -2/+5 |
| 2021-12-20 | JoinHandle docs: add missing 'the' | Ralf Jung | -1/+1 |
| 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 | attempt to make Report usable with Box dyn Error and fn main | Jane Lusby | -103/+201 |
| 2021-12-16 | more docs improvements | Jane Lusby | -35/+207 |
| 2021-12-16 | add a panicking example | Jane Lusby | -4/+51 |
| 2021-12-16 | Update report output and fix examples | Jane Lusby | -82/+245 |
| 2021-12-16 | Revert "socket ancillary data implementation for dragonflybsd." | David CARLIER | -92/+8 |
| 2021-12-16 | Quote bat script command line | Chris Denton | -0/+35 |
| 2021-12-16 | Rollup merge of #91947 - ibraheemdev:io-error-other, r=joshtriplett | Matthias Krüger | -0/+27 |
| 2021-12-15 | Modifications to buffer UTF-16 internally so that there is no longer a 4-byte... | PFPoitras | -18/+54 |
| 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 | Update std::error::Report based on feedback | Jane Lusby | -81/+171 |
| 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 | Remove unnecessary bounds for some Hash{Map,Set} methods | Xidorn Quan | -99/+99 |
| 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 |