| .. |
|
Expressions
|
Add support for simple constant patterns.
|
2 years ago |
|
GeneralScope
|
Add support for C# 10 record structs.
|
4 years ago |
|
PatternMatching
|
#2128: Reformat the whole code base.
|
5 years ago |
|
Statements
|
#nullable enable for AstNode
|
5 years ago |
|
TypeMembers
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
1 year ago |
|
AstNode.cs
|
Fix nullability warnings in AstNode and XmlDocumentationElement.
|
4 years ago |
|
AstNodeCollection.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
AstType.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
CSharpModifierToken.cs
|
Use "static abstract" instead of "abstract static".
|
3 years ago |
|
CSharpTokenNode.cs
|
Fix #2413: Avoid global state in `TokenRole`.
|
5 years ago |
|
ComposedType.cs
|
#nullable enable for AstNode
|
5 years ago |
|
DepthFirstAstVisitor.cs
|
Add support for simple recursive patterns where the sub pattern is a simple type pattern.
|
2 years ago |
|
DocumentationReference.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
FunctionPointerAstType.cs
|
Add support for .NET 5 custom calling conventions.
|
5 years ago |
|
IAnnotatable.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
IAstVisitor.cs
|
Add support for simple recursive patterns where the sub pattern is a simple type pattern.
|
2 years ago |
|
Identifier.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
IdentifierExpressionBackreference.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
InvocationAstType.cs
|
Add support for primary constructor syntax.
|
5 years ago |
|
MemberType.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
Modifiers.cs
|
Add support for C# 11 required members.
|
3 years ago |
|
NodeType.cs
|
Adjust namespaces
|
9 years ago |
|
PrimitiveType.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
Role.cs
|
#nullable enable for AstNode
|
5 years ago |
|
Roles.cs
|
Add support for C# 10 record structs.
|
4 years ago |
|
SimpleType.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
SyntaxExtensions.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
SyntaxTree.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
TextLocation.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
TokenRole.cs
|
Fix #2413: Avoid global state in `TokenRole`.
|
5 years ago |
|
TupleAstType.cs
|
#2128: Reformat the whole code base.
|
5 years ago |
|
TypeSystemAstBuilder.cs
|
Remove IsRef, IsOut and IsIn flags from IParameter and Replace ParameterModifiers with ReferenceKind.
|
1 year ago |
|
VariableDesignation.cs
|
Refactor ForeachStatement to support deconstruction
|
5 years ago |