Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-08Merge pull request #34 from lambdageek/fix-mono-gh-15418HEADmasterAleksey Kliger (λgeek)
2020-10-08[corlib] ThreadAbortException protection for ArraySortHelperAleksey Kliger
2019-04-18Merge pull request #32 from thaystg/thays_ambiguous_exceptionThays Grazia
2019-04-18Update AmbiguousImplementationException.csMarek Safar
2019-04-18Add resource stringJan Kotas
2019-04-18Add Type Forward (dotnet/coreclr#23036)Maryam Ariyan
2019-04-18Throw the right exception when interface dispatch is ambiguous (#22295)Michal Strehovský
2019-04-18Fix namespace of the AmbiguousImplementationException (#22291)Michal Strehovský
2019-04-18Cherry pick c4ad39544d999590698ce44beab8aa0d7aa79612Markus Kitsinger
2019-02-19Make CancellationTokenRegistration partialEgorBo
2019-01-31[Number] make double 0.0 cmp more portable (#30)Bernhard Urban
2018-12-19Update ISOWeek.csEgor Bogatov
2018-12-19fix ISOWeek for mcsEgorBo
2018-11-07[corlib] Import System.IO.Stream/BufferedStream from CoreFX (#26)Alexis Christoforides
2018-10-04Add null-checkMaxim Lipnin
2018-10-04[Reflection] Use actual type of element if constructor of custom attribute ty...Maxim Lipnin
2018-09-19Merge pull request #25 from ntherning/bump-corertMarek Safar
2018-09-18Merge remote-tracking branch 'upstream/master' into bump-corertNiklas Therning
2018-09-18Merge pull request #6342 from dotnet/nmirrorJan Kotas
2018-09-18Merge pull request #6339 from dotnet-bot/from-tfsJan Kotas
2018-09-18Use elaborated type specifiers to prevent meaning changes (#6341)Amy Armbrust
2018-09-18* Revert the changes to TryInsert() introduced by https://github.com/dotnet/...dotnet-bot
2018-09-18Fix inconsistent Intel hardware intrinsic APIsFei Peng
2018-09-17Delete files moved to shared partitionJan Kotas
2018-09-17System.Private.CoreLib: Move ResoureReader/ResourceSet to shared. (#19994)Filip Navara
2018-09-17Fixed TimeoutHelper typos (dotnet/coreclr#19956)Joseph Musser
2018-09-17Fixed typo ‘defualt’ (#19955)Joseph Musser
2018-09-17Update ChineseLunisolarCalendar.cs (dotnet/coreclr#19946)elyoh
2018-09-15handle unresolved system module exception (#6331)Marco Rossignoli
2018-09-15Merge pull request #6332 from dotnet/masterMichal Strehovský
2018-09-13Restore JIT prototype (#6327)Michal Strehovský
2018-09-13Fix build break in official build (#6326)Jan Kotas
2018-09-12Implement Thread.GetApartmentState/TrySetApartmentState (#6323)Jan Kotas
2018-09-12Revert changes that are causing buildbreaks of OOB packagesJan Kotas
2018-09-12CallSites for MemoryExtensions.Contains (CoreCLR) (dotnet/coreclr#19874)Grant
2018-09-11Move more registry files to shared partitionJan Kotas
2018-09-11Delete moved files and fix build breaksJan Kotas
2018-09-11Delete unused fileJan Kotas
2018-09-11Move registry interop to shared CoreLib partition (dotnet/coreclr#19886)Jan Kotas
2018-09-11Merge pull request #6320 from dotnet/masterMichal Strehovský
2018-09-10Fix multiple typos in the EventSource.cs design comment.vitek-karas
2018-09-10Merge pull request #6311 from dotnet/nmirrorJan Kotas
2018-09-08Merge pull request #6310 from dotnet-bot/from-tfsJan Kotas
2018-09-08ToPointerFix - VS debugger needs the ToPointer() methods to inspect a pointer...Andrew Au
2018-09-08MemoryExtensions.Contains (dotnet/coreclr#19863)Grant
2018-09-07Enable building and running ILVerification tests by default (#6307)Jan Kotas
2018-09-07Update to official XUnit 2.4 (#6299)Jan Kotas
2018-09-07Fix constrained calls and marshaling (#6275)Morgan Brown
2018-09-07Disabling the failing CoreFX tests related to ToString for negative zeroTanner Gooding
2018-09-07Updating Number.Unix to properly set the sign of -0.0Tanner Gooding