summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-15debuginfo: Added LLVMDICompositeTypeSetTypeArray to rustllvm.def.inMichael Woerister-0/+1
2013-09-15std::rt::io::file: Enable I/O tests on Win32klutzy-5/+3
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-140/+114
2013-09-15debuginfo: Some namespace-related cleanup.Michael Woerister-68/+66
2013-09-15debuginfo: Fix style nits for pull request.Michael Woerister-14/+10
2013-09-15debuginfo: Added description of algorithm for handling recursive types.Michael Woerister-112/+72
2013-09-15debuginfo: Added test cases for recursive structs.Michael Woerister-0/+315
2013-09-15debuginfo: Support for recursive types.Michael Woerister-174/+416
2013-09-15debuginfo: Implement DI for ty_opaque_box.Michael Woerister-5/+21
2013-09-15debuginfo: Basic support for trait objects.Michael Woerister-16/+96
2013-09-15Fix expand_stmt as well as expand_expr to use the correct spanAlex Crichton-15/+25
2013-09-15Document all of the format! related macrosAlex Crichton-6/+77
2013-09-15Reduce the amount of complexity in format!Alex Crichton-125/+74
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