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
AgeCommit message (Expand)Author
2020-02-20[interp] Fix incorrect propagation of indirect local (#18924)Vlad Brezae
2020-02-18[interp] Unwrap RuntimeWrappedException if needed, when throwing non exceptio...Vlad Brezae
2020-02-18[netcore] Disable a flaky test on interpreter (#18904)Alexander Köplinger
2020-02-03[tests] Reenable enum equals test on interpreter (#18673)Vlad Brezae
2020-01-17[netcore] Mark InitializeCurrentThread NoInlining (#18493)Aleksey Kliger (λgeek)
2020-01-17[runtime] NOHANDLES for ves_icall_System_Threading_Thread_GetCurrentThread (#...Aleksey Kliger (λgeek)
2020-01-15[netcore] Implement Thread.GetCurrentProcessorId (#18450)Ryan Lucia
2020-01-13[netcore] Require use of MonoClass getters in Debug builds (#18267)Aleksey Kliger (λgeek)
2020-01-13[netcore] Make System.Diagnostics.TraceSourceTests.DefaultTraceListenerClassT...Maxim Lipnin
2020-01-13[netcore][llvm] Implement Sse1-4.2 subsets used by corlib (#18103)Egor Bogatov
2020-01-09[netcore][xunit tests] Re-enable System.Diagnostics.Tests.ProcessTests.Proces...Maxim Lipnin
2020-01-09[interp] Throw overflow exception when converting NaN (#18384)Vlad Brezae
2020-01-09[reflection] Fix check for Type.FullName to match CoreCLR (#18385)Ryan Lucia
2020-01-07[netcore] Remap String ctors to the String:Ctor () methods. (#18357)Zoltan Varga
2020-01-07More disambiguation of Python in makefiles (#18284)Calvin Buckley
2020-01-07Set thread pool thread name just based on string pointer check. (#16637)Jay Krell
2020-01-07[System.Private.CoreLib] Cleanup intrinsic tracking (#17884)Marek Safar
2020-01-06[netcore] Optimize RuntimeType::IsSZArray. (#18347)Zoltan Varga
2020-01-06[netcore] Mark SRE types with required=false so they are only retained when t...Zoltan Varga
2020-01-03[netcore] Add some linker exclusions.Zoltan Varga
2020-01-02Cleanup a few dependencies to reduce wasm bcl sizeMarek Safar
2020-01-02[loader] Add assembly name matching on netcore to fix DefaultContext test (#1...Ryan Lucia
2020-01-02[reflection] Convert internal GetCustomAttributes calls to Attribute[] (#18176)Ryan Lucia
2019-12-21[loader] Check AppContext.BaseDirectory on netcore in preload hookRyan Lucia
2019-12-21[netcore] Re-enable some BinaryFormatter tests (#18277)Ryan Lucia
2019-12-17[netcore] Add AssemblyLoadContext:OnAssemblyLoad() to linker descriptor. (#18...Zoltan Varga
2019-12-13[netcore] Implement AppDomain.AssemblyLoad (#18143)Ryan Lucia
2019-12-12[netcore] Implement AppDomain.TypeResolve (#18141)Ryan Lucia
2019-12-12[netcore] Enable AppDomainTests.AssemblyResolveInvalidAssemblyName (#18157)Ryan Lucia
2019-12-12[netcore] Enable AppDomainTests.MonitoringIsEnabled (#18142)Ryan Lucia
2019-12-12[netcore] Remove MonoDomain.DoAssemblyResolve (#18139)Ryan Lucia
2019-12-09[netcore] Enable more tests for interpreter and llvm on CI (#17957)Egor Bogatov
2019-12-05Merge pull request #18053 from EgorBo/fix-fneg-llvmEgor Bogatov
2019-12-05remove some items from rspEgorBo
2019-12-03Improve TryParseFunctionName in jitdiffEgorBo
2019-12-03Remove dead docsEgorBo
2019-11-29[netcore] Improve Jitdiff tool (#17960)Egor Bogatov
2019-11-28Add quick diffEgorBo
2019-11-28Add jit-diff toolsEgorBo
2019-11-28Update netcore.Jay Krell
2019-11-23[netcore] Disable a test which fails on the interpreterAlexander Köplinger
2019-11-22[wasm] Add aot+netcore support. (#17798)Zoltan Varga
2019-11-22[netcore] Run tests with Interpreter (#17862)Egor Bogatov
2019-11-21Stop referencing files from Mono BCL in Netcore System.Private.CoreLib (#17866)Jo Shields
2019-11-19[master] Update dependencies from dotnet/arcade dotnet/core-setup dotnet/core...dotnet-maestro[bot]
2019-11-16Mirror changes from mono/runtime (#17803)Dotnet-GitSync-Bot
2019-11-15Fix build breaksJan Kotas
2019-11-15Fix NetStandard issue in System.IO.FileSystem.AccessControl in 5.0 (#42546)Carlos Sanchez Lopez
2019-11-15Fix StyleCop rule SA1129 ("Do not use default value type constructor") (#42531)Stephen Toub
2019-11-15Adding tests for the new apis to convert between S.Numerics and S.R.Intrinsic...Tanner Gooding