| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Tidy | Brian Anderson | -5/+4 |
| 2013-05-14 | core::rt Wire up logging to newsched tasks | Brian Anderson | -25/+117 |
| 2013-05-14 | core::rt: Just a small fix to TcpStream | Brian Anderson | -3/+30 |
| 2013-05-14 | core::rt: Move all the uv callback definitions to one place | Brian Anderson | -42/+23 |
| 2013-05-14 | core::rt: Move the implementation of IdleWatcher to its own file | Brian Anderson | -69/+86 |
| 2013-05-14 | core::rt: Only use one mechanism for attaching custom data to uv handles | Brian Anderson | -50/+19 |
| 2013-05-14 | core::rt: Reording code | Brian Anderson | -114/+115 |
| 2013-05-14 | core::rt: Convert some uv functions to extension methods | Brian Anderson | -148/+127 |
| 2013-05-14 | core::rt: Fix some copies in uv | Brian Anderson | -14/+9 |
| 2013-05-14 | core::rt: Fix the finalizer on UvTcpStream and UvTcpListener | Brian Anderson | -52/+16 |
| 2013-05-14 | core::rt: Use unsafe pointers instead of transmuted regions | Brian Anderson | -79/+85 |
| 2013-05-14 | auto merge of #6468 : gifnksm/rust/rposition-immutable, r=brson | bors | -26/+26 |
| 2013-05-14 | Add inlining for iter_bytes for types used as hashmap keys | Björn Steinbrink | -0/+1 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -18/+13 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -125/+123 |
| 2013-05-14 | Move `position` and `rposition` methods to `ImmutableVector` trait | gifnksm | -26/+26 |
| 2013-05-14 | auto merge of #6463 : bjz/rust/numeric-traits, r=thestinger | bors | -1/+445 |
| 2013-05-14 | auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmana | bors | -76/+77 |
| 2013-05-14 | Remove unnecessary infinity check | Brendan Zabarauskas | -4/+2 |
| 2013-05-14 | Add ldexp and frexp functions | Brendan Zabarauskas | -1/+184 |
| 2013-05-13 | auto merge of #6388 : recrack/rust/each2_mut, r=pcwalton | bors | -2/+31 |
| 2013-05-13 | Remove re-exports from libcore/core.rc | Alex Crichton | -76/+77 |
| 2013-05-13 | auto merge of #6387 : brson/rust/unstable, r=brson | bors | -380/+388 |
| 2013-05-13 | core::rt Restructure some modules | Brian Anderson | -29/+31 |
| 2013-05-13 | core::rt: Improve docs | Brian Anderson | -8/+57 |
| 2013-05-13 | core::rt: Clean up the interface to rtio | Brian Anderson | -60/+63 |
| 2013-05-13 | core::rt: Begin implementing TcpStream | Brian Anderson | -57/+282 |
| 2013-05-13 | core::rt: Fix a warning about unnecessary mutable variable | Brian Anderson | -1/+1 |
| 2013-05-13 | core::rt: Remove Close trait | Brian Anderson | -43/+3 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -104/+105 |
| 2013-05-13 | core: Rename SharedMutableState to UnsafeAtomicRcBox | Brian Anderson | -90/+88 |
| 2013-05-13 | core: Move locks, atomic rc to unstable::sync | Brian Anderson | -289/+307 |
| 2013-05-13 | core: Move unstable to unstable/mod.rs | Brian Anderson | -9/+1 |
| 2013-05-13 | Fixed type signature of uninhabited method. | Steven Stewart-Gallus | -3/+12 |
| 2013-05-14 | Add inverse hyperbolic functions | Brendan Zabarauskas | -0/+263 |
| 2013-05-13 | auto merge of #6437 : Thiez/rust/atomic, r=Aatch | bors | -0/+10 |
| 2013-05-13 | Tidy | Matthijs Hofstra | -2/+2 |
| 2013-05-13 | Add vec.rs each2_mut function | Youngmin Yoo | -2/+31 |
| 2013-05-12 | libstd: Fix merge fallout. | Patrick Walton | -6/+10 |
| 2013-05-12 | libsyntax: Tighten up expressions in patterns to only allow identifiers or li... | Patrick Walton | -23/+23 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -61/+63 |
| 2013-05-12 | libsyntax: Remove `extern mod foo { ... }` from the language. | Patrick Walton | -14/+9 |
| 2013-05-12 | auto merge of #6348 : sstewartgallus/rust/incoming, r=brson | bors | -1/+15 |
| 2013-05-12 | auto merge of #6439 : bjz/rust/float-classify, r=brson | bors | -20/+14 |
| 2013-05-13 | Make Float::classify matching more clear for f64 and f32 | Brendan Zabarauskas | -20/+14 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -0/+10 |
| 2013-05-12 | auto merge of #6414 : samebchase/rust/experimental, r=graydon | bors | -14/+101 |
| 2013-05-12 | Add use declaration for container::Set | Samuel Chase | -1/+1 |
| 2013-05-11 | auto merge of #6431 : catamorphism/rust/warnings, r=catamorphism | bors | -31/+16 |
| 2013-05-11 | clean up the last bit of warnings | Corey Richardson | -3/+0 |