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
2018-09-19Hide Span from public APIsmono-2018-04Marek Safar
2018-03-28[wasm] Ignore TaskCreationOptions.LongRunning under WebAssembly as multiple-t...Rodrigo Kumpera
2018-03-20FastCompareStringHelper has alignment issues on arm64Marek Safar
2018-03-19Fixes memory alignment issuesMarek Safar
2018-03-15Don't depend on crash handler when null argument is usedMarek Safar
2018-03-09Switch to legacy hashcode for stringMarek Safar
2018-03-07add 'using System.Diagnostics.Private' to TaskAwaiterEgorBo
2018-03-05Mono tweaks for String class supportMarek Safar
2018-03-03Hide ReflectionBlockedAttribute from public surfaceMarek Safar
2018-03-02Mono tweaksMarek Safar
2018-03-02Merge remote-tracking branch 'upstream/master'Marek Safar
2018-03-02Move CoreRT specific String class bits to its own file (#5478)Marek Safar
2018-03-02CppCodeGen workaroundJan Kotas
2018-03-02Vectorize String.IndexOf(char) and String.LastIndexOf(char) (#16392)Eric Erhardt
2018-03-02Fix Adar month name in Hebrew calendar (dotnet/coreclr#16697)Tarek Mahmoud Sayed
2018-03-02Work around MCG bug around `ref char` marshalling (#5481)Michal Strehovský
2018-03-02Fix build breakJan Kotas
2018-03-021-base Dictionary buckets to reduce initalizationBen Adams
2018-03-02Use EqualityComparer<TKey>.Default IntrinsicBen Adams
2018-03-02Improve Dictionary TryInsert CQBen Adams
2018-03-02Improve Dictionary FindEntry CQBen Adams
2018-03-02Change several ValueTask properties to methods (dotnet/coreclr#16691)Stephen Toub
2018-03-02Move MemoryExtensions.TryGetString to MemoryMarshal and remove TryGetArray (#...Ahson Khan
2018-03-02Remove Span.NonGenerics and update leftover AsRoS -> AsSpan changes (#16689)Ahson Khan
2018-03-02Adjust corert's System.Private.CoreLib for Stream.WriteAsync changeStephen Toub
2018-03-02Adjust System.Threading.Tasks.Extensions for IValueTaskSourceStephen Toub
2018-03-02Improve MemoryMarshal.Cast (dotnet/coreclr#16659)mikedn
2018-03-02Merge pull request dotnet/coreclr#16618 from stephentoub/valuetaskextensibilityStephen Toub
2018-03-02Remove span helpers, use mirrored PathInternal helper (#27585)Jeremy Kuhne
2018-03-01Add back argument check for TypeForwardedFromAttribute (#16680)Jan Kotas
2018-03-01Fix GetPathRoot issues (dotnet/corefx#27572)Jeremy Kuhne
2018-03-01Edits to fix conflicts in generated Vector.cs file (dotnet/coreclr#16666)Mandar Sahasrabuddhe
2018-03-01Fix ILVerification.Tests project (#5471)Julien Couvreur
2018-03-01Use correct name to fetch embedded resource (#5464)Julien Couvreur
2018-03-01Merge pull request #4970 from luqunl/CA2111Luqun Lou
2018-03-01Add Path.Join() methods. (dotnet/coreclr#16561)Jeremy Kuhne
2018-03-01Tests For GetPathRoot and Enabling NormalizeDirectorySeparatorTests (#27494)Anirudh Agnihotry
2018-02-28Cache the results of CanCompareValueTypeBits (#5468)Michal Strehovský
2018-02-28Add workaround for LNK4221 warning (#5463)Jan Kotas
2018-02-28Fix Project N build break (#5465)Michal Strehovský
2018-02-28Implement intrinsic call to RuntimeHelpers.InitializeArray for WASM (#5377)Blealtan
2018-02-28Bug in GetFullPath(basePath, Path) (dotnet/coreclr#16598)Anirudh Agnihotry
2018-02-28Event pipe guid in metadata (#16316), fixes #16105Adam Sitnik
2018-02-28Fix MCG ProjectN build break (#5459)Jan Kotas
2018-02-28Change new ThreadPool.QueueUserWorkItem method to be generic (#5449)Stephen Toub
2018-02-28Add missed changes to ThrowHelperahsonkhan
2018-02-28Port changes from non-shared corelib partition (throwhelper).ahsonkhan
2018-02-28Add MemoryExtensions to CoreLib along with necessary SpanHelpers (#16521)Ahson Khan
2018-02-27Merge pull request #5453 from dotnet/nmirrorMichal Strehovský
2018-02-27Fix ProjectN build break (#5454)Michal Strehovský