| Age | Commit message (Expand) | Author | Lines |
| 2015-07-13 | Auto merge of #26981 - wthrowe:div_docs, r=Gankro | bors | -4/+4 |
| 2015-07-11 | Correct and clarify integer division rounding docs | William Throwe | -4/+4 |
| 2015-07-08 | 'iff' for docs to 'if and only if' | Esption | -1/+1 |
| 2015-07-08 | Fixed some occurrences of 'if' being spelled 'iff' | Esption | -1/+1 |
| 2015-07-04 | Add missing #[inline] to min_value/max_value on integers | Ulrik Sverdrup | -0/+2 |
| 2015-06-20 | Update mod.rs | Wei-Ming Yang | -2/+1 |
| 2015-06-17 | std: Hide some internal functions more aggressively | Alex Crichton | -2/+4 |
| 2015-06-17 | std: Stabilize the remaining wrapping_* functions | Alex Crichton | -10/+10 |
| 2015-06-17 | core: Split apart the global `core` feature | Alex Crichton | -14/+19 |
| 2015-05-21 | Standardize on `$t:ty` | Tamir Duberstein | -5/+5 |
| 2015-05-21 | Use `Self` to simplify | Tamir Duberstein | -109/+109 |
| 2015-05-19 | Fix for https://github.com/rust-lang/rust/pull/25583 | Steve Klabnik | -1/+1 |
| 2015-05-19 | Rollup merge of #25583 - steveklabnik:gh25517, r=alexcrichton | Steve Klabnik | -8/+4 |
| 2015-05-18 | std: Make abs() panic on overflow in debug mode | Alex Crichton | -3/+12 |
| 2015-05-18 | Add example for from_str_radix | Steve Klabnik | -8/+4 |
| 2015-05-06 | core: added core::num::flt2dec for floating-point formatting. | Kang Seonghoon | -0/+3 |
| 2015-05-01 | std: Don't use a wrapper for the float error type | Alex Crichton | -5/+9 |
| 2015-05-01 | Rollup merge of #25010 - huonw:inline-int-extremes, r=alexcrichton | Manish Goregaokar | -0/+2 |
| 2015-05-01 | Mark the {min,max}_value functions on integers #[inline]. | Huon Wilson | -0/+2 |
| 2015-04-29 | Currently, LLVM lowers a cttz8 on x86_64 to these instructions: | Björn Steinbrink | -1/+14 |
| 2015-04-21 | std: Bring back f32::from_str_radix as an unstable API | Alex Crichton | -229/+21 |
| 2015-04-21 | std: Remove deprecated/unstable num functionality | Alex Crichton | -1508/+103 |
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -2/+0 |
| 2015-04-17 | side-step potentially panic'ing negate in `fn abs`. | Felix S. Klock II | -1/+5 |
| 2015-04-17 | Auto merge of #24420 - pnkfelix:oflo-api, r=alexcrichton | bors | -0/+120 |
| 2015-04-14 | Remaining API additions for int overflow: | Felix S. Klock II | -0/+120 |
| 2015-04-13 | pluralize doc comment verbs and add missing periods | Andrew Paseltiner | -43/+43 |
| 2015-04-12 | mod.rs documentary fix | Igor Strebezhev | -2/+2 |
| 2015-04-11 | Rollup merge of #24298 - White-Oak:master, r=alexcrichton | Manish Goregaokar | -11/+8 |
| 2015-04-11 | Rollup merge of #24291 - xamgore:patch-1, r=steveklabnik | Manish Goregaokar | -6/+6 |
| 2015-04-11 | Rollup merge of #24274 - steveklabnik:fix_pow_docs, r=nikomatsakis | Manish Goregaokar | -4/+3 |
| 2015-04-10 | mod.rs docs fix - for floats | Oak | -5/+4 |
| 2015-04-10 | mod.rs docs fix | Oak | -6/+4 |
| 2015-04-10 | Fix mistake in documentation | Igor Strebezhev | -6/+6 |
| 2015-04-10 | Auto merge of #24177 - alexcrichton:rustdoc, r=aturon | bors | -0/+1 |
| 2015-04-10 | Fix pow docs to not use Int | Steve Klabnik | -4/+3 |
| 2015-04-07 | std: Hide facade extension traits in docs | Alex Crichton | -0/+1 |
| 2015-04-08 | Make `sum` and `product` inherent methods on `Iterator` | Tobias Bucher | -0/+14 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -1/+1 |
| 2015-04-01 | rollup merge of #23945: pnkfelix/gate-u-negate | Alex Crichton | -1/+1 |
| 2015-04-01 | fallout from feature-gating unary negation on unsigned integers. | Felix S. Klock II | -1/+1 |
| 2015-04-01 | rollup merge of #23947: aturon/revise-num | Alex Crichton | -0/+20 |
| 2015-04-01 | Re-add min_value, max_value methods | Aaron Turon | -0/+20 |
| 2015-04-01 | Collect the definition of the `Error` trait into `libstd` for now. This | Niko Matsakis | -21/+20 |
| 2015-04-01 | Fallout in public-facing and semi-public-facing libs | Niko Matsakis | -1/+1 |
| 2015-03-31 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |
| 2015-03-31 | Stabilize std::num | Aaron Turon | -101/+212 |
| 2015-03-28 | Remove IteratorExt | Steven Fackler | -1/+1 |
| 2015-03-27 | rollup merge of #23741: alexcrichton/remove-int-uint | Alex Crichton | -49/+51 |