1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2025 — Aug 01, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #534 from directhex/patch-1 More... over 8 years ago
Added some getters to the unresolved type system. More... over 8 years ago
Fix case sensitivity error importing Microsoft.CSharp.targets More... almost 9 years ago
Merge pull request #533 from DavidKarlas/bumpCecil More... almost 9 years ago
bump Mono.Cecil to 0.10.0-beta6 More... almost 9 years ago
Merge pull request #531 from joewstroman/master More... about 9 years ago
Use $(SolutionDir) to point to Mono.Cecil reference path More... about 9 years ago
Merge pull request #503 from Therzok/patch-1 More... over 9 years ago
Merge pull request #530 from Therzok/cecil-swap More... over 9 years ago
Bump Cecil to 0.10.0-beta5
Therzok
as Marius Ungureanu
More... over 9 years ago
Merge pull request #527 from Therzok/cecil-swap More... over 9 years ago
Swap to Cecil from NuGet.
Therzok
as Marius Ungureanu
More... over 9 years ago
Note: There is currently no maintainer for NRefactory. More... over 9 years ago
Fix TypeGuessing (don't unintentionally create ref locals) More... over 9 years ago
Add 'ref T' AstType syntax node. This allows generating code for C# 7 'ref locals' and 'ref return'. More... over 9 years ago
CSharpOutputVisitor: use policy.CatchNewLinePlacement and policy.FinallyNewLinePlacement More... over 9 years ago
Mention that cecil should be 0.9.6 (we're not yet compatible with the cecil 0.10 beta) More... over 9 years ago
CSharpOutputVisitor: respect policy.ElseNewLinePlacement More... over 9 years ago
TypeSystemAstBuilder: Add missing TypeResolveResult-annotation to DelegateDeclaration. More... about 10 years ago
Output space between modifiers and destructor tilde. More... about 10 years ago
InsertParenthesesVisitor: Add parentheses to PrimitiveExpression if its value is a negative int/long. -1.ToString() is interpreted as -(1.ToString()) by the parser. We need parentheses in order to fix this. More... about 10 years ago
Add support for ConversionResolveResult in GetSymbol More... about 10 years ago
Even in readability mode, don't parenthesize casts of casts More... about 10 years ago
Don't make the compiler evaluate the expected result using compile-time constant folding -- the Mono C# compiler gets this wrong. More... about 10 years ago
Fix resolving '0 - Enum' More... about 10 years ago
Add TypeSystemAstBuilder.NameLookupMode. More... about 10 years ago
CSharpOutputVisitor: fix '__arglist()' More... about 10 years ago
fix bug in CecilLoader introduced by ShortenInterfaceImplNames More... about 10 years ago
Add new mode for ILSpy to CecilLoader: explicit interface implementations use names with dots. These are normally shortened by CecilLoader to be consistent with parser-initialized type systems. The new mode allows to disable the shortening. More... about 10 years ago
Fix TypeSystemAstBuilder: Outer type arguments should not be added to nested delegate declarations. More... about 10 years ago