.. |
AssignVariableNames.cs
|
AssignVariableNames: unwrap modified / pinned types to ensure variables get nice names.
|
7 years ago |
BlockTransform.cs
|
Replace LoopingBlockTransform with StatementTransform.
|
8 years ago |
CachedDelegateInitialization.cs
|
Introduce named arguments only in the statement transform.
|
7 years ago |
CopyPropagation.cs
|
Introduce named arguments only in the statement transform.
|
7 years ago |
DelegateConstruction.cs
|
Clean up PEFile, move Pdb related types to DebugInfo namespace
|
7 years ago |
DetectCatchWhenConditionBlocks.cs
|
Add comments for clarification.
|
8 years ago |
DynamicCallSiteTransform.cs
|
Fix compile errors after merge.
|
7 years ago |
EarlyExpressionTransforms.cs
|
Fix missing ILStackWasEmpty-flag on call after conversion to newobj
|
8 years ago |
ExpressionTransforms.cs
|
Cosmetic changes during review of PR #1176
|
7 years ago |
HighLevelLoopTransform.cs
|
Cosmetic changes during review of PR #1176
|
7 years ago |
IILTransform.cs
|
Clean up PEFile, move Pdb related types to DebugInfo namespace
|
7 years ago |
ILInlining.cs
|
Merge pull request #1165 from icsharpcode/dynamic
|
7 years ago |
InlineReturnTransform.cs
|
Fix Using pretty tests and remove semicolon on single-line if.
|
8 years ago |
IntroduceDynamicTypeOnLocals.cs
|
Fix bug in IntroduceDynamicTypeOnLocals
|
7 years ago |
LockTransform.cs
|
Fix #1060: Enter/Exit V2 variation failing to convert to lock()
|
7 years ago |
LoopingTransform.cs
|
…
|
|
NamedArgumentTransform.cs
|
Move named arguments to its own transform.
|
7 years ago |
NullCoalescingTransform.cs
|
Introduce named arguments only in the statement transform.
|
7 years ago |
NullPropagationTransform.cs
|
Fix translation of generic and extension 'Add' methods in collection initializers.
|
7 years ago |
NullableLiftingTransform.cs
|
Fix some bugs in decompilation of ?. operator.
|
8 years ago |
ProxyCallReplacer.cs
|
Clean up PEFile, move Pdb related types to DebugInfo namespace
|
7 years ago |
RemoveDeadVariableInit.cs
|
Add delayed type inference step for stack slots (in RemoveDeadVariableInit).
|
7 years ago |
SplitVariables.cs
|
Add ValueTypeCall foreach testcase.
|
8 years ago |
StatementTransform.cs
|
Fix performance issue due to aggressive debug checks that was causing AppVeyor to time-out.
|
8 years ago |
Stepper.cs
|
…
|
|
SwitchOnNullableTransform.cs
|
SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler.
|
8 years ago |
SwitchOnStringTransform.cs
|
Fix build.
|
7 years ago |
TransformArrayInitializers.cs
|
Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm
|
7 years ago |
TransformAssignment.cs
|
Add support for more dynamic binary operators.
|
7 years ago |
TransformCollectionAndObjectInitializers.cs
|
Fix compile errors after merge.
|
7 years ago |
TransformExpressionTrees.cs
|
TransformExpressionTrees: Fix bug in Expression.Quote handling
|
7 years ago |
TupleTransform.cs
|
Add support for C# 7 tuple types:
|
7 years ago |
UsingTransform.cs
|
Fix MatchDisposeCheck
|
7 years ago |