Pent Ploompuu
|
66fde6d0ee
|
Compound assignment support for overloaded operators
|
14 years ago |
Pent Ploompuu
|
ee0f43ad38
|
Compound assignment support for lifted operators
|
14 years ago |
Pent Ploompuu
|
0e993afe58
|
Add an annotation to redundant ParenthesizedExpressions for PushNegation transform
|
14 years ago |
Pent Ploompuu
|
475ce0e827
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy
|
14 years ago |
Daniel Grunwald
|
a6f63d057d
|
Fix OverflowException when searching for integer constants.
|
14 years ago |
Daniel Grunwald
|
ee48bce2fb
|
Hide compiler-generated top-level classes (anonymous types + PrivateImplementationDetails)
|
14 years ago |
Eusebiu Marcu
|
5a892c30df
|
create a new TextOutputLocation class for storing the location in the output text instead of Tuple<int, int> + fix build
|
14 years ago |
Eusebiu Marcu
|
b394749f47
|
create a new TextOutputLocation class for storing the location in the output text instead of Tuple<int, int>
|
14 years ago |
Eusebiu Marcu
|
87abf569a7
|
fix some null errors
|
14 years ago |
Pent Ploompuu
|
0e20029579
|
Fix ICSharpCode.Decompiler.csproj line endings (CRLF is used upstream now)...
|
14 years ago |
Pent Ploompuu
|
d2488a497e
|
Merge branch 'master' of git://github.com/icsharpcode/ILSpy
Conflicts:
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
ILSpy.SharpDevelop.LGPL/ILSpy.SharpDevelop.LGPL.csproj
|
14 years ago |
Siegfried Pammer
|
9bfb3edc2a
|
add missing space after Case keyword
|
14 years ago |
Siegfried Pammer
|
6e86570127
|
corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides
|
14 years ago |
Daniel Grunwald
|
e5609f6042
|
Add Ctrl+S shortcut for "search literal"
|
14 years ago |
Daniel Grunwald
|
d8af33b00b
|
Merge branch '1.0'
|
14 years ago |
Daniel Grunwald
|
0197189d48
|
Suppress compiler warnings in Mono.Cecil.Pdb.
|
14 years ago |
Daniel Grunwald
|
ea824c769f
|
Merge branch 'NestedTypes' of https://github.com/RKlier/ILSpy into 1.0
|
14 years ago |
Daniel Grunwald
|
0c9faf13f5
|
Fix GetPopDelta() for calli instructions that call instance methods.
|
14 years ago |
Daniel Grunwald
|
684ad7d8fb
|
New Search Mode: Search for constants (literals).
|
14 years ago |
Daniel Grunwald
|
a56c314647
|
Update to Mono.Cecil 0.9.5 (with thread-safety fixes)
|
14 years ago |
Siegfried Pammer
|
eb7948af70
|
use Is/IsNot for reference equality checks; add extension attribute for extension methods
|
14 years ago |
Siegfried Pammer
|
9df1c1c293
|
remove shared modifier from module members
|
14 years ago |
Siegfried Pammer
|
918b015f44
|
convert static classes to modules
|
14 years ago |
Siegfried Pammer
|
1d0f3e96a9
|
added default project imports
|
14 years ago |
Siegfried Pammer
|
d5672db69b
|
fix output of Inherits/Implements clauses
|
14 years ago |
Siegfried Pammer
|
0d1a4520fc
|
use vbc
|
14 years ago |
Siegfried Pammer
|
212b993859
|
convert increment/decrement operator overloads to op_Increment/op_Decrement methods
|
14 years ago |
Siegfried Pammer
|
08dfa88aa3
|
map true/false operator to IsTrue/IsFalse
|
14 years ago |
Siegfried Pammer
|
e1a331170a
|
improve conversion of special characters in string literals
|
14 years ago |
Siegfried Pammer
|
a20a97359d
|
fix bug in checked statement handling
|
14 years ago |
Siegfried Pammer
|
6418a36780
|
fix InvalidCastException in For-Next detection
|
14 years ago |
Siegfried Pammer
|
4338b361c4
|
fix display of type names in tree view
|
14 years ago |
Siegfried Pammer
|
ee4a77f20d
|
fix bug in VB project export
|
14 years ago |
David Srbecký
|
aeeda32d10
|
Return instruction pops zero or one item instead of all.
Exception of catch block does not have to be consumed.
Related to #185
|
14 years ago |
David Srbecký
|
3b692d9c7c
|
Ignore arguments of 'leave'. Closes #185
|
14 years ago |
Daniel Grunwald
|
fdb8001b87
|
Explicitly trigger garbage collection after an assembly was unloaded. Closes #246.
|
14 years ago |
Daniel Grunwald
|
e4fad36341
|
Mark ICSharpCode.NRefactory.VB as AnyCPU.
|
14 years ago |
Daniel Grunwald
|
fe121acdb9
|
Fix #230: Search and Analyze window don't update
|
14 years ago |
Siegfried Pammer
|
2772b17962
|
Merge branch vb into master
|
14 years ago |
Siegfried Pammer
|
4f6c46b2c7
|
add project export for VB
|
14 years ago |
Siegfried Pammer
|
3e009aaa1b
|
add folding
|
14 years ago |
Siegfried Pammer
|
d54c9d5330
|
implement conversion of attribute targets
|
14 years ago |
Siegfried Pammer
|
e5d63e9761
|
print assembly attributes when selecting Assemlby node
|
14 years ago |
Siegfried Pammer
|
f4d29b2f2b
|
add AlwaysGenerateExceptionVariableForCatchBlocks setting to avoid Catch clauses without a variable; disable C#'s query expression translation
|
14 years ago |
Siegfried Pammer
|
beff26761e
|
fix #167 - Incorrect decompilation of null as extension method this parameter
|
14 years ago |
Eusebiu Marcu
|
23227b3526
|
set AnyCPU on projects
|
14 years ago |
Siegfried Pammer
|
7542cc72bb
|
relicense NR.VB under MIT X11 license
|
14 years ago |
Siegfried Pammer
|
3526e79db6
|
implement query expression AST
|
14 years ago |
Siegfried Pammer
|
056219e169
|
Merge branch 'master' of github.com:icsharpcode/ILSpy into vb
Conflicts:
ICSharpCode.Decompiler/ICSharpCode.Decompiler.csproj
ILSpy.sln
ILSpy/ILSpy.csproj
|
14 years ago |
Siegfried Pammer
|
9c4b29665d
|
implemented AnonymousObjectCreationExpression
|
14 years ago |