30 Commits (39bb6856b7e756aefbd8914399887bd121d6955e)

Author SHA1 Message Date
Daniel Grunwald 39bb6856b7 Fix various bugs with compound assignments. 8 years ago
Siegfried Pammer 7d53070f9b Add more correctness tests and fix bug in UnwrapNestedContainerIfPossible. 8 years ago
Siegfried Pammer cbe05e7fa0 Add/move some foreach test cases. 8 years ago
Siegfried Pammer 692a1e8e35 Fix #878: InvalidCastException in StatementBuilder.TransformToForeach 8 years ago
Siegfried Pammer 9bdfdd09ff Add special case for non-generic foreach and add more tests. 8 years ago
Daniel Grunwald 6988260ea3 Add ILInlining.IsUsedAsThisPointerInCall(). 8 years ago
Daniel Grunwald 666ff3b5f3 [using] Add more test cases. 8 years ago
Siegfried Pammer f53005cf5a Move using test from ControlFlow to Using 8 years ago
Siegfried Pammer 1613a73755 Split Patterns.cs in Using.cs and Loops.cs 8 years ago
Siegfried Pammer c56f5e8491 Move some test-cases to Patterns.cs 8 years ago
Siegfried Pammer a1a525d5cb Add Generics pretty tests 8 years ago
Daniel Grunwald fafc680458 Improve ValueTypeCall.Using() test case 8 years ago
Daniel Grunwald c360292a06 Add some failing tests for the using statement. 8 years ago
Daniel Grunwald 46e36f7e9a Fix #868: incorrect inlining of readonly fields. 8 years ago
Siegfried Pammer 77a257079b Move some foreach tests to Patterns.cs 8 years ago
Siegfried Pammer d45e3bfb3c Fix assertion fail in DeclareVariables: Make sure that we do not try to declare variables in non-assignment contexts. 8 years ago
Siegfried Pammer 6da8058587 Add Patterns correctness tests; add missing file headers 8 years ago
Siegfried Pammer 32511222cb Add overload resolution for ctor calls. 8 years ago
Siegfried Pammer f267a7875e Fix #855 - ArgumentOutOfRangeException in TransformCollectionAndObjectInitializers.DoTransform 8 years ago
Daniel Grunwald 3c31e100ad [nullables] Fix nullable transform being applied incorrectly. 8 years ago
Daniel Grunwald 10f44d3541 Move NotUsingBlock test. 8 years ago
Siegfried Pammer c27231955a Split Async tests 8 years ago
Daniel Grunwald 715fdcefe5 Replace spaces with tabs. 8 years ago
Daniel Grunwald eb4ab74b8e Add test case for constant 2147483648. Closes #609. 8 years ago
Daniel Grunwald 2eb6658efa Add test case for cast after ternary operator. Closes #765. 8 years ago
Siegfried Pammer f844ac1b09 Add one more test for generics to OverloadResolution + Fix 8 years ago
Siegfried Pammer d4d7e3ddf5 Fix #270 - Object initializer not detected when it contains lambdas; 8 years ago
Siegfried Pammer 5c1d39e56f Update tests (remove unnecessary casts) 8 years ago
Siegfried Pammer 7ea511ef32 Add support for C# 6 dictionary initializer. 8 years ago
Siegfried Pammer e26af08a1c Move test projects to their own directory in \ 8 years ago