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
2019-08-09fix minor issuesEgor Bogatov
2019-08-07[netcore] Re-enable IsAssignableFrom testRyan Lucia
2019-08-07[netcore] Set flag for processor arch when parsing assembly namesRyan Lucia
2019-08-06[netcore] Update test exclusions to reflect ALC work (#16059)Ryan Lucia
2019-08-03[netcore] Minor fixes around System.Reflection (#15905)Egor Bogatov
2019-08-02[netcore] Implement referenced assembly resolving and ALC.GetLoadContext (#15...Aleksey Kliger (λgeek)
2019-08-01[netcore] Minor fixes, fix GetTypeTests.GetType_EmptyString (#15933)Egor Bogatov
2019-08-01[jit] Align float/double Nan/Inf to uint conversion behavior with CoreCLR/LLV...Filip Navara
2019-07-31Update CoreFX.issues.rsp (#15870)Filip Navara
2019-07-26[netcore] Implement AssemblyLoadContext.GetLoadedAssemblies() (#15832)Ryan Lucia
2019-07-24[netcore] Update CoreFX.issues.rsp (#15816)Filip Navara
2019-07-24[sre] Make creation of dynamic method synchronizedVlad Brezae
2019-07-24Update CoreFX.issues.rspFilip Navara
2019-07-24[netcore] Allow different enums as return type in CreateDelega… (#15787)Egor Bogatov
2019-07-24[netcore] Implement AssemblyLoadContext.InternalLoad (#15753)Aleksey Kliger (λgeek)
2019-07-24[netcore] Bump CoreFX version to 5.0.0 (#15795)Filip Navara
2019-07-22[netcore] Make assembly name parsing and comparison case-insensitive (#15522)Ryan Lucia
2019-07-22[netcore] Re-enable AssemblyGetForwardedTypesLoadFailure (#15763)Aleksey Kliger (λgeek)
2019-07-20[netcore] Make System.Linq.Expressions.Tests.BindTests.GlobalField Pass (#15658)Maxim Lipnin
2019-07-19[netcore] Fix CI failures (#15745)Egor Bogatov
2019-07-18[netcore] Clean up rsp-file (#15700)Maxim Lipnin
2019-07-18[netcore] Revise items in CoreFX.issues.rsp (#15664)Egor Bogatov
2019-07-11[netcore] Do not inline ThrowHelpers, fix SkipFrames handling. (#15607)Egor Bogatov
2019-07-11[netcore] Fix IsAssignableFrom (#15641)Egor Bogatov
2019-07-10[netcore] Don't default to mscorlib in Assembly.GetType (#15488)Ryan Lucia
2019-07-07[netcore] Throw ICE for Array.Copy(object[], enum[]) (#15585)Egor Bogatov
2019-07-05[netcore] CI work, add rsp for Windows (#15549)Egor Bogatov
2019-07-04[netcore] Make System.Reflection.Tests.TypeTests.GetEnumUnderlyingType Pass (...Maxim Lipnin
2019-07-03[netcore] Clean up CoreFX.issues.rsp (#15526)Egor Bogatov
2019-07-02[netcore] Remove IsByRef check on Reflection.Emit.DynamicMethodSteve Pfister
2019-07-01[netcore] Fix Array.Copy* tests. Bump NETCORETESTS_VERSION ver… (#15428)Egor Bogatov
2019-06-28[netcore] Fix Assembly.GetForwardedTypes() (#15452)Ryan Lucia
2019-06-27[netcore] Review and document netcore test failures that are skipped (#15359)Steve Pfister
2019-06-21Add basic implementation of Environment.FailFast (#15279)Filip Navara
2019-06-19Correctly set ReflectionType with inherited generic methods (#15233)Ryan Lucia
2019-06-19[netcore] Update the checks for ByRef return type in reflection invocation (#...Filip Navara
2019-06-18[netcore] Don't default to an empty array for a null publicKeyRyan Lucia
2019-06-18[netcore] Excluded tests updateMarek Safar
2019-06-15[netcore] Fix CI build script (#15130)Egor Bogatov
2019-06-12[netcore] Enable CoreFX tests on CI for Linux (#15015)Egor Bogatov
2019-06-12[netcore] Run CoreFX tests on CI (macOS) (#14849)Egor Bogatov
2019-06-07Remove exclusions for resolved issueRyan Lucia
2019-06-06[netcore] Improve netcore/build.sh script (#14835)Egor Bogatov
2019-05-22[netcore] Add Microsoft.Private.CoreFx.OOB package to corefx-restore.csproj ...Egor Bogatov
2019-05-22[netcore] Set System.Private.Corlib AssemblyVersion to 4.0.0.0 (#14556)Egor Bogatov
2019-05-22[netcore] Fix PointerTests (#14557)Egor Bogatov
2019-05-19[netcore] Merge all *.rsp files into CoreFX.issues.rsp (#14513)Egor Bogatov