| Age | Commit message (Expand) | Author | Lines |
| 2021-10-08 | Cfg hide more conditions for alloc | Loïc BRANSTETT | -1/+6 |
| 2021-10-08 | Cfg hide more conditions for core | Loïc BRANSTETT | -0/+1 |
| 2021-10-08 | Also cfg flag auxiliar function | Caio | -0/+1 |
| 2021-10-08 | Add documentation to boxed conversions | Tim McNamara | -0/+41 |
| 2021-10-07 | Rollup merge of #89622 - m-ou-se:debug-assert-2021, r=estebank | Jubilee | -0/+1 |
| 2021-10-07 | Rollup merge of #89082 - smoelius:master, r=kennytm | Jubilee | -39/+276 |
| 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/+19 |
| 2021-10-07 | revert stabilization of `core::task::ready!` | Ibraheem Ahmed | -2/+5 |
| 2021-10-07 | Optimize File::read_to_end and read_to_string | John Kugelman | -46/+146 |
| 2021-10-07 | add `Poll::ready` | Ibraheem Ahmed | -0/+92 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -12/+19 |
| 2021-10-07 | Rollup merge of #89596 - GuillaumeGomez:implicit-doc-cfg, r=jyn514 | Guillaume Gomez | -0/+41 |
| 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 #89531 - devnexen:stack_overflow_bsd_libc_upd, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-10-06 | Rollup merge of #89324 - yoshuawuyts:hardware-parallelism, r=m-ou-se | Manish Goregaokar | -14/+16 |
| 2021-10-06 | Rollup merge of #89245 - DeveloperC286:iter_mut_fields_to_private, r=joshtrip... | Manish Goregaokar | -16/+21 |
| 2021-10-06 | Rollup merge of #89050 - DeveloperC286:drain_fields_to_private, r=joshtriplett | Manish Goregaokar | -17/+26 |
| 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 | -15/+304 |
| 2021-10-06 | Clean up code a bit: | Guillaume Gomez | -8/+8 |
| 2021-10-06 | Update libc to 0.2.103. | Jonah Petri | -1/+1 |
| 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 | -4/+8 |
| 2021-10-06 | Rebase Result::map_or_else doc wording on top of #89400. | Orson Peters | -3/+2 |
| 2021-10-05 | Apply suggestions from code review | Jane Lusby | -11/+11 |
| 2021-10-05 | Rollup merge of #89502 - FabianWolff:issue-89493, r=joshtriplett | Manish Goregaokar | -2/+2 |
| 2021-10-05 | Rollup merge of #89351 - tspiteri:wrapping_rem, r=dtolnay | Manish Goregaokar | -6/+4 |
| 2021-10-05 | Rollup merge of #88828 - FabianWolff:issue-88585, r=dtolnay | Manish Goregaokar | -3/+13 |
| 2021-10-05 | refactor: VecDeques IterMut fields to private | DeveloperC | -16/+21 |
| 2021-10-05 | refactor: VecDeques Drain fields to private | DeveloperC286 | -17/+26 |
| 2021-10-05 | Suppress some cfg from being shown in the stdlib docs | Wim Looman | -3/+44 |
| 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 #89462 - devnexen:haiku_thread_aff_build_fix, r=nagisa | Manish Goregaokar | -6/+10 |
| 2021-10-04 | Rollup merge of #89244 - DeveloperC286:pair_slices_fields_to_private, r=josht... | Manish Goregaokar | -4/+4 |
| 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-05 | library std, libc dependency update | David Carlier | -1/+1 |
| 2021-10-04 | Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis | Jubilee | -83/+71 |
| 2021-10-04 | Rollup merge of #89270 - seanyoung:join_fold, r=m-ou-se | Jubilee | -7/+55 |
| 2021-10-04 | Rollup merge of #88780 - orlp:int-abs-diff, r=m-ou-se | Jubilee | -0/+67 |
| 2021-10-04 | Rollup merge of #87993 - kornelski:try_reserve_stable, r=joshtriplett | Jubilee | -22/+12 |
| 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 | -5/+5 |
| 2021-10-04 | Rollup merge of #89443 - cuviper:btree-hash-len, r=dtolnay | Jubilee | -2/+13 |
| 2021-10-04 | Rollup merge of #89400 - Nitepone:nitepone/map-or-else-docfix, r=dtolnay | Jubilee | -4/+4 |
| 2021-10-04 | Rollup merge of #88452 - xu-cheng:vecdeque-from-array, r=m-ou-se | Jubilee | -1/+56 |
| 2021-10-04 | Rollup merge of #87091 - the8472:more-advance-by-impls, r=joshtriplett | Jubilee | -3/+399 |