Popular repositories
-
-
-
-
-
-
Forked from antlr/antlr3
antlr v3 repository (pulled from p4 with history from //depot/code/antlr/antlr3-main
4,273 contributions in the last year
Activity overview
Contribution activity
January 2021
Created 35 commits in 3 repositories
Created a pull request in dotnet/roslyn that received 2 comments
Attribute lock time to analyzers
Prior to this change, lock contention resulting from non-concurrent analyzers was not attributed to any specific analyzer. This change add the lock…
+25
−26
•
2
comments
Opened 10 other pull requests in 3 repositories
dotnet/roslyn
5
merged
1
open
- Fix cancellation behavior for source generator callbacks
- Replace SyntaxTree caching with IDE document state preservation
- Avoid thread pool starvation in IDiagnosticUpdateSource.GetDiagnostics
- Reduce usage of WaitAndGetResult_CodeModel
- Add ProjectOperationBenchmarks
- Throw a better exception when reading past the end of a stream
tunnelvisionlabs/antlr4ts
3
merged
dotnet/roslyn-sdk
1
open
Reviewed 33 pull requests in 6 repositories
dotnet/roslyn 28 pull requests
- Limit use of ConditionalFact
- Move IEditorFormattingService to the Features layer
- Fix nullable bool option converter
- Small bits of completion cleanup.
- Update file license header from Apache2 to MIT
- Simplification to the keyword completion provider code.
- Attribute lock time to analyzers
- Fix extra space in editorconfig
- Make SourceGeneratedDocument.SourceGenerator internal
- Make analyzer non-configurable
- Replace SyntaxTree caching with IDE document state preservation
- Change NetCoreApp test name to reflect the intent
- [VisualBasic] Fix the analyzer to add MustInherit correctly
- Add threading context to CodeModel
- Simplify common linq invocation patterns
- Dispose pooled object
- Switch to using deconstruction for KeyValuePair
- Document state storage
- Remove CS1574 suppression
- Test classification spans when testing signature help items
- Fix exception propagation in ReadDataAsync
- Port roslyn-analyer style rules to experimental rules in roslyn.
- Remove CA1821 suppressions
- Remove suppression
- Handle record's with initializer formatting
- Some pull request reviews not shown.
dotnet/roslyn-analyzers 1 pull request
DotNetAnalyzers/StyleCopAnalyzers 1 pull request
gitextensions/gitextensions 1 pull request
dotnet/roslyn-sdk 1 pull request
tunnelvisionlabs/antlr4ts 1 pull request
Created an issue in dotnet/roslyn-analyzers that received 4 comments
Prefer 'token.IsKind(None)' to 'token == default'
Describe the problem you are trying to solve
Comparing a SyntaxToken to default(SyntaxToken) is much slower than comparing SyntaxToken.RawKind to 0.…
4
comments
Opened 6 other issues in 2 repositories
dotnet/roslyn
5
open
- Support nested calls during an active argument completion session
- Handle Signature Help / argument completion mismatched symbols
- Support Undo in argument value completion
- Support cancellation in AbstractSnippetExpansionClient.OnModelUpdated
- AbstractCodeModelService.Rename can result in deadlock when renaming a file from Solution Explorer

