| Age | Commit message (Expand) | Author | Lines |
| 2013-10-06 | auto merge of #9703 : alexcrichton/rust/compiler-features, r=cmr | bors | -0/+2 |
| 2013-10-06 | auto merge of #9593 : fhahn/rust/logging-unsafe-removal, r=alexcrichton | bors | -202/+305 |
| 2013-10-06 | get_crate_map returns an Option | Florian Hahn | -23/+42 |
| 2013-10-06 | Fix a typo in std::ops documentation | Huon Wilson | -1/+1 |
| 2013-10-05 | Implement feature-gating for the compiler | Alex Crichton | -0/+2 |
| 2013-10-05 | auto merge of #9713 : sfackler/rust/dynamic_lib, r=alexcrichton | bors | -10/+19 |
| 2013-10-05 | auto merge of #9250 : erickt/rust/num, r=erickt | bors | -100/+897 |
| 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-05 | Implemented `IntoSendStr` on `SendStr` to allow naming a | Marvin Löbel | -0/+20 |
| 2013-10-05 | Make a task name use a `SendStr`, allowing for either | Marvin Löbel | -6/+22 |
| 2013-10-05 | Fix thread safety issues in dynamic_lib | Steven Fackler | -10/+19 |
| 2013-10-05 | Add code for older crate map versions, bumped crate map version number | Florian Hahn | -38/+171 |
| 2013-10-05 | Use &'self str instead of raw char pointer in ModEntry | Florian Hahn | -127/+99 |
| 2013-10-05 | Use slice representation for module entries in CrateMap | Florian Hahn | -87/+47 |
| 2013-10-05 | Use slice representation for child crate maps | Florian Hahn | -116/+135 |
| 2013-10-04 | auto merge of #9727 : Valloric/rust/doc-fixes, r=catamorphism | bors | -1/+1 |
| 2013-10-04 | Fixed another minor typo in std::str docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | Fix minor typo in std::str module docs | Strahinja Val Markovic | -1/+1 |
| 2013-10-04 | auto merge of #9718 : alexcrichton/rust/snapshots, r=sanxiyn | bors | -12/+0 |
| 2013-10-04 | Register new snapshots | Alex Crichton | -12/+0 |
| 2013-10-04 | fix some examples in std::rand::Rng | flo-l | -6/+14 |
| 2013-10-03 | auto merge of #9522 : steveklabnik/rust/doc_std_opts, r=alexcrichton | bors | -2/+382 |
| 2013-10-03 | Update std::ops docs as per feedback | Steve Klabnik | -140/+112 |
| 2013-10-03 | Merge pull request #9697 from sfackler/issue_9155 | Daniel Micay | -13/+9 |
| 2013-10-03 | auto merge of #9691 : alexcrichton/rust/rustdoc, r=cmr | bors | -1/+2 |
| 2013-10-03 | Close out #9155 | Steven Fackler | -13/+9 |
| 2013-10-02 | auto merge of #9693 : sfackler/rust/newtype-removal, r=alexcrichton | bors | -30/+48 |
| 2013-10-02 | Stop using newtype wrappers in std::rt::io | Steven Fackler | -30/+48 |
| 2013-10-02 | auto merge of #9681 : skade/rust/str-from-str, r=huonw | bors | -1/+21 |
| 2013-10-02 | rustdoc: Generate hyperlinks between crates | Alex Crichton | -1/+2 |
| 2013-10-02 | auto merge of #9675 : sfackler/rust/lint, r=alexcrichton | bors | -0/+8 |
| 2013-10-02 | Check enums in missing_doc lint | Steven Fackler | -0/+8 |
| 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 | -99/+357 |
| 2013-10-02 | Add an implementation of FromStr for ~str and @str | Florian Gilcher | -1/+21 |
| 2013-10-02 | auto merge of #9665 : alexcrichton/rust/snapshot, r=brson | bors | -12/+12 |
| 2013-10-02 | auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat... | bors | -0/+2 |
| 2013-10-01 | auto merge of #9578 : alexcrichton/rust/un-ignore-libuv-process-tests, r=brson | bors | -142/+2 |
| 2013-10-01 | Move the rt::io::process tests to run-pass | Alex Crichton | -142/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -12/+12 |
| 2013-10-01 | remove the `float` type | Daniel Micay | -1502/+27 |
| 2013-10-01 | auto merge of #9644 : alexcrichton/rust/clarify, r=huonw | bors | -19/+42 |
| 2013-10-01 | auto merge of #9576 : FlaPer87/rust/issue/9125, r=alexcrichton | bors | -19/+29 |
| 2013-10-01 | Merge fall out of removing fmt! | Alex Crichton | -4/+4 |
| 2013-10-01 | Update std::task::mod docstring | Flavio Percoco | -19/+29 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -509/+497 |
| 2013-09-30 | Clarify format! implicit positional references | Alex Crichton | -19/+42 |