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-05-14Start building System.Private.TypeLoader.Native (#5805)Michal Strehovský
2018-04-07Initialize modules and run StartupCodeMain in wasm (#5621)Morgan Brown
2018-03-14Fix interface dispatch with CppCodegen (#5533)Michal Strehovský
2018-02-02Merge pull request #5332 from jkotas/nmirror-mergeJan Kotas
2018-02-02FuncEvalWithAppDomain - supporting FuncEval in case of having multiple AppDom...Andrew Au
2018-01-31CppCodegen: Implement break opcode and readonly prefix (#5322)Michal Strehovský
2017-12-27Link WebAssembly runtime (#5141)Morgan Brown
2017-11-21Allow creating static or shared native library (#4718)Toni Solarin-Sodara
2017-11-08Remove workaround for #2601Michal Strehovský
2017-09-24Enable x86 build (#4598)Adeel Mujahid
2017-09-15Implemented portable pinvoke infrastructure for CppCodeGen (#4503)Jeff Greene
2017-09-15replaced reverse pinvoke hack for CppCodeGen (#4499)Jeff Greene
2017-08-30Fixing CI break caused by previous checkin of the unboxing stubs region to en...Fadi Hanna
2017-07-14Makes exception dispatch call into AppContext to enable FirstChanceException....Daniel Harvey
2017-07-06Fix stresslog (#4062)Jan Kotas
2017-05-10Add support for getting the System.Array type from the runtimeDavid Wrighton
2017-05-05Delete Unix hacks and C++ exception handling use (#3527)Michal Strehovský
2017-04-26Enable precise GC on Unix (#3310)Sergiy Kuryata
2017-04-25Gc reporting for filter funclets (#3401)Peter Sollich
2017-04-07ProjectX: Hook up class lib functions with type managerdotnet-bot
2017-02-15Refactor use of TypeManager and Module pointers within the BCLDavid Wrighton
2017-02-11Add a stubbed out CCWAddRef implementation for CppCodegenMichal Strehovský
2017-01-06Fix native build warnings (#2448)Michal Strehovský
2016-11-26Fix shutdown hang when running CoreCLR tests (#2264)Jan Kotas
2016-11-22Implement Exception.get_StackTrace (#2240)Michal Strehovský
2016-10-11Fix comments about modules section (#2001)Jan Kotas
2016-10-10Add handling of various bad inputs (#1990)Michal Strehovský
2016-08-16Implement transition thunk for Unix amd64 (#1653)Jan Kotas
2016-08-12This fixes debugger step-in in the interface dispatch changesJan Vorlicek
2016-06-22Implement Linux hardware and software exception handling (#1417)Jan Vorlicek
2016-06-06Delete g_pSystemArrayEETypeTemporaryWorkaround (#1373)Jan Kotas
2016-05-27Reimplement RhGetCurrentThreadStackTrace without asm codeJan Kotas
2016-05-17Fix Unix build breakJan Kotas
2016-05-16Add support for PInvoke helpers to the IL compiler. (#1274)Jan Kotas
2016-05-05Implement Unix AMD64 EH assembler helpersJan Vorlicek
2016-04-28Add exported native callable methods as compilation roots (#1211)Jan Kotas
2016-04-26Make Environment.GetCommandLineArgs workingMichal Strehovský
2016-04-16Merge pull request #1153 from dotnet/nmirrorJan Kotas
2016-04-16MRT changes for portability (#1152)dotnet bot
2016-04-12Stop passing executable name on the command lineMichal Strehovský
2016-04-09Support ReadyToRun headers on Unix platformsnattress
2016-04-03Make noreturn annotation compatible with Xcode 7.3Jan Kotas
2016-03-08Enable hardware exception handling on WindowsJan Kotas
2016-03-04Add support for array interfacesMichal Strehovský
2016-03-03Exception handling on WindowsJan Kotas
2016-03-01Module header refactoringJan Kotas
2016-02-27Delete SimpleModule registrationJan Kotas
2016-02-27Multi-module compilation preparationSimon Nattress
2016-02-19Merge pull request #889 from MichalStrehovsky/eagercctorsMichal Strehovský
2016-02-19Add support for eager static constructorsMichal Strehovský