-
-
Notifications
You must be signed in to change notification settings - Fork 131
Pull requests: belav/csharpier
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
perf: prevent closure creation in
AttributeList
#1726
opened Oct 29, 2025 by
TimothyMakkison
Loading…
perf: add
Concat(IEnumerable) overload and remove ToArray
#1724
opened Oct 27, 2025 by
TimothyMakkison
Loading…
perf: only run
PreprocessorSymbols when #if found
#1719
opened Oct 23, 2025 by
TimothyMakkison
Loading…
perf: replace
ToImmutableHashSet with manual implementation
#1716
opened Oct 21, 2025 by
TimothyMakkison
Loading…
fix: comment break indentation of simple lambdas
#1713
opened Oct 19, 2025 by
TimothyMakkison
Loading…
perf: use
ContainsAnyExceptInRange to calculate width
#1711
opened Oct 18, 2025 by
TimothyMakkison
Loading…
perf: use static
Func to prevent unwanted closures
#1710
opened Oct 17, 2025 by
TimothyMakkison
Loading…
perf: set capacity of
List in MembersForcedLine
#1709
opened Oct 17, 2025 by
TimothyMakkison
Loading…
perf: use
Stack.Peek to reduce Pop and Push churn
#1708
opened Oct 16, 2025 by
TimothyMakkison
Loading…
perf: add
Doc.Null check to Argument avoids Concat creation
#1706
opened Oct 14, 2025 by
TimothyMakkison
Loading…
perf: use
ValueListBuilder for BaseMethodDeclaration
#1705
opened Oct 13, 2025 by
TimothyMakkison
Loading…
perf: use overload for
Any( SyntaxTriviaList to prevent allocations
#1703
opened Oct 11, 2025 by
TimothyMakkison
Loading…
Break before operator on expression-bodied methods
#1693
opened Sep 16, 2025 by
martindisch
Loading…
perf: add
PooledHashSet and PooledStringBuilder
#1550
opened Mar 21, 2025 by
TimothyMakkison
•
Draft
perf: add
ValueListBuilder to InvocationExpression
#1542
opened Mar 16, 2025 by
TimothyMakkison
•
Draft
perf: use
ValueListBuilder for PrivatePrintLeadingTrivia
#1532
opened Mar 9, 2025 by
TimothyMakkison
Loading…
ProTip!
Filter pull requests by the default branch with base:main.