summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-08-09auto merge of #8387 : brson/rust/nooldrt, r=brsonbors-56/+8
2013-08-09Fix interaction between default matches and guards. Closes #3121.Michael Sullivan-1/+0
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-56/+8
2013-08-09auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphismbors-16/+0
2013-08-09std/rustc/rustpkg/syntax: Support the `extern mod = ...` formTim Chevalier-16/+0
2013-08-09Fix vector pattern matching. Closes #6909.Michael Sullivan-10/+31
2013-08-09Add parse-error recovery for erroneous `struct_id { }` form.Felix S. Klock II-1/+73
2013-08-09auto merge of #8362 : sfackler/rust/env, r=alexcrichtonbors-11/+85
2013-08-08auto merge of #8350 : dim-an/rust/fix-struct-match, r=pcwaltonbors-2/+79
2013-08-08Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-21/+496
2013-08-08Allow attributes to appear as macro argumentsNiko Matsakis-0/+40
2013-08-08auto merge of #8356 : toddaaro/rust/ws, r=brsonbors-0/+164
2013-08-08auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichtonbors-20/+104
2013-08-08Enabled workstealing in the scheduler. Previously we had one global work queu...toddaaro-0/+164
2013-08-08xfail-fast an aux testCorey Richardson-1/+1
2013-08-08env! syntax extension changesSteven Fackler-11/+85
2013-08-08auto merge of #8245 : alexcrichton/rust/fmt2, r=graydonbors-0/+201
2013-08-07Fix a stack to use the new .to_c_str() apiErick Tryzelaar-2/+2
2013-08-07Fix falloutCorey Richardson-8/+8
2013-08-07Fix unit structs in cross-crate situtationsAlex Crichton-0/+87
2013-08-07Forbid `priv` where it has no effectAlex Crichton-1/+1
2013-08-07Implement DoubleEndedIterator on RangeKevin Ballard-11/+8
2013-08-07Add initial support for a new formatting syntaxAlex Crichton-0/+201
2013-08-07Disable linked failure testsBrian Anderson-0/+12
2013-08-07xfail debug-info/option-like-enumBrian Anderson-0/+1
2013-08-07test: Fix deadlock in task-perf-linked-failureBrian Anderson-1/+4
2013-08-07test: xfail a bunch of tests that are incorrectly reading os::args()[1]Brian Anderson-0/+10
2013-08-07Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-243/+61
2013-08-07Fix incorrect non-exhaustive matching for fixed length vecsStepan Koltsov-17/+61
2013-08-07auto merge of #8326 : thestinger/rust/iterator, r=alexcrichtonbors-12/+12
2013-08-07auto merge of #8305 : huonw/rust/triage-fixes, r=cmrbors-231/+3
2013-08-07testsuite: add explanation to a Note, and remove duplicated code.Huon Wilson-6/+3
2013-08-07testsuite: remove incorrect section of 2 test cases. (Also, &const is disappe...Huon Wilson-13/+0
2013-08-07testsuite: remove 2 very outdated testcases; functionality is tested by other...Huon Wilson-212/+0
2013-08-07Enable privacy check for enum methods.Michael Woerister-4/+36
2013-08-07auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichtonbors-0/+46
2013-08-07Add test for short-circuiting #[deriving(Eq,Ord,TotalEq,TotalOrd)].Huon Wilson-0/+46
2013-08-06remove `extra::iter`Daniel Micay-12/+12
2013-08-06Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...Erick Tryzelaar-65/+53
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-45/+6
2013-08-07Fix bug in `match`ing struct patternsDmitry Ermolov-4/+0
2013-08-07Added testcases for `match` keywordDmitry Ermolov-0/+81
2013-08-05Updated std::Option, std::Either and std::ResultMarvin Löbel-65/+53
2013-08-05Add extra::arena::Arena::new{, _with_size}.OGINO Masanori-6/+6
2013-08-04Merge remote-tracking branch 'remotes/origin/master' into str-remove-nullErick Tryzelaar-197/+198
2013-08-04std: merge str::raw::from_buf and str::raw::from_c_strErick Tryzelaar-9/+14
2013-08-04Remove old tests and code for `select`Brian Anderson-39/+0
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+3
2013-08-04std: remove str::NullTerminatedStrErick Tryzelaar-21/+0
2013-08-04auto merge of #8217 : brson/rust/reset_stack_limit, r=pcwaltonbors-1/+2