| Age | Commit message (Expand) | Author | Lines |
| 2021-09-23 | Auto merge of #88587 - bdbai:fix/uwpio, r=joshtriplett | bors | -4/+7 |
| 2021-09-23 | Auto merge of #89139 - camsteffen:write-perf, r=Mark-Simulacrum | bors | -13/+45 |
| 2021-09-23 | Reason safety for unsafe blocks for uwp stdin | bdbai | -0/+2 |
| 2021-09-22 | Temporarily rename int_roundings functions to avoid conflicts | Josh Triplett | -48/+48 |
| 2021-09-22 | Update library/std/src/sync/mpsc/shared.rs | Mara Bos | -1/+1 |
| 2021-09-22 | Rollup merge of #89036 - nbdd0121:alloc, r=yaahc | the8472 | -0/+3 |
| 2021-09-22 | PR fixup | Aman Arora | -9/+9 |
| 2021-09-22 | Fix read_to_end to not grow an exact size buffer | John Kugelman | -41/+37 |
| 2021-09-21 | Rollup merge of #89141 - mbartlett21:patch-2, r=kennytm | the8472 | -1/+5 |
| 2021-09-21 | Rollup merge of #89114 - dequbed:c-char, r=yaahc | the8472 | -1/+1 |
| 2021-09-21 | Rollup merge of #89086 - WaffleLapkin:stabilize_iter_map_while, r=kennytm | the8472 | -11/+6 |
| 2021-09-21 | Rollup merge of #89015 - klensy:escape-def, r=Mark-Simulacrum | the8472 | -4/+6 |
| 2021-09-21 | Use ZST for fmt unsafety | Cameron Steffen | -13/+45 |
| 2021-09-21 | Re-export FromSecsError from `std` | mbartlett21 | -0/+3 |
| 2021-09-21 | Update stdarch submodule | Hans Kratz | -0/+0 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+9 |
| 2021-09-21 | Impl `Error` for `FromSecsError` without foreign type | mbartlett21 | -1/+2 |
| 2021-09-21 | Fix link in Ipv6Addr::to_ipv4 docs | Artyom Pavlov | -1/+1 |
| 2021-09-20 | Mark unsafe NonZero*::unchecked_(add|mul) as const | Iago-lito | -2/+2 |
| 2021-09-20 | Auto merge of #88321 - glaubitz:m68k-linux, r=wesleywiser | bors | -0/+2 |
| 2021-09-20 | Fix a technicality regarding the size of C's `char` type | Nadja Reitzenstein | -1/+1 |
| 2021-09-19 | Auto merge of #89089 - JohnTitor:rollup-6s6mccx, r=JohnTitor | bors | -47/+100 |
| 2021-09-19 | Rollup merge of #89081 - ondra05:patch-1, r=dtolnay | Yuki Okushi | -2/+2 |
| 2021-09-19 | Rollup merge of #89053 - DeveloperC286:into_iter_fields_to_private, r=Mark-Si... | Yuki Okushi | -2/+8 |
| 2021-09-19 | Rollup merge of #89051 - schctl:master, r=jyn514 | Yuki Okushi | -15/+60 |
| 2021-09-19 | Rollup merge of #89017 - the8472:fix-u64-time-monotonizer, r=kennytm | Yuki Okushi | -28/+30 |
| 2021-09-19 | Auto merge of #89031 - the8472:outline-once-cell-init-closure, r=Mark-Simulacrum | bors | -1/+10 |
| 2021-09-18 | Fix typo | ondra05 | -2/+2 |
| 2021-09-18 | EscapeDefault: change `range` field to `Range<u8>`, reducing struct size 24 -... | klensy | -4/+6 |
| 2021-09-18 | Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisa | bors | -3/+3 |
| 2021-09-17 | refactor: VecDeques IntoIter fields to private | DeveloperC286 | -2/+8 |
| 2021-09-17 | modify std::os docs to be more consistent | Sachin Cherian | -15/+60 |
| 2021-09-17 | use AtomicU64::fetch_update instead of handrolled RMW-loop | The8472 | -14/+10 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -11/+6 |
| 2021-09-17 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -1/+23 |
| 2021-09-17 | Rollup merge of #88953 - joshtriplett:chown, r=dtolnay | Guillaume Gomez | -0/+87 |
| 2021-09-17 | library/std/env: Add 'm68k' to comment on ARCH constant | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | libstd: Add m68k for raw type definitions on Linux | John Paul Adrian Glaubitz | -0/+1 |
| 2021-09-17 | Rollup merge of #88887 - fee1-dead:const-deref, r=oli-obk | Yuki Okushi | -5/+13 |
| 2021-09-17 | Rollup merge of #88339 - piegamesde:master, r=joshtriplett | Yuki Okushi | -0/+51 |
| 2021-09-17 | Fix missing `no_global_oom_handling` cfg-gating | Gary Guo | -0/+3 |
| 2021-09-17 | Don't inline OnceCell initialization closures | The8472 | -1/+10 |
| 2021-09-17 | Optimize unnecessary check in Vec::retain | TennyZhuang | -3/+24 |
| 2021-09-17 | Add benchmark for Vec::retain | TennyZhuang | -0/+15 |
| 2021-09-16 | Rollup merge of #89009 - tatami4:master, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2021-09-16 | Rollup merge of #88986 - hargoniX:master, r=Mark-Simulacrum | Manish Goregaokar | -0/+0 |
| 2021-09-16 | Rollup merge of #88976 - notriddle:notriddle/cow-from-cstr-docs, r=Mark-Simul... | Manish Goregaokar | -0/+3 |
| 2021-09-16 | Rollup merge of #88928 - lefth:master, r=Mark-Simulacrum | Manish Goregaokar | -3/+4 |
| 2021-09-16 | fix potential race in AtomicU64 time monotonizer | The8472 | -28/+34 |
| 2021-09-16 | Rustfmt | bjorn3 | -1/+1 |