1301 Commits (ac3456888deac5cc2ace23568c41d66d312233be)
 

Author SHA1 Message Date
Daniel Grunwald ac3456888d Merge branch 'string_resources' of https://github.com/RKlier/ILSpy 15 years ago
Daniel Grunwald 3bddd8e2f0 Fixed crash in DebugExecutableNodeCommand.IsVisible when right-clicking on an unmanaged assembly. 15 years ago
Daniel Grunwald dd3c049f19 Merge NRefactory 9675caf1e9276391f17536b488148cb668a6cc44 15 years ago
Daniel Grunwald 1c1420a8d2 Squashed 'NRefactory/' changes from 1e4a1d9..9675caf 15 years ago
Daniel Grunwald c43d47589a Merge branch '1.0' 15 years ago
Daniel Grunwald 17a75ded4e Fix #211 InvalidCastException in ILAstOptimizer.TransformArrayInitializers 15 years ago
Daniel Grunwald 3fad5cb76b Fix #249: Object Initializer not detected for value types 15 years ago
Daniel Grunwald 5c2f3633a0 Don't use variable name from .pdb file if it isn't a valid C# identifier. 15 years ago
David Srbecký 822e473df3 Replace endfinally with jump. Closes #232 15 years ago
Daniel Grunwald 3020bc9ce8 Fixed type analysis for right shift operator. 15 years ago
Daniel Grunwald 43b4339bea Simplify shift operators (<< and >>). 15 years ago
Daniel Grunwald b9109469af Fixed bug that could cause variable names to be used twice, resulting in a crash in DeclareVariable step. Closes #222. 15 years ago
Ronny Klier e63cbb6175 Support copy entries from resource string table 15 years ago
Siegfried Pammer 3fdfe1585a fix #231 15 years ago
Siegfried Pammer 443a312901 fix #227 and #229 15 years ago
Siegfried Pammer fe7fdec28b display a message if navigation is not possible; fixes #237 15 years ago
Siegfried Pammer 80ed40e6a7 move the focus to the previous node after deletion 15 years ago
Siegfried Pammer f4504ab36e move NodesCollection to a separate file 15 years ago
Eusebiu Marcu 26633dc27a use LGPL in debugger plugin. 15 years ago
Eusebiu Marcu deaa0f2376 Add ILSpy.SharpDevelop.LGPL project - LGPL files from SharpDevelop; 15 years ago
Daniel Grunwald 8beed6aa70 Fixed type inference for shift operators. Closes #239. 15 years ago
Siegfried Pammer 0eb3aabc72 use generic enumerator 15 years ago
Siegfried Pammer 4b1622e55e fix wrong declaration info in KnownInfo 15 years ago
Siegfried Pammer fa638010a9 some minor cleanup 15 years ago
Siegfried Pammer b8fd7b4d99 fixed static resource handling 15 years ago
Siegfried Pammer c572835c9e fixed InvalidCastException when trying to read optimized static resource 15 years ago
Siegfried Pammer 19a8087be0 add support for nested classes in type system - fix missing Win32Native.Color 15 years ago
Eusebiu Marcu 525e8fd74d remove unnecessary file 15 years ago
Eusebiu Marcu ea3903d697 remove unnecessary files. 15 years ago
Siegfried Pammer 891f8a4f62 remove some classes from BAML decompiler, that are no longer needed 15 years ago
Daniel Grunwald 2783b02007 Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32. 15 years ago
Daniel Grunwald a318ce67be Cache assembly lookup results - improves performance (especially for failed lookups) 15 years ago
Ronny Klier 20d023095f Merge branch 'master' into string_resources 15 years ago
Ronny Klier 7d3df04903 First part to support copy from string table 15 years ago
Daniel Grunwald ffc7e031f3 Merge branch '1.0' 15 years ago
Daniel Grunwald 6c94092dc5 Fixed ILAstOptimizer.CanBeExpressionStatement to include more types of assignments. 15 years ago
Alex Lyman ed6380077f - Reverted changes to display decimal.MinValue and decimal.MaxValue 15 years ago
Alex Lyman e484d35fe2 - Altered the InitializerPeepholeTransforms' ArrayInitializer forward-scan to only look at the next instruction: in practice, CSC does not seem to generate code that needs anything more, and there are some questions as to the validity of the looping itself (i.e. what if there is a branch between them? 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 65f5427ae6 Fix #162 Opening a file that's not a valid assembly displays exception stack trace 15 years ago
Daniel Grunwald 7789284161 Fix #74 Jumping to other type doesn't scroll the tree 15 years ago
Eusebiu Marcu 09a7400208 fix #236; show images in debugger evaluation tooltip 15 years ago
Daniel Grunwald fde6361995 Fixed missing XML documentation on enum members. 15 years ago
Ed Harvey fe865dbe73 Make ILSpy.BamlDecompiler.csproj compatible with VS2010 15 years ago
Ronny Klier 77c2411b6d Decompile contents of resource file nodes + non-Stream resources 15 years ago
Ronny Klier 1bfc613b7c Merge branch 'master' into string_resources 15 years ago
Ronny Klier a07bea82ea Decompile string resources in .resources TreeNodes and show them in a table. 15 years ago
Eusebiu Marcu 84dc577fba Rename DebuggedData.cs -> DebugInformation.cs; 15 years ago
Ed Harvey 50e8fbc48e Incorrect icon for const decimal fields. Closes #218 15 years ago