summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/src/System
AgeCommit message (Expand)AuthorFilesLines
2019-01-22Move MemoryFailPoint to shared CoreLib partition (#22104)Filip Navara2-484/+3
2019-01-21Move TplEtwProvider to shared partition (#22120)Marek Safar1-594/+0
2019-01-21Remove two unnecessary ToArray calls (#22119)Stephen Toub1-6/+6
2019-01-20Move Task factory type to shared partition (#22089)Marek Safar2-5177/+0
2019-01-20Use List<T>.ToArray() in places (#22101)Ben Adams1-15/+8
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas5-51/+65
2019-01-19Fix CoreCLR build for changes in shared partitionJan Kotas5-164/+82
2019-01-18Fix calling conventions on reverse PInvoke callbacks. (#22044)Jeremy Koritzinsky1-2/+3
2019-01-18Move AsyncCausality to shared partition (#22062)Marek Safar1-53/+0
2019-01-18Add Per-assembly Load Native Library callbacks (#21555)Swaroop Sridhar1-1/+90
2019-01-17Remove ToString from RuntimeAssembly.GetManifestResourceStream (#22012)Stephen Toub2-4/+10
2019-01-17Split ContractsBCL into separate classes and move them to shared CoreLib (#22...Filip Navara1-388/+0
2019-01-17Clean up a few minor Span-related uses (#22038)Stephen Toub3-4/+4
2019-01-17Add new members to AsyncCausalitySupport.Filip Navara1-1087/+0
2019-01-15Delete files moved to shared partitionJan Kotas5-219/+0
2019-01-14Fix TaskCompletionSource to avoid capturing ExecutionContext (#21981)Stephen Toub1-4/+4
2019-01-12Add NativeLibrary Resolve Event (#21929)Swaroop Sridhar1-2/+48
2019-01-12Add System.Reflection.Emit.DynamicILInfo (#21945)Maryam Ariyan2-1/+108
2019-01-10Move public interface ISymDocumentWriter to shared location (#21931)Marek Safar1-31/+0
2019-01-10Move COMException to shared partition (dotnet/corert#6803)Marek Safar1-74/+0
2019-01-10Moves EnvironmentVariableTarget enum to shared partition (#21930)Marek Safar1-7/+0
2019-01-10Move restoring ExecutionContext out of generic methods (#21909)Ben Adams1-8/+1
2019-01-09Implement AssemblyDependencyResolver (#21896)Jeremy Koritzinsky1-0/+312
2019-01-09Addressing https://github.com/dotnet/coreclr/issues/21461 (#21771)José Rivero1-4/+10
2019-01-09Removes PNSE version of DispatchWrapper and keep only single version with ifdefMarek Safar1-10/+0
2019-01-09Delete files moved to shared partitionJan Kotas13-308/+0
2019-01-07CoreRT updates for files moved to shared partitionJan Kotas2-48/+22
2019-01-07Moves ComTypes to shared partition (#21861)Marek Safar18-808/+0
2019-01-07Check GenerateGuidForType argument for null (#21851)Stephen Toub1-1/+13
2019-01-07Improve CustomAttribute (#21832)Ben Adams2-325/+200
2019-01-07Moves StackTrace to shared partition (#21757)Marek Safar2-535/+110
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara5-179/+43
2019-01-06Delete redundant S.R.InteropServices.PInvokeMap and S.R.InteropServices.PInvo...Jan Kotas4-74/+19
2019-01-05Remove redundant casts in TypeBuilder.CreateTypeNoLock (#21824)Ben Adams1-11/+11
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams21-164/+87
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar2-159/+180
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams18-68/+68
2019-01-04Remove stack marks from GetSatelliteAssembly. (#21812)Filip Navara3-27/+12
2019-01-04Support faster null checks (#21765)Ben Adams2-12/+37
2019-01-04EventPipePayloadDecoder clean-up (#21716)Pent Ploompuu1-73/+32
2019-01-04Removes AppDomain dependency from TPLETWProvider (#21709)Marek Safar2-5/+5
2019-01-04Skip additional cast from common EC.Run calls (#21789)Ben Adams2-2/+13
2019-01-03Reflection performance tweaks & cleanup (#21737)Jan Kotas6-121/+112
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar4-619/+0
2019-01-03Removes the code moved to shared partitionMarek Safar1-137/+1
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas1-89/+0
2019-01-03Remove substring allocation in MethodBase.AppendParameters (#21770)Stephen Toub1-1/+1
2019-01-02Avoid some unnecessary allocation in MethodBuilder.ToString (#21758)Stephen Toub1-3/+3
2019-01-02Replace Array.Copy(src, dst, int) calls with Array.Copy(src, 0, dst, 0, int) ...Stephen Toub7-8/+8
2019-01-02Avoid boxing allocation and object[] allocation in BuildTraceFileName (#21752)Stephen Toub1-1/+1