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-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-12Merge pull request #6215 from dotnet/nmirrorMichal Strehovský
2018-08-12Fix CoreRT build breakMichal Strehovský
2018-08-11Merge pull request #6214 from dotnet-bot/from-tfsMichal 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-10Merge pull request #6200 from dotnet-bot/from-tfsJan Kotas
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-09Merge pull request #6196 from dotnet-bot/from-tfsJan 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-09Merge pull request #6194 from dotnet-bot/from-tfsMichal Strehovský
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-09Merge pull request #6189 from dotnet-bot/from-tfsJan Kotas
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-06Add WebAssembly to CI (#5845)Morgan Brown
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-03Merge pull request #6174 from dotnet-maestro-bot/mirror-merge-9775978Tanner Gooding
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-02Merge pull request #6171 from dotnet-bot/from-tfsMichal 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-01Merge pull request #6166 from dotnet/masterMichal Strehovský
2018-08-01Expose OSThreadId and TimeStamp on EventWrittenEventArgs (#19002)Brian Robbins