| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-12-03 | capitalize Rust | Andrew Banchich | -1/+1 |
| 2019-12-03 | Fix documentation of pattern for str::matches() | Sen Jiang | -2/+2 |
| 2019-12-03 | Tweak wording of `collect()` on bad target type | Esteban Küber | -2/+2 |
| 2019-12-03 | Rollup merge of #66941 - CAD97:nord, r=Dylan-DPC | Mazdak Farrokhzad | -1/+0 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -3/+4 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -0/+1 |
| 2019-12-03 | Auto merge of #66256 - CAD97:patch-2, r=RalfJung | bors | -6/+7 |
| 2019-12-02 | Document usage of unsafe block | Krishna Sai Veera Reddy | -0/+1 |
| 2019-12-02 | Rollup merge of #66822 - RalfJung:miri-panic, r=oli-obk | Ralf Jung | -1/+3 |
| 2019-12-02 | stabilize Result::map_or | Lzu Tao | -2/+1 |
| 2019-12-01 | Remove ord lang item | cad97 | -1/+0 |
| 2019-11-30 | Rollup merge of #66894 - dtolnay:prelude, r=Centril | Mazdak Farrokhzad | -3/+0 |