974 Commits (ac8a4314c87273854c4d74040b7dc2043fa8bfd7)
 

Author SHA1 Message Date
Pent Ploompuu ac8a4314c8 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald e7b798387b Merge pull request #200 from EdHarvey/Analysis 14 years ago
Daniel Grunwald 67fcd4ef7d Fix NullReferenceException in ILAstOptimizer.RecombineVariables 14 years ago
Daniel Grunwald f1a34c6a31 Fix #202: Decompilation of multiple catch clauses sharing the same variable name 14 years ago
Siegfried Pammer 0bfb193e47 fix deserialisation of consecutive integer ranges 14 years ago
Siegfried Pammer 02e6cf6dd8 implement support for TextWithId records and add some safety checks 14 years ago
Pent Ploompuu 5bc2692ab7 Boolean logic decompilation improvement refactored to SimplifyTernaryOperator 14 years ago
Pent Ploompuu 970eaa0da1 Further improvements to boolean logic decompilation 14 years ago
Pent Ploompuu ca46aafa2f Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Pent Ploompuu 001a5d4cd7 Improved decompilation quality for expressions involving boolean negations 14 years ago
Siegfried Pammer 1009303088 sort BamlRecordType; clean up some code; replace Hashtable with Dictionary 14 years ago
Daniel Grunwald 17ad27bfac Use AnyCPU config for BamlDecompiler.Plugin. 14 years ago
Daniel Grunwald e59edceccb Fix inlining into null coalescing operator. 14 years ago
Daniel Grunwald e0c7bebfe8 Add license headers to the files that were missing them. 14 years ago
Siegfried Pammer 949ec40349 throw a better exception, if an assembly cannot be resolved 14 years ago
Siegfried Pammer cced248753 add AnyCPU configuration to ILSpy.BamlDecompiler.csproj 14 years ago
Ed Harvey 5d7ff43a84 Analyzer: code refactoring in event raised-by analyzer. 14 years ago
Ed Harvey 4c8ea69ddb Added rudimentary event raised-by analyzer. Only works for 'standard' events (ie events without custom add/remove methods). Only implementations are analyzed, so event declarations on interfaces are out as well. 14 years ago
Pent Ploompuu af155c788e Type analysis support for operators on nullable values 14 years ago
Siegfried Pammer 7843a5b95f implement ITypeResolver based on Cecil to avoid loading of assemblies using reflection 14 years ago
Siegfried Pammer 1bd14655d0 Ricciolo.StylesExplorer.MarkupReflection FIX: properly set _eof when reaching end of file 14 years ago
Siegfried Pammer d3f31d054e implement basic plug-in 14 years ago
Siegfried Pammer 71c8fb1446 add source of Ricciolo.StylesExplorer.MarkupReflection by Cristian Civera 14 years ago
Siegfried Pammer dd02632a4b add ILSpy.BamlDecompiler project 14 years ago
David Srbecký 51eb00aac7 Remove unreachable code in ILAstBuilder. Closes #134. Closes #151. Closes #171. 14 years ago
Pent Ploompuu cb174caab3 Negation of operators on nullable values is not allowed for correct decompilation 14 years ago
Siegfried Pammer 111a6ca292 do not use primitive type names in TreeNodes; fixes #183 14 years ago
Pent Ploompuu 7286fba6a4 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Pent Ploompuu fec24cf171 Improved decompilation correctness for operators on nullable values 14 years ago
Siegfried Pammer 2b366fbb97 make pattern for custom short circuit operator invocations more restrictive 14 years ago
Siegfried Pammer f86fa5d1dd implement support for op_True and extend unit test 14 years ago
Siegfried Pammer a929decdeb implement basic support for custom short circuit operators + unit test; fixes #193 14 years ago
Daniel Grunwald a1205d40e9 Fix #168: ILSpy crashes on close when viewing an obfuscated assembly 14 years ago
Daniel Grunwald 229218174f Inlining: remove the arg_-Variable in catch blocks. 14 years ago
Daniel Grunwald 399a87e5a1 Fix #195 IL identfier escaping. 14 years ago
Kevin Cathcart f56b02efc2 Merge remote-tracking branch 'upstream/master' 14 years ago
Kevin Cathcart 20f9a624f2 Add support for privatescope. Fixes #186 14 years ago
Daniel Grunwald bf4f8a04ed Merge pull request #194 from KevinCathcart/master 14 years ago
KevinCathcart 299bfbe400 Added syntax highlighting support for IL's "strict" keyword. 14 years ago
KevinCathcart e198438a46 Added support for IL "forwardref" method definitions. 14 years ago
KevinCathcart 5274fe95c1 Support "instance explicit" method definitions. (The informative metadata validation text indicates that it only applies to function pointers, but that is not enforced except as part of metadata validation.) 14 years ago
KevinCathcart b74daf8c32 Add support for "instance explicit" calling convention for a MethodReference. 14 years ago
Daniel Grunwald 7d24f683d1 Decompile AssemblyVersion attribute. Closes #188. 14 years ago
Daniel Grunwald 3779381796 Add support for type forwarding declarations ([TypeForwardedToAttribute]). Closes #190. 14 years ago
Daniel Grunwald 32081feb1b Decompile security declarations. Closes #189. 14 years ago
Daniel Grunwald 2d42dd5c57 Fixed several issues related to [MarshalAs] attributes. 14 years ago
Daniel Grunwald dd4d090468 Lots of improvements/fixes for the disassembler. 14 years ago
Daniel Grunwald ed08c83289 Make ConvertChar and ConvertString public. 14 years ago
Ed Harvey eba91caf6c Analyzer: further improvements to where-used analysis for virtual methods. 14 years ago
Ed Harvey a683ba51ff Removed redundant parameter. 14 years ago