| Age | Commit message (Expand) | Author | Lines |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -77/+70 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -28/+30 |
| 2014-04-18 | Reduce HashMap allocations. | Clark Gaebel | -0/+6 |
| 2014-04-18 | std: Make ~[T] no longer a growable vector | Alex Crichton | -26/+27 |
| 2014-04-15 | std: Un-ignore some float tests on windows | Alex Crichton | -2/+2 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -12/+12 |
| 2014-04-13 | auto merge of #13470 : Manishearth/rust/docnum, r=brson | bors | -0/+4 |
| 2014-04-12 | Document traits in std::num (#7511) | Manish Goregaokar | -0/+4 |
| 2014-04-11 | libtest: rename `BenchHarness` to `Bencher` | Liigo Zhuang | -27/+27 |
| 2014-04-08 | rustc: Remove f{32,64} % from the language | Alex Crichton | -2/+8 |
| 2014-04-04 | Removed cmath and instrinsic wrapper. | Michael Darakananda | -205/+84 |
| 2014-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -8/+8 |
| 2014-04-01 | auto merge of #13225 : thestinger/rust/num, r=cmr | bors | -276/+126 |
| 2014-04-01 | auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton | bors | -11/+11 |
| 2014-04-01 | remove the cmath module | Daniel Micay | -203/+126 |
| 2014-04-01 | rand: bubble up IO messages futher. | Huon Wilson | -11/+11 |
| 2014-03-31 | num: rm wrapping of `Float` methods as functions | Daniel Micay | -73/+0 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -22/+22 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -2/+2 |
| 2014-03-25 | std: Touch various I/O documentation blocks | Alex Crichton | -5/+5 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -46/+183 |
| 2014-03-20 | rename std::vec -> std::slice | Daniel Micay | -4/+4 |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -2/+1 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+24 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -87/+18 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -2/+24 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -3/+3 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -5/+5 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -1/+3 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+12 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -8/+4 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -28/+0 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -8/+4 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -2/+2 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -12/+12 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -2/+2 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -21/+93 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -2/+2 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -18/+88 |
| 2014-02-22 | Add Pod trait bound to std::num::Primitive | Brendan Zabarauskas | -1/+3 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -407/+18 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -4/+4 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -500/+490 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -39/+89 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -500/+490 |
| 2014-02-15 | auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson | bors | -2/+0 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -2/+0 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -21/+26 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -5/+1 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -210/+3 |