| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+2 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+1 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -1/+1 |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -5/+0 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -13/+15 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -13/+18 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -2/+2 |
| 2013-12-14 | Dead-code pass now marks and warns foreign items | Kiet Tran | -0/+1 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -17/+17 |
| 2013-12-05 | Fix documentation typo (divison operator is not backslash) | Alexandros Tasos | -2/+2 |
| 2013-12-04 | auto merge of #10803 : vmx/rust/integer-decode, r=cmr | bors | -0/+60 |
| 2013-12-04 | Decode a float into integers | Volker Mische | -0/+60 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 2013-11-29 | Removed module macro workaround for signed and unsigned integers | Marvin Löbel | -57/+93 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -4/+0 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -42/+32 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -3/+3 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -5/+5 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -8/+8 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -7/+17 |
| 2013-11-11 | Use constants instead of raw values. | Jay Anderson | -4/+2 |
| 2013-11-11 | Got directions backwards in to_degrees and to_radians docs. | Jay Anderson | -2/+2 |
| 2013-11-11 | Add docs for traits Exponential, Hyperbolic, BitCount. | Jay Anderson | -2/+44 |
| 2013-11-11 | Update docs for Fractional, Algebraic, Round, and Trigonometric traits. | Jay Anderson | -0/+89 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -2/+2 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -0/+0 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -1/+2 |
| 2013-10-29 | Work around const_eval issues by changing signed integer `min_value`s. | Jed Davis | -1/+2 |
| 2013-10-28 | Capitalize statics in f32 and f64 mods | Ziad Hatahet | -146/+142 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -7/+7 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -15/+15 |
| 2013-10-16 | Fixed example comment for num::cast(). | Ziad Hatahet | -1/+1 |
| 2013-10-16 | Added comments to public functions in num.rs. | Vijay Korapaty | -2/+70 |
| 2013-10-14 | Removing ccdecl | Steve Klabnik | -2/+2 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -4/+2 |
| 2013-10-08 | Fix float to float ToPrimitive implementation. | Sébastien Crozet | -2/+1 |
| 2013-10-08 | auto merge of #9757 : erickt/rust/master, r=alexcrichton | bors | -3/+48 |
| 2013-10-07 | std: fix an infinite loop in num::ToPrimitive and add tests | Erick Tryzelaar | -3/+48 |
| 2013-10-07 | Fix existing privacy/visibility violations | Alex Crichton | -2/+2 |
| 2013-10-05 | std: add Primitive.is_signed | Erick Tryzelaar | -0/+13 |
| 2013-10-05 | std: ToPrimitive's default impls should use `.to_*()` | Erick Tryzelaar | -22/+11 |
| 2013-10-05 | std: fix some warnings | Erick Tryzelaar | -5/+0 |
| 2013-10-05 | std: check bounds for ints/uints in {To,From}Primitive | Erick Tryzelaar | -60/+598 |
| 2013-10-02 | std: Swap {To,From}Primitive to use the 64bit as the unimplemented version | Erick Tryzelaar | -32/+36 |
| 2013-10-02 | std: Replace num::IntConvertible with {To,From}Primitive | Erick Tryzelaar | -96/+354 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -1/+1 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -1/+1 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1454/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -16/+16 |