| Age | Commit message (Expand) | Author | Lines |
| 2019-12-11 | Rollup merge of #67154 - kraai:alloc-typos, r=Dylan-DPC | Yuki Okushi | -6/+6 |
| 2019-12-10 | Auto merge of #66277 - peter-wilkins:impl-from-wider-non-zeros, r=SimonSapin | bors | -85/+177 |
| 2019-12-10 | Auto merge of #67039 - xfix:manually-implement-pin-traits, r=nikomatsakis | bors | -17/+41 |
| 2019-12-09 | Rollup merge of #67155 - kraai:move-instead-of-binding-to-reference, r=cramertj | Tyler Mandry | -6/+6 |
| 2019-12-09 | Rollup merge of #67138 - kraai:simplify-Layout-extend_packed, r=Amanieu | Tyler Mandry | -2/+1 |
| 2019-12-09 | Rollup merge of #67119 - RalfJung:miri-test-libstd, r=alexcrichton | Tyler Mandry | -18/+25 |
| 2019-12-09 | Rollup merge of #66892 - dtolnay:fmt5, r=KodrAus | Tyler Mandry | -1171/+1311 |
| 2019-12-09 | Remove `checked_add` in `Layout::repeat` | Matthew Kraai | -2/+5 |
| 2019-12-08 | move from non zero impls to `libcore/convert/num.rs` | Peter | -3418/+4230 |
| 2019-12-08 | async/await: more improvements to non-send errors | David Wood | -0/+2 |
| 2019-12-08 | Move `Layout`s instead of binding by reference | Matthew Kraai | -6/+6 |
| 2019-12-08 | Change "attributes" to "attribute" in `Alloc`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Change "`alloc`/`realloc`" to "`realloc/dealloc`" | Matthew Kraai | -3/+3 |
| 2019-12-08 | Add "this" to `GlobalAlloc::alloc`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Change "though" to "through" in `Alloc`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Change "result" to "resulting" in `Layout::extend`'s docs | Matthew Kraai | -1/+1 |
| 2019-12-08 | Rollup merge of #67101 - rust-lang:ostrich, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+1 |
| 2019-12-07 | Simplify `Layout::extend_packed` | Matthew Kraai | -2/+1 |
| 2019-12-08 | leave a FIXME | Mazdak Farrokhzad | -1/+1 |
| 2019-12-08 | use `#[allow(unused_attributes)]` to paper over incr.comp problem | Mazdak Farrokhzad | -0/+1 |
| 2019-12-07 | Auto merge of #65881 - anp:implicit-caller-location, r=eddyb,oli-obk | bors | -0/+55 |
| 2019-12-07 | Explicitly refer to operator methods in Pin impls | Konrad Borowski | -9/+9 |
| 2019-12-07 | fix warnings with cfg(miri) | Ralf Jung | -5/+14 |
| 2019-12-07 | libcore: ignore tests in Miri instead of removing them entirely | Ralf Jung | -13/+11 |
| 2019-12-06 | Format libcore with rustfmt (including tests and benches) | David Tolnay | -1171/+1308 |
| 2019-12-06 | Suppress libcore/ptr/mod.rs filelength lint | David Tolnay | -0/+1 |
| 2019-12-06 | Exclude manually arranged ascii tables from rustfmt | David Tolnay | -0/+2 |
| 2019-12-06 | Rollup merge of #67092 - kraai:us-to-is, r=jonas-schievink | Mazdak Farrokhzad | -2/+2 |
| 2019-12-06 | Rollup merge of #67090 - kraai:either-to-any, r=jonas-schievink | Mazdak Farrokhzad | -1/+1 |
| 2019-12-06 | Rollup merge of #66841 - SimonSapin:float_round_unchecked_to, r=rkruppe | Mazdak Farrokhzad | -332/+442 |
| 2019-12-06 | Change "wth" to "with" in `Layout::padding_needed_for` comment | Matthew Kraai | -1/+1 |
| 2019-12-06 | Change "us" to "is" in Layout::for_value comment | Matthew Kraai | -1/+1 |
| 2019-12-06 | Change "either" to "any" in Layout::from_size_align's docs | Matthew Kraai | -1/+1 |
| 2019-12-06 | Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs` | Simon Sapin | -330/+332 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -2/+110 |
| 2019-12-06 | Make `core::convert` a directory-module with `mod.rs` | Simon Sapin | -0/+0 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -10/+10 |
| 2019-12-06 | Fix libcore tests | varkor | -4/+4 |
| 2019-12-06 | Rename `bool`'s `then` to `to_option` | varkor | -6/+6 |
| 2019-12-06 | Rollup merge of #67021 - elichai:2019-12-fmt, r=QuietMisdreavus | Yuki Okushi | -5/+6 |
| 2019-12-06 | Rollup merge of #66764 - estebank:reword-bad-collect, r=alexcrichton | Yuki Okushi | -2/+2 |
| 2019-12-05 | Implement core::panic::Location::caller using #[track_caller]. | Adam Perry | -0/+55 |
| 2019-12-05 | Rollup merge of #67055 - lqd:const_qualif, r=oli-obk | Mazdak Farrokhzad | -0/+2 |
| 2019-12-05 | Rollup merge of #67005 - andrewbanchich:master, r=joshtriplett | Mazdak Farrokhzad | -1/+1 |
| 2019-12-05 | Rollup merge of #67002 - JayXon:patch-1, r=Dylan-DPC | Mazdak Farrokhzad | -2/+2 |
| 2019-12-05 | libcore: rnable 2 unstable const fn features | Remy Rakic | -0/+2 |
| 2019-12-05 | Document why Pin implementations aren't derived | Konrad Borowski | -0/+6 |
| 2019-12-05 | Use deref target in Pin trait implementations | Konrad Borowski | -17/+35 |
| 2019-12-04 | Fix docs for formatting delegations | Elichai Turkel | -5/+6 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -0/+1 |