summaryrefslogtreecommitdiff
path: root/src/mscorlib
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Use DynamicSecurityMethod attribute to mark methods with StackCrawlMarkJan Kotas19-116/+84
2017-02-10Remove CER metadata (#9487)Dan Moseley50-399/+0
2017-02-10GcHandle Perf Tweaks (#9473)Ben Adams2-76/+70
2017-02-09Revert earlier CAS changes to Eventing/** and put under !if !CORECLR (#9478)Dan Moseley4-0/+49
2017-02-09Optimize Span.Fill (#9441)Ahson Ahmed Khan2-3/+55
2017-02-09Inlinable ArraySegment ctor (#9433)Ben Adams2-12/+25
2017-02-08Delete unnecessary domain sanity check (#9420)Jan Kotas1-3/+0
2017-02-08Span Slice method AggressiveInlining (#9404)Ahson Ahmed Khan2-1/+11
2017-02-07Add ComVisible(true) back to several special types (#9403)Jan Kotas5-7/+14
2017-02-07Remove more CAS (#9390)Dan Moseley183-257/+11
2017-02-07Fix field type for ByReference<T> and TypedReference (#9284)Koundinya Veluri2-5/+0
2017-02-07Remove bclrewriter (#9351)Dan Moseley20-12711/+17
2017-02-06Delete remaining security transparency annotationsJan Kotas15-94/+16
2017-02-06Delete ClassInterface attributesJan Kotas5-6/+0
2017-02-06Delete ComVisible attributesJan Kotas331-722/+2
2017-02-06Merge pull request #9368 from stephentoub/cq_fixesStephen Toub1-7/+10
2017-02-06CAS Security cleanup (#9355)Jan Kotas76-11037/+1189
2017-02-06Two fixes to ConcurrentQueueStephen Toub1-7/+10
2017-02-05Delete dead code from ExecutionContext (#9359)Stephen Toub1-12/+0
2017-02-05Address PR feedback and other cleanupStephen Toub9-195/+60
2017-02-05Remove NoInlining/StackCrawlMarks from TasksStephen Toub8-575/+183
2017-02-05Remove internal self-replicating support from TasksStephen Toub4-309/+36
2017-02-05Rename internal CoreLib Console to LowLevelConsole (#9341)Jan Kotas3-12/+30
2017-02-05Use StringBuilderCache for Enum.InternalFlagsFormat (#9340)Ben Adams1-11/+20
2017-02-04Remove stripped code (#9269)Dan Moseley245-25632/+1335
2017-02-03Remove duplicate attributes from CoreLib (#9327)Faizur Rahman4-375/+7
2017-02-03Remove cross appdomains cultures checks (#9328)Tarek Mahmoud Sayed3-45/+0
2017-02-03Reduce cost of LocalPop when local queue emptyStephen Toub1-19/+15
2017-02-03Allow Dequeue to avoid TrySteal if there's nothing to stealStephen Toub1-32/+35
2017-02-03Address PR feedbackStephen Toub1-13/+17
2017-02-03Enable inlining of EnsureVMInitializedStephen Toub1-2/+7
2017-02-03Replace usage of RandomStephen Toub1-1/+19
2017-02-03Remove StackCrawlMark goo from {Unsafe}QueueUserWorkItemStephen Toub2-53/+29
2017-02-03Remove unnecessary try/finally blocksStephen Toub1-95/+60
2017-02-03Rework work-stealing queue listStephen Toub1-49/+52
2017-02-03Reorder usings per previous PR feedbackStephen Toub1-8/+7
2017-02-02Make ValueTuple types serializable (#9271)Julien Couvreur1-0/+9
2017-02-02Delete remaining legacy ComInterfaces (#9270)Jan Kotas36-485/+30
2017-02-02Add ThreadPoolBoundHandle to model.xml (#9268)Jan Kotas1-0/+13
2017-02-01Delete LocalDataStore (#9266)Jan Kotas6-684/+0
2017-02-01Synchronize part of System/* with CoreRT (#9259)Jan Kotas74-1107/+1230
2017-02-01Merge pull request #9234 from stephentoub/tp_perfStephen Toub2-1053/+977
2017-02-01Adding some missing APIs on core that where added to N.S 2.0 (#9203)Santiago Fernandez Madero2-12/+80
2017-02-01Address PR feedbackStephen Toub1-1/+1
2017-02-01Synchronize src\mscorlib\corefx with CoreRT (#9251)Jan Kotas38-273/+171
2017-02-01Miscellaneous code cleanupStephen Toub1-172/+107
2017-02-01Simplify Dequeue methodStephen Toub1-20/+9
2017-02-01Remove unnecessary explicit static cctorsStephen Toub1-10/+0
2017-02-01Simplify TryStealStephen Toub1-24/+13
2017-02-01Use ConcurrentQueue<T> in ThreadPoolStephen Toub1-194/+26