16 Commits (ldmembertoken)

Author SHA1 Message Date
Daniel Grunwald fb9ff796da Fix `stackalloc char[4]` turning to `stackalloc short[4]`. 1 week ago
Daniel Grunwald 5526400b17 Extend InferType() to every ILInstruction 2 weeks ago
Siegfried Pammer d4922cfec0 Don't inline a pointer-typed stackalloc into an expression 3 months ago
Siegfried Pammer de33be74da Don't reconstruct a partially written stackalloc as an initializer 3 months ago
Siegfried Pammer a06c22b88a Decode float/double stackalloc initializer constants by their type 3 months ago
Siegfried Pammer 0c23009b3e Fix #3799: keep stackalloc initializer element type when the hint is not a pointer 3 months ago
Siegfried Pammer 94050a4aca Rewrite TransformFieldAndConstructorInitializers from a step-by-step AST-based analysis to an analysis that tracks the whole constructor body. 10 months ago
Peter Crabtree e1e16b64f5 dev: Strip BOM mark from text files 1 year ago
ds5678 d75da053a8 Use type hint in pointer arithmetic when appropriate 1 year ago
Siegfried Pammer 12e586b44b Âdd a test case for stackalloc in nested context. 5 years ago
Siegfried Pammer b87cdf6bc4 Fix CS73_StackAllocInitializer tests 5 years ago
Siegfried Pammer cc19e9043e Fix #603: Single element arrays should not span multiple lines 6 years ago
Siegfried Pammer 7ed4a736f3 Fix #2103: Support for `Stackalloc initializers` not working for `byte` 6 years ago
SilverFox 5914d5b96b Fix #1854 7 years ago
Siegfried Pammer 0666ee8d0e Add basic Span<T> stackalloc test cases. 8 years ago
Siegfried Pammer 8d028b57ec Add test cases. 8 years ago