summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-14Guarantee that statics have unique namesAlex Crichton-2/+49
2013-09-14auto merge of #9203 : thestinger/rust/range_step, r=huonwbors-640/+82
2013-09-15iter: add the edge case tests for `range` tooDaniel Micay-0/+10
2013-09-15rm some uses of the `advance` iterator methodDaniel Micay-2/+2
2013-09-15remove old internal iterator range testsDaniel Micay-254/+0
2013-09-14rustpkg: Always write a package_id attribute into the link metadataTim Chevalier-4/+51
2013-09-15std::num: Remove `range_step` for each numeric typeblake2-ppc-296/+0
2013-09-15Use std::iter::range_stepblake2-ppc-77/+57
2013-09-15iter: fix `RangeInclusive`'s `DoubleEndedIterator`Daniel Micay-3/+5
2013-09-15iter: fix `range_inclusive` when `start > stop`Daniel Micay-4/+10
2013-09-15fix range_step{,_inclusive} with negative stepDaniel Micay-16/+10
2013-09-14auto merge of #9200 : lkuper/rust/libsyntax-cleanup, r=luqmanabors-55/+2
2013-09-14auto merge of #9199 : thestinger/rust/range_step, r=cmrbors-14/+101
2013-09-14These impls, at least, can be avoided by deriving Ord.Lindsey Kuper-16/+2
2013-09-14Kill off method impls made redundant by default methods.Lindsey Kuper-39/+0
2013-09-14iter: add `RangeStep` and `RangeStepInclusive`Daniel Micay-1/+90
2013-09-14auto merge of #9198 : FlaPer87/rust/shared-port, r=cmrbors-9/+38
2013-09-14auto merge of #9191 : huonw/rust/are-you-tired, r=cmrbors-0/+14
2013-09-14iter: move Counter impl to the proper placeDaniel Micay-14/+14
2013-09-14iter: replace comment with a docstringDaniel Micay-5/+3
2013-09-14Add SharedPort wrapper around rt::comm::SharedPortFlavio Percoco-9/+38
2013-09-14iter: fix range docstringsDaniel Micay-2/+2
2013-09-14auto merge of #9183 : alexcrichton/rust/issue-5794, r=catamorphismbors-1/+32
2013-09-14auto merge of #9182 : bjz/rust/master, r=brsonbors-0/+1
2013-09-14auto merge of #9181 : lkuper/rust/libsyntax-default-methods-refactor, r=alexc...bors-275/+3
2013-09-14auto merge of #9180 : blake2-ppc/rust/reduce-either, r=catamorphismbors-66/+58
2013-09-14auto merge of #9178 : lkuper/rust/docs, r=catamorphismbors-25/+28
2013-09-15std::rt: Add a standalone sleep function.Huon Wilson-0/+14
2013-09-14auto merge of #9174 : thestinger/rust/bot, r=catamorphismbors-1/+14
2013-09-14auto merge of #9165 : klutzy/rust/newrt-file-fix, r=sanxiynbors-0/+9
2013-09-14auto merge of #9162 : alexcrichton/rust/issue-9123, r=catamorphismbors-0/+44
2013-09-14auto merge of #9160 : alexcrichton/rust/local-data-docs, r=huonwbors-7/+8
2013-09-14auto merge of #9156 : sfackler/rust/buffered-fix, r=huonwbors-13/+19
2013-09-14auto merge of #9115 : erickt/rust/master, r=ericktbors-225/+1096
2013-09-14Get rid of unused SimpleVisitor stuff.Lindsey Kuper-144/+3
2013-09-13auto merge of #9185 : alexcrichton/rust/less-changing-directories, r=huonwbors-178/+119
2013-09-13Remove all usage of change_dir_lockedAlex Crichton-178/+119
2013-09-13auto merge of #9176 : brson/rust/issue-9129, r=catamorphismbors-2/+10
2013-09-13Pass a more proper span to the syntax expandersAlex Crichton-1/+32
2013-09-14Add Orderable bound to num::PrimitiveBrendan Zabarauskas-0/+1
2013-09-14extra::workcache: Remodel the (internal) struct Workblake2-ppc-16/+16
2013-09-14std::logging: Use a more specific enum than Eitherblake2-ppc-18/+18
2013-09-14extra::test: Use Result instead of Either.blake2-ppc-11/+9
2013-09-14syntax: Remove use of Either in parse.rsblake2-ppc-21/+15
2013-09-13auto merge of #9173 : thestinger/rust/offset, r=alexcrichtonbors-5/+0
2013-09-13Refactor libsyntax Visitor impls to use default methods.Lindsey Kuper-275/+3
2013-09-13Minor cleanup and formatting tweaks to the rust-mode READMELindsey Kuper-25/+28
2013-09-13Work around a compiler crash folding labeled break. #9129Brian Anderson-2/+10
2013-09-13make ! support the equality/ordering operatorsDaniel Micay-1/+14
2013-09-13ptr: fix offset intrinsicDaniel Micay-5/+0