2744 Commits (17c4315974c3fe4eed56b81865f87229bf661307)
 

Author SHA1 Message Date
Mike Krüger 7cab07f13e [Completion] Check for extension method accessibility. 13 years ago
Mike Krüger 3dbba420eb [Resolver] Fixed infinite loop issue when a type inherits from type 13 years ago
Mike Krüger a1bcb54747 [Semantics] Added test case for nullable constant value / fixed last 13 years ago
Mike Krüger 3acaf5eca2 [Semantic] Handled default parameter value conversion in default 13 years ago
Mike Krüger 2733a83a79 [Semantics] ConversionResolveResult: For nullable conversions return 13 years ago
Mike Krüger 3001fae71f [CodeAction] Fixed bug in create class declaration action. 13 years ago
Mike Krüger 96b4ec0053 Merge pull request #102 from riviti/gsoc-fixes 13 years ago
Mike Krüger 3015b1bcb9 Merge pull request #105 from fightangel/fixes 13 years ago
Mansheng Yang 862e3d3156 [CodeActions] PutInsideUsingAction: remove trailing Dispose() invocation 13 years ago
Mansheng Yang bf33c03cc2 [CodeIssues] RedundantArrayInitializerCommaIssue: show appropriate description for different types of initializers 13 years ago
Mansheng Yang 0270ce48b0 [CodeActions] CreateOverloadWithoutParameterAction: fixed missing ref/out in generated call 13 years ago
Mansheng Yang 84126bbddc [CodeActions] ConvertAsToCastAction: fixed some parentheses issues 13 years ago
Mansheng Yang e23568fc51 [CodeActions] ConvertCastToAsAction: insert parentheses when necessary 13 years ago
Mansheng Yang d9f68d3e67 [CodeIssues] ExpressionIsAlwaysOfProvidedTypeIssue: use Conversions instead of TypeCompatibilityHelper 13 years ago
Mike Krüger aad32a0e66 [CodeAction] Fixed some 'cast expression of incompatible type' issue 13 years ago
Mike Krüger 1b41ee02ca [CodeAction] Convert lambda to delegate action no longer puts a 13 years ago
Mike Krüger 24c0222e20 [CodeAction] Fixed bug in splet declaration and assignment action. 13 years ago
Mike Krüger 1a80006cac [CodeIssues] Fixed an issue with try/catch statement in redundant 13 years ago
Konrad M. Kruczynski be34221618 [CodeIssues] Do not report unused parameter if it is out or ref. 13 years ago
Simon Lindgren f664df98bc [CodeIssues] Check method names before concluding there is a problem. 13 years ago
Simon Lindgren 23fdd83224 [CodeActions] Adjust the behaviour of AddCatchTypeAction. 13 years ago
Simon Lindgren d01a360f32 [CodeIssues] Don't suggest demoting parameters of program entry points. 13 years ago
Simon Lindgren 93fce4f8a6 [CodeIssues] Don't suggest demotion to a non-array type for params parameters. 13 years ago
Simon Lindgren a46f5e9874 [CodeIssues] Don't warn about static fields in generic types if the field declaration uses all type parameters. 13 years ago
Simon Lindgren 9c634c73fc [CodeIssues] VariableDeclaredInWideScope: Handle moves into SwitchSections. 13 years ago
Simon Lindgren 9c8556c61f [CodeIssues] Don't warn about missing usage of 'value' in accessors that throws immediately. 13 years ago
Simon Lindgren 06ebfd247d [CodeIssues] VariableDeclaredInWideScopeIssue: Better dependency checking. 13 years ago
Simon Lindgren 764280a957 [CodeActions] IterateViaForeach: Avoid infinite recursion in cyclic inheritance structures. 13 years ago
Erik Källén 9ffa855b1a Fixed failing tests. 13 years ago
Erik Källén 8c129cd076 Add attributes also to the "Attribute.Attrs" member, not only to Sections. 13 years ago
Eusebiu Marcu f187243010 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký cd9efb5678 Fixed infinite loop in AstComparer 15 years ago
Eusebiu Marcu 0f7ab11088 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Eusebiu Marcu 0a54eadbac Port debugger libraries to use new NRefactory. 15 years ago
Daniel Grunwald 3e02950baf Merge commit '814b8b3bf3553c719c84be7b0aa71c946731e36a' 15 years ago
Daniel Grunwald b28b9a3ac4 NRefactory Output Visitor: Fix loops. 15 years ago
Daniel Grunwald 7c23366566 Merge in the latest NRefactory (8db1fe252f) 15 years ago
Daniel Grunwald 8db1fe252f Enforce space in output visitor when printing "ptr & &v". 15 years ago
Daniel Grunwald b00cf1900c Add parentheses test for "a + (b == null ? c : d)" 15 years ago
Eusebiu Marcu 89af871c17 Started porting the debugger code to use new NRefactory 15 years ago
Mike Krüger 9b5fdd94f7 fixed endlocation bug. 15 years ago
Daniel Grunwald 914df80f68 Merge remote branch 'origin/master' into master. 15 years ago
Daniel Grunwald 9dc67b830a Fix CecilLoaderTests for Dictionary<,>.ValueCollection::Count (it's a non-virtual property implementing an interface; and isn't considered sealed in C#). 15 years ago
Daniel Grunwald 28d8b3a794 Include Mono.Cecil in solution. 15 years ago
Mike Krüger 16baa75795 Corrected astvisitor interface naming. 15 years ago
Mike Krüger 41168e39b9 Fixed tests. 15 years ago
Mike Krüger e0a6909916 added more bugfixes. 15 years ago
Mike Krüger 31113d214e fixed switch section. 15 years ago
Mike Krüger daccb3a8d8 Fixed parser bug. 15 years ago
Mike Krüger 59da5a28db Worked on type parsing. 15 years ago