| Age | Commit message (Expand) | Author | Lines |
| 2020-07-27 | mv std libs to library/ | mark | -1247/+0 |
| 2020-07-23 | Rollup merge of #74141 - euclio:typos, r=steveklabnik | Manish Goregaokar | -1/+1 |
| 2020-07-16 | Rollup merge of #73421 - janikrabe:master, r=joshtriplett | Manish Goregaokar | -4/+7 |
| 2020-07-15 | Clarify effect of orphan rule changes on From/Into | Janik Rabe | -4/+7 |
| 2020-07-09 | libstd/libcore: fix various typos | Andy Russell | -1/+1 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 6 | LeSeulArtichaut | -2/+0 |
| 2020-06-30 | Deny unsafe ops in unsafe fns, part 1 | LeSeulArtichaut | -1/+4 |
| 2020-06-25 | Auto merge of #72717 - poliorcetics:try-from-int-to-nzint, r=dtolnay | bors | -0/+39 |
| 2020-06-18 | Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwco | Manish Goregaokar | -0/+1 |
| 2020-06-15 | Tweak "non-primitive cast" error | Esteban Küber | -0/+1 |
| 2020-06-10 | Migrate to numeric associated consts | Lzu Tao | -3/+3 |
| 2020-06-08 | Added implementations for NonZero(U|I)size | Alexis Bourget | -0/+2 |
| 2020-05-29 | Added implementations for TryFrom<{int}> for NonZero{int} | Alexis Bourget | -0/+37 |
| 2020-04-25 | Bump bootstrap compiler | Mark Rousskov | -8/+1 |
| 2020-04-03 | Rollup merge of #70487 - Mark-Simulacrum:float-unchecked-casts, r=SimonSapin | Mazdak Farrokhzad | -4/+11 |
| 2020-03-29 | Stabilize float::to_int_unchecked | Mark Rousskov | -4/+11 |
| 2020-03-22 | Implement Hash for Infallible | Konrad Borowski | -0/+8 |
| 2020-03-07 | Correct version that relaxed orphan rules | Jonathan Giddy | -1/+1 |
| 2020-01-06 | Use Self instead of $type | Lzu Tao | -14/+14 |
| 2019-12-18 | Propagate cfg bootstrap | Mark Rousskov | -3/+1 |
| 2019-12-14 | Auto merge of #67224 - nikomatsakis:revert-stabilization-of-never-type, r=cen... | bors | -7/+88 |
| 2019-12-14 | Revert "Redefine `core::convert::Infallible` as `!`." | Niko Matsakis | -7/+88 |
| 2019-12-14 | Auto merge of #67136 - oli-obk:const_stability, r=Centril | bors | -0/+1 |
| 2019-12-13 | docs: std::convert::From: Fix typo | Shaleen Jain | -1/+1 |
| 2019-12-13 | Require stable/unstable annotations for the constness of all stable functions... | Oliver Scherer | -0/+1 |
| 2019-12-08 | move from non zero impls to `libcore/convert/num.rs` | Peter | -0/+1115 |
| 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-06 | Move numeric `From` and `TryFrom` impls to `libcore/convert/num.rs` | Simon Sapin | -0/+331 |
| 2019-12-06 | Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods | Simon Sapin | -0/+43 |
| 2019-12-06 | Make `core::convert` a directory-module with `mod.rs` | Simon Sapin | -0/+660 |