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
AgeCommit message (Expand)Author
2018-03-13Add icall to configure MERP options / enable itAlexander Kyte
2018-03-13Update source file location from commit d4816ef1abcfc5b3dea41a87fe5a7a4c4a3781edMarek Safar
2018-03-08[test] An array is not an IEnumerator`1Aleksey Kliger
2018-03-07Revert "[profiler] Correctly encode counter type/unit/variance values."Alex Rønne Petersen
2018-03-06Fixes decoding of CMS/PKCS #7 messages with an explicit cryptographic object ...Marek Safar
2018-03-06[2017-12] [corlib] Ignore TimeZoneTest.TestCtors on iOS under certain conditi...Rolf Bjarne Kvinge
2018-03-06Don't throw NotImplementedException in Dispose()Alexander Köplinger
2018-03-03Reenable HttpRequestIgnoreBadCookies in monotouch. (#7392)monojenkins
2018-03-01[test] System.Type.IsAssignableFrom of gtd array special interfaces.Aleksey Kliger
2018-02-23[2017-12] [xbuild] add property that is available in msbuild (#7224)monojenkins
2018-02-22Remove reflection calls for value has to be setMarek Safar
2018-02-21[mono-api-html] Expand "ignore" functionality (#7154)Jonathan Pryor
2018-02-21[2017-12] [corlib] Fix RuntimeFeatureTest.NoNewFeaturesAdded on mobile (#7152)monojenkins
2018-02-18[sdks] Fix for XA integration (#7092)Ludovic Henry
2018-02-16Disable some PngCodecTest that have trouble on CI right nowAlexis Christoforides
2018-02-16[debugger] disable StepOutAsync test because it's flakyBernhard Urban
2018-02-15Add denied assembly versions from previous ms extensions nugetsAnkit Jain
2018-02-14Bug 60088 - Assertion at ../../../../external/mono/mono/mini/debugger-agent.c...Zoltan Varga
2018-02-13[corlib] Pass null-terminated string for logging (#6954)Ludovic Henry
2018-02-13Revert mkbundle defaulting behavior made in ca8b8bd346Alexander Kyte
2018-02-12[2017-12] nuget-hash-extractor: Add support for handling nuget with multiple ...monojenkins
2018-02-10[System.Data] Add missing apiMarek Safar
2018-02-09[bcl] Fix more assembly identity mismatches (#6870)Alexander Köplinger
2018-02-08ignore LocalId test on XAMMAC_4_5 tooBernhard Urban
2018-02-07Add stubs for Interop.NetSecurityNativeEgor Bogatov
2018-02-05[packaging] Add install of Visual Basic compiler (#6787)Alexander Köplinger
2018-02-05Improve ZipCreateFromEntryChangeTimestamp testAlexander Köplinger
2018-02-04Disable few tests which blocks when run on main loopMarek Safar
2018-02-02[Mono.Security] Be a bit more verbose on assertion failureLudovic Henry
2018-01-31Add a detection for ByRefLikeMarkerMarek Safar
2018-01-31[mkbundle] Fix generated file when passing --bundled-headerLudovic Henry
2018-01-31Implements 7.2 stackalloc to Span assignment conversion.Marek Safar
2018-01-30Allow calling by-ref types virtual methods which can be devirtualized.Marek Safar
2018-01-30Implements C# 7.0 Generalized async return typesMarek Safar
2018-01-30readonly struct this can be reassigned within ctorMarek Safar
2018-01-30[mcs] Adds parser support for readonly ref syntaxMarek Safar
2018-01-29[System.Data] Fixes mobile buildMarek Safar
2018-01-29[System.Data] Disable test which has complex dependencyMarek Safar
2018-01-29fix system.data ssl-bug on linuxEgorBo
2018-01-29Bump corefxMarek Safar
2018-01-29Bump corefxMarek Safar
2018-01-29[mcs] Fixes parsing of default literal inside conditional expressionMarek Safar
2018-01-29Bump corertMarek Safar
2018-01-29Bump corefx (#6119)Marek Safar
2018-01-29[mcs] Implements C# 7 tuples implicit deconstructionMarek Safar
2018-01-29[mcs] Adds missing default literal conversion test in probing code pathMarek Safar
2018-01-29[mcs] Fixes assumption that string class has no implicit/explicit conversion ...Marek Safar
2018-01-29[mcs] Implements C# 7.0 discardsMarek Safar
2018-01-25[build] Redirect api build to reference-assemblies (#6657)Alexander Köplinger
2018-01-24[Test] Skip some tests from System.ServiceModel on WatchOS. (#6649)Manuel de la Pena