| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Rollup merge of #66822 - RalfJung:miri-panic, r=oli-obk | Ralf Jung | -1/+3 |
| 2019-11-30 | Rollup merge of #66894 - dtolnay:prelude, r=Centril | Mazdak Farrokhzad | -3/+0 |
| 2019-11-30 | Rollup merge of #66889 - dtolnay:fmt6, r=rkruppe | Mazdak Farrokhzad | -1258/+1278 |
| 2019-11-30 | Rollup merge of #66705 - pitdicker:atomic_mut_ptr, r=KodrAus | Mazdak Farrokhzad | -0/+74 |
| 2019-11-30 | Fill tracking issue | Paul Dicker | -2/+2 |
| 2019-11-30 | Document why as_mut_ptr is safe | Paul Dicker | -0/+12 |
| 2019-11-30 | libunwind_panic: adjust miri panic hack | Ralf Jung | -1/+3 |
| 2019-11-29 | Remove unneeded prelude imports in libcore tests | David Tolnay | -3/+0 |
| 2019-11-29 | Make libcore/unicode/tables.rs compatible with rustfmt | David Tolnay | -29/+36 |
| 2019-11-29 | Make libcore/unicode/printable.rs compatible with rustfmt | David Tolnay | -4/+11 |
| 2019-11-29 | Make dec2flt_table compatible with rustfmt | David Tolnay | -1225/+1231 |
| 2019-11-29 | Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2019-11-29 | Rollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnay | Ralf Jung | -2/+2 |
| 2019-11-29 | Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapin | Ralf Jung | -5/+16 |
| 2019-11-29 | Rollup merge of #66379 - CreepySkeleton:patch-1, r=RalfJung | Ralf Jung | -14/+24 |
| 2019-11-29 | Minor documentation fix | Mikotochan | -1/+1 |
| 2019-11-28 | Clarify `{f32,f64}::EPSILON` docs | Ohad Ravid | -2/+2 |
| 2019-11-28 | Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler | bors | -0/+9 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -2/+2 |
| 2019-11-27 | Rollup merge of #66797 - mlodato517:mlodato517-array-doc-typo, r=Dylan-DPC | Tyler Mandry | -1/+1 |
| 2019-11-27 | Rollup merge of #66769 - fusion-engineering-forks:tau-constant, r=dtolnay | Tyler Mandry | -0/+12 |
| 2019-11-27 | Use intra-doc links | CreepySkeleton | -2/+2 |
| 2019-11-27 | Elaborate on std::ptr::{as_ref,as_mod} and clarify docs | CreepySkeleton | -14/+24 |
| 2019-11-27 | Update mod.rs | Dylan DPC | -1/+1 |
| 2019-11-26 | Format libcore with rustfmt | David Tolnay | -1294/+1800 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -2/+2 |
| 2019-11-26 | Fixes small typo in array docs r? @steveklabnik | Mark Lodato | -1/+1 |
| 2019-11-26 | Add tracking issue number. | Mara Bos | -2/+2 |
| 2019-11-26 | Add core::{f32,f64}::consts::TAU. | Mara Bos | -0/+12 |
| 2019-11-26 | follow the same function order in the trait | Guanqun Lu | -6/+6 |
| 2019-11-26 | abort on BoxMeUp misuse | Ralf Jung | -0/+8 |
| 2019-11-25 | more panicking comments | Ralf Jung | -4/+5 |
| 2019-11-25 | Rollup merge of #66694 - RalfJung:panic-comments, r=Dylan-DPC | Pietro Albini | -4/+3 |
| 2019-11-25 | better comment and rename BoxMeUp::box_me_up to take_box | Ralf Jung | -1/+3 |
| 2019-11-24 | make comment compile | Ralf Jung | -2/+1 |
| 2019-11-24 | panicking comments | Ralf Jung | -3/+3 |
| 2019-11-24 | Auto merge of #66322 - lzutao:consistent-result-map_or_else, r=dtolnay | bors | -4/+6 |
| 2019-11-24 | Rollup merge of #66659 - Centril:fix-bench, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+2 |
| 2019-11-24 | Rollup merge of #66411 - RalfJung:forget, r=sfackler | Mazdak Farrokhzad | -3/+33 |
| 2019-11-23 | Add as_mut_ptr method to atomic types. | Paul Dicker | -0/+62 |
| 2019-11-23 | make `./x.py bench` again | Mazdak Farrokhzad | -2/+2 |
| 2019-11-23 | Rollup merge of #66583 - Phlosioneer:patch-2, r=Dylan-DPC | Mazdak Farrokhzad | -2/+6 |
| 2019-11-23 | Rollup merge of #65961 - lcnr:typename_of, r=Dylan-DPC | Mazdak Farrokhzad | -1/+40 |
| 2019-11-22 | Rollup merge of #66619 - guanqun:use-third-person-singular-verb, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-11-22 | Rollup merge of #66566 - robamler:issue-66476, r=rkruppe | Mazdak Farrokhzad | -14/+18 |
| 2019-11-22 | follow the convention in this file to use third-person singular verbs | Guanqun Lu | -2/+2 |
| 2019-11-21 | Document pitfall with `impl PartialEq<B> for A` | Robert Bamler | -14/+18 |
| 2019-11-21 | Redefine `core::convert::Infallible` as `!`. | Mazdak Farrokhzad | -99/+8 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -10/+10 |
| 2019-11-20 | Clarify Step Documentation | Phlosioneer | -2/+6 |