| Age | Commit message (Expand) | Author | Lines |
| 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/+55 |
| 2021-10-11 | Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri... | Guillaume Gomez | -1/+42 |
| 2021-10-11 | Rollup merge of #89729 - jkugelman:must-use-core-std-constructors, r=joshtrip... | Guillaume Gomez | -0/+13 |
| 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 | -0/+13 |
| 2021-10-10 | Add #[must_use] to conversions that move self | John Kugelman | -0/+13 |
| 2021-10-10 | Add #[must_use] to from_value conversions | John Kugelman | -1/+42 |
| 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/+58 |
| 2021-10-10 | Rollup merge of #89705 - nbdd0121:doc, r=GuillaumeGomez | Matthias Krüger | -0/+1 |
| 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 | 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 | Add #[must_use] to core and std constructors | John Kugelman | -0/+13 |
| 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/+58 |
| 2021-10-09 | Update library/core/src/hash/mod.rs | pierwill | -1/+1 |
| 2021-10-09 | Cfg hide no_global_oom_handling and no_fp_fmt_parse | Gary Guo | -0/+1 |
| 2021-10-09 | Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplett | Guillaume Gomez | -553/+653 |
| 2021-10-09 | Rollup merge of #75644 - c410-f3r:array, r=yaahc | Guillaume Gomez | -17/+103 |
| 2021-10-09 | Rollup merge of #89694 - jkugelman:must-use-string-transforms, r=joshtriplett | Matthias Krüger | -0/+28 |
| 2021-10-09 | Rollup merge of #88707 - sylvestre:split_example, r=yaahc | Matthias Krüger | -0/+6 |
| 2021-10-09 | Update library/core/src/num/mod.rs | John Kugelman | -1/+1 |
| 2021-10-09 | Add #[must_use] to string/char transformation methods | John Kugelman | -0/+28 |
| 2021-10-08 | Cfg hide more conditions for core | Loïc BRANSTETT | -0/+1 |
| 2021-10-07 | Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank | Jubilee | -0/+1 |
| 2021-10-07 | Rollup merge of #88772 - orlp:result-map-or-else-docfix, r=yaahc | Jubilee | -3/+2 |
| 2021-10-07 | Auto merge of #89638 - rust-lang:revert-88548-intersperse, r=Mark-Simulacrum | bors | -12/+18 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -12/+18 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+25 |
| 2021-10-07 | Use correct edition for panic in [debug_]assert!() etc. | Mara Bos | -0/+1 |
| 2021-10-06 | Regenerate tables for Unicode 14.0.0 | Josh Stone | -553/+653 |
| 2021-10-06 | Rollup merge of #88523 - kpreid:category, r=yaahc | Manish Goregaokar | -4/+22 |
| 2021-10-06 | Rollup merge of #87601 - a1phyr:feature_uint_add_signed, r=kennytm | Manish Goregaokar | -9/+302 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -2/+3 |
| 2021-10-06 | Rebase Result::map_or_else doc wording on top of #89400. | Orson Peters | -3/+2 |
| 2021-10-05 | Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplett | Manish Goregaokar | -2/+1 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -1/+25 |
| 2021-10-05 | for signed overflowing remainder, delay comparing lhs with MIN | Trevor Spiteri | -6/+4 |
| 2021-10-05 | Use get_unchecked in str::[r]split_once | nickkuk | -2/+4 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -67/+58 |
| 2021-10-04 | Rollup merge of #88780 - orlp:int-abs-diff, r=m-ou-se | Jubilee | -0/+67 |
| 2021-10-04 | Rollup merge of #89508 - jhpratt:stabilize-const_panic, r=joshtriplett | Jubilee | -1/+1 |
| 2021-10-04 | Rollup merge of #89483 - hkmatsumoto:patch-diagnostics-2, r=estebank | Jubilee | -2/+2 |