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
2015-11-25Merge pull request #414 from justinvp/string_splitJan Kotas
2015-11-25StringBuilder: Remove dead code (unused variables)Justin Van Patten
2015-11-25String.Split optimizationJustin Van Patten
2015-11-24Remove internal uint CompareExchange overloadJan Kotas
2015-11-24Remove volatile on ThreadStatic variablesJan Kotas
2015-11-24Delete stale commentJan Kotas
2015-11-24[Mac] Fixes to support HelloWorld using CPPCodegenGaurav Khanna
2015-11-21String.StartsWith ordinal optimizationBruce Bowyer-Smyth
2015-11-21Additional ArgumentOutOfRangeException message detailBruce Bowyer-Smyth
2015-11-21Add ArgumentOutOfRangeException detail to nativeCompareOrdinalExBruce Bowyer-Smyth
2015-11-21Return existing string instance for String.Join when there is only one item i...Bruce Bowyer-Smyth
2015-11-21Improved and corrected some String code commentsBruce Bowyer-Smyth
2015-11-20Delete unused code and stale commentsJan Kotas
2015-11-20Added missing EOF newlines.Manu
2015-11-20Updated formattingManu
2015-11-20Add EagerStaticConstructorOrder.ReflectionExecution, fix the typo EagerStatic...Tomas Rylek
2015-11-19Enable range check code in MDArray accessorsMichal Strehovský
2015-11-18Deleting unused attributeFadi Hanna
2015-11-11Add Runtime.Base.dll to the buildJan Kotas
2015-11-08Make sure that we check that the value of the envvar is < an appropriate maxAlex Ghiondea
2015-11-06Merge pull request #210 from MichalStrehovsky/LinuxRyuJitMichal Strehovský
2015-11-06Return null for LC_ALL/MESSAGES/LANGMichal Strehovský
2015-11-06Porting C1544902 from ProjNDev3->ProjectNdotnet-bot
2015-11-05Add support for relocs needed by switch statementsJan Kotas
2015-11-04Merge pull request #185 from jkotas/intrinsics2Jan Kotas
2015-11-04Unify the way string types get laid out between CoreRT and .NET NativeMichal Strehovsky
2015-11-03Merge pull request #184 from jkotas/unused-filesJan Kotas
2015-11-03Match NonVersionable annotations to CoreCLRJan Kotas
2015-11-03Change namespace of NonVersionableAttribute to match CoreCLRJan Kotas
2015-11-03Simplify intrinsics handling in the compilerJan Kotas
2015-11-03Cleanup intrinsicsJan Kotas
2015-11-03Delete unused filesJan Kotas
2015-11-01Implement GetEnvironmentVariable and ExpandEnvironmentVariables on Linux.Alex Ghiondea
2015-11-01Use BIT64 define for 64-bit specific codeJan Kotas
2015-10-31Fixing a bug with field offset computation in the TypeLoader. A base type's a...Fadi Hanna
2015-10-30Implement GetEnvironmentVariable and ExpandEnvironmentStrings on Windows.Alex Ghiondea
2015-10-28Workaround for delegate marshalingJan Kotas
2015-10-27Port PN changesdotnet-bot
2015-10-27Fix the recursion in CultureInfoTarek Mahmoud Sayed
2015-10-27Ifdef out ByReference<T> because of it is not supported by RyuJITJan Kotas
2015-10-26Add this pointer to String Ctor methodsMichal Strehovský
2015-10-26Redirect string constructor references to the Ctor methodMichal Strehovský
2015-10-25Workaround issue #116Jan Kotas
2015-10-24Add the default globalization implementation for LinuxTarek Mahmoud Sayed
2015-10-23Merge pull request #99 from MichalStrehovsky/stringlayoutJan Kotas
2015-10-23Fix string field layoutMichal Strehovský
2015-10-23Merge pull request #98 from MichalStrehovsky/helloJan Kotas
2015-10-23Hello World fix for MemmoveMichal Strehovský
2015-10-23Merge pull request #96 from tarekgh/FixLinuxBuildTarek Mahmoud Sayed
2015-10-23Rename source file with right Camel casingTarek Mahmoud Sayed