about summary refs log tree commit diff
path: root/src/test/run-pass
AgeCommit message (Expand)AuthorLines
2013-08-01auto merge of #8170 : brson/rust/nopipes, r=pcwaltonbors-888/+0
2013-08-01auto merge of #8190 : thestinger/rust/for, r=thestingerbors-16/+16
2013-08-01Remove the pipes compilerBrian Anderson-888/+0
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-13/+12
2013-08-01std: Replace `for` with `do { .. }` expr where internal iterators are usedblake2-ppc-3/+4
2013-08-01auto merge of #8164 : brson/rust/noportset, r=pcwaltonbors-22/+24
2013-08-01auto merge of #8155 : stepancheg/rust/unit-zero, r=alexcrichtonbors-0/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-52/+52
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-8/+8
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-22/+24
2013-07-31auto merge of #8145 : brson/rust/rttestfixes, r=pcwaltonbors-70/+10
2013-07-31Implement Zero for unitStepan Koltsov-0/+1
2013-07-31auto merge of #8141 : graydon/rust/foreach-in-sketch, r=brsonbors-0/+151
2013-07-30test: Remove a test of the oldsched runtime apiBrian Anderson-60/+0
2013-07-30test: Use a test extern in various foreign fn testsBrian Anderson-10/+10
2013-07-30test: add testcases for external iterators using foreach.Graydon Hoare-0/+151
2013-07-30std: Remove get_task function. UnusedBrian Anderson-7/+10
2013-07-30std: Remove PlatformThread spawn mode. ObsoleteBrian Anderson-44/+0
2013-07-30Added str::char_offset_iter() and str::rev_char_offset_iter()Marvin Löbel-2/+2
2013-07-29auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwaltonbors-2/+2
2013-07-29auto merge of #8085 : mrordinaire/rust/percent-p, r=huonwbors-0/+11
2013-07-29Added %p directive to fmt!, which expects *T as argumentDo Nhat Minh-0/+11
2013-07-29std: Rename Iterator adaptor types to drop the -Iterator suffixblake2-ppc-2/+2
2013-07-28Add support for `..base` on static struct initializers.Kevin Mehall-0/+3
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-4/+3
2013-07-27to_either + fixesErick Tryzelaar-4/+3
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-11/+11
2013-07-27auto merge of #7864 : brson/rust/start-on-main-thread, r=brsonbors-0/+21
2013-07-27std::rt: Add start_on_main_thread functionBrian Anderson-0/+21
2013-07-27Add test for #5917.Luqman Aden-0/+21
2013-07-26auto merge of #8001 : crnobog/rust/xfail-win32-7999, r=cmrbors-0/+4
2013-07-26auto merge of #7986 : alexcrichton/rust/raw-repr, r=brsonbors-2/+2
2013-07-26Consolidate raw representations of rust valuesAlex Crichton-2/+2
2013-07-25Allow linking against crates with #[no_std]Alex Crichton-0/+56
2013-07-25auto merge of #8030 : thestinger/rust/iterator, r=huonwbors-3/+1
2013-07-25auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichtonbors-0/+1
2013-07-25auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakisbors-11/+85
2013-07-25Move/delete old tests that change behaviorKevin Murphy-0/+16
2013-07-24Add test for uint and negative literals as discriminantsKevin Murphy-0/+20
2013-07-24Fix vtable resolution for self to search supertraits. Closes #7661.Michael Sullivan-0/+36
2013-07-24rm default method lintDaniel Micay-3/+1
2013-07-24auto merge of #7996 : erickt/rust/cleanup-strs, r=ericktbors-12/+10
2013-07-24Implement std::num::Zero for boolBirunthan Mohanathas-0/+1
2013-07-24fix compilation on macos/windowsDaniel Micay-1/+1
2013-07-24Fix a crash when transmuting non-immediate to immediate typesBjörn Steinbrink-0/+18
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-47/+47
2013-07-24xfail tests that are currently failing on windows, reported in #7999crnobog-0/+4
2013-07-23auto merge of #7958 : kemurphy/rust/link-section, r=alexcrichtonbors-0/+34
2013-07-23Fix the issue-3979 tests and add a new test.Michael Sullivan-11/+49
2013-07-23clean up warningsErick Tryzelaar-7/+5