2500 Commits (9247e292c8cc0d6e509a0bcfd9464a2e5c28002b)
 

Author SHA1 Message Date
Eusebiu Marcu 0fd4c4c104 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 1cb5642295 Merge commit '7ac091e93d8112b369425cceab64829c094e401c' 15 years ago
Daniel Grunwald 2200240ef6 InsertParenthesesVisitor: don't insert parentheses for "a && b && c" 15 years ago
Daniel Grunwald 5a34a9c7d0 Fix output of checked and unchecked expressions. 15 years ago
Eusebiu Marcu ac3737fcba Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Artur Zgodziski f2c860704e Print a custom attribute's positional arguments. 15 years ago
Daniel Grunwald 212d39b248 Fix duplicate reference to Mono.Cecil. 15 years ago
Artur Zgodziski 5dfed88da7 Removed redundant int base type of enum. 15 years ago
Artur Zgodziski 8bd4e5dad0 Basic output of custom attributes attached to types and methods. 15 years ago
Artur Zgodziski 9a1d759f97 Modifications of solution and project files made by VS2010. 15 years ago
Eusebiu Marcu 9f55acb353 Basic evaluation - first level 15 years ago
Eusebiu Marcu 75a50926da Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 695138d373 Add visitor support to pattern nodes (IPatternAstVisitor). Add pattern support to output visitor (makes debugging easier if you can print out patterns) 15 years ago
Daniel Grunwald 38faf8415d Add support for 'any' operator and fix a bug in pattern matching. 15 years ago
Daniel Grunwald eeb4ea5aff Add simple backtracking support to pattern matching. 15 years ago
Daniel Grunwald e6c0091ba2 Implement pattern matching for statements. 15 years ago
Eusebiu Marcu 10eb834620 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
David Srbecký 93cc19d575 Determine loop condition from CFG 15 years ago
Daniel Grunwald 23190aa19c NRefactory AST: Add 'Repeat' pattern which matches an arbitrary number of nodes. 15 years ago
Eusebiu Marcu 9e3e3022ae Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald 379063a5d8 OutputVisitor bugfix: show return type for custom events. 15 years ago
Daniel Grunwald bce988124a Add some improvements to pattern matching. 15 years ago
Eusebiu Marcu 17b10a797c Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
Daniel Grunwald f5e89bfd3c Add Choice pattern. 15 years ago
Daniel Grunwald 84a5ace4aa OutputVisitor: allow writing constructor declarations without writing their parent type declaration. 15 years ago
Daniel Grunwald 13c64178db Add some documentation comments. 15 years ago
Daniel Grunwald 7e03cf8b16 Fix output of using statement when the resource acquisition is a VariableDeclarationStatement. 15 years ago
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