2978 Commits (846c8613b0c48fdb25a057b6572a65b6f455426d)
 

Author SHA1 Message Date
Siegfried Pammer a1a525d5cb Add Generics pretty tests 8 years ago
Siegfried Pammer 48b77d4742 ExpressionTransform: comp(box T(..) [!=]= ldnull) -> comp(.. [!=]= ldnull) where T.Kind == TypeParameter 8 years ago
Daniel Grunwald d0f1b60a04 Fix type names in ILAst debug output. 8 years ago
Daniel Grunwald b5e8571382 [nullables] Support lifting calls to user-defined operators. 8 years ago
Daniel Grunwald c252b1cdff Update Mono.Cecil to bring in a few fixes when reading debug symbols. 8 years ago
Daniel Grunwald fafc680458 Improve ValueTypeCall.Using() test case 8 years ago
Daniel Grunwald 352cf9d258 Merge pull request #871 from mohe2015/async-delegate 8 years ago
Daniel Grunwald c360292a06 Add some failing tests for the using statement. 8 years ago
Daniel Grunwald f380c29852 Refactor IsGeneratedValueTypeTemporary. 8 years ago
M.Hedtke 6755d34426 Make async delegate async. 8 years ago
Siegfried Pammer 27aa58a532 Improve GenerateForeachVariableName. 8 years ago
Siegfried Pammer d26c9bb98c Capturing: Fix false positive foreach loop. 8 years ago
Siegfried Pammer dfeb39f6ee TransformForeach: handle optional return statement after loop. 8 years ago
Siegfried Pammer 7901d654ad Add missing files for Loops Unit Test. 8 years ago
Daniel Grunwald 46e36f7e9a Fix #868: incorrect inlining of readonly fields. 8 years ago
Siegfried Pammer 4eed00f784 Delete unused variables in HighlightingTokenWriter. 8 years ago
Siegfried Pammer 83a07239ef Fix handling of anonymous types in foreach transform. 8 years ago
Siegfried Pammer 718fae11de Activate Loops unit test. (Some test cases are still ignored.) 8 years ago
Siegfried Pammer 0691aee363 Remove foreach from PatternStatementTransform. 8 years ago
Siegfried Pammer 77a257079b Move some foreach tests to Patterns.cs 8 years ago
Siegfried Pammer c8a8df8c87 Fix problems in foreach: 8 years ago
Siegfried Pammer 44687a01e2 Fix bug in UsingTransform: Do not transform to using, if disposable instance is used after the finally block. 8 years ago
Siegfried Pammer 4f7a479320 Add ILAstWritingOptions parameter to LockInstruction/UsingInstruction.WriteTo, fix merge errors. 8 years ago
Siegfried Pammer 307f782a09 Fix bug in DetectLoop: do not accidentally add IncrementBlock to AdditionalBlocks. 8 years ago
Siegfried Pammer 3c9a0d8a41 Ad #866: No longer use Debug.Assert, but add warnings to AST. 8 years ago
Siegfried Pammer 3aba0fe57a Extract foreach transform to method and improve readability. 8 years ago
Siegfried Pammer fa25b5d2e8 Implement foreach loop detection in StatementBuilder. 8 years ago
Siegfried Pammer 86d3101b22 Add UnwrapNestedContainerIfPossible to reduce block container nesting in foreach pattern. 8 years ago
Siegfried Pammer ae2e38ece4 Add NoUsing test case. 8 years ago
Siegfried Pammer 1e01f834e8 Fix links on operators. 8 years ago
Siegfried Pammer 6b8ef1c684 Fix highlighting of query contextual keywords. 8 years ago
Siegfried Pammer d067f0cb6c Add support for pattern with as-cast to IDisposable. 8 years ago
Siegfried Pammer 31469c8ef1 Implement UsingTransform in ILAst. 8 years ago
Siegfried Pammer 4b12a7e983 Improve formatting of constrained CallInstructions. 8 years ago
Siegfried Pammer 38c0981233 Fix naming of stack slots generated by ILReader.Push. 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 dea81a685d Add UsingInstruction to ILAst. 8 years ago
Siegfried Pammer fb092fdf5e Remove /doc/Dissertation as it's no longer relevant. 8 years ago
Daniel Grunwald 0008deb021 Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
Daniel Grunwald c81f9f366e Remove LdAddressUsagesTransform. 8 years ago
Daniel Grunwald b7320b25e4 [nullables] Lift three-valued logic operators ('&' and '|' on bool?) 8 years ago
Daniel Grunwald 53a050552b Add support for syntax sugar when writing out the ILAst. 8 years ago
Daniel Grunwald 735f8e070d Compound assignment doesn't support lifting yet. 8 years ago
Daniel Grunwald 66d1b744c3 Add ILAstWritingOptions parameter to ILInstruction.WriteTo(). 8 years ago
Daniel Grunwald 96c6b03d9b [nullables] operator! on bool? 8 years ago
Daniel Grunwald 02af1b0ab5 [nullables] Lifting support for: bool? == true, bool? != true, bool? == false, bool? != false 8 years ago
Daniel Grunwald 63d6f4bbca [nullables] Add lifting for operator~. 8 years ago
Daniel Grunwald b318327db3 [nullables] Fix lifted != operator. 8 years ago
Daniel Grunwald 919219524b Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago