1704 Commits (3b85120044ef429dffc0eeb8b287ebb55cce2f72)
 

Author SHA1 Message Date
Daniel Grunwald f5f1522cfc InsertParenthesesVisitor: insert parenthesis in "(new int[1])[0]" 14 years ago
Pent Ploompuu 66fde6d0ee Compound assignment support for overloaded operators 14 years ago
Pent Ploompuu ee0f43ad38 Compound assignment support for lifted operators 14 years ago
Daniel Grunwald 6955479ed6 Fixed /navigateTo with static constructors. 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
Ronny Klier 4b2c25faaa Merge branch 'master' into bookmarks 14 years ago
Ronny Klier 6c6bab7b4e Provide event for changed breakpoint image 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
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 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
Ronny Klier 9c2d3e7d00 Merge branch 'master' into bookmarks 14 years ago
Siegfried Pammer 6e86570127 corrected spelling of Overrides-modifier; convert virtual to Overridable and override to Overrides 14 years ago
Ronny Klier 235a840995 Merge branch 'master' into bookmarks 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. 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