summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib
AgeCommit message (Expand)AuthorFilesLines
2019-08-12[Tizen] Precompile frequently used generic methods.submit/tizen/20190813.035844accepted/tizen/unified/20190813.215958Kirill Frolov2-0/+45
2019-06-27React to new compiler nullability warningsSantiago Fernandez Madero2-6/+8
2019-06-26Fix EncoderNLS / DecoderNLS regression in reporting error index (#25397)Levi Broderick3-12/+23
2019-06-26Tweak some annotations on EventRegistrationTokenTable<T> (#25386)Santiago Fernandez Madero1-12/+9
2019-06-26Don't show AggressiveInlining items in exception stacks (#25408)Ben Adams5-8/+26
2019-06-25Reverting the ShouldRoundUp logic to not change for custom numeric format str...Tanner Gooding1-19/+6
2019-06-25Fix incorrect signature of QCall (#25419)Mukul Sabharwal1-1/+1
2019-06-25Delete DeserializationBlockedException (#25393)Jan Kotas3-43/+3
2019-06-25React to compiler respecting nullable attributes on propertiesStephen Toub1-2/+2
2019-06-25Map C Locale to Invariant (#25373)Tarek Mahmoud Sayed1-0/+8
2019-06-25Fix StackChange value for OpCodes.Stelem (#25382)Jan Kotas1-1/+11
2019-06-24Address last round of nullable feedback - S.Resources.ResourceManager, System...Santiago Fernandez Madero4-33/+34
2019-06-24Updating Dragon4 to ensure the number buffer always provides a significant di...Tanner Gooding3-22/+72
2019-06-24Switch from IndexOf(string) to Contains(string) for better readability and pe...Andrii Siriak1-1/+1
2019-06-24Make Vector*.ToString() Culture invariant (#25343)Ganbarukamo413-84/+24
2019-06-24Remove AggressiveOptimization flag from System.Text (#25356)Michal Strehovský3-11/+5
2019-06-24Force secondary await continuations to run asynchronously (#25280)Stephen Toub1-20/+54
2019-06-23MemoryExtensions ToUpper / ToLower throws for overlapping buffer (#25327)Marco Rossignoli2-9/+22
2019-06-22Change exception throwing in Path.GetRelativePath (#25047)Roman Marusyk1-2/+12
2019-06-22ArgumentException: use system-supplied message if message is null (#25115)Herman Eldering1-0/+10
2019-06-21Add EventPipe Processor Number support and make NetTrace the default … (#25...Noah Falk3-2/+19
2019-06-21Address nullable feedback for System.Diagnostics.Tracing and StackTrace (#25303)Santiago Fernandez Madero5-40/+30
2019-06-21Remove several unnecessary string allocations (#25305)Stephen Toub10-79/+37
2019-06-21Reduce string allocation in DiagnosticCounter.GetMetadataString (#25219)Stephen Toub1-5/+25
2019-06-20Revert "ILMarshaler Refactor (#21227)" (#25292)Jeremy Koritzinsky1-8/+8
2019-06-20Fix visibility on Exception.InnerExceptionPrefix (#25278)Stephen Toub1-1/+1
2019-06-19Address nullable feedback for S.T.Overlapped, S.Memory, S.R.InteropServices (...Santiago Fernandez Madero5-22/+16
2019-06-19Exception format cleanup subset (#25185)Dan Moseley9-14/+17
2019-06-18ILMarshaler Refactor (#21227)Jeremy Koritzinsky1-8/+8
2019-06-17Delete dead uapaot code (dotnet/corefx#38330)Viktor Hofer1-2/+2
2019-06-17make DiagnosticCounter and its children lock 'this' instead of an arbitrary S...Sung Yoon Whang5-14/+13
2019-06-17IndexOfAny(values.Length == 0) == -1 (#25075)Ben Adams2-4/+4
2019-06-16avoid expensive ref counting for CompareInfo on Linux (#25117)Adam Sitnik3-63/+55
2019-06-15Add active timer counter (#25186)Sung Yoon Whang1-0/+2
2019-06-15don't use varAdam Sitnik1-1/+1
2019-06-15Apply suggestions from code reviewAdam Sitnik1-1/+1
2019-06-15set the charset to AnsiAdam Sitnik1-1/+1
2019-06-15simplify the codeAdam Sitnik2-29/+7
2019-06-14Move parts of RuntimeType to shared partition (#25176)Marek Safar4-432/+400
2019-06-14lock the dictionaryAdam Sitnik1-3/+1
2019-06-14move the sort key logic to a dedicated helper type to avoid static field ini...Adam Sitnik2-52/+61
2019-06-14Make DisplayUnits string.Empty by default instead of null (#25104)Sung Yoon Whang1-2/+23
2019-06-14Fix French Decimal number parsing (#25154)Tarek Mahmoud Sayed1-2/+4
2019-06-14introduce cache for sort handles to prevent from memory leak in certain scena...Adam Sitnik3-11/+45
2019-06-14Optimize Activator.CreateInstance (#25145)Jan Kotas2-80/+43
2019-06-14use IntPtr instead of CriticalHandle to avoid resurrection issues. It's ok to...Adam Sitnik5-44/+16
2019-06-13Update Corelib to adapt to compiler nullability updatesStephen Toub38-107/+97
2019-06-13Intrinsicify SpanHelpers.IndexOf(char) (#22505)Ben Adams2-160/+279
2019-06-12Fix a couple of annotations on Type (#25136)Santiago Fernandez Madero3-5/+5
2019-06-12Replace 'where T : object` with `where T : notnull`Stephen Toub11-44/+44