summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2016-06-03Merge pull request #5382 from davmason/filteringDavid Mason1-2/+14
2016-06-03Merge pull request #5453 from dotnet-bot/from-tfsMatt Ellis4-0/+1207
2016-06-02Some types were only supposed to be present when FEATURE_COMINTEROP was set.Alex Ghiondea1-0/+6
2016-06-02Introduce additional types to the reference assembly for mscorlib and typefor...Alex Ghiondea4-0/+1201
2016-06-02Disabling NativeResourceCompile Target for Managed librariesJose Perez Rodriguez3-3/+0
2016-06-01Add filtering logic to XplatEventLoggerDavid Mason1-2/+14
2016-06-01Speed up CreateComparer in Comparer/EqualityComparer (#5315)James Ko2-31/+50
2016-06-01Merge pull request #4918 from stephentoub/task_parent_sizeStephen Toub2-95/+72
2016-05-31Port String.IndexOf(char) and LastIndexOf(char) from CoreRT (#5327)Bruce Bowyer-Smyth1-4/+84
2016-05-30Merge pull request #5240 from wateret/mscorlib-arm-softfpJan Kotas3-3/+6
2016-05-30Avoid unnecessary ContingentProperties allocationsstephentoub1-5/+10
2016-05-30Make m_contingentProperties non-volatilestephentoub1-72/+41
2016-05-30Move Task's m_parent to ContingentPropertiesstephentoub2-22/+25
2016-05-26EventSource Events that use complex types do not get logged (silently ignored)Vance Morrison1-2/+2
2016-05-26Merge pull request #5144 from gkhanna79/RelaxALC2Gaurav Khanna3-26/+63
2016-05-26Support CoreLib build for arm-softfpHanjoung Lee3-3/+6
2016-05-25Merge pull request #5221 from tarekgh/UpgradeUnixBuildToUnicode8Tarek Mahmoud Sayed1-659/+824
2016-05-25Upgrade Linux build to use Unicode 8.0Tarekm Mahmoud Sayed1-659/+824
2016-05-24Fix Guid's GetHashCode to work better (not ignore parts of it) (#5191)Vance Morrison1-2/+5
2016-05-21Expose ResolveEventHandler and ResolveEventArgs in the mscorlib facade so tha...Wes Haggard2-0/+22
2016-05-20Remove InitializeDefaultContext from AssemblyLoadContextGaurav Khanna2-2/+0
2016-05-20Enable overriding of TPA assembliesGaurav Khanna3-24/+63
2016-05-20Shrink AsyncMethodBuilder.MoveNextRunner by a field in common case (#5131)Stephen Toub1-20/+40
2016-05-20Expose GetUninitializedObject on RuntimeHelpers (#5104)Jan Kotas3-0/+12
2016-05-19Merge pull request #5111 from dotnet-bot/from-tfsJan Kotas1-0/+1
2016-05-19Merge pull request #5030 from kouvel/NamedMutexKoundinya Veluri3-31/+52
2016-05-19Merge pull request #5092 from yizhang82/icastable-fix2Yi Zhang (CLR)3-0/+26
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri3-31/+52
2016-05-19Merge pull request #5106 from dotnet-bot/from-tfsJan Kotas4-3/+12
2016-05-19Fix x86 only ICastable feature bug.Yi Zhang3-0/+26
2016-05-19Missing a check in the Unix part of the code.Jeremy Kuhne1-0/+1
2016-05-19Checking in on behalf of JKuhneAlex Ghiondea4-3/+12
2016-05-19Add sign.builds projects to facilitate real signing in official builds.Joel Hendrix4-1/+24
2016-05-19Implement source/line number support for Exception.StackTrace. (#5078)Mike McLaughlin2-70/+161
2016-05-18Merge pull request #5001 from AlexGhiondea/ReadAppContextOverridesSenthil2-0/+22
2016-05-18Merge pull request #5076 from dotnet-bot/from-tfsJan Kotas1-1/+1
2016-05-18Explicitly reference the file containing the mscorlib reference assembly.Alex Ghiondea1-1/+1
2016-05-18Cache GetLowerBound in Array.Reverse and Array.Sort (#5019)Hugh Bellamy1-5/+7
2016-05-18Remove Encoding FEATURE_* defines from mscorlib (#5026)James Ko7-47/+5
2016-05-18Merge pull request #5062 from dotnet-bot/from-tfsBruce Forstall1-1/+1
2016-05-18Merge pull request #4902 from JeremyKuhne/WindowsLongPathJeremy Kuhne13-237/+948
2016-05-18Explicitly specify the location from where to pick up the model.corelib.xmlAlex Ghiondea1-1/+1
2016-05-18Add private properties for debugger access to Task fields (#5024)Stephen Toub3-1/+7
2016-05-18String.Equals: Don't typecast if object refs are the same (#5021)James Ko1-13/+19
2016-05-17Merge pull request #5034 from dotnet/revert-4969-RelaxALCGaurav Khanna3-63/+24
2016-05-17Merge branch 'master' of https://github.com/dotnet/coreclrtijoytom2-10/+5
2016-05-17Revert "Enable overriding assemblies from TPA"Gaurav Khanna3-63/+24
2016-05-17Remove redundant Rank checks from SZArrayHelper/Enumerator (#5022)James Ko1-6/+1
2016-05-17Enable Checksum csc param for mscorlib (#4996)Jose Perez Rodriguez1-4/+4
2016-05-17updating model.corlib.xmltijoytom1-1/+1