| Age | Commit message (Expand) | Author | Lines |
| 2013-11-10 | Register new snapshots | Alex Crichton | -13/+1 |
| 2013-11-10 | temporarily disable tests on android and tagging issue number #10379 | Young-il Choi | -0/+1 |
| 2013-11-07 | std: Make atomic types non-copyable. Closes #8380 | Brian Anderson | -14/+20 |
| 2013-11-06 | Register new snapshots | Alex Crichton | -39/+9 |
| 2013-11-05 | Rename misleading contains_managed to owns_managed | Niko Matsakis | -0/+5 |
| 2013-11-04 | auto merge of #10064 : luqmana/rust/vvv, r=nikomatsakis | bors | -0/+3 |
| 2013-11-04 | libsyntax/librustc: Allow calling variadic foreign functions. | Luqman Aden | -0/+3 |
| 2013-11-04 | auto merge of #10182 : alexcrichton/rust/typeid-intrinsic, r=nikomatsakis | bors | -4/+10 |
| 2013-11-03 | simplify memcpy/memmove/memset intrinsics | Daniel Micay | -0/+15 |
| 2013-11-01 | Register new snapshots | Alex Crichton | -3/+0 |
| 2013-11-01 | Add a type_id intrinsic | Alex Crichton | -4/+10 |
| 2013-10-30 | auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichton | bors | -1/+31 |
| 2013-10-30 | Prepared `std::sys` for removal, and made `begin_unwind` simpler | Marvin Löbel | -1/+31 |
| 2013-10-30 | auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichton | bors | -4/+9 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -1/+1 |
| 2013-10-29 | Adjust reflection for the possibility of discriminants larger than int. | Jed Davis | -4/+9 |
| 2013-10-29 | auto merge of #10135 : alexcrichton/rust/snapshots, r=thestinger | bors | -5/+4 |
| 2013-10-28 | auto merge of #10127 : thestinger/rust/cold, r=pcwalton | bors | -0/+2 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -5/+4 |
| 2013-10-28 | Make some more rt components public | Alex Crichton | -1/+1 |
| 2013-10-28 | add support for the `cold` function attribute | Daniel Micay | -0/+2 |
| 2013-10-28 | auto merge of #10094 : alexcrichton/rust/issue-8704, r=pcwalton | bors | -2/+2 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -11/+31 |
| 2013-10-26 | Rewrite boxed_region/memory_region in Rust | Alex Crichton | -2/+2 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -0/+47 |
| 2013-10-23 | mark some functions as returning ! | Daniel Micay | -2/+1 |
| 2013-10-23 | register snapshots | Daniel Micay | -8/+0 |
| 2013-10-23 | Removed the file src/libstd/unstable/extfmt.r | reedlepee | -703/+0 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -18/+1 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -8/+728 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -9/+9 |
| 2013-10-21 | auto merge of #10000 : cmr/rust/snapshot, r=alexcrichton | bors | -3/+0 |
| 2013-10-21 | Register snapshots | Corey Richardson | -3/+0 |
| 2013-10-21 | fix the new floating point intrinsics | Daniel Micay | -2/+2 |
| 2013-10-21 | expose new floating point intrinsics | Daniel Micay | -0/+20 |
| 2013-10-18 | auto merge of #9919 : alexcrichton/rust/fmt-begone, r=huonw | bors | -704/+0 |
| 2013-10-18 | Remove the fmt! syntax extension | Alex Crichton | -704/+0 |
| 2013-10-18 | auto merge of #9926 : Kimundi/rust/future_result_bad_sig, r=huonw | bors | -7/+4 |
| 2013-10-18 | Made `std::task::TaskBuilder::future_result()` easier to use | Marvin Löbel | -7/+4 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -1/+1 |
| 2013-10-17 | Register new snapshots | Alex Crichton | -1/+0 |
| 2013-10-17 | Removed the -Z once_fns compiler flag and added the new feature directive of ... | Chris Sainty | -1/+2 |
| 2013-10-16 | auto merge of #9885 : thestinger/rust/vector, r=brson | bors | -1/+1 |
| 2013-10-15 | path2: Adjust the API to remove all the _str mutation methods | Kevin Ballard | -1/+1 |
| 2013-10-15 | path2: Replace the path module outright | Kevin Ballard | -1/+1 |
| 2013-10-15 | fix bounds checking failure message | Daniel Micay | -1/+1 |
| 2013-10-14 | add an `abort` intrinsic | Daniel Micay | -0/+3 |
| 2013-10-14 | Remove unused abi attributes. | Steve Klabnik | -1/+0 |
| 2013-10-11 | De-pub some private runtime components | Alex Crichton | -14/+4 |
| 2013-10-08 | auto merge of #9759 : thestinger/rust/immediate, r=alexcrichton | bors | -1/+3 |