summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2018-05-08Rename mscorlib to System.Private.Corelib (#17926)Maryam Ariyan1185-319909/+0
2018-05-08Partial implementation of Thread.GetApartmentState (dotnet/corert#5781)Jan Kotas1-0/+2
2018-05-08Reflection: Fix DefaultValue exception with enums (#17917)stakx1-0/+3
2018-05-08Fix failing System.Reflection.Emit tests (#17915)stakx1-0/+7
2018-05-08Move ConcurrentExclusiveSchedulerPair to shared CoreLib partition (#17914)Jan Kotas3-8/+10
2018-05-07 Remove ConcurrentDictionary from System.Private.CoreLib (#17908)Stephen Toub1-60/+20
2018-05-07Speed up Array.Reverse by using ref reassignment (#17891)Levi Broderick2-20/+29
2018-05-07Reflection: Fix DefaultValue for optional DateTime (#17877)stakx1-0/+3
2018-05-07Reflection.Emit: Allow `ParameterBuilder.SetConstant(null)` for value-typed p...stakx1-6/+3
2018-05-05Delete unnecessary internal layer of Span globalization helpers (#17890)Jan Kotas6-246/+88
2018-05-05Remove use of ByReference<T> in Memmove ABI (#17889)Levi Broderick1-61/+61
2018-05-03Port Marshal UTF8 fixes from CoreRT (#17868)Jan Kotas1-10/+8
2018-05-02typo (#17867)Bernie FitzGerald1-2/+2
2018-05-02Clarifying comment on overflow (#17865)Dan Moseley1-0/+3
2018-05-02Fix faulty assert in Utilities.SelectBucketIndex (#17863)Stephen Toub1-1/+1
2018-05-02Delete incorrect comment (#17859)Jan Kotas1-1/+0
2018-05-01Rename internal Utf8String to MdUtf8String (#17856)Atsushi Kanamori5-27/+27
2018-05-01remove duplicatesMarco Rossignoli3-4/+9
2018-04-28Delete unnecessary caches (dotnet/corefx#29392)Jan Kotas1-4/+1
2018-04-27Fix Number.ParseNumber to not assume '\0' at the end of a span (#17808)Stephen Toub1-26/+35
2018-04-27Add better portable PDB caching to System.Diagnostics.StackTrace. (#17804)Mike McLaughlin2-81/+71
2018-04-25Don't optimize away Task code needed for debugger (#17776)Chuck Ries1-0/+10
2018-04-25Fix AsyncLocal<class> changed event to not be raised multiple times for one c...Koundinya Veluri2-50/+71
2018-04-24Move Hashtable & friends to shared parition (#17316)Viktor Hofer11-389/+687
2018-04-23Enable Invoke and GetValue for ref-returning members (#17732)Atsushi Kanamori2-5/+20
2018-04-20Fix getting the Absolute path while looking up the TZ files (#17711)Tarek Mahmoud Sayed1-2/+2
2018-04-20Preserve pinned flag in {ReadOnly}Memory<T>.Slice (dotnet/corefx#29246) (#17712)dotnet bot2-7/+19
2018-04-20Update xml comment for {ReadOnly}Memory.Pin method (dotnet/corefx#29137) (#17...dotnet bot2-8/+34
2018-04-19Rollback https://github.com/dotnet/coreclr/pull/17639 (#17671)Atsushi Kanamori2-6/+6
2018-04-19add field Name to exception (#17668)Marco Rossignoli2-5/+5
2018-04-18Tweak order of interface declarations on string (#17660)Jan Kotas1-1/+1
2018-04-18Fix reading Time zone rules using Julian days (#17635)Tarek Mahmoud Sayed2-35/+111
2018-04-18Delete RuntimeMethodHandle.GetSecurityFlag (#17643)Jan Kotas4-16/+7
2018-04-18Enable Invoke and GetValue for ref-returning members (#17639)Atsushi Kanamori2-6/+6
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn1-4/+72
2018-04-17Adding failing string to Boolean and TimeSpan parse failure exceptions (#15661)Szabolcs Dézsi3-92/+130
2018-04-17Enable generic attributes (#9189)Avi Avni1-5/+5
2018-04-16Dict: Use Ref Local Reassignment (C# 7.3) (#17483)Ben Adams2-8/+4
2018-04-16Update xml comment for {ReadOnly}Memory.Pin method (dotnet/corefx#29137) (#17...dotnet bot2-2/+8
2018-04-16Changed SpinLock::CompareExchange method declaration to static (#17579)Phil Garcia1-1/+1
2018-04-16Update KoreanLunisolarCalendar.cs (#17542)elyoh1-1146/+1143
2018-04-13Fix default style argument to Double/Single/Decimal.Parse (#17556)Stephen Toub3-3/+3
2018-04-13Collapse leftover AsSpan().Slice(...) into AsSpan(...) (#29078)Ahson Khan1-1/+1
2018-04-12Remove CreateFromPinnedArray from Memory (moved to MemoryMarshal) (#17532)Ahson Khan1-31/+0
2018-04-12Use string.IsNullOrEmpty to eliminate bounds check to first char (#17512)Ben Adams1-1/+7
2018-04-11Some cleanup for ArrayPool trimming (#17518)Jeremy Kuhne2-18/+31
2018-04-11Remove MemoryManager.Length (#17498)Ben Adams2-18/+51
2018-04-11Fix CoreRT build breaksJan Kotas2-7/+2
2018-04-11Add GetPinnableReference back to Span and ReadOnlySpan (#17504)Ahson Khan2-0/+14
2018-04-11Fix Assert in ValueTask (#17511)Ben Adams1-1/+1