2823 Commits (fd431e6d570ca4a5ff573e4bf7cc5accaa408b10)
 

Author SHA1 Message Date
Siegfried Pammer fd431e6d57 Fix coloring of AttributeTargets 9 years ago
Christoph Wille d91d17698b Test on Ubuntu 16.04 with RID linux-x64 9 years ago
Christoph Wille 1166b98d2d Add info about which build to choose 9 years ago
Christoph Wille 78585d79f3 Update packages for ilspycmd (+readme) 9 years ago
Christoph Wille 2f586a561c -alpha3 package release 9 years ago
Siegfried Pammer 150803760b Add lost ExceptionHandling pretty tests 9 years ago
Siegfried Pammer decae49166 Add support for #if LEGACY_CSC to pretty tests. 9 years ago
Siegfried Pammer 0b135c23e4 Add C# semantic highlighting 9 years ago
Siegfried Pammer 952880f400 Update documentation in CustomLanguage 9 years ago
Siegfried Pammer 000f94caad TransformCollectionAndObjectInitializers: only add step right before transforming. 9 years ago
Siegfried Pammer 301bedef6d Fix links to catch variable. 9 years ago
Daniel Grunwald d6d6e17e8b As with every new file: convert spaces to tabs 9 years ago
Daniel Grunwald 6b3ab66300 Fix ExpectedResultType of main BlockContainer. 9 years ago
Daniel Grunwald 133ddac256 [nullables] Add support for lifted conversions. 9 years ago
Daniel Grunwald c2898905c8 Fix #853: consistently use cecil MemberReference for ITextOutput. 9 years ago
Siegfried Pammer 40708841d5 Add appveyor-ilspycmd.yml 9 years ago
Siegfried Pammer e17b4bfedf Add ilspycmd 9 years ago
Siegfried Pammer 50d55b9b05 Fix build. 9 years ago
Siegfried Pammer c34541ad4c Implement catch-when and remove local copy of exception slot. 9 years ago
Daniel Grunwald 260d303b8e Restore P/Invoke test. 9 years ago
Daniel Grunwald 10f44d3541 Move NotUsingBlock test. 9 years ago
Daniel Grunwald 907349d7e6 Add back CheckedUnchecked test case. 9 years ago
Daniel Grunwald 259e322e26 Fix typo in IsBranchOrLeave() 9 years ago
Daniel Grunwald 21717f0fa4 Fixup array indices 9 years ago
Daniel Grunwald 8f36520f94 Fix unnecessary casts in newarr. 9 years ago
Daniel Grunwald 9e38bcea5f Avoid unnecessary casts for bitshifts. 9 years ago
Siegfried Pammer 53322a6ba7 Add ExpectedResultType to BlockContainer (default is StackType.Void) 9 years ago
Siegfried Pammer 2d1692c72f Add value parameter to Leave ctor. 9 years ago
Siegfried Pammer 83fb9061b7 Fix dead code introduced by wrong merge. 9 years ago
Daniel Grunwald 513a01e4dd Ignore non-void leave in ConditionDetection. 9 years ago
Siegfried Pammer 206cdecf30 Merge Return instruction into Leave. 9 years ago
Siegfried Pammer 10a7e2edff Fix #821 - Reload All Assemblies Should Point to the Correct Assembly 9 years ago
Siegfried Pammer 01660c4780 [catch-when] ILReader: add special case for exception filters: since eh.CatchType is not set, use System.Object instead. 9 years ago
Daniel Grunwald ec610a4422 Clean up mono yield-return decompilation. 9 years ago
Daniel Grunwald 9be7dedbd4 As with every new file: use tabs. 9 years ago
Daniel Grunwald d550390f4d Initial support for yield-return decompilation in assemblies compiled with the mono compiler. 9 years ago
Siegfried Pammer 1ac501acc9 Fix missing VariableKind in ILVariable.WriteDefinitionTo 9 years ago
Siegfried Pammer c27231955a Split Async tests 9 years ago
Siegfried Pammer 54be524aa6 Remove unnecessary explicit casts in array initializers. 9 years ago
Siegfried Pammer 6df524bb42 Unpack implicit boxing conversions (casts to object). 9 years ago
Siegfried Pammer ed6a2db37c Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago
Siegfried Pammer e34f3d4748 Fix performance bottle-neck in AssignVariableNames (see #631) 9 years ago
Daniel Grunwald df27dc9686 Fix NullReferenceException in SplitVariables.AddressUsedOnlyForReading 9 years ago
Daniel Grunwald 83f52e4df1 #631: fix infinite transform loop 9 years ago
Daniel Grunwald 71defde402 Improve cancellation. 9 years ago
Siegfried Pammer 2e09b506b2 Fix #347 - Add a Reset button to the "Open List" 9 years ago
Siegfried Pammer 63b2d697d1 CopyFullyQualifiedTypeNameContextMenuEntry should work on members as well. 9 years ago
Siegfried Pammer a91bd2fb15 Clean up MiscSettings and DisplaySettings 9 years ago
Siegfried Pammer de98536f73 Move Process.Start-calls to a central helper method. This ensures we do not crash if there's an OS configuration error, missing browser, whatever. 9 years ago
Siegfried Pammer 55a99ed5b0 Remove duplicate MetadataToken on PropertyTreeNode + more clean-up 9 years ago