2384 Commits (ae7dd7c4318dfbd20c2f039f6fd37ab2db3611e4)
 

Author SHA1 Message Date
Siegfried Pammer ab9083f897 remove doubled check from CopyPropagation 9 years ago
Siegfried Pammer 5fa5e759c5 update NRefactory submodule; added my fix 9 years ago
Siegfried Pammer c8f38af6d5 fix generics issue with cctor conversion 9 years ago
Siegfried Pammer 39c1bbcfaf fix NRE and false positives in HidesBaseMember 9 years ago
Daniel Grunwald b55775e2cc Add reaching definitions analysis. 9 years ago
Daniel Grunwald c171dbd520 Add class VariableScope. 9 years ago
Siegfried Pammer f12b48e4e1 Add new-modifier on entities, if missing 9 years ago
Daniel Grunwald eb48a3764e Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
Daniel Grunwald d3de90389e Fix comparisons between signed and unsigned integers. 9 years ago
Daniel Grunwald 9e59ea7395 Update System.Collections.Immutable 9 years ago
Siegfried Pammer 1b1e2e3e99 fix enum-bug in IsCompatibleTypeForMemoryAccess 9 years ago
Daniel Grunwald f5643d01d9 Fix object.LongLength access. 9 years ago
Daniel Grunwald 8a641fac8f Update NRefactory to fix incorrect method type arguments on calls to non-generic methods from within generic methods. 9 years ago
Daniel Grunwald 76bf619c77 Update NRefactory to fix incorrect method type arguments on calls to non-generic methods from within generic methods. 9 years ago
Siegfried Pammer a8a78da710 Fix generics issue in ConvertConstructorCallIntoInitializerVisitor: use non-specialized fields for comparison 9 years ago
Siegfried Pammer 946de910c2 fix TypeDefinition-bug in ResolvedFakeMethod and ResolvedFakeField 9 years ago
Daniel Grunwald 184b371f72 Fix 'this' type in generic classes/structs. 9 years ago
Siegfried Pammer ebb9fdd79d do not generate unused exception variables, transform unused object-typed exception variables to catch-all 9 years ago
Siegfried Pammer f781c0335a replace IsSingleUse with IsSingleDefinition 9 years ago
Siegfried Pammer 264fe83593 add back DeclareVariables-transform 9 years ago
Siegfried Pammer 55b89bdd77 force int/long cast on array access 9 years ago
Siegfried Pammer c581cec0dd remove System.Runtime.Versioning.TargetFrameworkAttribute when exporting assembly as project 9 years ago
Daniel Grunwald eabcab94db Fix appveyor build 9 years ago
Daniel Grunwald 593076eb61 Fix decompilation of shift operator on unsigned integers. 9 years ago
Daniel Grunwald 1a77b931a7 Fix decompiling comparison operators: 9 years ago
Daniel Grunwald 00e8a498a2 Generate explicit interface implementation from .override directive. 9 years ago
Daniel Grunwald b3974c48b3 Add transform to fix name collisions. 9 years ago
Daniel Grunwald 8edfe57b85 Fix bug in Clone() impl for collection slots. 9 years ago
Daniel Grunwald e0cf3bc7d8 Document stale positions and orphaned nodes. 9 years ago
Daniel Grunwald e2c0f40f71 ILAst: make 'Return' less of a special case 9 years ago
Siegfried Pammer 13bf6fbe9f add simple CopyPropagation transform 9 years ago
Siegfried Pammer aa837bcd61 unpack all DirectionExpressions used as call targets 9 years ago
Siegfried Pammer 23a3f46e90 add back DecompileAllCommand for debugging 9 years ago
Siegfried Pammer 9fcd208618 reset Mono.Cecil version to 0.9.5 (as used in \cecil) 9 years ago
Siegfried Pammer 659dd62f7c update AvalonEdit packages to 5.0.3.0 9 years ago
Siegfried Pammer c6ce6d3d00 prefix identifiers starting with invalid characters with an underscore 9 years ago
Siegfried Pammer 0b18470157 introduce variables named "E_{StartOffset}" for exceptions 9 years ago
Daniel Grunwald d6d86b35e2 Adjust test case 9 years ago
Daniel Grunwald dd20d43cf0 Merge branch 'master' into newdecompiler 9 years ago
Daniel Grunwald 797ce6796a Remove unused nunit.framework.dll 9 years ago
Christoph Wille 5cd0544e6f Increment addin version 9 years ago
Siegfried Pammer 6a58560bbd bump version to 2.4 9 years ago
Siegfried Pammer 33e0ec7a88 remove commented code in DecompilerContext 9 years ago
Siegfried Pammer 94ed966b9c fix #605 - Missing namespace when 2+ classes with the same name exist in the same assembly 9 years ago
Siegfried Pammer d298e0b099 fix #578 - Sort assemblies by name 9 years ago
Siegfried Pammer 7c283bd7ef move CheckForUpdates.cs to Commands folder 9 years ago
Siegfried Pammer 037e12b301 fix #715 - Add a Check for Updates menu item to the Help Tab. 9 years ago
Siegfried Pammer 7d11b6c034 fix #615 - F# project references doesn't open in VS extension 9 years ago
Siegfried Pammer 938736a49b simplify b0e760f004 9 years ago
Siegfried Pammer b0e760f004 fix #436 - Incorrectly deducing that some uses of using, MoveNext() and Current can be rewritten as foreach when they cannot. 9 years ago