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-07Updating Number.Formatting to properly print -0Tanner Gooding
2018-09-07Merge pull request #6304 from dotnet-bot/from-tfsJan Kotas
2018-09-07ProjectX: Toc exports for runtime import methodsdotnet-bot
2018-09-06Add managed non-const fall-back for AVX2 gather intrinsicFei Peng
2018-09-06[Linux/armel] Fix tests building (#6285)Konstantin Baladurin
2018-09-06Fix warnings produced by xunit 2.4 analyzers (#6296)Jan Kotas
2018-09-06Update unit test projects to netstandard2.0 (#6295)Jan Kotas
2018-09-06Rename CarryLessMultiply to CarrylessMultiplyFei Peng
2018-09-05[Reflection] Handle case when "value" parameter is already of CustomAttribute...Maxim Lipnin
2018-09-05[Interpreter] StackItem redesign (#6286)Toni Solarin-Sodara
2018-09-05Fix ServiceController name population perf (dotnet/corefx#32072)Dan Moseley
2018-09-05Merge pull request #6291 from dotnet/nmirrorJan Kotas
2018-09-05Virtual AttributeType property and signature generic types (#19818)Atsushi Kanamori
2018-09-04Merge pull request #6293 from dotnet-bot/from-tfsSimon Nattress
2018-09-04Update `CompilerTypeSystemContext` to use a single gc static table for gc and...Simon Nattress
2018-09-04Make CustomAttributeData's AttributeType virtual (#6288)Atsushi Kanamori
2018-09-04Merge pull request #6290 from dotnet-bot/from-tfsMichal Strehovský
2018-09-04Support separate blocks for Gc / Non-Gc thread statics in the managed type sy...Simon Nattress
2018-09-04Merge pull request #6289 from dotnet/masterMichal Strehovský
2018-09-04Fix UAP build break (#6287)Michal Strehovský
2018-09-04[Reflection] Bring back an "array case" handling in CustomAttributeTypedArgum...Maxim Lipnin
2018-09-04[Interpreter] Load Constants (#6284)Toni Solarin-Sodara
2018-08-31Revert "Remove not necessary type forwarded from attributes when type comes f...Santiago Fernandez Madero
2018-08-31IndexOf(char, Ordinal) use fast path (dotnet/coreclr#19788)Ben Adams
2018-08-31Fix build break in CoreRT/ProjectNJan Kotas
2018-08-31Remove not necessary type forwarded from attributes when type comes from msco...Santiago Fernandez Madero
2018-08-31Review feedbackVance Morrison
2018-08-31Fixed from testingVance Morrison
2018-08-31fix spellingVance Morrison
2018-08-31Add try-catchVance Morrison
2018-08-31Fix for passing enums to EventSources based on unsigned types.Vance Morrison
2018-08-31WASM: Add intrinsic implementation for ByReference<T> ctor and fix the Value ...yowl
2018-08-31Update dependencies (#6279)Jan Kotas
2018-08-30Update MonoGame package version (#6277)Jan Kotas
2018-08-27Merge pull request #6266 from dotnet-bot/from-tfsMichal Strehovský
2018-08-27Delete dead code in ILProviderMichal Strehovsky
2018-08-27using advapi32 instead of kernel32Anipik
2018-08-27Using shared copy of registryvalueKind (dotnet/corefx#31922)Anirudh Agnihotry
2018-08-27hide EETypePtr from non winrtEgorBo
2018-08-26Merge pull request #6262 from dotnet/masterMichal Strehovský
2018-08-25Fix FileStream in WinRT build (dotnet/coreclr#19659)Jeremy Kuhne
2018-08-25Merge pull request #6259 from dotnet/nmirrorJan Kotas
2018-08-25Workaround to remove unnecessary bounds checks when using {ReadOnly}Span.IsEm...Ahson Khan
2018-08-25Merge pull request #6258 from dotnet-bot/from-tfsJan Kotas
2018-08-25Fix equality comparison type issueDavid Wrighton
2018-08-24Unwinding support for arm (#6251)Ivan Arishchenko
2018-08-24Fix base types of second paramters used in Avx.PermuteVar and Avx2.Permute4x6...Jacek Blaszczynski
2018-08-24Fix for bug Bug 658901: [AppCompat] System.NullReferenceException caused by H...Tomas Rylek
2018-08-23Make sure RuntimeEventSource is passed to EventListener.OnEventSourceCreated ...Brian Robbins
2018-08-23Add wasm debug info (#6186)Morgan Brown