8 Commits (d3e12d0ebfd1a717f2f05bad5993a0d99f842b9f)

Author SHA1 Message Date
Peter Crabtree e1e16b64f5 dev: Strip BOM mark from text files 4 months ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 5 years ago
Daniel Grunwald c1265ad830 Fix #1946: Don't move `return` into `try` block when doing so changes the semantics of a `finally` block. 6 years ago
Siegfried Pammer f53005cf5a Move using test from ControlFlow to Using 8 years ago
Daniel Grunwald c360292a06 Add some failing tests for the using statement. 8 years ago
Daniel Grunwald 10f44d3541 Move NotUsingBlock test. 8 years ago
Daniel Grunwald 2eb6658efa Add test case for cast after ternary operator. Closes #765. 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago
Daniel Grunwald 1a8ce7d345 Add BreakUnlessContinue test case 8 years ago
Daniel Grunwald d8e8171b3c Re-enable foreach pattern 8 years ago
Siegfried Pammer f24f1e007e Move correctness tests to single namespace 9 years ago
Daniel Grunwald ed3d4aba9d Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
Siegfried Pammer 0524b4a353 Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Siegfried Pammer 6c57304684 Reorganize TestRunner-Tests 10 years ago
Siegfried Pammer 6cefb0ae03 Adjust exit codes of remaining test cases (fixes build) 10 years ago
Siegfried Pammer 7f36725b6f implement StObj instruction 11 years ago
Siegfried Pammer 757d4039df ControlFlow test case 11 years ago