Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tests
AgeCommit message (Expand)Author
2021-02-27Remove .csproj files from mcs/ build, they were never used (#20883)Alexander Köplinger
2020-01-24[mcs] Fix support for digit separators (#18539)mdh1418
2019-10-16[interp] Add constant propagation of integers (#17326)Vlad Brezae
2019-06-19[netcore] Update the checks for ByRef return type in reflection invocation (#...Filip Navara
2019-06-05Align mcs's tuple deconstruction behavior with cscBijan Tabatabai
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2018-12-07[corlib] Import FileSystemInfo and family from CoreFX (#11342)Alexis Christoforides
2018-11-13[ci] Add targets to bundle tests and add a script to run them in HelixAlexander Köplinger
2018-11-12Add common "test" target for precompiling test assemblies (#11622)Alexander Köplinger
2018-10-02[Reflection] Fix the issue with ToString method in MonoCMethod type (#10901)Maxim Lipnin
2018-10-02[mcs] Fix test compilation to use common targetAlexander Köplinger
2018-09-25[mcs] Add option to specify reference directory to compiler-tester (#10787)Alexander Köplinger
2018-09-13[mcs] Adds cloning for default literalsMarek Safar
2018-07-23[mcs] Don't wrap exception expression in contextual return. Fixes #9505Marek Safar
2018-07-17[mcs] Add parsing for readonly argument modifierMarek Safar
2018-07-11[mcs] Implements awaited expression check for indirectionsMarek Safar
2018-06-27[mcs] Implements C# 7.3 extensible fixed statementMarek Safar
2018-06-18[mcs] Extend emit preparation to binary expressions. Fixes #9155Marek Safar
2018-05-24[mcs] Adds parser support for C# 7.2 readonly referencesMarek Safar
2018-04-14Make stack traces readable (#6675)Ben Adams
2018-04-11[mcs] Fixes parameter check for interface types used with default parametersMarek Safar
2018-04-09[mcs] Adds private protected modifier to the parser onlyMarek Safar
2018-04-07[mcs] Implements C# 7 digits separatorsMarek Safar
2018-04-06[mcs] Fixes codegen when probing reference type expression is known to pass a...Marek Safar
2018-04-06[mcs] Implements C# 7.2 stackalloc span conversion in conditional expressionMarek Safar
2018-04-05[mcs] Implements C# 7.2 conditional ref expressionMarek Safar
2018-03-28[mcs] Updates common array bounds unification to use universal type comparerMarek Safar
2018-03-21[mcs] Adds cloning for TupleLiteralElement expressions (#7746)Marek Safar
2018-03-21[mcs] Fixes codegen for null fixed string statementMarek Safar
2018-03-17Implement C#7 binary literals (#7659)Miguel de Icaza
2018-03-15[mcs] Fixes parsing ref-struct with partial keywordMarek Safar
2018-03-01[interp] Enable more tests (#7315)Ludovic Henry
2018-02-06[interp] Add support for vararg call conventionVlad Brezae
2018-01-26Bump corefxMarek Safar
2018-01-22[mcs] Implements C# 7 tuples implicit deconstructionMarek Safar
2018-01-19[mcs] Adds missing default literal conversion test in probing code pathMarek Safar
2018-01-17[mcs] Implements C# 7.0 discardsMarek Safar
2018-01-15[mcs] C# 7.2 non-trailing named argumentsMarek Safar
2018-01-03[mcs] Allow calling by-ref types virtual methods which can be devirtualized.Marek Safar
2018-01-02[mcs] Implements 7.2 stackalloc to Span assignment conversion.Marek Safar
2018-01-02[mcs] readonly struct this can be reassigned within ctorMarek Safar
2017-12-22[mcs] Implements C# 7.0 Generalized async return typesMarek Safar
2017-12-22[mcs] Support implicit user conversion from nullable type without unwrapping....Marek Safar
2017-12-21[mcs] Adds parser support for readonly ref syntaxMarek Safar
2017-12-21[mcs] Fixes parsing of default literal inside conditional expressionMarek Safar
2017-12-15[interp] on cee_ret use underlying type which handles, among other things, re...Bernhard Urban
2017-12-13[mcs] Propagate flow analysis for tuple deconstructMarek Safar
2017-11-29[mcs] Implements C#7.1 default literalMarek Safar
2017-11-28[mcs] Populate referencecontainer member-cache correctly. Fixes #60860Marek Safar
2017-11-21[mcs] C# 7.2 ref struct featureMarek Safar