| Age | Commit message (Expand) | Author | Lines |
| 2022-01-20 | Rollup merge of #93112 - pietroalbini:pa-cve-2022-21658-nightly, r=pietroalbini | Matthias Krüger | -52/+838 |
| 2022-01-20 | Rollup merge of #92992 - kornelski:backtraceopt, r=Mark-Simulacrum | Matthias Krüger | -8/+19 |
| 2022-01-20 | Fix compilation for a few tier 2 targets | Hans Kratz | -8/+5 |
| 2022-01-19 | Update std::fs::remove_dir_all documentation | Pietro Albini | -4/+8 |
| 2022-01-19 | Fix CVE-2022-21658 for WASI | Alex Crichton | -8/+63 |
| 2022-01-19 | Fix CVE-2022-21658 for UNIX-like | Hans Kratz | -13/+351 |
| 2022-01-19 | Fix CVE-2022-21658 for Windows | Chris Denton | -27/+419 |
| 2022-01-19 | Rollup merge of #92124 - AngelicosPhosphoros:remove_extra_alloc_in_cstring_ne... | Matthias Krüger | -22/+45 |
| 2022-01-18 | Rollup merge of #93016 - Amanieu:vec_spare_capacity, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-18 | Rollup merge of #92866 - maxwase:does_exist_typo, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-01-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -1/+0 |
| 2022-01-17 | Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu | bors | -6/+4 |
| 2022-01-17 | Help optimize out backtraces when disabled | Kornel | -8/+19 |
| 2022-01-16 | Rollup merge of #92619 - Alexendoo:macro-diagnostic-items, r=matthewjasper | Matthias Krüger | -0/+6 |
| 2022-01-16 | Auto merge of #92598 - Badel2:panic-update-hook, r=yaahc | bors | -0/+82 |
| 2022-01-15 | Rollup merge of #92863 - camelid:read_to_string-rm-mut, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-01-15 | Rollup merge of #92775 - xfix:osstringext-inline, r=m-ou-se | Matthias Krüger | -0/+2 |
| 2022-01-15 | Rollup merge of #92684 - ibraheemdev:patch-10, r=m-ou-se | Matthias Krüger | -0/+2 |
| 2022-01-14 | Rollup merge of #92768 - ojeda:stabilize-maybe_uninit_extra, r=Mark-Simulacrum | Matthias Krüger | -1/+0 |
| 2022-01-14 | Typos fix | Maxwase | -2/+2 |
| 2022-01-13 | fix stability attribute for `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+3 |
| 2022-01-13 | Remove `&mut` from `io::read_to_string` signature | Noah Lev | -2/+2 |
| 2022-01-13 | Rollup merge of #91938 - yaahc:error-reporter, r=m-ou-se | Matthias Krüger | -4/+1048 |
| 2022-01-13 | Auto merge of #92553 - m-ou-se:thread-join-simplify, r=Mark-Simulacrum | bors | -9/+9 |
| 2022-01-12 | Remove deprecated LLVM-style inline assembly | Tomasz Miąsko | -6/+4 |
| 2022-01-12 | Rollup merge of #92748 - david-perez:eliminate-boxed-wording-std-error, r=Mar... | Matthias Krüger | -6/+6 |
| 2022-01-12 | Rollup merge of #92720 - rosik:patch-1, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-01-12 | Rollup merge of #92709 - joshtriplett:file-options-docs, r=Mark-Simulacrum | Matthias Krüger | -4/+5 |
| 2022-01-11 | Inline std::os::unix::ffi::OsStringExt methods | Konrad Borowski | -0/+2 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -1/+0 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -12/+12 |
| 2022-01-10 | Improve documentation for File::options to give a more likely example | Josh Triplett | -4/+5 |
| 2022-01-10 | Eliminate "boxed" wording in `std::error::Error` documentation | david-perez | -6/+6 |
| 2022-01-10 | Auto merge of #92719 - matthiaskrgr:rollup-tc7oqys, r=matthiaskrgr | bors | -2/+2 |
| 2022-01-10 | Fix doc formatting for time.rs | Yaroslav Dynnikov | -1/+1 |
| 2022-01-10 | Rollup merge of #92602 - jsha:source-link-2, r=GuillaumeGomez | Matthias Krüger | -2/+2 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -21/+16 |
| 2022-01-08 | export `tcp::IntoIncoming` | Ibraheem Ahmed | -1/+1 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -12/+12 |
| 2022-01-08 | Make source links look cleaner | Jacob Hoffman-Andrews | -2/+2 |
| 2022-01-07 | Rollup merge of #92632 - yoshuawuyts:stabilize-available-parallelism, r=josht... | Eric Huss | -2/+1 |
| 2022-01-08 | Add safety comments to panic::(set/take/update)_hook | Badel2 | -0/+15 |
| 2022-01-08 | Change panic::update_hook to simplify usage | Badel2 | -22/+23 |
| 2022-01-07 | silence tidy errors | Jane Lusby | -27/+27 |
| 2022-01-07 | Implement `TryFrom<char>` for `u8` | Ian Douglas Scott | -0/+3 |
| 2022-01-07 | Implement panic::update_hook | Badel2 | -0/+66 |
| 2022-01-07 | Stabilize `#[feature(available_parallelism)]` | Yoshua Wuyts | -2/+1 |
| 2022-01-06 | Add diagnostic items for macros | Alex Macleod | -0/+6 |
| 2022-01-06 | Rollup merge of #92288 - yescallop:patch-1, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-01-05 | Auto merge of #92587 - matthiaskrgr:rollup-qnwa8qx, r=matthiaskrgr | bors | -0/+1 |