summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-01-23libsyntax: Implement the `+` syntax for multiple trait bounds. r=tjcPatrick Walton-0/+7
2013-01-23Merge pull request #4596 from Trinick/tomutrenameTim Chevalier-14/+14
2013-01-23core: Rename to_mut and from_mut to cast_to_mut and cast_from_mutTrinick-14/+14
2013-01-22testsuite: Add tests for mutable function argumentsTim Chevalier-0/+47
2013-01-23Handle divide by zero in constant evaluatorSeo Sanghyeon-0/+6
2013-01-22Add test case for change in 039bfeTim Chevalier-0/+2
2013-01-22Translate const references to extern functions as *i8 instead of the typical ...Josh Matthews-0/+21
2013-01-22Make borrowck's notion of scopes consistent with trans's notion of scopesTim Chevalier-9/+4
2013-01-20testsuite: Un-xfail test for #3029 and move to run-failTim Chevalier-4/+3
2013-01-20testsuite: Tweak tests for #3888Tim Chevalier-3/+22
2013-01-20testsuite: Update error message, unbreak buildTim Chevalier-1/+0
2013-01-19testsuite: Add xfailed test for #4335Tim Chevalier-0/+19
2013-01-19testsuite: Add licenseTim Chevalier-0/+11
2013-01-19Handle region errors where the actual scope is a statementTim Chevalier-0/+15
2013-01-18xfail-fast the #[main] tests, r=burningtreeGraydon Hoare-0/+4
2013-01-18testsuite: Update error messages. Unbreak build, I hopeTim Chevalier-7/+7
2013-01-17Correct testsNiko Matsakis-17/+7
2013-01-17Propagate expected types through block expressions.Niko Matsakis-0/+12
2013-01-17When decoding types, indicate to the def-id conversion function what kind ofNiko Matsakis-0/+38
2013-01-17test: Fix busted compile-fail tests. rs=bustagePatrick Walton-18/+15
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-0/+41
2013-01-16Merge pull request #4493 from jbclements/rename-moved-variable-to-moved-valuePatrick Walton-24/+24
2013-01-15librustc: Make the default sigil for block lambdas `&` instead of `@`.Graydon Hoare-36/+19
2013-01-14s/moved variable/moved value/John Clements-24/+24
2013-01-14allowing the entry point name to be something other than mainILyoan-0/+66
2013-01-11Regression tests for passing enum-typed consts by reference.Jed Davis-0/+48
2013-01-11Add more tests for enum constants.Jed Davis-1/+67
2013-01-11test: add test for overloading logical negation operatorAndrew Paseltiner-0/+11
2013-01-11test: XFAIL issue_3882 due to strange Windows failure. rs=failurePatrick Walton-0/+2
2013-01-10Add xfailed test for #3973Tim Chevalier-0/+31
2013-01-10add two more copies required in word-count rs=breakageNiko Matsakis-2/+2
2013-01-10Add working test for issue 3935 and xfailed test for issue 3888Tim Chevalier-0/+61
2013-01-10Add test cases: one xfailed, one notTim Chevalier-0/+86
2013-01-10correct expected error msgs in various tests rs=breakageNiko Matsakis-9/+9
2013-01-10tests: Add two test cases, one xfailedTim Chevalier-0/+56
2013-01-10mode: reset mode on entry to fn body.Niko Matsakis-4/+16
2013-01-10librustc: Implement `&static` as the replacement for `Durable`. r=nmatsakisPatrick Walton-10/+19
2013-01-10librustc: Allow the type parameter version of `Self` to be spelled with a cap...Patrick Walton-0/+16
2013-01-10test: fix check-fast breakage.Graydon Hoare-2/+2
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-14/+14
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-65/+75
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-75/+65
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-65/+75
2013-01-08Remove ret_style and instead check whether fn return type is botNiko Matsakis-6/+13
2013-01-08Make `self` visible when typechecking nested functionsTim Chevalier-2/+236
2013-01-08test: Fix botched regex. rs=bustagePatrick Walton-3/+3
2013-01-07test: Regular expression mistake. rs=bustagePatrick Walton-22/+22
2013-01-07test: Fix check-fast for resolve changes. rs=bustagePatrick Walton-187/+197
2013-01-07Support assignability for struct fields. r=pcwaltonNiko Matsakis-0/+9
2013-01-07Revert "Change the self def_id to a self_info in typeck, and inherit"Tim Chevalier-236/+2