| Age | Commit message (Expand) | Author | Lines |
| 2013-09-15 | auto merge of #9213 : dcrewi/rust/rust-test-arguments, r=catamorphism | bors | -3/+4 |
| 2013-09-15 | rust test: pass the remaining arguments through | David Creswick | -3/+4 |
| 2013-09-15 | auto merge of #9168 : michaelwoerister/rust/traits, r=jdm | bors | -283/+891 |
| 2013-09-16 | std::rt::io::net::tcp: Fix one tcp test on Win32 | klutzy | -2/+7 |
| 2013-09-16 | std::rt::uv::uvll: Fix uv_req_type on Win32 | klutzy | -3/+27 |
| 2013-09-16 | std::os: Use unicode for last_os_error() on Win32 | klutzy | -10/+9 |
| 2013-09-16 | std::rt::io::support: Fix ignored test on Win32 | klutzy | -2/+1 |
| 2013-09-15 | rustpkg: Cleanup | Tim Chevalier | -59/+42 |
| 2013-09-15 | debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.in | Michael Woerister | -0/+1 |
| 2013-09-15 | std::rt::io::file: Enable I/O tests on Win32 | klutzy | -5/+3 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -140/+114 |
| 2013-09-15 | debuginfo: Some namespace-related cleanup. | Michael Woerister | -68/+66 |
| 2013-09-15 | debuginfo: Fix style nits for pull request. | Michael Woerister | -14/+10 |
| 2013-09-15 | debuginfo: Added description of algorithm for handling recursive types. | Michael Woerister | -112/+72 |
| 2013-09-15 | debuginfo: Added test cases for recursive structs. | Michael Woerister | -0/+315 |
| 2013-09-15 | debuginfo: Support for recursive types. | Michael Woerister | -174/+416 |
| 2013-09-15 | debuginfo: Implement DI for ty_opaque_box. | Michael Woerister | -5/+21 |
| 2013-09-15 | debuginfo: Basic support for trait objects. | Michael Woerister | -16/+96 |
| 2013-09-15 | Fix expand_stmt as well as expand_expr to use the correct span | Alex Crichton | -15/+25 |
| 2013-09-15 | Document all of the format! related macros | Alex Crichton | -6/+77 |
| 2013-09-15 | Reduce the amount of complexity in format! | Alex Crichton | -125/+74 |
| 2013-09-14 | Guarantee that statics have unique names | Alex Crichton | -2/+49 |
| 2013-09-14 | auto merge of #9203 : thestinger/rust/range_step, r=huonw | bors | -640/+82 |
| 2013-09-15 | iter: add the edge case tests for `range` too | Daniel Micay | -0/+10 |
| 2013-09-15 | rm some uses of the `advance` iterator method | Daniel Micay | -2/+2 |
| 2013-09-15 | remove old internal iterator range tests | Daniel Micay | -254/+0 |
| 2013-09-14 | rustpkg: Always write a package_id attribute into the link metadata | Tim Chevalier | -4/+51 |
| 2013-09-15 | std::num: Remove `range_step` for each numeric type | blake2-ppc | -296/+0 |
| 2013-09-15 | Use std::iter::range_step | blake2-ppc | -77/+57 |
| 2013-09-15 | iter: fix `RangeInclusive`'s `DoubleEndedIterator` | Daniel Micay | -3/+5 |
| 2013-09-15 | iter: fix `range_inclusive` when `start > stop` | Daniel Micay | -4/+10 |
| 2013-09-15 | fix range_step{,_inclusive} with negative step | Daniel Micay | -16/+10 |
| 2013-09-14 | auto merge of #9200 : lkuper/rust/libsyntax-cleanup, r=luqmana | bors | -55/+2 |
| 2013-09-14 | auto merge of #9199 : thestinger/rust/range_step, r=cmr | bors | -14/+101 |
| 2013-09-14 | These impls, at least, can be avoided by deriving Ord. | Lindsey Kuper | -16/+2 |
| 2013-09-14 | Kill off method impls made redundant by default methods. | Lindsey Kuper | -39/+0 |
| 2013-09-14 | iter: add `RangeStep` and `RangeStepInclusive` | Daniel Micay | -1/+90 |
| 2013-09-14 | auto merge of #9198 : FlaPer87/rust/shared-port, r=cmr | bors | -9/+38 |
| 2013-09-14 | auto merge of #9191 : huonw/rust/are-you-tired, r=cmr | bors | -0/+14 |
| 2013-09-14 | iter: move Counter impl to the proper place | Daniel Micay | -14/+14 |
| 2013-09-14 | iter: replace comment with a docstring | Daniel Micay | -5/+3 |
| 2013-09-14 | Add SharedPort wrapper around rt::comm::SharedPort | Flavio Percoco | -9/+38 |
| 2013-09-14 | iter: fix range docstrings | Daniel Micay | -2/+2 |
| 2013-09-14 | auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphism | bors | -1/+32 |
| 2013-09-14 | auto merge of #9182 : bjz/rust/master, r=brson | bors | -0/+1 |
| 2013-09-14 | auto merge of #9181 : lkuper/rust/libsyntax-default-methods-refactor, r=alexc... | bors | -275/+3 |
| 2013-09-14 | auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphism | bors | -66/+58 |
| 2013-09-14 | auto merge of #9178 : lkuper/rust/docs, r=catamorphism | bors | -25/+28 |
| 2013-09-15 | std::rt: Add a standalone sleep function. | Huon Wilson | -0/+14 |
| 2013-09-14 | auto merge of #9174 : thestinger/rust/bot, r=catamorphism | bors | -1/+14 |