about summary refs log tree commit diff
path: root/src/test/run-fail
AgeCommit message (Expand)AuthorLines
2013-08-01std: Change `Times` trait to use `do` instead of `for`blake2-ppc-1/+1
2013-07-28auto merge of #8069 : erickt/rust/maikklein, r=ericktbors-2/+2
2013-07-27core: correct the casing of result::{Ok,Err} in the docsErick Tryzelaar-1/+1
2013-07-27to_either + fixesErick Tryzelaar-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-4/+4
2013-07-23test/run-fail: Un-xfail a test, make some other xfailed ones compile (they st...Huon Wilson-9/+10
2013-07-21auto merge of #7923 : alexcrichton/rust/add-tests, r=graydonbors-0/+19
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-3/+3
2013-07-19Add tests for issues which can be closedAlex Crichton-0/+19
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-5/+5
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-3/+3
2013-07-10fix testCorey Richardson-1/+1
2013-07-04Convert vec::{as_imm_buf, as_mut_buf} to methods.Huon Wilson-2/+1
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-2/+2
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-1/+1
2013-06-25Change finalize -> drop.Luqman Aden-10/+10
2013-06-24remove old_iterDaniel Micay-1/+0
2013-06-10std: remove str::{len, slice, is_empty} in favour of methods.Huon Wilson-1/+1
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-2/+6
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-3/+59
2013-05-27Change `alt` to `match` in filenames.Lindsey Kuper-0/+0
2013-05-22test: Update tests to use the new syntax.Patrick Walton-17/+17
2013-05-19auto merge of #6106 : thestinger/rust/iter, r=bstriebors-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-6/+6
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-1/+1
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-2/+2
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-37/+37
2013-05-09test: Add two tests for issue #6272.Niko Matsakis-0/+21
2013-05-09auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiynbors-1/+1
2013-05-08test: Fix tests.Patrick Walton-3/+3
2013-05-09Fix typosSean Moon-1/+1
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-0/+28
2013-05-06Add assert_approx_eq! macroBrendan Zabarauskas-0/+28
2013-05-05Fix two more write guard failuresNiko Matsakis-0/+38
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-5/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-4/+1
2013-05-03rustc: add rooting, write-guards to slices etcNiko Matsakis-0/+96
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-1/+1
2013-04-30remove some unused mut declsNiko Matsakis-6/+6
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-2/+2
2013-04-28make way for a new iter moduleDaniel Micay-1/+3
2013-04-27auto merge of #6081 : brson/rust/out-of-stack, r=thestingerbors-83/+0
2013-04-26rt: Set the stack depth limit to 1GB. Abort on error.Brian Anderson-83/+0
2013-04-26Added test cases for all fail message formatsMarvin Löbel-0/+120
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-1/+1
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-2/+2
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-2/+2
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-1/+1
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1