22 Commits (ldmembertoken)

Author SHA1 Message Date
Daniel Grunwald b360268d6d Adjust tests: the improved stack slot type caused variable names to improve. 3 weeks ago
Christoph Wille fe9f6db3ee Emit C# 7.1 default literals where the context supplies the type 4 weeks ago
Daniel Grunwald 30c6b70d9d Fix #3352: avoid using query expressions if there's indications that the lambda parameter types cannot be omitted. 1 month ago
Siegfried Pammer 4a2afbb723 Walk indexer accesses when looking for a null-conditional source 1 month ago
Sebastien Lebreton 3a8e7dee23 Keep null-conditional LINQ chains in method syntax 1 month ago
Siegfried Pammer a4a8c0a894 Add pretty test for select-into query continuations 2 months ago
Peter Crabtree e1e16b64f5 dev: Strip BOM mark from text files 1 year ago
Siegfried Pammer db034d3048 Remove incomplete/wrong support for null-forgiving operator. 5 years ago
Siegfried Pammer 44dee6ecc2 Add additional tests for .NET 4.0 5 years ago
Siegfried Pammer e4b63f7a35 - Make all tests async. 5 years ago
Siegfried Pammer 4b6fd7aee6 Fix #2545: LINQ expression has a question operator on the source collection 5 years ago
Siegfried Pammer cc19e9043e Fix #603: Single element arrays should not span multiple lines 6 years ago
Siegfried Pammer e5b0004d1c Fix build 6 years ago
Siegfried Pammer 8e9ecf6c36 Fix #2162: handle VariableInitializers like AssignmentExpressions in InsertParenthesesVisitor 6 years ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 6 years ago
Daniel Grunwald 3fac3c07a2 Upgrade Roslyn for tests to 3.0.0-beta3. 8 years ago
Siegfried Pammer 2c0f26ca3e Add unit tests 8 years ago
Siegfried Pammer 2d427cf534 Relax rules for object and collection initializer detection to properly decompile query expressions. 9 years ago
Siegfried Pammer 5dd7eaf129 Fix #1093: Remove usage of type or this qualifiers, when possible. 9 years ago
Daniel Grunwald 7c91d48d68 #980: Fix type substitution for lambdas. 9 years ago
Siegfried Pammer dc4ea27a3a Fix build by adding casts to pretty test introduced by dd1c509651 9 years ago
Daniel Grunwald 236c7c28b4 Remove redundant lambda casts. 9 years ago
Siegfried Pammer fb21870cff Fix #437: Decompilation of query expression loses material parentheses 9 years ago
Daniel Grunwald 919219524b Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 9 years ago
Siegfried Pammer a1256392ac Reimplement IntroduceQueryExpressions and CombineQueryExpressions 9 years ago