.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Daniel Grunwald 4e654cff38 Merge branch 'master' into srm 8 years ago
..
AssignVariableNames.cs Merge branch 'master' into srm 8 years ago
BlockTransform.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago
CachedDelegateInitialization.cs Introduce named arguments only in the statement transform. 8 years ago
CopyPropagation.cs Introduce named arguments only in the statement transform. 8 years ago
DelegateConstruction.cs Merge branch 'master' of https://github.com/icsharpcode/ILSpy into srm 8 years ago
DetectCatchWhenConditionBlocks.cs Add comments for clarification. 8 years ago
EarlyExpressionTransforms.cs Fix missing ILStackWasEmpty-flag on call after conversion to newobj 8 years ago
ExpressionTransforms.cs Refactor TransformAssignment to reduce code duplication. 8 years ago
ExpressionTreeCast.cs Add ExpressionTreeCast instruction 8 years ago
HighLevelLoopTransform.cs Implement UserDefinedCompoundAssign 8 years ago
IILTransform.cs Cache UsingScope during decompiler run. 8 years ago
ILInlining.cs Move named arguments to its own transform. 8 years ago
InlineReturnTransform.cs Fix Using pretty tests and remove semicolon on single-line if. 8 years ago
LockTransform.cs Fix #1060: Enter/Exit V2 variation failing to convert to lock() 8 years ago
LoopingTransform.cs Restore P/Invoke test. 8 years ago
NamedArgumentTransform.cs Move named arguments to its own transform. 8 years ago
NullCoalescingTransform.cs Introduce named arguments only in the statement transform. 8 years ago
NullPropagationTransform.cs Merge branch 'master' into srm 8 years ago
NullableLiftingTransform.cs Fix some bugs in decompilation of ?. operator. 8 years ago
ProxyCallReplacer.cs Fix mismerged code 8 years ago
RemoveDeadVariableInit.cs Add delayed type inference step for stack slots (in RemoveDeadVariableInit). 8 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 Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
SwitchOnNullableTransform.cs SwitchOnNullableTransform: Fix another special case produced by the Roslyn compiler. 8 years ago
SwitchOnStringTransform.cs Fix #1144: MatchRoslynCaseBlockHead did not handle inverse conditions properly. 8 years ago
TransformArrayInitializers.cs Merge branch 'master' into srm 8 years ago
TransformAssignment.cs NumericCompoundAssign: implement ILiftableInstruction 8 years ago
TransformCollectionAndObjectInitializers.cs Relax rules for object and collection initializer detection to properly decompile query expressions. 8 years ago
TransformExpressionTrees.cs Remove dead code from type system (CSharpConstantValue). 8 years ago
TupleTransform.cs Add support for C# 7 tuple types: 8 years ago
UsingTransform.cs Fix #1071: Sometimes uses Enumarator instead of Foreach 8 years ago