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-04-08[runtime] Fix Type.GetTypeCode () for generic enums. (#19470)Zoltan Varga
2019-12-16[metadata] Check for GTDs in setup_generic_array_ifaces (#18101)Ryan Lucia
2019-07-23[corlib] Foward System.Type.GetTypeFromProgID() to the correct function (#15693)Zebediah Figura
2019-07-22 Special-case arrays of interfaces/generic parameters in IsAssignableFrom (#1...Ryan Lucia
2019-03-27[tests] Remove MONOMAC ifdef from BCL tests (#13694)Alexander Köplinger
2019-01-23Enables SRE for wasmMarek Safar
2018-12-04[wasm] AOT work. (#11826)Zoltan Varga
2018-11-22[corlib] Refactor Type:GetName () to reduce differences with refsources and m...Zoltan Varga
2018-11-20[tests] Add some Type.IsByRefLike testsAleksey Kliger
2018-08-15[reflection] Implement RuntimeType.IsSubclassOf in native (#10012)Aleksey Kliger (λgeek)
2018-08-07Modified most of the reflection member lookup methods to support prefix searc...Steve Pfister
2018-03-08[test] An array is not an IEnumerator`1Aleksey Kliger
2018-03-08[corlib] Fix Type.GetInterface() to find implemented interface when "ignoreCa...Konstantin Khitrykh
2018-02-27[test] System.Type.IsAssignableFrom of gtd array special interfaces.Aleksey Kliger
2017-11-06[corlib] Fixes NullFullNameForSpecificGenericTypes for mobile profilesMarek Safar
2017-11-04Fix bug 57938 - FullName not returning null for certain generic types (#5920)Katelyn Gadd
2017-10-11[test] Add Type.GetType("", ...) testsAleksey Kliger
2017-09-26[test] Add gparam Type.IsAssignableFrom and Type.BaseType testsAleksey Kliger
2017-09-26[test] Add regression test for 58809Aleksey Kliger
2017-07-16[corlib] Preserve List<T>.ConvertAll in TypeTest (#5215)Alexander Köplinger
2017-04-19[tests] System.Type.MakeGenericType with a GTD as argumentAleksey Kliger
2017-03-16[corlib] Cleanup tests that depend on SymbolWriter being available for no goo...Rodrigo Kumpera
2017-03-13[runtime] Mark array types with more than 32 dimensions as invalid. Move the ...Zoltan Varga
2017-01-11Mono BCL test fixes so XM can run them (#4210)Chris Hamons
2016-11-24Rename the mobile_static profile to aot_onlyAlexander Köplinger
2016-11-04[tests] Test System.Type.GetType() on generics with wrong arity.Aleksey Kliger
2016-11-03[runtime] Fix the exception message to include the proper type name and calli...mono-4.8.0-branch-atkcocoaZoltan Varga
2016-10-04[loader] Use MonoErrorBoxed for mono_class_set_failure (..., MONO_EXCEPTION_I...Aleksey Kliger
2016-09-16Disable tests which instantiate COM objects on WindowsNiklas Therning
2016-06-20[reflection] Improves 1a820fcdc09b8f72d12a0973e25db7acc434d0cc to do vslot ma...Marek Safar
2016-06-17[reflection] Properties always use name and signature hidding rules. Fixes #4...Marek Safar
2016-04-06[corlib] Test Type.GetType(string,null,null) and anonymous type parsingAleksey Kliger
2016-01-23[mobile_static] Added missing mobile_static blacklistsAlexander Kyte
2016-01-23[bcl] Exclude tests for mobile_static excluded on monotouchAlexander Kyte
2015-12-03Failing test case for 36283Aleksey Kliger
2015-12-03Test case for #36418Aleksey Kliger
2015-11-10[corlib] Disable FullNameGetTypeParseEscapeRoundtrip test on Android.Alex Rønne Petersen
2015-10-21[corlib] Test Type.FullName and Type.GetType() with special characters.Aleksey Kliger
2015-10-21[corlib] System.TypeSpec.Parse unclosed square brackets wrong exn.Aleksey Kliger
2015-10-08Additional tests for Type.GetType() with delegates.Aleksey Kliger
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-05-06[bcl] Mobile profiles fixesMarek Safar
2015-03-20[corlib] Remove unmanaged type IsVisible path. Fixes #28235Marek Safar
2015-03-18[corlib] Update mobile testsMarek Safar
2015-03-11[corlib] Type from reference sourcesMarek Safar
2015-03-05[corlib] BaseType of by-ref types is nullMarek Safar
2015-03-05[corlib] Enum from reference sourcesMarek Safar
2015-02-27[corlib] Throw correct exception for missing properties called via InvokeMemberMarek Safar
2015-02-27[corlib] Binder from reference sourcesMarek Safar
2015-01-25[runtime] Allow spaces after commas in generic instances passed in Type.GetTy...Zoltan Varga