| Age | Commit message (Expand) | Author | Lines |
| 2017-04-19 | next_power_of_two panic on overflow | Irfan Hudda | -2/+8 |
| 2017-04-18 | Improve documentation of next_power_of_two | Irfan Hudda | -1/+3 |
| 2017-04-14 | Use associated constants in core::num::dec2flt | Robin Kruppe | -152/+98 |
| 2017-04-05 | Rollup merge of #41037 - stjepang:move-libxtest, r=alexcrichton | Corey Farwell | -4/+4 |
| 2017-04-03 | Replace ^ with <sup> html balise | Guillaume Gomez | -6/+7 |
| 2017-04-03 | Move libXtest into libX/tests | Stjepan Glavina | -4/+4 |
| 2017-03-25 | Fix typo in dec2flt/algorithm.rs | Irfan Hudda | -2/+2 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -7/+7 |
| 2017-03-19 | Rollup merge of #40521 - TimNN:panic-free-shift, r=alexcrichton | Corey Farwell | -18/+99 |
| 2017-03-19 | Rollup merge of #40281 - jimmycuadra:try-from-from-str, r=aturon | Corey Farwell | -3/+3 |
| 2017-03-18 | add inline attributes to stage 0 methods | Tim Neumann | -0/+4 |
| 2017-03-15 | Rename TryFrom's associated type and implement str::parse using TryFrom. | Jimmy Cuadra | -3/+3 |
| 2017-03-15 | make shift builtins panic-free with new unchecked_sh* intrinsics | Tim Neumann | -18/+95 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -5/+5 |
| 2017-02-05 | Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichton | bors | -4/+4 |
| 2017-02-05 | Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichton | Corey Farwell | -16/+26 |
| 2017-02-04 | Fix TryFrom for i128/u128 | Oliver Middleton | -4/+4 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -78/+4 |
| 2017-01-29 | Fix a few impl stability attributes | Oliver Middleton | -16/+26 |
| 2017-01-06 | Make members of {std,core}::{i128,u128} unstable | est31 | -24/+26 |
| 2016-12-30 | Fix rebase fallout | est31 | -0/+21 |
| 2016-12-30 | Wrapping<i128> and attempt at LLVM 3.7 compat | Simonas Kazlauskas | -0/+2 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -34/+143 |
| 2016-10-23 | Implement ops on `&Wrapping<T>` | Cristi Cobzarenco | -0/+10 |
| 2016-10-12 | run rustfmt on libcore/num folder | Srinivas Reddy Thatiparthy | -54/+112 |
| 2016-10-07 | rewrite checked_{div,rem} to no contain any reference to panics | Jorge Aparicio | -8/+6 |
| 2016-10-04 | Rollup merge of #36902 - ollie27:stab_impls, r=alexcrichton | Manish Goregaokar | -7/+7 |
| 2016-10-03 | std: Stabilize and deprecate APIs for 1.13 | Alex Crichton | -9/+3 |
| 2016-10-01 | std: Correct stability attributes for some implementations | Oliver Middleton | -7/+7 |
| 2016-09-22 | Rollup merge of #36423 - GuillaumeGomez:eq_impl, r=pnkfelix | Jonathan Turner | -7/+7 |
| 2016-09-19 | Auto merge of #34942 - porglezomp:master, r=sfackler | bors | -15/+11 |
| 2016-09-18 | Add missing Eq implementations | Guillaume Gomez | -7/+7 |
| 2016-09-11 | Use question_mark feature in libcore. | Ahmed Charles | -2/+2 |
| 2016-08-24 | Use `#[prelude_import]` in `libcore`. | Jeffrey Seyfried | -24/+2 |
| 2016-08-06 | Fix overflow checking in unsigned pow() | Caleb Jones | -15/+11 |
| 2016-07-28 | Add non-panicking abs() functions to all signed integer types. | Jethro Beekman | -0/+84 |
| 2016-07-15 | Improve float number example | Guillaume Gomez | -1/+1 |
| 2016-07-13 | Add examples for FpCategory | ggomez | -5/+24 |
| 2016-07-08 | Improve primitive integers documentation | Guillaume Gomez | -0/+32 |
| 2016-07-06 | Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik | Steve Klabnik | -65/+64 |
| 2016-07-03 | std: Stabilize APIs for the 1.11.0 release | Alex Crichton | -34/+90 |
| 2016-06-30 | Correct MIN_EXP docs and improve EPSILON | Oliver Middleton | -4/+4 |
| 2016-06-14 | Add/improve num const docs | Oliver Middleton | -65/+64 |
| 2016-06-09 | Implement Binary, Octal, LowerHex and UpperHex for Wrapping<T> | Oliver Middleton | -0/+28 |
| 2016-06-05 | core: mark relevant functions with #[rustc_inherit_overflow_checks]. | Eduard Burtescu | -3/+3 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+31 |
| 2016-05-31 | mk: Prepare for a new stage0 compiler | Alex Crichton | -31/+0 |
| 2016-05-19 | Support 16-bit pointers as well as i/usize | Jake Goulding | -0/+31 |
| 2016-05-16 | Fix `asm!` blocks | Andrea Canciani | -2/+2 |
| 2016-05-16 | Cleanup documentation | Andrea Canciani | -31/+10 |