about summary refs log tree commit diff
path: root/src/test/run-pass/weird-exprs.rs
AgeCommit message (Collapse)AuthorLines
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
fail!() used to require owned strings but can handle static strings now. Also, it can pass its arguments to fmt!() on its own, no need for the caller to call fmt!() itself.
2013-05-10Stop using the '<->' operatorAlex Crichton-1/+3
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-22test: Remove `pure` from the test suitePatrick Walton-1/+1
2013-03-11Remove uses of logBrian Anderson-5/+0
2013-03-07test: Fix tests.Patrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-2/+2
2012-09-07Convert 'again' to 'loop'. Remove 'again' keywordBrian Anderson-1/+1
2012-09-04Parse 'loop' and 'again' the sameBrian Anderson-1/+1
2012-08-23Remove match check from test casesTim Chevalier-1/+2
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-3/+3
2012-08-01Convert ret to returnBrian Anderson-15/+15
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-14remove typestate from code, tests, and docsNiko Matsakis-2/+2
2012-07-09Catch one missing residual 'cont' -> 'again' change.Graydon Hoare-1/+1
2012-06-20Remove bind. Issue #2189Brian Anderson-1/+1
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-3/+4
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-3/+4
Also, some other changes that came up along the way: - add a 'blk' region for the current block. - detect unused type/region variables.
2012-03-29resolve type variables with no constraints to botNiko Matsakis-4/+4
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-2/+2
2012-03-24Avoid unifying vars when possible; handle bot (more) correctlyNiko Matsakis-5/+5
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
Add a loop {} construct for infinite loops, and use it in test cases. See #1906 for details.
2012-01-30Fix last failing testPaul Woolcock-1/+9
All tests now pass, without the ternary operator.
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-1/+1
3 tests, pretty/block-disambig.rs, run-pass/operator-overloading.rs, and run-pass/weird-exprs.rs, all included the ternary operator. These were changed to use the if-then-else construct instead. 2 tests, run-pass/block-arg-in-ternary.rs and run-pass/ternary.rs, were only there because of the ternary operator, and were removed.
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-2/+2
2011-12-22Register snapshots and switch logging over to use of log_full or #error / ↵Graydon Hoare-3/+3
#debug.
2011-09-26test: Fix more typos in weird-exprs.rs.Patrick Walton-1/+1
2011-09-26test: wierd-exprs -> weird-exprsPatrick Walton-0/+67