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-01-09[reflection] Fix check for Type.FullName to match CoreCLR (#18385)Ryan Lucia
2019-12-11[corlib] Rename internal LogLevel enum to avoid conflict with Android LogLeve...Alexander Köplinger
2019-09-16[corlib] Improve reflection interface definitions (#16324)Nikolay Sivov
2019-09-02Fix month names for the Hebrew calendarFilip Navara
2019-09-02[corlib] Add hack for Hebrew calendar dataFilip Navara
2019-08-07Memcpy instead of memcpy1 in System.Buffer.MemoryCopy (void*, void*, long, lo...Sylvain
2019-07-27[WIP] [runtime] Convert WindowsIdentity.GetRoles () icall to coop. (#15849)Zoltan Varga
2019-06-07[runtime] Make cross-appdomain wrappers throw NIE for methods with ref struct...Aleksey Kliger (λgeek)
2019-06-07Switch Hashtables to Dictionary in the encoding classes so Hashtable can be l...Zoltan Varga
2019-05-10TextInfo.ChangeCase should not use CultureInfo.CurrentCulture (#14105)Egor Bogatov
2019-05-04[netcore] Fix CreateInstance_PublicOnlyValueTypeWithPrivateDefaultConstructor...Egor Bogatov
2019-04-03[netcore] Reenable some methods on RuntimeTypeFilip Navara
2019-04-02[netcore] Fixes for System.Reflection tests. (#13776)Zoltan Varga
2019-03-29[wasm]: Disable managed collation on wasm. (#13684)Martin Baulig
2019-03-25[netcore] Add System.Reflection.Emit support. (#13613)Zoltan Varga
2019-03-21[netcore] Implement/fix enum/nullable comparers.Zoltan Varga
2019-03-21[jit] Add JitHelpers.EnumEquals ()/EnumCompareTo () intrinsics.Zoltan Varga
2019-03-15[Coop] Convert ves_icall_System_Globalization_CultureData_fill_number_data. (...Jay Krell
2019-03-13[netcore] Test fixes.Zoltan Varga
2019-03-11[netcore] Ongoing work. (#13391)Zoltan Varga
2019-03-09[netcore] Ongoing work. (#13357)Zoltan Varga
2019-03-04[System.Private.CoreLib] Implement more APIsMarek Safar
2019-02-21[System.Private.CoreLib] Implement more APIsMarek Safar
2019-02-04[System.Private.CoreLib] Use local string versionMarek Safar
2019-02-02[runtime] Rename more MonoX->RuntimeX classes. (#12732)Zoltan Varga
2019-02-01[runtime] Rename most System.Reflection.MonoX classes to RuntimeX for consist...Zoltan Varga
2019-01-25[netcore] Port classes to netcore (#12548)Zoltan Varga
2019-01-23Japanese calendar era change (#12556)Maxim Lipnin
2019-01-22[runtime] Move some internal methods and icalls from MethodBase to RuntimeMet...Zoltan Varga
2019-01-19[netcore] System.Private.CoreLib changes to match runtime expectations. (#12504)Aleksey Kliger (λgeek)
2019-01-18[System.Private.CoreLib] Initial build pass (#12450)Marek Safar
2018-12-18[Coop] Convert System.Globalization.CompareInfo. (#12063)Jay Krell
2018-12-13Fix MonoSortKey native/managed layout mismatch. (#12043)Jay Krell
2018-12-07[corlib] Import FileSystemInfo and family from CoreFX (#11342)Alexis Christoforides
2018-12-04[wasm] AOT work. (#11826)Zoltan Varga
2018-11-30[reflection] Import MethodBase from CoreFX (#11837)Maxim Lipnin
2018-11-30Hide detection fixes for eventsHenric Müller
2018-11-28[corlib] Type from CoreFX (#11665)Maxim Lipnin
2018-11-22[corlib] Refactor Type:GetName () to reduce differences with refsources and m...Zoltan Varga
2018-11-20[runtime] Initialize MethodBody objects by calling a ctor instead of accessin...Zoltan Varga
2018-11-05[corlib] Icall for Buffer.MemcpyVlad Brezae
2018-11-05[corlib] Remove unused functionVlad Brezae
2018-10-27[reflection] Implement RuntimeType.IsByRefLike (#11111)Aleksey Kliger (λgeek)
2018-10-23[corlib] DateTime, TimeSpan and TimeZone from CoreFX (#11232)Egor Bogatov
2018-10-10[Reflection] CoreFX import for TypeDelegator typeMaxim Lipnin
2018-10-04[corlib] Simplify confusing "SSPI" error message and align with corefx (#10976)Alexander Köplinger
2018-10-02[System.Reflection] CoreFX import for TypeInfo type (#10871)Maxim Lipnin
2018-09-11[System.Reflection] CoreFX import for PropertyInfo type. (#10537)Maxim Lipnin
2018-09-04Add old String.Concat with __arglistEgorBo
2018-08-28[System.Reflection] CoreFX import for MemberInfo (#9746)Maxim Lipnin