.. |
Implementation
|
Fixed overload resolution bug
|
15 years ago |
Accessibility.cs
|
CecilProjectContent: read classes
|
15 years ago |
ArrayType.cs
|
Added parameters to ArrayType indexers.
|
15 years ago |
ByReferenceType.cs
|
Added implicit conversion logic.
|
15 years ago |
CecilLoader.cs
|
Adjust to Cecil 0.9.4.
|
15 years ago |
ClassType.cs
|
Add DefaultMethod implementation.
|
15 years ago |
DomRegion.cs
|
Testing the interning support
|
15 years ago |
EntityType.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
15 years ago |
ExtensionMethods.cs
|
Started implementation of simple name lookup.
|
15 years ago |
IAttribute.cs
|
Add first draft of new type system.
|
15 years ago |
IConstantValue.cs
|
Fixed overload resolution bug
|
15 years ago |
IEntity.cs
|
Use TypeCode instead of Type where possible; added more BinaryOperatorTests; added support for equality operators.
|
15 years ago |
IEvent.cs
|
Implemented CecilLoader.ReadEvent
|
15 years ago |
IExplicitInterfaceImplementation.cs
|
Add first draft of new type system.
|
15 years ago |
IField.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
15 years ago |
IFreezable.cs
|
Add first draft of new type system.
|
15 years ago |
IInterningProvider.cs
|
Documentation on interning.
|
15 years ago |
IMember.cs
|
Use TypeCode instead of Type where possible; added more BinaryOperatorTests; added support for equality operators.
|
15 years ago |
IMethod.cs
|
Add first draft of new type system.
|
15 years ago |
INamedElement.cs
|
Fixed issues with LogicalAnd and LogicalOr operators.
|
15 years ago |
IParameter.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
15 years ago |
IParameterizedMember.cs
|
Add first draft of new type system.
|
15 years ago |
IProjectContent.cs
|
Add CecilProjectContent
|
15 years ago |
IProperty.cs
|
Implemented CecilLoader.ReadEvent
|
15 years ago |
ISupportsInterning.cs
|
Documentation on interning.
|
15 years ago |
ISynchronizedTypeResolveContext.cs
|
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
|
15 years ago |
IType.cs
|
Started implementation of member lookup.
|
15 years ago |
ITypeDefinition.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
15 years ago |
ITypeParameter.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
15 years ago |
ITypeReference.cs
|
Simplify ITypeReference interface; added missing implementations in DefaultTypeDefinition (GetNestedTypes, GetMethod, etc.).
|
15 years ago |
ITypeResolveContext.cs
|
Started implementation of simple name lookup.
|
15 years ago |
IVariable.cs
|
Add first draft of new type system.
|
15 years ago |
NullableType.cs
|
Added CastTests.
|
15 years ago |
ParameterListComparer.cs
|
Started implementation of member lookup.
|
15 years ago |
ParameterizedType.cs
|
Integrate type inference into overload resolution
|
15 years ago |
PointerType.cs
|
Added implicit conversion logic.
|
15 years ago |
ReflectionHelper.cs
|
Fixed issues with LogicalAnd and LogicalOr operators.
|
15 years ago |
ReflectionNameParseException.cs
|
Rename AggregateTypeResolveContext to CompositeTypeResolveContext.
|
15 years ago |
SharedTypes.cs
|
Add support for integer literal conversions.
|
15 years ago |
TypeVisitor.cs
|
Rename ConstructedType to ParameterizedType.
|
15 years ago |