405 Commits (41578d426edd096e60f0682754d6ea978cd79f2f)
 

Author SHA1 Message Date
Daniel Grunwald 41578d426e Merge branch '1.0' 14 years ago
Alex Lyman 016987427b - Reverted changes to display decimal.MinValue and decimal.MaxValue - Altered InitializerTests to use constant literals instead of decimal.MinValue and decimal.MaxValue 14 years ago
Alex Lyman 5c3be8f4cc - Modified the InitializerPeepholeTransforms' Array Initializers to do a forward scan of the block instead of just checking the next instruction. The next-instruction thing breaks down under the case where you have an array-of-arrays (int[][]) - Added to the InitializerPeepholeTransforms' Array Initializers to detect the creation of a multi-dimensional array (int[,]) - Modified the ILCode.InitArray contract to take an ArrayType instead of just the element type, and passing with the ArrayType.Dimensions set accordingly. - AstMethodBodyBuilder now used the ArrayType.Dimensions info to build a tree of ArrayInitializerExpressions from the raw, element-by-element list. - Fixed OutputVisitor not calling StartNode for EmptyExpressions 14 years ago
Alex Lyman c1d27c7770 - Made the InitializerTests pass, through three changes: * Added new-lines as needed to make the source formatting match what the actual output was. * Added code to CodeAssert to make it ignore #regions * Added code to output decimal.MinValue and decimal.MaxValue as appropriate 14 years ago
Eusebiu Marcu 591d874639 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Eusebiu Marcu a29b397f06 Merge branch 'master' of https://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Eusebiu Marcu 91c563b3d3 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Iconbar 14 years ago
Daniel Grunwald eb6f6c19c1 Make ConvertChar and ConvertString public. 14 years ago
Daniel Grunwald b07228e982 Fixed issues with detection of using statements. 14 years ago
Daniel Grunwald a238bf1cfe When decompiling a field, also decompile constructors to check whether there's an initializer on the field. When decompiling a constructor, display field initializers outside of the constructor. Closes #3. 14 years ago
Siegfried Pammer 3974a801e1 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 14 years ago
Daniel Grunwald 7738421802 Fixed position of XML comments on nested types. 14 years ago
Daniel Grunwald 9a35ee4404 Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
Siegfried Pammer 5997f81668 add foldings to documentation comments; closes #165 14 years ago
Eusebiu Marcu e434783155 get AST nodes locally 14 years ago
Eusebiu Marcu a7f45f683a add icon margin & bookmarks 14 years ago
Siegfried Pammer 99b4726d91 fix https://github.com/icsharpcode/ILSpy/issues/177 14 years ago
Eusebiu Marcu 56e75575f9 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 14 years ago
Daniel Grunwald e1871859d4 Merge NRefactory subtree from commit '1e4a1d911cb430db2a4199695ee73dfd89bcc543' 14 years ago
Siegfried Pammer 1e4a1d911c add missing CSDemo files 14 years ago
Siegfried Pammer b5c55470c5 finished implementation of global level VB constructs 14 years ago
Siegfried Pammer a810296de9 - fixed bugs/missing features in ExpressionFinder.atg 14 years ago
Siegfried Pammer dd8c7f7325 add new VBDemo 14 years ago
Siegfried Pammer 99d4a8f24b remove code from MainForm in sample 14 years ago
Siegfried Pammer 13a8348d4a add XmlLiteralString 14 years ago
Siegfried Pammer d82f280132 reimplemented tests for OptionStatement 14 years ago
Siegfried Pammer cb5a17366b deactivated uncompilable unit tests; added XmlIdentifier; removed old classes 14 years ago
Siegfried Pammer b8599fcaa1 remove old parser code and further cleanup 14 years ago
Siegfried Pammer e1ee10ae10 start implementing new VB AST; remove AST generator 14 years ago
Mike Krüger b9aa1ec940 Added some null checks. 14 years ago
Mike Krüger 3b051e58d2 Fixed alias 'global' member location. 14 years ago
Mike Krüger 8be17ea80c Updated mcs/fixed qualifiedalias member location. 14 years ago
Daniel Grunwald 5d83bea67f C# type system convert visitor: add support for attribute arguments. 15 years ago
Daniel Grunwald a917b1cfb1 Evaluate constant expressions in the correct context. 15 years ago
Daniel Grunwald 344476efbb Fix contracts. 15 years ago
Daniel Grunwald e1ac50d734 Implemented C# attributes. 15 years ago
Daniel Grunwald eb24135e41 Implemented IConstantValue for C#. 15 years ago
Eusebiu Marcu e8cde131f8 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 4db670a6fa Merge NRefactory b8330be into ILSpy 15 years ago
Daniel Grunwald f70f6a892f Add SaveIndex/LoadFromIndex methods to XmlDocumentationProvider. 15 years ago
Daniel Grunwald b8330bebd6 Remove parent pointer from ITypeParameter and enable sharing type parameters. 15 years ago
Daniel Grunwald 4995f487fc New XmlDocumentationProvider implementation: 15 years ago
Daniel Grunwald f3b9d118d1 When the last statement in a block is a label, add an EmptyStatement so that the generated code is valid. 15 years ago
Mike Krüger ca6b0e1ae4 fixed primitve types. 15 years ago
Mike Krüger 094cac416d Added some creation constructors. 15 years ago
Mike Krüger b7cd75a5ae Fixed unit test. 15 years ago
Eusebiu Marcu bcc40ee8b1 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald e68833dd33 Add TestPlugin. 15 years ago
Mike Krüger 9fedc310ac Handled undocumented expressions. 15 years ago
Mike Krüger 7d4ef1a665 Added support for quoted identifiers. 15 years ago