| Age | Commit message (Expand) | Author | Lines |
| 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 | -7/+14 |
| 2021-09-16 | Fix typo in `break` docs | tatami4 | -1/+1 |
| 2021-09-16 | Add intra-doc-links to BinaryHeap rustdoc | est31 | -3/+7 |
| 2021-09-16 | Add intra-doc-links to LinkedList rustdoc | est31 | -1/+4 |
| 2021-09-15 | Avoid codegen for Result::into_ok in lang_start | Mark Rousskov | -3/+3 |
| 2021-09-16 | Make Duration's Debug format pad to width | Michiel De Muynck | -30/+106 |
| 2021-09-15 | Rollup merge of #88915 - joshlf:patch-4, r=kennytm | Manish Goregaokar | -0/+4 |
| 2021-09-15 | Allow `panic!("{}", computed_str)` in const fn. | Gary Guo | -1/+23 |
| 2021-09-15 | Add tracking issue for unix_chown | Josh Triplett | -3/+3 |
| 2021-09-15 | Update the backtrace crate | Henrik Böving | -0/+0 |
| 2021-09-15 | docs(std): add docs for cof_from_cstr impls | Michael Howell | -0/+3 |
| 2021-09-15 | Fix formatting | Albin Hedman | -1/+3 |
| 2021-09-15 | Add tracking issue | Albin Hedman | -6/+6 |
| 2021-09-15 | Updated for new const trait bounds syntax | Albin Hedman | -2/+2 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -1/+19 |
| 2021-09-15 | Constly impl TryV2 and Residual for Option | Albin Hedman | -2/+4 |
| 2021-09-15 | Constly impl TryV2 and FromResidual for Result | Albin Hedman | -2/+4 |
| 2021-09-15 | Constify identify conversions | Albin Hedman | -2/+5 |
| 2021-09-15 | Auto merge of #88619 - GuillaumeGomez:simplify-std-os-reexports, r=Amanieu | bors | -95/+114 |
| 2021-09-15 | Const Deref | Deadbeef | -5/+13 |
| 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-14 | Document the closure arguments for `reduce`. | Dan Zwell | -3/+4 |
| 2021-09-13 | `Wrapping<T>` has the same layout and ABI as `T` | Joshua Liebow-Feeser | -0/+4 |
| 2021-09-13 | Rollup merge of #88722 - WaffleLapkin:unsafe_cell_const_get_mut, r=dtolnay | Guillaume Gomez | -1/+2 |
| 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 | Fix linkcheck issues | Joshua Nelson | -4/+4 |
| 2021-09-12 | Add primitive documentation to libcore | Joshua Nelson | -29/+1363 |
| 2021-09-11 | Rollup merge of #88849 - matthiaskrgr:clony_on_copy, r=petrochenkov | Jubilee | -1/+1 |
| 2021-09-11 | Rollup merge of #87904 - kpreid:unsize, r=jyn514 | Jubilee | -11/+9 |
| 2021-09-11 | manually inline function | The8472 | -4/+4 |
| 2021-09-11 | don't clone types that are Copy (clippy::clone_on_copy) | Matthias Krüger | -1/+1 |
| 2021-09-11 | optimization continuation byte validation of strings containing multibyte chars | The8472 | -6/+4 |
| 2021-09-11 | optimize utf8_is_cont_byte() to speed up str.chars().count() | The8472 | -1/+1 |
| 2021-09-11 | benchmark for str.chars().count() | The8472 | -0/+34 |
| 2021-09-11 | Fill in the tracking issue for `#![feature(const_unsafecell_get_mut)]` | Waffle Lapkin | -1/+1 |
| 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-10 | Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay | Manish Goregaokar | -0/+14 |
| 2021-09-09 | Fix typo in docs for iterators | Jesse Ruderman | -1/+1 |
| 2021-09-09 | Added psadbw support for u8::abs_diff. | Orson Peters | -3/+9 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -4/+4 |
| 2021-09-09 | Added abs_diff for integer types. | Orson Peters | -0/+61 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -79/+7 |
| 2021-09-08 | Rollup merge of #88712 - jhpratt:fix-int_rounding-docs, r=joshtriplett | Jack Huey | -1/+2 |