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
2016-01-13Provide paramName for ArgumentOutOfRangeException within IndexOfAnyBruce Bowyer-Smyth
2016-01-13Port https://github.com/dotnet/coreclr/pull/2617 to CoreRTJan Kotas
2016-01-13Proper implementations of JIT helpersJan Kotas
2016-01-12Merge pull request #629 from bbowyersmyth/FixedStringJan Kotas
2016-01-12Use _firstChar instead of string object in fixed statementBruce Bowyer-Smyth
2016-01-12Merge pull request #617 from jkotas/monitor_lockJan Kotas
2016-01-11Scalable ManagedThreadId dispenserJan Kotas
2016-01-09Remove CORERT TODOs from System.Monitor.LockJan Kotas
2016-01-09Re-Implement ManagedThreadId classTarek Mahmoud Sayed
2016-01-05Merge pull request #589 from jkotas/upgradeJan Kotas
2016-01-05Fix filename casingJan Kotas
2016-01-05Remove CORERT TODOJan Kotas
2016-01-04Need to explicitly set the AssemblyVersion otherwise it defaults to 999.999.9...Wes Haggard
2016-01-04Clean up the new CoreRT project files as they had a bunch of redundant proper...Wes Haggard
2016-01-04Remove System.Private.CoreLib interop dependency on delegate marshallingJan Kotas
2016-01-04Fix Math.Truncate regressionJan Kotas
2015-12-30Miscellaneous fixes for trivial issues found by adhoc testingJan Kotas
2015-12-30Add CoreRT ifdefs around RyuJIT-specific intrinsic attributes to fix break in...Jan Kotas
2015-12-30Implement most RyuJIT intrinsicsJan Kotas
2015-12-30Include the key in the "duplicate key" exception messageJan Kotas
2015-12-29Merge pull request #566 from jkotas/cleanup-workaroundsJan Kotas
2015-12-28Delete stale commentJan Kotas
2015-12-28Add back return statement deleted by accidentJan Kotas
2015-12-28Cleanup and centralize workaroundsJan Kotas
2015-12-23While porting the library I ended up updating quite a few projects to make su...Alex Ghiondea
2015-12-23Cleanup HResults from DecimalJan Kotas
2015-12-23Refactor MEMORY_BASIC_INFORMATION, SYSTEM_INFOJan Kotas
2015-12-22Refactoring Windows error codes to match corefx conventionsJan Kotas
2015-12-22Remove CoreRT TODOs in Buffer.CopyBlock and Array.CopyJan Kotas
2015-12-18Fix build breaks in internal .NET Native buildJan Kotas
2015-12-18Native compilation of Runtime.BaseJan Kotas
2015-12-16Make sure the intermediates folder is different for CoreRT and the projects t...Alex Ghiondea
2015-12-16Adding comment to field names that cannot be changed for compatibility with d...SGuy Ge
2015-12-16Fix System.Runtime.Serialization.Json compatibility bugSGuy Ge
2015-12-11Fix race condition in DateTimeOffsetPatternChristopher Currens
2015-12-04Add new value McgCurrentModule representing initialization of the generated i...Tomas Rylek
2015-12-03Merge pull request #466 from jkotas/fx-cleanupJan Kotas
2015-12-03Move reflection initialization eager cctor order above McgModuleManager as it...Tomas Rylek
2015-12-03Delete unnecessary global:: prefixesJan Kotas
2015-12-02Merge pull request #448 from dotnet-bot/from-tfsJan Kotas
2015-12-02Port System.Private.DeveloperExperience.Console to CoreRTAlex Ghiondea
2015-12-02Merge pull request #441 from dotnet-bot/from-tfsJan Kotas
2015-12-01Fix threshold for PInvoke path in Buffer.MemmoveJan Kotas
2015-12-01Port StackTraceGenerator to CoreRTdotnet-bot
2015-12-01Undo unintentional changeJan Kotas
2015-12-01Rename RuntimeTypeHandle.EEType to RuntimeTypeHandle.ToEETypePtr()Jan Kotas
2015-12-01Move McgIntrinsicsAttribute under CommonJan Kotas
2015-11-30Add new method RegisterModule to explicitly inject a module into the reflecti...Tomas Rylek
2015-11-30Fix assembly name formatting to use invariant cultureTomas Rylek
2015-11-28Remove duplicate code in CharEnumeratorJustin Van Patten