| .. |
|
CustomAttributes
|
Display return type attributes on delegates.
|
15 years ago |
|
Helpers
|
- Made the InitializerTests pass, through three changes:
|
15 years ago |
|
StackTests
|
Added the test program for ILAst building
|
15 years ago |
|
Types
|
Improved decompilation of new modifier.
|
15 years ago |
|
BooleanConsumedAsInteger.il
|
Fix bugs in type analysis. Closes #38.
|
15 years ago |
|
CallOverloadedMethod.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
CheckedUnchecked.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
CodeSampleFileParser.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
CustomAttributes.code.cs
|
testing code that helps running independent decompilation tests.
|
15 years ago |
|
CustomShortCircuitOperators.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
DecompilerTestBase.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
DelegateConstruction.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
ExceptionHandling.cs
|
Fix #202: Decompilation of multiple catch clauses sharing the same variable name
|
15 years ago |
|
Generics.cs
|
Fixed references to enum values nested within generic types.
|
15 years ago |
|
ICSharpCode.Decompiler.Tests.csproj
|
Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32.
|
15 years ago |
|
IncrementDecrement.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
InitializerTests.cs
|
Fix #249: Object Initializer not detected for value types
|
15 years ago |
|
Loops.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
MultidimensionalArray.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
PInvoke.cs
|
Fixed several issues related to [MarshalAs] attributes.
|
15 years ago |
|
PropertiesAndEvents.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
QueryExpressions.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
Switch.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
TestRunner.cs
|
Fix #241: type analysis causes truncation of integer literals when calculating with types smaller than int32.
|
15 years ago |
|
TypeAnalysisTests.cs
|
Fixed type analysis for right shift operator.
|
15 years ago |
|
UndocumentedExpressions.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
UnsafeCode.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
ValueTypes.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
YieldReturn.cs
|
Add license headers to the files that were missing them.
|
15 years ago |
|
nunit.framework.dll
|
Merge branch 'WithNUnit' of git://github.com/arturek/ILSpy
|
15 years ago |
|
packages.config
|
- Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages.
|
15 years ago |