| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2022-01-05 | Rollup merge of #92517 - ChrisDenton:explicit-path, r=dtolnay | Matthias Krüger | -33/+37 |
| 2022-01-05 | Add is_riscv_feature_detected!; modify impl of hint::spin_loop | luojia65 | -0/+1 |
| 2022-01-04 | Rollup merge of #92525 - zohnannor:patch-1, r=camelid | Matthias Krüger | -1/+2 |
| 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 | 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-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 |