about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-15auto merge of #9213 : dcrewi/rust/rust-test-arguments, r=catamorphismbors-3/+4
2013-09-15rust test: pass the remaining arguments throughDavid Creswick-3/+4
2013-09-15auto merge of #9168 : michaelwoerister/rust/traits, r=jdmbors-283/+891
2013-09-16std::rt::io::net::tcp: Fix one tcp test on Win32klutzy-2/+7
2013-09-16std::rt::uv::uvll: Fix uv_req_type on Win32klutzy-3/+27
2013-09-16std::os: Use unicode for last_os_error() on Win32klutzy-10/+9
2013-09-16std::rt::io::support: Fix ignored test on Win32klutzy-2/+1
2013-09-15rustpkg: CleanupTim Chevalier-59/+42
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