about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-04-29rustc: Only accept main functions at the crate level. #4433Brian Anderson-9/+13
2013-04-29librustc: Forbid type implementations on typedefs.Patrick Walton-3/+0
2013-04-29librustc: Change labels to use the lifetime notation `'`.Patrick Walton-8/+8
2013-04-29test: Fix tests.Patrick Walton-138/+50
2013-04-29test: Remove #[legacy_modes] from the test suite.Patrick Walton-47/+24
2013-04-29librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsicPatrick Walton-37/+37
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-65/+69
2013-04-29auto merge of #6099 : danluu/rust/xfail_clone, r=catamorphismbors-31/+20
2013-04-29auto merge of #6083 : jbclements/rust/parser-cleanup, r=jbclementsbors-0/+16
2013-04-28add test case for enum disambiguationJohn Clements-0/+16
2013-04-28make way for a new iter moduleDaniel Micay-46/+48
2013-04-28rustc: Suppress derived pattern-match-checking errorsTim Chevalier-0/+44
2013-04-28Updated spawn / loop thread to work with current syntaxDan Luu-9/+8
2013-04-28Remove test for any type -> match type, which doesn't seem to exist anymoreDan Luu-14/+0
2013-04-28Update old xfailing spawn/bind/join testDan Luu-8/+12
2013-04-27auto merge of #6081 : brson/rust/out-of-stack, r=thestingerbors-83/+0
2013-04-27auto merge of #6071 : bjz/rust/numeric-traits, r=graydonbors-67/+71
2013-04-26auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwaltonbors-8/+130
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-26Fix failing testBrendan Zabarauskas-67/+71
2013-04-25Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l...Marvin Löbel-8/+10
2013-04-25Rename vec::mod2 to vec::mod_zipCorey Richardson-1/+1
2013-04-24Fixed typo... And a billion other things.Marvin Löbel-2/+7
2013-04-24auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakisbors-34/+32
2013-04-24libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`.Huon Wilson-17/+14
2013-04-24libcore: remove @Rng from rand, and use traits instead.Huon Wilson-20/+21
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-4/+4
2013-04-24Implement Signed and Unsigned traits and remove related predicate functionsBrendan Zabarauskas-9/+9
2013-04-23Improve the unused unsafe block warning to include unsafe blocks in unsafe fu...Alex Crichton-7/+27
2013-04-23auto merge of #6027 : alexcrichton/rust/more-backticks, r=catamorphismbors-4/+4
2013-04-23auto merge of #6020 : yichoi/rust/pull-0423, r=brsonbors-0/+31
2013-04-23Use backticks for the unsafe keyword in error messagesAlex Crichton-4/+4
2013-04-23test: fix for missing ARM supportYoung-il Choi-0/+31
2013-04-22auto merge of #6007 : pcwalton/rust/use-mod, r=brsonbors-24/+0
2013-04-22auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydonbors-0/+42
2013-04-22librustc: Remove `use mod` from the languagePatrick Walton-24/+0
2013-04-22Add some tests for nullable-pointer enumsJed Davis-0/+131
2013-04-21auto merge of #5990 : bjz/rust/rem-quot, r=catamorphismbors-4/+4
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-4/+4
2013-04-21Changed shootout-fasta-redux to use size_t when calling fwrite, removed XFAILMatthijs Hofstra-6/+4
2013-04-20xfail two benchmarks that are failing on the botsBrian Anderson-0/+4
2013-04-20Implement a lint mode to deal with unused 'mut' variablesAlex Crichton-0/+42
2013-04-20auto merge of #5978 : alexcrichton/rust/issue-5954, r=catamorphismbors-5/+2
2013-04-20Don't warn about unsafe functions which don't need to be unsafeAlex Crichton-5/+2
2013-04-21testsuite: update tests to not use math intrinsics directlyHuon Wilson-7/+3
2013-04-19Fix an ICE when dereferencing types which cannot be dereferencedAlex Crichton-2/+1
2013-04-19auto merge of #5962 : pcwalton/rust/shootout, r=pcwaltonbors-558/+1170
2013-04-19test: xfail some benchmarks that require external libraries or inputsPatrick Walton-0/+5
2013-04-19auto merge of #5824 : bleibig/rust/debuginfo, r=brsonbors-0/+64