| Age | Commit message (Expand) | Author | Lines |
| 2021-09-22 | Update library/std/src/sync/mpsc/shared.rs | Mara Bos | -1/+1 |
| 2021-09-22 | PR fixup | Aman Arora | -1/+1 |
| 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 | Re-export FromSecsError from `std` | mbartlett21 | -0/+3 |
| 2021-09-21 | 2229: Annotate stdlib with insignficant dtors | Aman Arora | -0/+1 |
| 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 | 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 | Rollup merge of #89081 - ondra05:patch-1, r=dtolnay | Yuki Okushi | -2/+2 |
| 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-18 | Fix typo | ondra05 | -2/+2 |
| 2021-09-18 | Auto merge of #88988 - Mark-Simulacrum:avoid-into-ok, r=nagisa | bors | -3/+3 |
| 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 | Rollup merge of #88954 - nbdd0121:panic3, r=oli-obk | Guillaume Gomez | -1/+7 |
| 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 #88339 - piegamesde:master, r=joshtriplett | Yuki Okushi | -0/+51 |
| 2021-09-16 | Rollup merge of #89009 - tatami4:master, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2021-09-16 | fix potential race in AtomicU64 time monotonizer | The8472 | -28/+34 |
| 2021-09-16 | Rustfmt | bjorn3 | -1/+1 |
| 2021-09-16 | Merge two THREAD_INFO.with and following RefCell borrow | bjorn3 | -2/+5 |
| 2021-09-16 | Replace a couple of asserts with rtassert! in rt code | bjorn3 | -34/+34 |
| 2021-09-16 | Remove unused function | bjorn3 | -4/+0 |
| 2021-09-16 | Use const {} for the THREAD_INFO thread local | bjorn3 | -1/+2 |
| 2021-09-16 | Optimize ThreadInfo::with | bjorn3 | -6/+7 |
| 2021-09-16 | Remove an allocation from rt::init | bjorn3 | -8/+8 |
| 2021-09-16 | Merge sys_common::rt into rt | bjorn3 | -92/+89 |
| 2021-09-16 | Add IntoIterator intra doc link to various collections | est31 | -2/+4 |
| 2021-09-16 | Fix typo in `break` docs | tatami4 | -1/+1 |
| 2021-09-15 | Avoid codegen for Result::into_ok in lang_start | Mark Rousskov | -3/+3 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -1/+7 |
| 2021-09-15 | Add tracking issue for unix_chown | Josh Triplett | -3/+3 |
| 2021-09-15 | docs(std): add docs for cof_from_cstr impls | Michael Howell | -0/+3 |
| 2021-09-14 | Add chown functions to std::os::unix::fs to change the owner and group of files | Josh Triplett | -0/+87 |
| 2021-09-13 | Move fortanix module position in std::os reexports for alpha sort | Guillaume Gomez | -20/+34 |
| 2021-09-13 | Remove usage of cfg_if in std/src/os/mod.rs | Guillaume Gomez | -31/+71 |
| 2021-09-13 | Simplify std::os module reexports to fix rustdoc linking issues | Guillaume Gomez | -109/+74 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -21/+25 |
| 2021-09-10 | Use `libc::sigaction()` instead of `sys::signal()` to prevent a deadlock | Fabian Wolff | -4/+3 |
| 2021-09-10 | Rollup merge of #88807 - jruderman:which_reverses, r=joshtriplett | Manish Goregaokar | -1/+1 |
| 2021-09-10 | Rollup merge of #88667 - kraktus:patch-1, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-09 | Fix typo in docs for iterators | Jesse Ruderman | -1/+1 |
| 2021-09-09 | Fix Windows compilation errors. | Dan Gohman | -11/+6 |
| 2021-09-09 | Fix another Windows compilation error. | Dan Gohman | -1/+1 |