| Age | Commit message (Expand) | Author | Lines |
| 2021-10-16 | remove compiler warnings | Stefan Lankes | -1/+1 |
| 2021-10-14 | Rollup merge of #89878 - GuillaumeGomez:add-missing-cfg-hide, r=notriddle | Matthias Krüger | -1/+9 |
| 2021-10-14 | Rollup merge of #89433 - arlosi:stdin-fix, r=joshtriplett | Matthias Krüger | -9/+19 |
| 2021-10-14 | Fix missing remaining compiler specific cfg information | Guillaume Gomez | -1/+9 |
| 2021-10-13 | Rollup merge of #89670 - yoshuawuyts:available-parallelism-docs, r=joshtriplett | Matthias Krüger | -20/+57 |
| 2021-10-13 | Improve `std::thread::available_parallelism` docs | Yoshua Wuyts | -20/+57 |
| 2021-10-13 | Rollup merge of #89794 - jkugelman:must-use-to_value-conversions, r=joshtriplett | Yuki Okushi | -1/+31 |
| 2021-10-12 | Rollup merge of #89797 - jkugelman:must-use-is_condition-tests, r=joshtriplett | the8472 | -0/+47 |
| 2021-10-12 | Rollup merge of #89796 - jkugelman:must-use-non-mutating-verb-methods, r=josh... | the8472 | -0/+2 |
| 2021-10-12 | Rollup merge of #89778 - jkugelman:must-use-as_type-conversions, r=joshtriplett | the8472 | -0/+13 |
| 2021-10-11 | Add #[must_use] to non-mutating verb methods | John Kugelman | -0/+2 |
| 2021-10-11 | Add #[must_use] to is_condition tests | John Kugelman | -0/+47 |
| 2021-10-11 | Add #[must_use] to to_value conversions | John Kugelman | -1/+31 |
| 2021-10-11 | Add #[must_use] to as_type conversions | John Kugelman | -0/+13 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -0/+6 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+23 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -1/+18 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -1/+18 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -0/+6 |
| 2021-10-11 | Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul... | Matthias Krüger | -16/+13 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -1/+5 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+23 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -16/+13 |
| 2021-10-09 | Rollup merge of #88436 - lf-:stabilize-command-access, r=yaahc | Guillaume Gomez | -15/+11 |
| 2021-10-09 | Rollup merge of #87528 - :stack_overflow_obsd, r=joshtriplett | Guillaume Gomez | -8/+9 |
| 2021-10-09 | Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2021-10-09 | Rollup merge of #89693 - jkugelman:must-use-stdin-stdout-stderr-locks, r=josh... | Matthias Krüger | -0/+3 |
| 2021-10-09 | Rollup merge of #89678 - marcelo-gonzalez:master, r=joshtriplett | Matthias Krüger | -3/+3 |
| 2021-10-09 | Auto merge of #89582 - jkugelman:optimize-file-read-to-end, r=joshtriplett | bors | -46/+146 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+2 |
| 2021-10-08 | Add #[must_use] to stdin/stdout/stderr locks | John Kugelman | -0/+3 |
| 2021-10-08 | Fix minor std::thread documentation typo | Marcelo Diop-Gonzalez | -3/+3 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -46/+146 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+10 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -12/+14 |
| 2021-10-06 | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytm | Manish Goregaokar | -6/+2 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -4/+2 |
| 2021-10-06 | add platform support details file for armv7-unknown-linux-uclibc | Jonah Petri | -1/+1 |
| 2021-10-06 | Add new target armv7-unknown-linux-uclibceabihf | Yannick Koehler | -2/+6 |
| 2021-10-05 | Apply suggestions from code review | Jane Lusby | -11/+11 |
| 2021-10-05 | Rollup merge of #88828 - FabianWolff:issue-88585, r=dtolnay | Manish Goregaokar | -3/+13 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+13 |
| 2021-10-04 | Rollup merge of #89462 - devnexen:haiku_thread_aff_build_fix, r=nagisa | Manish Goregaokar | -6/+10 |
| 2021-10-04 | Rollup merge of #88651 - AGSaidi:monotonize-inner-64b-aarch64, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2021-10-04 | Rollup merge of #87631 - :solarish_upd_fs, r=joshtriplett | Manish Goregaokar | -13/+17 |
| 2021-10-04 | Rollup merge of #89270 - seanyoung:join_fold, r=m-ou-se | Jubilee | -7/+55 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -7/+4 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -3/+3 |
| 2021-10-04 | Stabilize try_reserve | Kornel | -7/+4 |
| 2021-10-04 | Add doc aliases to `std::thread::available_parallelism` | Yoshua Wuyts | -0/+2 |