1
I Use This!
Inactive

Commits : Listings

Analyzed about 12 hours ago. based on code collected about 14 hours ago.
Apr 26, 2023 — Apr 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #534 from directhex/patch-1 More... over 6 years ago
Added some getters to the unresolved type system. More... over 6 years ago
Fix case sensitivity error importing Microsoft.CSharp.targets More... over 6 years ago
Merge pull request #533 from DavidKarlas/bumpCecil More... over 6 years ago
bump Mono.Cecil to 0.10.0-beta6 More... over 6 years ago
Merge pull request #531 from joewstroman/master More... almost 7 years ago
Use $(SolutionDir) to point to Mono.Cecil reference path More... almost 7 years ago
Merge pull request #503 from Therzok/patch-1 More... about 7 years ago
Merge pull request #530 from Therzok/cecil-swap More... about 7 years ago
Bump Cecil to 0.10.0-beta5
Therzok
as Marius Ungureanu
More... about 7 years ago
Merge pull request #527 from Therzok/cecil-swap More... about 7 years ago
Swap to Cecil from NuGet.
Therzok
as Marius Ungureanu
More... about 7 years ago
Note: There is currently no maintainer for NRefactory. More... over 7 years ago
Fix TypeGuessing (don't unintentionally create ref locals) More... over 7 years ago
Add 'ref T' AstType syntax node. This allows generating code for C# 7 'ref locals' and 'ref return'. More... over 7 years ago
CSharpOutputVisitor: use policy.CatchNewLinePlacement and policy.FinallyNewLinePlacement More... over 7 years ago
Mention that cecil should be 0.9.6 (we're not yet compatible with the cecil 0.10 beta) More... over 7 years ago
CSharpOutputVisitor: respect policy.ElseNewLinePlacement More... over 7 years ago
TypeSystemAstBuilder: Add missing TypeResolveResult-annotation to DelegateDeclaration. More... almost 8 years ago
Output space between modifiers and destructor tilde. More... almost 8 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... almost 8 years ago
Add support for ConversionResolveResult in GetSymbol More... almost 8 years ago
Even in readability mode, don't parenthesize casts of casts More... almost 8 years ago
Don't make the compiler evaluate the expected result using compile-time constant folding -- the Mono C# compiler gets this wrong. More... almost 8 years ago
Fix resolving '0 - Enum' More... almost 8 years ago
Add TypeSystemAstBuilder.NameLookupMode. More... almost 8 years ago
CSharpOutputVisitor: fix '__arglist()' More... almost 8 years ago
fix bug in CecilLoader introduced by ShortenInterfaceImplNames More... almost 8 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... almost 8 years ago
Fix TypeSystemAstBuilder: Outer type arguments should not be added to nested delegate declarations. More... almost 8 years ago