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-10-30[tests] Add new build profile for testing mixed mode (#11307)Vlad Brezae
2018-10-30[System.Core] Adds ~28k corefx tests (#11445)Marek Safar
2018-10-30[corlib] Deletes unused codeMarek Safar
2018-10-30[delegates] do not use CEE_CALLVIRT for non-virtual methods (#11433)Bernhard Urban
2018-10-30[System]: `lock` protect `SystemCertificateProvider.EnsureInitialized()`.Martin Baulig
2018-10-30Disable failing assert in failing test DebuggerTests.Threads Assert.AreEqual ...Jay Krell
2018-10-29[Coop] Convert ves_icall_System_Environment_InternalSetEnvironmentVariable. (...Jay Krell
2018-10-29[csproj] Update project filesmonojenkins
2018-10-29[Facades] Adds NS21 APIsMarek Safar
2018-10-28Fix tarball buildAlexander Köplinger
2018-10-27[reflection] Implement RuntimeType.IsByRefLike (#11111)Aleksey Kliger (λgeek)
2018-10-27[corlib] Replace few more simple types with corefx (#11401)Marek Safar
2018-10-27[interp] throw overflow exception when {float,double}.NaN is converted to an ...Bernhard Urban
2018-10-26Add .NET 4.7.2 reference assemblies (#11391)Henric Müller
2018-10-26[interp] enable more BCL tests (#11381)Bernhard Urban
2018-10-26[Mono.Profiler.Log] Use full path for temporary .mlpd's (#11384)Alexander Köplinger
2018-10-26[Mono.Debugger.Soft] Disable flaky Crash() testAlexander Köplinger
2018-10-26[wasm] WASM work. (#11314)Zoltan Varga
2018-10-25[build] Enable netstandard facade in the "build" profile (#11377)Alexander Köplinger
2018-10-25[csproj] Update project filesmonojenkins
2018-10-25[corlib] Adds back accidentally removed legacy COM API to BinderMarek Safar
2018-10-25[System.Runtime.Serialization] Fix possible race when creating the test respo...Alexander Köplinger
2018-10-25Fix tarball build by including upload-to-sentryAlexander Köplinger
2018-10-25[build] Fixes wasm tools to run on desktop .net as well (#11351)Marek Safar
2018-10-25[System.Core]: Stub out `Interop.Sys.GetEUid` and `SetEUid`. (#11366)Martin Baulig
2018-10-25[bcl] Update BCL Linked Size (#11361)monojenkins
2018-10-25[build] Add more tools for monodroid to reduce sources dependency (#11352)Marek Safar
2018-10-25Fix bcl-size-diff calculation (#11357)Egor Bogatov
2018-10-25[System.Net.Http] Comment out dead code. (#11331)Rolf Bjarne Kvinge
2018-10-24Stack-based icall parameter handles and only one managed/native transition pe...Jay Krell
2018-10-24Fix the issue when ParameterInfo.RawDefaultValue returns Missing.Value for no...Maxim Lipnin
2018-10-24[corlib] Remove unused files (#11322)Marek Safar
2018-10-24[corlib] Import System.IO.TextReader/StreamReader from CoreFX (#11044)Alexis Christoforides
2018-10-23[Reflection] Fix ParameterInfo's custom modifiers order (#11308)Maxim Lipnin
2018-10-23[corlib] DateTime, TimeSpan and TimeZone from CoreFX (#11232)Egor Bogatov
2018-10-23[crash] Add mono_crash uploader for Sentry (#10840)Alexander Kyte
2018-10-23Enable more corefx reflection tests (#11221)Maxim Lipnin
2018-10-21[Microsoft.Build.Engine] Fix race condition in TestTasks.dll compilation and ...Alexander Köplinger
2018-10-19[Mono.Debugger.Soft] Fixed spaces vs. tabs in MakefileAlexander Köplinger
2018-10-19[WinForms] Propagate the flags from DrawTextInternal to MeasureTextInternal (...monojenkins
2018-10-19[System] Don't throw NIE for ServicePoint.ConnectionLeaseTimeout and .Receive...Alexander Köplinger
2018-10-19Bump corefx submoduleAlexander Köplinger
2018-10-19[sdks] Package what's missing for XA (#11253)Ludovic Henry
2018-10-19Add crash reporting debugger event (#10628)Alexander Kyte
2018-10-19[corlib] Import System.IO.UnmanagedMemoryStream from CoreFX (#11210)Alexis Christoforides
2018-10-19[tests] Embed Mono.Data.Sqlite test resource (#11244)Ludovic Henry
2018-10-18[Mono.Debugger.Soft] Simplify building dtest-app.exe for monodroid profile (#...Alexander Köplinger
2018-10-18[corlib] Ensure that Console Streams are thread-safe (#11205)Alexis Christoforides
2018-10-17[bcl] Build all XUnit and NUnit tests for monodroid, monotouch, monotouch_tv,...Ludovic Henry
2018-10-17[corlib] Add xunit tests for BitConverter, Convert, etc (#10758)Egor Bogatov