1414 Commits (c8678c7b3743e972b15ec21008010b8bbcf71585)
 

Author SHA1 Message Date
Daniel Grunwald c8678c7b37 Merge branch 'UIVariableRef' of https://github.com/arturek/ILSpy 14 years ago
Daniel Grunwald e77b3600da Merge pull request #262 from jbevain-forks/AnnotatedVariableInitializers 14 years ago
Daniel Grunwald 3a411f534a Fix XmlDocKeyProvider for nested generic types. 14 years ago
jbevain 96c7204789 Annotate VariableInitializers with ILVariable when possible 14 years ago
Siegfried Pammer 31e71509fd remove old files 14 years ago
Siegfried Pammer b940799a95 fix case sensitivity in IsKeyword check 14 years ago
Siegfried Pammer d2b564dca2 fix output of object initializers 14 years ago
Daniel Grunwald 5463a70fe4 Decompile [ComImport] attribute. 14 years ago
Daniel Grunwald baa4af92c1 Don't use field initializer syntax when the RHS of the assignment contains "this". 14 years ago
jbevain d55a61772a Annotate properties and events with the original method reference too 14 years ago
Daniel Grunwald 9c682a4a9b Fix XmlDocKeyProvider.cs for multi-dimensional array types and for overloaded conversion operators. 14 years ago
Daniel Grunwald 623de0885d Add mscorlib to the default assembly lists. 14 years ago
Daniel Grunwald 0ce36ea9ed Merge branch 'master' of git://github.com/DickvdBrink/ILSpy 14 years ago
Daniel Grunwald 6746938728 Fix #228 ILSpy /NavigateTo: does not allow you to navigate to a namespace 14 years ago
Daniel Grunwald f39f7c3d63 Use 'ref', not 'out', for passing arguments to a method parameter declared as "[In, Out] ref". 14 years ago
Daniel Grunwald f7d06edbd6 Fix /NavigateTo:M with method names containing dots (explicit interface implementations). 14 years ago
Daniel Grunwald f5f1522cfc InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]" 14 years ago
Daniel Grunwald 6955479ed6 Fixed /navigateTo with static constructors. 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
Dick van den Brink 01c5ebd563 Use the AssemblyList icon 14 years ago
Dick van den Brink dcc834a27d Added the possibility to create lists. 14 years ago
Dick van den Brink 65b9b03d1d Merge remote-tracking branch 'upstream/master' 14 years ago
Dick van den Brink 06e6eaa767 Added Create and Remove buttons for assembly lists. 14 years ago
Eusebiu Marcu 87abf569a7 fix some null errors 14 years ago
Dick van den Brink 759f942234 Added assembly lists. 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