| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89651 - ibraheemdev:poll-ready, r=dtolnay | Matthias Krüger | -2/+97 |
| 2021-10-11 | Add library tracking issue for poll_ready feature | David Tolnay | -7/+7 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -0/+1 |
| 2021-10-11 | Auto merge of #89767 - GuillaumeGomez:rollup-sczixhk, r=GuillaumeGomez | bors | -1/+124 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -1/+50 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+36 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -0/+38 |
| 2021-10-11 | Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov | bors | -1/+3 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+1 |
| 2021-10-11 | Auto merge of #89755 - jkugelman:must-use-conversions-that-move-self, r=josht... | bors | -11/+54 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -11/+54 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -1/+50 |
| 2021-10-11 | Rollup merge of #89707 - clemenswasser:apply_clippy_suggestions, r=Mark-Simul... | Matthias Krüger | -16/+13 |
| 2021-10-10 | Rollup merge of #89735 - bjorn3:stabilize_proc_macro_is_available, r=petroche... | Matthias Krüger | -1/+1 |
| 2021-10-10 | Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett | Matthias Krüger | -19/+255 |
| 2021-10-10 | Rollup merge of #89719 - jkugelman:must-use-char-escape-methods, r=joshtriplett | Matthias Krüger | -0/+6 |
| 2021-10-10 | Rollup merge of #89718 - jkugelman:must-use-is_condition-tests, r=joshtriplett | Matthias Krüger | -0/+61 |
| 2021-10-10 | Rollup merge of #89705 - nbdd0121:doc, r=GuillaumeGomez | Matthias Krüger | -0/+2 |
| 2021-10-10 | Rollup merge of #89438 - pierwill:prefix-free-hash, r=Amanieu | Matthias Krüger | -0/+12 |
| 2021-10-10 | Rollup merge of #88713 - falk-hueffner:int-log10-documentation-fixes, r=scottmcm | Matthias Krüger | -25/+24 |
| 2021-10-10 | Rollup merge of #88374 - joshlf:patch-2, r=JohnTitor | Matthias Krüger | -1/+1 |
| 2021-10-10 | Merge branch 'rust-lang:master' into must-use-alloc-constructors | John Kugelman | -3/+7 |
| 2021-10-10 | Apply clippy suggestions | Clemens Wasser | -1/+3 |
| 2021-10-10 | Auto merge of #89219 - nickkuk:str_split_once_get_unchecked, r=Mark-Simulacrum | bors | -2/+4 |
| 2021-10-10 | Stabilize proc_macro::is_available | bjorn3 | -1/+1 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -3/+7 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+36 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -0/+38 |
| 2021-10-09 | Add #[must_use] to math and bit manipulation methods | John Kugelman | -19/+255 |
| 2021-10-09 | Add #[must_use] to char escape methods | John Kugelman | -0/+6 |
| 2021-10-09 | Add #[must_use] to is_condition tests | John Kugelman | -0/+61 |
| 2021-10-09 | Update library/core/src/hash/mod.rs | pierwill | -1/+1 |
| 2021-10-09 | Apply clippy suggestions | Clemens Wasser | -16/+13 |
| 2021-10-09 | Cfg hide no_global_oom_handling and no_fp_fmt_parse | Gary Guo | -0/+2 |
| 2021-10-09 | Rollup merge of #89664 - timClicks:51430-document-boxed-conversions, r=m-ou-se | Guillaume Gomez | -0/+41 |
| 2021-10-09 | Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplett | Guillaume Gomez | -553/+653 |
| 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 #75644 - c410-f3r:array, r=yaahc | Guillaume Gomez | -19/+186 |
| 2021-10-09 | Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplett | Matthias Krüger | -0/+40 |
| 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 | Rollup merge of #88707 - sylvestre:split_example, r=yaahc | Matthias Krüger | -0/+6 |
| 2021-10-09 | Remove unnecessary hyphen | Tim McNamara | -1/+1 |
| 2021-10-09 | Simplify wording | Tim McNamara | -4/+4 |
| 2021-10-09 | Update library/core/src/num/mod.rs | John Kugelman | -1/+1 |
| 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/+40 |
| 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 |