summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-08-03rt: Fix a corner-case in unwinding that leads to stack overflowBrian Anderson-1/+2
2013-08-03auto merge of #8264 : thestinger/rust/snapshot, r=Aatchbors-196/+196
2013-08-03remove obsolete `foreach` keywordDaniel Micay-196/+196
2013-08-03auto merge of #8223 : davidhalperin/rust/master, r=Aatchbors-0/+24
2013-08-03modified logging function to truncate output and adjusted error output format...toddaaro-8/+8
2013-08-03replace all remaining `for` with `foreach` or `do`Daniel Micay-247/+92
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-3/+3
2013-08-02librustc: Introduce a new visitor type based on traits and port syntax to it.Patrick Walton-1/+4
2013-08-02Add backticks around trait name in conflicting implementations error messageDavid Halperin-1/+1
2013-08-02Add trait name to conflicting implementation error messageDavid Halperin-0/+24
2013-08-02auto merge of #8188 : huonw/rust/cfg-macro, r=pcwaltonbors-0/+35
2013-08-01auto merge of #8216 : thestinger/rust/range, r=huonwbors-177/+122
2013-08-02replace `range` with an external iteratorDaniel Micay-177/+122
2013-08-01auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwaltonbors-0/+50
2013-08-01auto merge of #8116 : toddaaro/rust/tls-tk-pr-pre, r=brsonbors-1/+1
2013-08-01xfailed the myserious failing testtoddaaro-1/+1
2013-08-01auto merge of #8172 : brson/rust/nomorestack, r=pcwaltonbors-0/+16
2013-08-01auto merge of #8170 : brson/rust/nopipes, r=pcwaltonbors-1209/+0
2013-08-01auto merge of #8190 : thestinger/rust/for, r=thestingerbors-36/+42
2013-08-01Remove the pipes compilerBrian Anderson-1209/+0
2013-08-01rustc: add a lint for `for`, suggesting `foreach` or `do`.Huon Wilson-0/+20
2013-08-01auto merge of #8165 : graydon/rust/2013-07-31-new-codegen-tests, r=brsonbors-0/+268
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-44/+29
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-34/+36
2013-08-01syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee...Huon Wilson-0/+35
2013-08-01auto merge of #8155 : stepancheg/rust/unit-zero, r=alexcrichtonbors-0/+1
2013-08-01migrate many `for` loops to `foreach`Daniel Micay-94/+94
2013-08-01Resolve globals having different addresses across cratesAlex Crichton-0/+50
2013-08-01rc: from_{owned,const} -> from_{send,freeze}Daniel Micay-1/+1
2013-08-01make `in` and `foreach` get treated as keywordsDaniel Micay-8/+8
2013-07-31test: Disable morestack testsBrian Anderson-0/+16
2013-07-31rm ancient error for lowercase kindsDaniel Micay-12/+0
2013-07-31test: add more codegen tests, add copyright headers to all.Graydon Hoare-0/+268
2013-07-31std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared...Brian Anderson-34/+36
2013-07-31auto merge of #8145 : brson/rust/rttestfixes, r=pcwaltonbors-72/+12
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-12/+12
2013-07-30test: add testcases for external iterators using foreach.Graydon Hoare-0/+151
2013-07-30std: Remove get_task function. UnusedBrian Anderson-10/+13
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-30auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmrbors-9/+9
2013-07-29auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwaltonbors-2/+2
2013-07-29New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec...Michael Woerister-9/+9
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