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
2017-12-08Find unwind info ourselves rather than initializing unwind cursors each time.Aditya Mandaleeka
2017-12-06Delete unnecessary whitespace (#5071)Jan Kotas
2017-12-06Add existance checks for debug symbols (#5070)Andon Andonov
2017-12-05Build runtime and libraries for WebAssembly (#4876)Morgan Brown
2017-12-05Override of IsCollectible for runtime types (always false in corert) (#5069)Jon Hanna
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-05ILCompiler nuget package support (#4983)Andon Andonov
2017-12-05Delete stale TryFormat method (#5067)Stephen Toub
2017-12-05Rewrite method bodies for `catch (T)` (#5066)Michal Strehovský
2017-12-03Rename the method FloorLog2 to be more clear & fix spelling (dotnet/coreclr#1...Zhukov Maxim
2017-12-03Make scanner failures easier to troubleshoot (#5064)Michal Strehovský
2017-12-03Avoid calling type loader from waithandle subsystem (#5063)Jan Kotas
2017-12-03Do not throw if default assembly can't be found (#5058)Michal Strehovský
2017-12-02Fix a typo in type forward parser (#5055)Michal Strehovský
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-01Do not track RuntimeDeterminedMethod dependencies from canonical methods (#5040)Michal Strehovský
2017-12-01Removed Check Invalid Path Chars (dotnet/coreclr#15191)Anirudh Agnihotry
2017-12-01Avoid provider-related costs for default integer formatting (#15272)Stephen Toub
2017-12-01Expose Environment.ProcessorCount via EnvironmentAugments (#5047)Tom Deseyn
2017-12-01Merge pull request #5045 from dotnet/nmirrorJan Kotas
2017-12-01Merge pull request #5044 from dotnet-bot/from-tfsJan Kotas
2017-12-01Fix to a GC hole caused by hijacking 'finally' blocks.Fadi Hanna
2017-11-30Delete double/float formatting code moved to sharedStephen Toub
2017-11-30Merge pull request dotnet/coreclr#15246 from stephentoub/double_tryformatStephen Toub
2017-11-30enabled thread static fields in WebAssembly (#4999)Jeff Greene
2017-11-30Merge pull request #5042 from dotnet/nmirrorJan Kotas
2017-11-30Merge pull request #5041 from dotnet-bot/from-tfsJan Kotas
2017-11-30Ordinal Multifile supportDavid Wrighton
2017-11-29[ARM32] Cross initialization rootfs for Tizen (#5039)Petr Bred
2017-11-29Merge pull request #5038 from dotnet/nmirrorJan Kotas
2017-11-29Merge pull request #5037 from dotnet-bot/from-tfsJan Kotas
2017-11-29rollback of changeset #1681676 (the workaround for the build break)dotnet-bot
2017-11-28Port Decimal/ThrowHelper changes from coreclr format span changeStephen Toub
2017-11-28Fix typo in comment in number formattingStephen Toub
2017-11-28Switch new TryParse* and TryFormat methods to use span-based format (#15238)Stephen Toub
2017-11-28[ILVerify] Add additional tests for delegate assignment/return (#5027)Samuel Arzt
2017-11-27Couple usability fixes to dependency graph viewer (#5028)Michal Strehovský
2017-11-27Merge pull request #5032 from dotnet-bot/from-tfsMichal Strehovský
2017-11-27Fix debugger stepping into virtual calls (#5031)Michal Strehovský
2017-11-27Bunch of fixes to stack trace metadataMichal Strehovsky
2017-11-27Make redefinition of a sequence point not an error (#5030)Michal Strehovský
2017-11-27Fix building with Test.CoreLib (#5029)Michal Strehovský
2017-11-27NativeCallable methods can only be called from unmanaged code (#5015)Toni Solarin-Sodara
2017-11-27Fix typoDan Moseley
2017-11-26Fix build error (dotnet/coreclr#15218) (#5025)Jan Kotas
2017-11-26Sort the Action/Func delegates (dotnet/coreclr#15222)Justin Van Patten
2017-11-26Use string.Create in BitConverter.ToString(byte[]) (dotnet/coreclr#15218)Justin Van Patten
2017-11-25Update dependencies to latest (#5022)Jan Kotas