2423 Commits (4e104efc65f6aa203a320432062e688ab2711438)
 

Author SHA1 Message Date
Daniel Grunwald 9d5390cdbf Add pattern matching support to the NRefactory C# AST. 15 years ago
Eusebiu Marcu c3cbf9e153 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 1af927c426 Fix lambda expression output bug. 15 years ago
Daniel Grunwald 904b05fe5e NRefactory: remove collection setters from AST; expose AstNodeCollection<T> instead. 15 years ago
Eusebiu Marcu dc49175cc7 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 0fa2fd6d99 Fix missing dot in namespace declarations. 15 years ago
Daniel Grunwald 8641726762 Escape surrogates in string literals. 15 years ago
Eusebiu Marcu f3a2be8b50 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald f1ce3e926f Fix order of modifiers. 15 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
Mike Krüger 65d688a65d Added some missing token properties. 15 years ago
Mike Krüger 83a7d2fcc0 Splitted the goto statement cases: GotoStatement, GotoCaseStatement, 15 years ago
Mike Krüger ecc17721fd Added YieldBreakStatement. 15 years ago
Mike Krüger 915a122bf0 Added some comments. 15 years ago
Mike Krüger b8cf7d35c3 Splitted while & do while statements. 15 years ago
Daniel Grunwald b6c562e9c3 Fix some formatting issues with the C# output visitor. 15 years ago
Daniel Grunwald 48d8ac5602 Fixed detection of 'sealed' method modifier. 15 years ago
Daniel Grunwald dc6daa165b Fixed output of enum members and the "const" modifier. 15 years ago
Daniel Grunwald 6e47f5342f Add missing newline after property declarations. 15 years ago
Daniel Grunwald a33009d98b Add hyperlink support to decompiler. 15 years ago
Daniel Grunwald 43625b4c85 Initial port to new NRefactory. 15 years ago
Daniel Grunwald 76d844fc1f Merge commit 'd87c5ea2c89dda7da5eab2dce7a30fe10729481f' 15 years ago
Daniel Grunwald ec42611f0e Escape contextual keywords within query expressions. 15 years ago
Daniel Grunwald 7ba4e0be83 Add parenthesis around query expressions within type tests "(from a in b select c) is D" 15 years ago
Daniel Grunwald 73129820f8 Bugfixes for InsertParenthesesVisitor and OutputVisitor. 15 years ago
Daniel Grunwald afd96503fe Add query expressions to AST and output visitor. 15 years ago
Daniel Grunwald 880d23b163 Bug fixes in OutputVisitor. 15 years ago
Daniel Grunwald 594a637ce6 Enable automatic removal when replacing a node with its own descendant. 15 years ago
Daniel Grunwald 57522bf091 Enable automatic removal when replacing a node with its own descendant. 15 years ago
Daniel Grunwald bad0fdb30f Merge commit 'e1552755b97863393b543603557590ad90d8ef98' 15 years ago
Daniel Grunwald a20e80a09c Add tests for InsertParenthesesVisitor. 15 years ago