7 Commits (ca307f5886024b4e1df2570c0f22aafd80ab5df4)

Author SHA1 Message Date
Siegfried Pammer 04505bbdf2 Highlight and scroll to the changed instruction in the ILAst view 6 days ago
Peter Crabtree e1e16b64f5 dev: Strip BOM mark from text files 10 months ago
dotnet format 0d9f871a4f #2128: Reformat the whole code base. 6 years ago
Daniel Grunwald 2acc4339df #2058: Mark most transforms as public to help users that use the ILAst directly without decompiling to C#. 6 years ago
Siegfried Pammer c1fca21e8a Make ILRange field private - introduce public API for IL range manipulation. 7 years ago
Daniel Grunwald dd5845e83d Support short-circuiting operators with dynamic. (e.g. "if (x.A && x.B)" where "x" is dynamic) 8 years ago
Daniel Grunwald 9479e8af13 Support overloaded operator &&/||. 8 years ago