1979 Commits (74daaaf73302590109b6655fa30129a0a8c463b2)
 

Author SHA1 Message Date
Eusebiu Marcu 50dc19d0d2 fix navigation on fields. 14 years ago
Eusebiu Marcu cabe2fdcc6 Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald 2e387958db Add support for more language constructs to the ExpressionTreeConverter. 14 years ago
Daniel Grunwald 7e35c705b6 Initial implementation of Expression Tree Decompilation (#175) 14 years ago
Eusebiu Marcu 9465d1722c Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Eusebiu Marcu 38b404a709 fix icon margin. 14 years ago
Zohar Kelrich 470caaa6bb Fix #278: Decompiling generic multidimensional array access throws exception 14 years ago
Daniel Grunwald 70d1693e91 Fix #255 InvalidOperationException: The new node 'CheckedExpression' is not valid in the role Initializer 14 years ago
lumi deaff2a0ce Add failing test for Checked/initializer interaction 14 years ago
Eusebiu Marcu 21100731fa Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
Eusebiu Marcu ab9a80cadd Modify code-mappings API and icon margin. 14 years ago
Artur Zgodziński a63302a0cb Folding using declarations 14 years ago
Artur Zgodziński f8ee8ae828 simplified switch sections by removing redundant blocks. 14 years ago
Artur Zgodziński 1627337fcc changed formatting of the C# Case statement 14 years ago
Artur Zgodziński 31b1a2dac9 Highlighting goto references. 14 years ago
Artur Zgodziński 5853758846 Fixed highlighting of variable declaration with empty initializer. 14 years ago
Daniel Grunwald c28f6455d8 Anonymous type create expressions: when all names can be inferred from the initializers, don't create NamedExpressions. 14 years ago
Siegfried Pammer 2f349f4781 fix bugs in unit tests 14 years ago
Daniel Grunwald 25237a19d8 Merge pull request #205 - Decompilation of lifted operators 14 years ago
Daniel Grunwald 6d22ff99ad Sort custom attributes - the C# compiler seems to add these in random order, so by sorting them we eliminate unnecessary differences when comparing multiple versions of an assembly. 14 years ago
Siegfried Pammer 2872d2ea1d fix #264: add UnresolvableDependencyPropertyDescriptor and UnresolvableType to represent types from assemblies that cannot be loaded 14 years ago
Siegfried Pammer 68ba9bd28f implement links to type definitions in the VB source view 14 years ago
Daniel Grunwald 56c75e09b2 Refactored handling of debug mapping in the decompiler: we now avoid using a side-channel for the debug info and instead return it via the ITextOutput. 14 years ago
Daniel Grunwald 9db07b54c5 Adjust decompiler to NRefactory changes. 14 years ago
Daniel Grunwald f450aca351 C# AST: when setting a string property to null or an empty string, remove the corresponding identifier token. 14 years ago
Daniel Grunwald 81bb822fdb Adjust ILSpy to NRefactory changes. 14 years ago
Daniel Grunwald 3e6158ac47 Merge NRefactory '88ebd0b9596edab0e916ff28ae53f6febbdff032' to ILSpy. 14 years ago
Daniel Grunwald 88ebd0b959 Squashed 'NRefactory/' changes from 9675caf..a73d7ba 14 years ago
Daniel Grunwald e123c3b54c Fixed IsPublicAPI for DerivedTypesEntryNode. 14 years ago
Daniel Grunwald d50766287f Update AvalonEdit to 4.1.0.7920. 14 years ago
Daniel Grunwald fc58b40400 Fixed decompilation of WinRT classes (methods implementing interfaces were misdetected as explicit interface implementations) 14 years ago
Daniel Grunwald 21f6f01b36 Add support for resolving WinRT metadata. 14 years ago
Siegfried Pammer 7bf95a6f4f fix out parameter output in CSharpToVBConverterVisitor 14 years ago
Siegfried Pammer ee0f54624c implement ByRef parameters in MethodTreeNode display text 14 years ago
Pent Ploompuu 41e71ead8c Fix variable splitting for ldloca opcodes 14 years ago
Pent Ploompuu fc1fe8ad70 Merge branch 'master' of https://github.com/icsharpcode/ILSpy 14 years ago
Daniel Grunwald eba7aa2ca2 Normalize line endings to LF. 14 years ago
Eusebiu Marcu a131e944c6 Show full name of type in Breakpoint pad. 14 years ago
Eusebiu Marcu 2dff11fc6a Merge pull request #263 from RKlier/bookmarks 14 years ago
Ronny Klier d5e5db311e Fix attach to IDebugger events from DebuggerService 14 years ago
Ronny Klier 9a160befbd Merge branch 'master' into bookmarks 14 years ago
Ronny Klier ae42a14476 Show argument names and values in callstack (customizable through context menu) 14 years ago
Eusebiu Marcu 489bd6fb7a fix setting breakpoints in properties.fix UI issues; fix null reference issues.remove old code mappings (not needed anymore). 14 years ago
Siegfried Pammer c0fe6d0173 fix http://community.sharpdevelop.net/forums/t/13658.aspx - type was not found due to type forwarding 14 years ago
Daniel Grunwald ac683e20e7 Yet another try at making proxy authentication work. Closes #46. 14 years ago
Daniel Grunwald 0cdaf3bec4 Ensure the value parameter of a property setter is called 'value'. 14 years ago
Daniel Grunwald 6e3aa7825f Use gray text color for non-public types and members. Closes #143. 14 years ago
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
Pent Ploompuu fad596bc4b Fix type casting regression by improving type analysis of ILCode.Box 14 years ago