270 Commits (5bcd6142de6002060d5493cf81e0e97f6972e10f)

Author SHA1 Message Date
Daniel Grunwald 5bcd6142de Fix undocumented expressions 9 years ago
Daniel Grunwald a06ca0c0be Custom BitSet implementation 9 years ago
Siegfried Pammer 5a13a6f649 add failing unit test to "Conversions" 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
Daniel Grunwald 184b371f72 Fix 'this' type in generic classes/structs. 9 years ago
Daniel Grunwald 1a77b931a7 Fix decompiling comparison operators: 9 years ago
Daniel Grunwald d6d86b35e2 Adjust test case 9 years ago
Daniel Grunwald 797ce6796a Remove unused nunit.framework.dll 9 years ago
Daniel Grunwald a6ae2e4b24 Fix #716: OverflowException when converting System.Enum To System.Int64 in CustomAttribute 9 years ago
Christoph Wille 7a29642b35 Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
Siegfried Pammer 6c1efaa2d7 use mono.cecil nuget-package in all projects instead of git sub-module 9 years ago
Daniel Grunwald ddf2b88b3a Remove FSharp.Compiler.Service 10 years ago
Daniel Grunwald 7265de118d Let's avoid switching to C# 6 for now. 10 years ago
Dmitry Xlestkov 248e5cc104 FIX #675. Decompile empty async void methods 10 years ago
lrieger 189e873461 FSharpTests: check-in IL instead of compiling F# source in the tests. 10 years ago
lrieger d059c02ba3 test that the "F# using" does not get applied if the 'disposable' variable is used afterwards 10 years ago
lrieger b374915e5e add nunit runner as nuget so tests can be run in the TestExplorer in VS 10 years ago
Daniel Grunwald 0869943ce8 Use lower-case GUIDs in project references. 10 years ago
Daniel Grunwald 0a481a573c Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
Daniel Grunwald 288bb928ce Attempt to improve control flow detection 10 years ago
Siegfried Pammer 62fe21fb9f add transformation of decimal literals and decimal constants 10 years ago
Siegfried Pammer 80cebbe448 fix bug in IntroduceUsingDeclarations: use matching ITypeResolveContext for each namespace and type 10 years ago
Siegfried Pammer ebc0526ac1 move DecompilerSettings to ICSharpCode.Decompiler 10 years ago
Daniel Grunwald 5b947aad2f Escape invalid identifiers when decompiling whole assembly as project. 10 years ago
Siegfried Pammer d3a36e528e add TranslateArrayInitializer in ExpressionBuilder 10 years ago
Daniel Grunwald 8a5d6f654f Let's try appveyor instead 10 years ago
Daniel Grunwald a26be53b13 Enable travis CI 10 years ago
Daniel Grunwald 32b10e4fc3 Interval improvements 10 years ago
Daniel Grunwald 7745845192 Avoid unnecessary specialization. 10 years ago
Siegfried Pammer bf990f8f41 add TransformArrayInitializers 10 years ago
Daniel Grunwald 1720fe5bba First version of variable inlining. 10 years ago
Daniel Grunwald 06356512fa Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 10 years ago
Siegfried Pammer e0fba0c94e add generated Match<opCode> methods 10 years ago
Siegfried Pammer 51a26c416b fix output of generic methods and typeof 10 years ago
David Karlaš a2667d93cc Fixed CustomAttributesMultiTest to pass(removed attributes unrelated code in method+shortened attribute name) 10 years ago
Daniel Grunwald 0a7c5d4ab7 Add NRefactory as submodule 10 years ago
Siegfried Pammer 214ddaa17d fix build; add correct resolve result for delegate construction 10 years ago
David Karlaš fca29f68c4 Reenabled CustomerAttributes unit tests and fixed most problems 10 years ago
David Karlaš d90a556397 Making build and tests work on Mono 10 years ago
Siegfried Pammer 6f60dbe04e implemented SwitchInstruction, StElem, NewArr instructions 10 years ago
Daniel Grunwald 6526548162 Ignore compiler warnings in unit tests 10 years ago
Daniel Grunwald 382f24666a Add NRefactory 5.5.1 source code. 10 years ago
Daniel Grunwald fa2b392707 Adjust ILSpy to new NRefactory and ICSharpCode.Decompiler versions. 10 years ago
Daniel Grunwald 02a500e762 ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 10 years ago
Daniel Grunwald e88120cb4a Remove NRefactory sourcecode and use the NuGet package instead. 10 years ago
LordJZ 7cacb70148 Fixed some corner cases 10 years ago
LordJZ aeddcf4b80 Enhanced point arithmetic handling 10 years ago
Daniel Grunwald 0cae30cce2 ILInstruction.Clone() 10 years ago