175 Commits (7542cc72bb9240b1c45a804c1778da41c0dc8bad)

Author SHA1 Message Date
Siegfried Pammer 7542cc72bb relicense NR.VB under MIT X11 license 15 years ago
Siegfried Pammer 3526e79db6 implement query expression AST 15 years ago
Siegfried Pammer 9c4b29665d implemented AnonymousObjectCreationExpression 15 years ago
Siegfried Pammer 7d8d3195f0 add EmptyExpression conversion, improve fixed-Statement conversion 15 years ago
Siegfried Pammer a6719771a6 implemented unchecked/checked expression, pointer access and so on 15 years ago
Siegfried Pammer 28e5c76d21 implemented fixed using GCHandle 15 years ago
Siegfried Pammer 71b808dc3d convert C#ˈs undocumented expressions to method calls 15 years ago
Siegfried Pammer 797018f3f3 convert anonymous methods to multiline sub lambdas 15 years ago
Siegfried Pammer 6e7b1d27fb add conversion of DllImports to ExternalMethodDeclarations 15 years ago
Siegfried Pammer e2364cbfc2 convert dtor to Finalize Sub 15 years ago
Siegfried Pammer 3e729ee910 improve conversion of event declarations 15 years ago
Siegfried Pammer e06ddae674 add ContinueStatement 15 years ago
Siegfried Pammer c19010f989 added conversion to VB ForStatement 15 years ago
Siegfried Pammer dd8e2a2a51 started implementation of QueryExpression 15 years ago
Siegfried Pammer 01326a8db6 make AddressOfExpression a UnaryOperatorExpression, move expressions to separate files, implement LambdaExpression 15 years ago
Siegfried Pammer e9982832ae implement GoToStatement 15 years ago
Siegfried Pammer 15bc1e3a9d implemented DoLoopStatement and UsingStatement 15 years ago
Siegfried Pammer 45999f4358 implement conversion of switch to Select Case 15 years ago
Siegfried Pammer 0eb61a2524 correctly implement ForEachStatement and ForStatement; add output for ForStatement 15 years ago
Siegfried Pammer f07bde37c7 implement VB 11 Iterators 15 years ago
Siegfried Pammer ff97e9c634 add support for OperatorDeclaration and some more statements 15 years ago
Siegfried Pammer f208a18bb6 add ConditionalExpression and WhileStatement 15 years ago
Siegfried Pammer d78b1fe68d split Statements into single files 15 years ago
Siegfried Pammer 04460cc7d1 reimplement some helper methods 15 years ago
Siegfried Pammer 055f6d56e8 implement NamedArgumentExpression and FieldInitializerExpression 15 years ago
Siegfried Pammer 69d92bde98 implement conversion of AsExpression to TryCast, improve conversion of string literals, add UnaryOperatorExpression 15 years ago
Siegfried Pammer 2a45819408 implement ArrayCreateExpression and CastExpression 15 years ago
Alex Lyman ed6380077f - Reverted changes to display decimal.MinValue and decimal.MaxValue 15 years ago
Alex Lyman 9faee0ad8d - 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[][]) 15 years ago
Alex Lyman 8dcea0b27b - Made the InitializerTests pass, through three changes: 15 years ago
Daniel Grunwald ed08c83289 Make ConvertChar and ConvertString public. 15 years ago
Daniel Grunwald 3833643aaf Fixed issues with detection of using statements. 15 years ago
Daniel Grunwald e2794252fb When decompiling a field, also decompile constructors to check whether there's an initializer on the field. 15 years ago
Siegfried Pammer e9eca059d5 remove isLastLine from interface - use stack instead; fix null reference if resolve of TypeDefinition fails 15 years ago
Daniel Grunwald faf3a29a08 Fixed position of XML comments on nested types. 15 years ago
Daniel Grunwald 508073d6ac Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
Siegfried Pammer ba0b80856c add foldings to documentation comments; closes #165 15 years ago
Eusebiu Marcu 5cf243125c get AST nodes locally 15 years ago
Eusebiu Marcu 8c37175189 add icon margin & bookmarks 15 years ago
Siegfried Pammer 01493897c7 fix https://github.com/icsharpcode/ILSpy/issues/177 15 years ago
Siegfried Pammer 93b63848cc add support for EventDeclaration and some more binary operators 15 years ago
Siegfried Pammer 61747ff645 do not print method bodies in Interfaces 15 years ago
Siegfried Pammer 8610b14c83 add support for comments 15 years ago
Siegfried Pammer b0b7f032a8 output ThrowStatement 15 years ago
Siegfried Pammer a7d87fc65a add ArrayInitializerExpression and ObjectCreationExpression 15 years ago
Siegfried Pammer 173164ca23 fix indentation in Accessor blocks 15 years ago
Siegfried Pammer 2e6261fa10 convert default(T) to Nothing and typeof() to GetType() 15 years ago
Siegfried Pammer e5fb8d9560 implemented IfElseStatement and some more expressions 15 years ago
Siegfried Pammer 5f6386aed6 implement translation of EnumDeclaration 15 years ago
Siegfried Pammer 74c376bb98 implement PropertyDeclaration; add Inherits/Implements to TypeDeclaration; implement output for DelegateDeclaration 15 years ago