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-02-26Typos (#5447)John Doe
2018-01-26Fix Unix build breakJan Kotas
2018-01-26RI from ProjNdev3dotnet-bot
2017-11-21Allow creating static or shared native library (#4718)Toni Solarin-Sodara
2017-11-12Define CORERT for ProjectN buildsJan Kotas
2017-09-15Implemented portable pinvoke infrastructure for CppCodeGen (#4503)Jeff Greene
2017-08-21This fixes the stresslog issue with the chk version of mrt150.dll that Sergiy...Peter Sollich
2017-07-07(On behalf of Jan Vorlicek) Thread abort stage 1Andrew Au
2017-06-21Remove p/invoke calls from the Lock class (#3948)Sergiy Kuryata
2017-04-06Some runtime support for debugging scenarioAndrew Au
2017-01-25Change stackwalking to always use unadjusted IPJan Kotas
2017-01-08Implement SetLastError DllImport flag functionalityFaizur Rahman
2016-12-09Implement basic support for thread static fieldsSergiy Kuryata
2016-09-09Port EnsureSufficientExecutionStack/TryEnsureSufficientExecutionStackJan Kotas
2016-08-24Change PalHijack to fail silently on Unix until it is implemented (#1695)Jan Kotas
2016-06-15ICodeManager refactoring to support separated funcletsScott Mosier
2016-06-01Reduce assembly code in alloc helpersJan Kotas
2016-05-17Reduce assembly code in PInvoke helpersJan Kotas
2016-05-09Pass return address explicitly to RhpReversePInvokeBadTransitionJan Kotas
2016-05-02Work on enabling GC on Windows (#1221)Jan Kotas
2016-04-16MRT changes for portability (#1152)dotnet bot
2016-03-23Rename runtime\assert.h to runtime\rhassert.hJan Kotas
2016-03-12Complete the timed wait for eventJan Vorlicek
2016-03-10Replace numeric thread id by an opaque oneJan Vorlicek
2016-02-10Merge remote-tracking branch 'upstream/nmirror' into nmirror-mergeJan Kotas
2016-02-08Fix RhpLoopHijack to stop trashing important registersScott Mosier
2016-01-28Merge branch 'nmirror' into nmirror_mergeJan Kotas
2016-01-28Update licensing headersdotnet-bot
2016-01-26Merge pull request #732 from dotnet/nmirrorJan Kotas
2016-01-26MRT StackFrameIterator improvementsChris Ahna
2016-01-25NetBSD: Fix build with forced casting pointer to function to void*Kamil Rytarowski
2016-01-07Native part of previous commitJan Kotas
2015-12-09Fix some runtime FailFast pathsScott Mosier
2015-11-25Real fix for assert !IsStateSet(TSF_Detached)Jan Vorlicek
2015-11-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-02Delete !FEATURE_DECLSPEC_THREADJan Kotas
2015-11-02Linux PAL implementation for MRTJan Vorlicek
2015-10-25Workaround issue #114Jan Kotas
2015-10-24Enable compilation of the runtime on LinuxJan Vorlicek
2015-10-23Rename filenames in #include commands to match real filenamesJan Vorlicek
2015-10-14Partially hooked up GC sources to Runtime sources. Finalizer code is not yet...Scott Mosier
2015-10-01Initial population of CoreRT Runtime files.dotnet-bot