| Age | Commit message (Expand) | Author | Lines |
| 2013-08-17 | auto merge of #8554 : michaelwoerister/rust/generics, r=brson | bors | -100/+2226 |
| 2013-08-17 | auto merge of #8433 : brson/rust/rm-more-oldrt-crud, r=brson | bors | -714/+115 |
| 2013-08-17 | auto merge of #8441 : erickt/rust/deny-warnings, r=erickt | bors | -585/+704 |
| 2013-08-17 | Fix warnings it tests | Erick Tryzelaar | -581/+701 |
| 2013-08-17 | Fix warnings in librustc and libsyntax | Erick Tryzelaar | -3/+2 |
| 2013-08-17 | Fix warnings in tests | Erick Tryzelaar | -1/+1 |
| 2013-08-17 | auto merge of #8272 : DaGenix/rust/digest-md5-impl-not-unrolled, r=cmr | bors | -42/+471 |
| 2013-08-17 | auto merge of #8053 : gavinb/rust/uuid_std, r=alexcrichton | bors | -0/+795 |
| 2013-08-17 | auto merge of #8531 : brson/rust/test-waitpid-workaround, r=graydon | bors | -2/+16 |
| 2013-08-17 | Crypto: Add tests for add_bytes_to_bits functions. | Palmer Cox | -0/+47 |
| 2013-08-17 | Crypto: update checked addition functions to use CheckedAdd intrinsic. | Palmer Cox | -42/+65 |
| 2013-08-17 | MD5: Create an implementation of MD5. | Palmer Cox | -0/+331 |
| 2013-08-17 | Crypto: Add little-endian versions of existing functions: read_u32v_le and wr... | Palmer Cox | -0/+28 |
| 2013-08-16 | A round of code cleaning for the primary scheduler code. Comments have been u... | toddaaro | -275/+201 |
| 2013-08-16 | Moved the logic for a pausible idle callback into a new type - PausibleIdleCa... | toddaaro | -96/+103 |
| 2013-08-16 | std::rt: Fix a race in UvRemoteCallback's dtor that misses callbacks | Brian Anderson | -7/+74 |
| 2013-08-16 | std::rt: Touch up idle logic | Brian Anderson | -16/+36 |
| 2013-08-16 | an attempt at a singleton pausible idle callback for each scheduler. suffers ... | toddaaro | -19/+83 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -29/+100 |
| 2013-08-16 | Implement `{:s}` for ~str and @str as well | Alex Crichton | -3/+5 |
| 2013-08-16 | Remove obsolete error message regarding do-blocks with internal iters | Kevin Ballard | -50/+1 |
| 2013-08-16 | debuginfo: Added test cases for static struct and enum methods. | Michael Woerister | -0/+134 |
| 2013-08-16 | debuginfo: Test cases for [generic][default][static] methods and functions: | Michael Woerister | -3/+635 |
| 2013-08-16 | debuginfo: Support for combinations of Self type and type parameters. | Michael Woerister | -133/+81 |
| 2013-08-16 | debuginfo: Add test case for issue #8513. | Michael Woerister | -0/+20 |
| 2013-08-16 | debuginfo: Implemented support for Self type parameter in trait methods with ... | Michael Woerister | -45/+266 |
| 2013-08-16 | debuginfo: Added test cases for methods on structs, enums, traits, and tuple-... | Michael Woerister | -0/+663 |
| 2013-08-16 | debuginfo: Added support for self parameter in methods. | Michael Woerister | -12/+70 |
| 2013-08-16 | debuginfo: Fixed crash occuring for parameterless closures. | Michael Woerister | -6/+5 |
| 2013-08-16 | debuginfo: Added test cases for generic structs and enums. | Michael Woerister | -6/+213 |
| 2013-08-16 | debuginfo: Properly handle monomorphization of generic functions. | Michael Woerister | -87/+158 |
| 2013-08-16 | debuginfo: Generate template type parameters for generic functions. | Michael Woerister | -9/+165 |
| 2013-08-16 | debuginfo: Fixed option-like-enum test case so it does not rely on undefined ... | Michael Woerister | -11/+28 |
| 2013-08-16 | Reserve 'yield' keyword | Kevin Ballard | -72/+75 |
| 2013-08-16 | rt: Remove unused uv helpers | Brian Anderson | -108/+0 |
| 2013-08-16 | rt: Remove empty rust_upcall.h | Brian Anderson | -15/+0 |
| 2013-08-16 | rt: Remove unused rust_clone_type_desc declaration | Brian Anderson | -2/+0 |
| 2013-08-16 | rt: Remove rust_stack | Brian Anderson | -159/+10 |
| 2013-08-16 | rt: Remove rust_refcount.h | Brian Anderson | -32/+2 |
| 2013-08-16 | rt: Remove unused parts of rust_log | Brian Anderson | -80/+6 |
| 2013-08-16 | rt: Remove unused parts of rust_globals.h | Brian Anderson | -21/+0 |
| 2013-08-16 | rt: Remove rust_signal.h | Brian Anderson | -27/+0 |
| 2013-08-16 | Remove the annihilate lang item | Brian Anderson | -67/+44 |
| 2013-08-16 | rt: Remove rust_env | Brian Anderson | -203/+53 |
| 2013-08-16 | Give XorShiftRng::new() a random seed | Kevin Ballard | -6/+15 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -3/+64 |
| 2013-08-16 | auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt | bors | -152/+271 |
| 2013-08-16 | Add UUID support to libextra | Gavin Baker | -0/+795 |
| 2013-08-16 | auto merge of #8530 : brson/rust/rt-backtrace, r=alexcrichton | bors | -1/+1 |
| 2013-08-16 | Implement Clone and DeepClone for time types. | Chris Morgan | -2/+2 |