summaryrefslogtreecommitdiff
path: root/src/System.Private.CoreLib/shared/System/Reflection
AgeCommit message (Expand)AuthorFilesLines
2019-07-18Make all event types nullable (#25752)Stephen Toub1-1/+1
2019-07-18Remove now unnecessary !s / TODO-NULLABLE comments (#25749)Stephen Toub1-1/+1
2019-06-25Fix StackChange value for OpCodes.Stelem (#25382)Jan Kotas1-1/+11
2019-06-21Remove several unnecessary string allocations (#25305)Stephen Toub1-0/+10
2019-06-13Update Corelib to adapt to compiler nullability updatesStephen Toub1-1/+1
2019-06-12Fix nullable annotations on Binder.ReorderArgumentArrayStephen Toub1-1/+1
2019-06-12Remove defunct !s and update some TODO-NULLABLE commentsStephen Toub1-6/+0
2019-06-07Address nullable feedback for System.Runtime and System.Runtime.Extensions (#...Santiago Fernandez Madero2-2/+2
2019-06-04PR FeedbackSantiago Fernandez Madero2-2/+2
2019-06-03PR FeedbackSantiago Fernandez Madero7-9/+7
2019-06-03Fix some nullable annotations from API ReviewSantiago Fernandez Madero12-32/+34
2019-05-28Move some CustomAttribute related types to shared (#23651)Egor Bogatov3-0/+342
2019-05-28Add and apply nullable attributes (#24679)Stephen Toub1-3/+3
2019-05-17Add IsVariableBoundArray to TypeDelegator (#24637)Santiago Fernandez Madero1-0/+1
2019-05-15Make Label and OpCode readonly and IEquatable (#24360)Levi Broderick2-5/+5
2019-05-10Tweak a few nullable annotations (#24494)Stephen Toub1-6/+2
2019-05-09Turn on nullability for all of Corelib (#24497)Stephen Toub109-109/+0
2019-04-30Fix test failuresBuyaa Namnan1-1/+1
2019-04-30fix build errors after mergeKrzysztof Wicher1-1/+1
2019-04-27Nullable for Type class (#23489)buyaa-n39-239/+276
2019-04-22Remove create assembly name (#24154)Steve MacLean1-19/+0
2019-04-15Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero2-7/+11
2019-04-14Fix AssemblyName regressionJan Kotas1-2/+0
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas1-4/+0
2019-04-12Nullable: Enums, Structures from Reflection folder (#23933)buyaa-n41-36/+58
2019-04-12Merge pull request #23911 from safern/merge-master-nullableSantiago Fernandez Madero1-0/+505
2019-04-12Nullable: Runtime serialization, COM, Vector, remaining IO, and other (#23895)Stephen Toub1-1/+1
2019-04-11Fix Assembly.LoadFromPartialName(string) (#23912)Steve MacLean1-1/+11
2019-04-11Fix build errors due to merge conflictsSantiago Fernandez Madero1-3/+3
2019-04-11Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero1-0/+505
2019-04-10Move AssemblyName to shared (#23737)Egor Bogatov1-0/+504
2019-04-09Nullable: Attributes, SafeHandles, and misc (#23810)Stephen Toub21-6/+25
2019-04-03Nullable: All remaining exceptions (#23676)Santiago Fernandez Madero7-18/+25
2019-03-29Assembly.Load ALC name (#23574)Steve MacLean1-1/+1
2019-03-27ALC Enhancement nits (#23506)Steve MacLean1-1/+1
2019-03-27ALC enhancements (#22273)Steve MacLean1-2/+2
2019-03-16Move Enum and CorElementType to shared (#23177)Egor Bogatov1-0/+46
2019-03-05Move more Assembly methods to shared partition (#22817)Marek Safar1-0/+140
2019-03-01Label implements IEquatable<Label> (#22938)Foxtrek_641-1/+1
2019-02-25Special-case 1 module per assembly in Assembly.GetTypes/DefinedTypes (#22825)Stephen Toub1-0/+4
2019-02-14Move Reflection.Emit Tokens to shared partition (#22602)Marek Safar8-0/+239
2019-02-11 Make Module partial to allow additional changed for MonoMarek Safar1-1/+1
2019-01-05Maintain left.Equals(right) order for equality for compat (#21829)Ben Adams9-27/+63
2019-01-04Support faster null checks (#21765)Ben Adams9-84/+114
2019-01-02Change a couple string.Replace("a", "b") to string.Replace('a', 'b') (#21768)Stephen Toub1-1/+1
2018-11-28Add IsCollectible property to Memberinfo and MethodInfo (#21155)John Salem1-1/+1
2018-10-24Add IsCollectible property to Assembly and necessary backing functions (#20574)John Salem1-0/+1
2018-10-20Add MethodImplAttributes.AggressiveOptimization (#20274)Koundinya Veluri1-0/+1
2018-10-09Cleanup MSDN URL's (dotnet/corefx#32663)Sam Neirinck5-7/+7
2018-09-04Virtual AttributeType property and signature generic types (#19818)Atsushi Kanamori1-3/+17