summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2015-12-15Move Thread.Abort under FEATURE_LEGACYSURFACEJan Kotas1-4/+1
2015-12-15Merge pull request #2340 from dotnet-bot/from-tfsJan Kotas1-0/+2
2015-12-14Merge pull request #2337 from ellismg/fix-2314Jan Kotas9-7/+54
2015-12-14Expose TypeInfo.IsEquiventTo and Assembly.GetEntryAssembly() APIs in mscorlibPallavi Taneja1-0/+2
2015-12-14Fix transparency annotationsMatt Ellis9-7/+54
2015-12-12Fix build breakJan Kotas1-2/+2
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan5-22/+67
2015-12-10Fix race condition in DateTimeOffsetPatternChristopher Currens1-3/+5
2015-12-04Merge pull request #2198 from brianrob/xplateventloggerBrian Robbins1-0/+4
2015-12-02Port System.Threading.Semaphore from corefx to mscorlibstephentoub5-1/+217
2015-12-01Fix ArgumentOutOfRangeException in XplatEventLogger.Brian Robbins1-0/+4
2015-11-27Remove duplicate code in CharEnumeratorJustin Van Patten1-8/+1
2015-11-25Integrate bug fixes from desktopJan Kotas3-20/+25
2015-11-24Restoring the fix to WriteEvent with null/empty arrays that was over written ...David Mason1-42/+64
2015-11-24Merge remote-tracking branch 'upstream/master'David Mason4-109/+148
2015-11-24Improve DateTime.Parse performance by reducing string comparisonsSteve Harter1-29/+34
2015-11-20Merge pull request #2112 from ellismg/cache-ucollatorsStephen Toub2-18/+46
2015-11-20Cache UCollators in CompareInfoMatt Ellis2-18/+46
2015-11-20Separate CancellationTokenSource linking into a derived classstephentoub1-62/+68
2015-11-19Adding a condition to exclude a registry check on certain builds.David Mason1-1/+1
2015-11-17Porting the source from the nuget package of EventSource to the coreclr branc...David Mason6-174/+498
2015-11-15Merge pull request #2043 from stephentoub/startsendswith_nullStephen Toub2-8/+8
2015-11-13Pass target string lengths to ICU on Unixstephentoub2-8/+8
2015-11-12Fix inconsistent security annotationsJan Kotas1-2/+4
2015-11-11Fix Task so that RunContinuationsAsynchronously flag works with all types of ...Alfredo Menendez Sancho1-2/+39
2015-11-11Merge pull request #2015 from kouvel/TpaBinderJan Kotas1-2/+3
2015-11-11Fix a couple of issues involving assembly loadingKoundinya Veluri1-2/+3
2015-11-09System.BitConverter.ToString(Byte[] value, Int32 startIndex, Int32 length) va...dotnet-bot1-1/+1
2015-11-09Merge pull request #1994 from dotnet-bot/from-tfsJan Kotas2-6/+34
2015-11-08Merge pull request #1990 from stephentoub/fix_eventsource_typoVance Morrison1-1/+1
2015-11-08Merge pull request #1988 from stephentoub/fix_eventsource_emptyarrayVance Morrison1-14/+36
2015-11-08Expose Environment.GetCommandLineArgs in mscorlibPallavi Taneja2-6/+34
2015-11-07Fix a typo in EventSource_EventParametersMismatch error stringstephentoub1-1/+1
2015-11-06Fix exception when writing null/empty array to EventSourcestephentoub1-14/+36
2015-11-07Improved and corrected some String code commentsBruce Bowyer-Smyth1-46/+43
2015-11-05Merge pull request #1841 from caslan/supportforBSTRYi Zhang (CLR)3-63/+46
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas5-40/+20
2015-10-28Expose Environment.Exit in mscorlib.dll.Pallavi Taneja1-0/+1
2015-10-25Merge pull request #1851 from ellismg/icu-remove-c-plus-plusMatt Ellis1-1/+40
2015-10-22Update IndexOfOrdinalIgnoreCase to use full code unitsstephentoub2-6/+3
2015-10-22Improve string.{Last}IndexOf perf on Unix for Ordinal/OrdinalIgnoreCasestephentoub2-29/+57
2015-10-22Add support for BSTRs on UnixCagri (Charlie) Aslan3-63/+46
2015-10-21Merge pull request #1820 from richlander/rich-cleanupMatt Ellis3-23/+32
2015-10-21Merge pull request #1751 from ramarag/eventsourceRama krishnan Raghupathy3-0/+147
2015-10-21Enable EventSource Logging in Linux via LttngRama3-0/+147
2015-10-21Convert DateFormat to UDateFormatMatt Ellis1-1/+40
2015-10-20Remove duplicate licenseRichard Lander1-22/+0
2015-10-20Add attribution for RFC 3492Richard Lander1-0/+32
2015-10-20Remove NR referenceRichard Lander1-1/+0
2015-10-20Correct comments on Array sorting methodsMatt2-6/+6