4840 Commits (905081ee37650f10ad402be9374aad0f114c12cf)
 

Author SHA1 Message Date
Daniel Grunwald 0c132a87e7 Avoid blocking the UI when waiting on assembly load while restoring the saved position in the tree view. 7 years ago
Siegfried Pammer b3b0cbf2b0 Fix build. 7 years ago
Siegfried Pammer 9c640d3042 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ppdb 7 years ago
Siegfried Pammer 25765ee600 Fix #1359: Support obfuscated names in treeview and search. 7 years ago
Daniel Grunwald 66197818b9 Fix LocalScope.VariableList for empty scopes. 7 years ago
Siegfried Pammer e075a5239c Add ShowTypeParametersForUnboundTypes to TSAB. 7 years ago
Siegfried Pammer 0a4c1dfd41 TSAB: Fix exception in special constant handling in case minimal corlib is used. 7 years ago
Siegfried Pammer fd70d25e95 Small fixes in ScopesGenerator. 7 years ago
Daniel Grunwald 47ca51a769 Clarify the meaning of ILVariable.Index 7 years ago
Daniel Grunwald 166b7def24 Fix NRE in ApplyAttributeTypeVisitor.VisitTypeDefinition() 7 years ago
Daniel Grunwald 7a058f6262 First attempt at integrating C# nullable reference types into the type system. 7 years ago
Christoph Wille c1ca229d2e Switch to Visual Studio 2019 Preview for build server 7 years ago
Siegfried Pammer 28f625ede0 Fix assembly redirects in ILSpy.exe.config. 7 years ago
Siegfried Pammer 9fa3759a89
Merge pull request #1419 from icsharpcode/new-baml-decompiler 7 years ago
Daniel Grunwald ba8b453b36 Fix #1404: local variables with init flag are not declared in the correct scope 7 years ago
Daniel Grunwald 0c0ac6ea44 Add RunVB() for VB correctness tests 7 years ago
Christoph Wille 2ff111c964 Add -d option (pdb generation) 7 years ago
Siegfried Pammer fcc12bf390 Add disassembler test temp files to git ignore. 7 years ago
Siegfried Pammer 1c55a75510
Merge pull request #1417 from icsharpcode/tfm-updates 7 years ago
Siegfried Pammer 2dc6c4a633
Merge pull request #1405 from icsharpcode/combine-exitpoints-in-lambdas 7 years ago
Christoph Wille cc9a55a154 appveyor.yml also had a hard reference on output path 7 years ago
Christoph Wille be8c8bef4a We no longer need the multi-targetting hacks (VS2019 works with them fine, 2017 would not) 7 years ago
Siegfried Pammer 40bbb24675 CombineExitsTransform: Remove unnecessary checks, add both ILRanges to combinedLeave instruction. 7 years ago
Siegfried Pammer 53a2a2d64a Do not indent query continuations. 7 years ago
Christoph Wille f9b830dc5f Fix publish process for vsix project 7 years ago
Christoph Wille 29e05778c6 See #1416. Also upgraded Cecil to .3 (from .1) 7 years ago
Siegfried Pammer c23522dca1 Add BAML decompiler engine from dnSpy. 7 years ago
Siegfried Pammer 1c4b02cb7c Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ppdb 7 years ago
Siegfried Pammer 06e287265a Fix #1415: Public key output should print leading zeros. 7 years ago
Siegfried Pammer 970ffb213b Rename misnamed variable in demo workbook. 7 years ago
Siegfried Pammer 5c004ae0fd Fix #1412: Output file empty - ICSharpCode.Decompiler.Console: dot not foreget to close stream at end of program. 7 years ago
Siegfried Pammer cee0a78d07 #1359: Escape non-printable characters in IL view. 7 years ago
Siegfried Pammer ee151eb706 #1407: Set CSharpInvocationResolveResult.IsExtensionMethodInvocation flag after extension methods transform. 7 years ago
Siegfried Pammer 8585fcf859
Merge pull request #1409 from veccsolutions/ec-NoReload 7 years ago
Edward Cooke 660d8ca17a Add option to not reload assemblies 7 years ago
Siegfried Pammer 343315d2b4 #1407: Set CSharpInvocationResolveResult.IsDelegateInvocation = true, if the Invoke call was removed. 7 years ago
Siegfried Pammer d22e2ac677 Add header and comments describing transformation. 7 years ago
Siegfried Pammer abff91f0c2 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into combine-exitpoints-in-lambdas 7 years ago
Siegfried Pammer 9d19b33ec0 Fix #1394: Fields marked 'specialname' are excluded from the type system 7 years ago
Siegfried Pammer deeb603fd7 Fix #1395: do-while loop missing entry-point label. 7 years ago
Siegfried Pammer af4dd6e9e3 Fix DecompilerTypeSystem: struct is never null. 7 years ago
Siegfried Pammer 04910a8eb4 TypeSystemAstBuilder: Do not create references to System.MathF, if PI or E are not defined. 7 years ago
Siegfried Pammer ecde53969c Add IsInConstructorInitializer case to ILInlining.OptionsForBlock. 7 years ago
Siegfried Pammer 98692e2fed Fix title bar content in debug builds. 7 years ago
Siegfried Pammer 99fc57c6be CachedDelegateInitialization: Do not lose IL range by creating a new store instruction, reuse existing instruction instead. 7 years ago
Siegfried Pammer 5df098f737 Set version = 4.1.0 alpha1 7 years ago
Siegfried Pammer 25fb4f4ffe Prepare 4.0.1 hotfix release. 7 years ago
Siegfried Pammer 91ee034fb7 Fix indentation of query expressions. 7 years ago
Siegfried Pammer 2c0f26ca3e Add unit tests 7 years ago
Siegfried Pammer 1d2cd930de Add LetIdentifierAnnotation to allow linking of let variables. 7 years ago