| Age | Commit message (Expand) | Author | Lines |
| 2022-01-04 | Rollup merge of #92456 - danielhenrymantilla:patch-1, r=petrochenkov | Matthias Krüger | -11/+8 |
| 2022-01-04 | Rollup merge of #91754 - Patrick-Poitras:rm-4byte-minimum-stdio-windows, r=Ma... | Matthias Krüger | -18/+54 |
| 2022-01-04 | Formatting. | Mara Bos | -1/+3 |
| 2022-01-04 | Simplify panicking mechanism of thread::scope. | Mara Bos | -31/+22 |
| 2022-01-04 | Add documentation for scoped threads. | Mara Bos | -11/+175 |
| 2022-01-04 | Add ScopedJoinHandle::is_running(). | Mara Bos | -1/+10 |
| 2022-01-04 | Implement RFC 3151: Scoped threads. | Mara Bos | -26/+202 |
| 2022-01-04 | Simpilfy thread::JoinInner. | Mara Bos | -9/+9 |
| 2022-01-03 | Make the documentation of builtin macro attributes accessible | Daniel Henry-Mantilla | -11/+8 |
| 2022-01-03 | Make `Receiver::into_iter` into a clickable link | zohnannor | -1/+2 |
| 2022-01-03 | Explicitly pass `PATH` to the Windows exe resolver | Chris Denton | -33/+37 |
| 2022-01-03 | std: Implement try_reserve and try_reserve_exact on PathBuf | Xuanwo | -0/+19 |
| 2022-01-02 | Auto merge of #92482 - matthiaskrgr:rollup-uso1zi0, r=matthiaskrgr | bors | -103/+106 |
| 2022-01-01 | Rollup merge of #91593 - upsuper-forks:hashmap-set-methods-bound, r=dtolnay | Matthias Krüger | -99/+99 |
| 2022-01-01 | Rollup merge of #84083 - ltratt:threadid_doc_tweak, r=dtolnay | Matthias Krüger | -4/+7 |
| 2022-01-01 | Auto merge of #92396 - xfix:remove-commandenv-apply, r=Mark-Simulacrum | bors | -16/+0 |
| 2021-12-31 | Make tidy check for magic numbers that spell things | Josh Triplett | -4/+4 |
| 2021-12-30 | Remove needless allocation from example code of OsString | David Tolnay | -4/+4 |
| 2021-12-30 | Fix some copy/paste hysteresis in OsString try_reserve docs | David Tolnay | -4/+4 |
| 2021-12-29 | Remove CommandEnv::apply | Konrad Borowski | -16/+0 |
| 2021-12-29 | Address comments | Xuanwo | -10/+10 |
| 2021-12-29 | Update library/std/src/ffi/os_str.rs | Xuanwo | -1/+1 |
| 2021-12-28 | Implement support in wtf8 | Xuanwo | -0/+37 |
| 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 |