2694 Commits (5be19d868ce33d617c457f409f7f25a4e8491e96)
 

Author SHA1 Message Date
Siegfried Pammer 5be19d868c [Loops] Restrict return statement pattern to return simpleIdentifier. 8 years ago
Daniel Grunwald d5e41a91e6 [async] Fix await decompilation when GetResult call got inlined into another instruction. 8 years ago
Siegfried Pammer d8ef3ab505 [Loops] Detect optional return at end of try-block in foreach pattern. 8 years ago
Siegfried Pammer c66b2dd60c Use UseDebugSymbols in ILAstLanguage 8 years ago
Siegfried Pammer b8f944209b Fix #67 - Moving to class member in tree view by typing in first character of member name selects parent assembly 8 years ago
Siegfried Pammer 37302b74e2 add forced submodule update for ILSpy-tests to yml to fix build 8 years ago
Christoph Wille bf531c8909 nuspec updated for new dependency 8 years ago
Siegfried Pammer da7a48b96f Merge pull request #848 from siegfriedpammer/netstd-support 8 years ago
Siegfried Pammer 43977c640c Update RoundtripAssembly tests 8 years ago
Siegfried Pammer ae01bfabb4 Add XmlException handling to AddXmlDocumentationTransform 8 years ago
Siegfried Pammer 2f31d6f55a Remove UIHelper.cs 8 years ago
Siegfried Pammer e74d7e886e Merge branch 'newdecompiler' of https://github.com/icsharpcode/ILSpy into netstd-support 8 years ago
Siegfried Pammer 4926e3ce24 Refactor FindDotNetExeDirectory 8 years ago
Siegfried Pammer 24bb4d6080 Fix #849 - Notify user that referenced assemblies could not be found 8 years ago
Siegfried Pammer 7ec5156f16 Add some loading information to AssemblyReferenceTreeNode/ReferenceFolderTreeNode. 8 years ago
Siegfried Pammer e325b7c907 Add comments 8 years ago
Siegfried Pammer 83273ad611 Add KeyComparer 8 years ago
Siegfried Pammer 0644de6fd3 Rip out LogWindow and DecompilerEventSource 8 years ago
Daniel Grunwald e024641a5f [async] Fix bug when async method uses this pointer. 8 years ago
Daniel Grunwald 304a258379 Merge support for type forwarders into newdecompiler 8 years ago
Siegfried Pammer d4581a477c Add FindDotNetExeDirectory 8 years ago
Daniel Grunwald fac340965f return statements are no longer forcibly moved into loops when the loops are within exception handling blocks. 8 years ago
Daniel Grunwald 4bfdcdd8a2 [async] Fix handling of doFinallyBodies. 8 years ago
Siegfried Pammer bc4b078de9 Add missing files. 8 years ago
Siegfried Pammer 44a92a941f Add test case for #379 8 years ago
Siegfried Pammer f844ac1b09 Add one more test for generics to OverloadResolution + Fix 8 years ago
Daniel Grunwald 098d1152ff [async] Handle pre-roslyn stack saving during await. 8 years ago
Daniel Grunwald 6c7e2efa6c [async] Fix await decompiler for pre-roslyn csc, at least in cases where the stack is empty during the await. 8 years ago
Siegfried Pammer a1256392ac Reimplement IntroduceQueryExpressions and CombineQueryExpressions 8 years ago
Daniel Grunwald 123a7f4a62 [async] small improvements to await decompilation 8 years ago
Siegfried Pammer d51d21513d Fix performance of AddXmlDocumentationTransform 8 years ago
Siegfried Pammer 411e6fac24 Fix build. 8 years ago
Siegfried Pammer 7d6e4a11c4 Move AddXmlDocumentationTransform to Decompiler 8 years ago
Siegfried Pammer d4d7e3ddf5 Fix #270 - Object initializer not detected when it contains lambdas; 8 years ago
Siegfried Pammer 9cc365054f Fix ILSpy.csproj 8 years ago
Siegfried Pammer 59d5a048c4 Add missing file. 8 years ago
Siegfried Pammer 354c97f1e2 Merge branch 'newdecompiler' of https://github.com/icsharpcode/ILSpy into netstd-support 8 years ago
Siegfried Pammer 7df1b2908d Basic implementation of DotNetCorePathFinder 8 years ago
Siegfried Pammer ebf9413433 Merge pull request #847 from sharwell/xaml-intellisense 8 years ago
Sam Harwell 88616e828f Fix XAML IntelliSense 8 years ago
Sam Harwell 331aeb9b7e Fix nesting of XAML files 8 years ago
Siegfried Pammer 59d7416813 Add basic logging infrastructure 8 years ago
Daniel Grunwald 04215ebcfa [async] Add copy propagation so that state machine field accesses can be reliably detected. 8 years ago
Siegfried Pammer 3c5d1845b3 Extend DecompilerTypeSystem to support transitive dependencies (type forwarders). 8 years ago
Daniel Grunwald 4160f3edea Remove Rebracer.xml; the settings are now in .editorconfig. 8 years ago
Daniel Grunwald 7d6122cfaf [async] Decompile await operator. 8 years ago
Daniel Grunwald 1bcc255004 Remove a bunch of obsolete NRefactory code. 8 years ago
Daniel Grunwald 902c880454 Merge pull request #844 from sharwell/editorconfig 8 years ago
Siegfried Pammer 949790d126 Fix #843 - Cannot click to navigate to TypeForwardedTo types 8 years ago
Siegfried Pammer 3a7b1d2516 Add back check for anonymous types 8 years ago