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-01-06Move types to shared corelib partition (dotnet/coreclr#15768)Jan Kotas
2018-01-06Fix handling of default runtime handles (#5216)Michal Strehovský
2018-01-06Simplify and unify EnumCalendars interop (dotnet/coreclr#15762)Jan Kotas
2018-01-05AggregateException: Use StringBuilder.AppendFormat (dotnet/coreclr#15747)Justin Van Patten
2018-01-05Address ReflectionTypeLoadException feedback (dotnet/coreclr#15738)Justin Van Patten
2018-01-05Use string.Contains(char) instead of Contains(string) (#15740)Justin Van Patten
2018-01-05Adding EnsureCapacity implementation for Dictionary (dotnet/coreclr#15729)Maryam Ariyan
2018-01-04Check for null in ReflectionTypeLoadException Message/ToString (#15711)William Godbe
2018-01-04Use the message that the ReflectionTypeLoadException exception was initialize...Jan Kotas
2018-01-04Print Inner Exceptions in ReflectionTypeLoadException ToString (#15688)William Godbe
2018-01-03Use Span to drop byte[1] allocations (dotnet/coreclr#15680) (#5190)dotnet bot
2018-01-02Encoding: Don't alloc for zero length array (dotnet/coreclr#13794)Ben Adams
2017-12-29Update resource stringsJan Kotas
2017-12-29Make HandleRef fields privateJan Kotas
2017-12-29Extending FormatException's message with datetime/format (#15635)Szabolcs Dézsi
2017-12-29Make DangerousGetPinnableReference internal and remove DangerousTryGetArray (...Ahson Khan
2017-12-23Move HandleRef and GuidAttribute to shared CoreLib partitionJan Kotas
2017-12-17Update RyuJIT (#5121)Michal Strehovský
2017-12-16Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#15532)Ahson Khan
2017-12-16ReadOnlySpan GetReference returns ref instead of ref readonly (#15548)Ahson Khan
2017-12-16Make EventArgs base class serializable (dotnet/coreclr#15541)Viktor Hofer
2017-12-15Merge pull request dotnet/coreclr#15370 from MichalStrehovsky/defaultintf-mergeMichal Strehovský
2017-12-15 Convert uses of the Dangerous APIs to use MemoryMarshal.GetReference (#5118)Ahson Khan
2017-12-15Fixing build by casting IntPtr to nint.ahsonkhan
2017-12-15Adding Unsafe API Add nuint that is used by SpanHelpers (#15527)Ahson Khan
2017-12-14Merge pull request dotnet/coreclr#15516 from jkotas/revertJan Kotas
2017-12-14Merge pull request #5109 from dotnet/nmirrorJan Kotas
2017-12-14Refactor Unsafe.cs to get it more in sync with CoreRT. (#15510)Ahson Khan
2017-12-14Update UWP package to latest. Change symchk errors to warnings. Change ReadOn...dotnet-bot
2017-12-13Fix ProjectN build break (#5102)Jan Kotas
2017-12-13Add missing "not" to comment (#5103)Justin Van Patten
2017-12-13Adding Unsafe APIs that are used by System.Memory - CoreRT specific partJan Kotas
2017-12-13Adding Unsafe APIs that are used by System.Memory (dotnet/coreclr#15497)Ahson Khan
2017-12-12Dictionary Initalize CQ (dotnet/coreclr#15461)Ben Adams
2017-12-11Improve Dict.Clear CQ (dotnet/coreclr#15459) (#5090)dotnet bot
2017-12-09Tweak ResizeBen Adams
2017-12-09Add scope prefix for class varsBen Adams
2017-12-09Add optional integer offset to OwnedMemory Pin (dotnet/coreclr#15410)Ahson Khan
2017-12-09Add GetReference and TryGetArray to MemoryMarshal (dotnet/coreclr#15417)Ahson Khan
2017-12-09new intrinsic type support (dotnet/coreclr#15340)Fei Peng
2017-12-09Null Check added to GetFullPath Function in Unix (dotnet/coreclr#15399)Anirudh Agnihotry
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-12-05Remove old methods using string format (dotnet/coreclr#15363)Stephen Toub
2017-12-05Have a Type.IsConvertible property. (dotnet/coreclr#15365)Jon Hanna
2017-12-05Delete stale TryFormat method (#5067)Stephen Toub
2017-12-03Rename the method FloorLog2 to be more clear & fix spelling (dotnet/coreclr#1...Zhukov Maxim
2017-12-03Avoid calling type loader from waithandle subsystem (#5063)Jan Kotas
2017-12-02Unix: Remove MaxPath, MaxName (dotnet/coreclr#15229)Tom Deseyn
2017-12-02Improve throughput of String.Split(char / char[], ...) (#15322) (#5053)dotnet bot
2017-12-01Removed Check Invalid Path Chars (dotnet/coreclr#15191)Anirudh Agnihotry