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
path: root/src
AgeCommit message (Expand)Author
2018-08-14Preliminary Interpreter Support (#6182)Toni Solarin-Sodara
2018-08-13Fixed reverse ordering of unwind insts in the object file (#6220)sergey ignatov
2018-08-13Add environment variables support for Unix (#6216)Robert Miles
2018-08-13Remove unused local from List<T>.RemoveRange (dotnet/corefx#31727)Robin Sue
2018-08-13non shared changes and feedback addressedAnipik
2018-08-13moved to shared (dotnet/coreclr#19419)Anirudh Agnihotry
2018-08-12Fix CoreRT build breakMichal Strehovský
2018-08-11Add an option to disable generation of reflection invoke thunksMichal Strehovsky
2018-08-11Merge pull request #6213 from dotnet/masterMichal Strehovský
2018-08-11Non shared changesAnipik
2018-08-11Moved SpinLock.cs to shared (dotnet/coreclr#19391)Anirudh Agnihotry
2018-08-11Don't early terminate on null for 64bit NR HashCode (dotnet/coreclr#19331)Ben Adams
2018-08-11Create Microsoft.IO.Redist (dotnet/corefx#31679)Jeremy Kuhne
2018-08-11Moved to sharedAnipik
2018-08-11Moved to shared (dotnet/coreclr#19399)Anirudh Agnihotry
2018-08-10[armel tizen] Fixed unwinding support for ARM is not fully implemented #5874 ...sergey ignatov
2018-08-10Add size-optimization switch passing from ilc to NUTC to CoreRT in PureNative...dotnet-bot
2018-08-09Update CoreFX dependencies (#6195)Jan Kotas
2018-08-09Trivial fix for typo in arm64 assembly (xzr -> wzr)Tomas Rylek
2018-08-09Merge pull request #6193 from dotnet/nmirrorJan Kotas
2018-08-09Add support for reflection invoking ref return methodsMichal Strehovsky
2018-08-09Use --as-needed command line switch with the Unix linker (#6192)Jan Kotas
2018-08-09Non shared changesAnipik
2018-08-09Move methodbody and exceptionHandlingClause to shared (#19364)Anirudh Agnihotry
2018-08-09Fix for a GC hole bug with exception rethrowing code (Bug 659148).Fadi Hanna
2018-08-08ReNaming and rearranging the variables to reduce the diff (#6188)Anirudh Agnihotry
2018-08-07Optimize WASM arguments and returns (#6181)Morgan Brown
2018-08-07Improve StreamWriter format perf (dotnet/coreclr#19235)Jeremy Kuhne
2018-08-06Fix calling sealed virtual methods now that sealed vtables are always enabled...Morgan Brown
2018-08-03Removing file from srcAnipik
2018-08-03Moved LocalVariableInfo to shared (dotnet/coreclr#19184)Anirudh Agnihotry
2018-08-03Delete file moved to shared partitionJan Kotas
2018-08-03Moved NativeCallable Attribute to shared (dotnet/coreclr#19258)Anirudh Agnihotry
2018-08-02Make `Vector64<T>`, `Vector128<T>`, and `Vector256<T>` readonlyTanner Gooding
2018-08-02Update RyuJIT (#6170)Michal Strehovský
2018-08-02Improve repro project config (#6172)Michal Strehovský
2018-08-02Allow illegal custom modifiers on generic constraintsMichal Strehovsky
2018-08-02Provide a desktop-only implementation of RuntimeThread.CurrentOSThreadId for ...Brian Robbins
2018-08-02WASM: Multidimensional array instantiation fix (#6096)Blealtan
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins
2018-08-01Merge pull request #6164 from dotnet/nmirrorMichal Strehovský
2018-08-01Implement API review feedback for the removable feature featureMichal Strehovsky
2018-08-01Fix build breakJan Kotas
2018-08-01Expose the x86 HWIntrinsics via a set of class hierarchies matching the under...Tanner Gooding
2018-08-01Implement RuntimeThread.CurrentOSThreadId. (#6161)Brian Robbins
2018-07-31Merge pull request #6158 from dotnet/masterMichal Strehovský
2018-07-30Change type of EnumLocaleData to struct (dotnet/coreclr#19193)Jan Kotas
2018-07-30Added version increment for TrimExcess and EnsureCapacity (#19096)Dávid Kaya
2018-07-30Add comment explaining the return value of ToUpper/ToLower (#19176)Ahson Khan
2018-07-30Entries in the export table were not correctly sorted based on ordinals, but ...Fadi Hanna