| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-09-14 | auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiyn | bors | -0/+9 |
| 2013-09-14 | auto merge of #9162 : alexcrichton/rust/issue-9123, r=catamorphism | bors | -0/+44 |
| 2013-09-14 | auto merge of #9160 : alexcrichton/rust/local-data-docs, r=huonw | bors | -7/+8 |
| 2013-09-14 | auto merge of #9156 : sfackler/rust/buffered-fix, r=huonw | bors | -13/+19 |
| 2013-09-14 | auto merge of #9115 : erickt/rust/master, r=erickt | bors | -225/+1096 |
| 2013-09-14 | Get rid of unused SimpleVisitor stuff. | Lindsey Kuper | -144/+3 |
| 2013-09-13 | auto merge of #9185 : alexcrichton/rust/less-changing-directories, r=huonw | bors | -178/+119 |
| 2013-09-13 | Remove all usage of change_dir_locked | Alex Crichton | -178/+119 |
| 2013-09-13 | auto merge of #9176 : brson/rust/issue-9129, r=catamorphism | bors | -2/+10 |
| 2013-09-13 | Pass a more proper span to the syntax expanders | Alex Crichton | -1/+32 |
| 2013-09-14 | Add Orderable bound to num::Primitive | Brendan Zabarauskas | -0/+1 |
| 2013-09-14 | extra::workcache: Remodel the (internal) struct Work | blake2-ppc | -16/+16 |
| 2013-09-14 | std::logging: Use a more specific enum than Either | blake2-ppc | -18/+18 |
| 2013-09-14 | extra::test: Use Result instead of Either. | blake2-ppc | -11/+9 |
| 2013-09-14 | syntax: Remove use of Either in parse.rs | blake2-ppc | -21/+15 |
| 2013-09-13 | auto merge of #9173 : thestinger/rust/offset, r=alexcrichton | bors | -5/+0 |
| 2013-09-13 | Refactor libsyntax Visitor impls to use default methods. | Lindsey Kuper | -275/+3 |
| 2013-09-13 | Minor cleanup and formatting tweaks to the rust-mode README | Lindsey Kuper | -25/+28 |
| 2013-09-13 | Work around a compiler crash folding labeled break. #9129 | Brian Anderson | -2/+10 |
| 2013-09-13 | make ! support the equality/ordering operators | Daniel Micay | -1/+14 |
| 2013-09-13 | ptr: fix offset intrinsic | Daniel Micay | -5/+0 |