summaryrefslogtreecommitdiff
path: root/src/vm/clsload.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-02Merge branch 'master' into master-mergeMichal Strehovský1-113/+20
2017-10-06Delete dead code (#14365)Jan Kotas1-113/+20
2017-09-13Merge branch 'master' into update_from_masterDavid Wrighton1-439/+17
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-439/+17
2017-07-19More update for default interface methods (#10818)Yi Zhang (CLR)1-9/+25
2017-05-26EETypeHashTable lookups can deadlock with GC during comparison with unrestore...Jan Kotas1-0/+9
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-12/+1
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-13/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-15/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-3/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-194/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-15/+0
2016-08-12Issue: If two threads try to load the same type it can cause clr to hang if t...Rahul Kumar1-2/+15
2016-06-13Refactor MethodTable::ContainsStackPtr (#5754)Jan Kotas1-12/+24
2016-06-11Correct comment (#5738)Jan Kotas1-2/+7
2016-06-11Do not use fragile native image content when generating R2R images (#5715)Jan Kotas1-2/+3
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-8/+8
2016-03-23Merge pull request #3888 from jkotas/platform-assembliesJan Kotas1-14/+3
2016-03-23Fix build breakFadi Hanna1-2/+4
2016-03-23Merge pull request #3735 from fadimounir/HashtableOfTypesFadi Hanna1-140/+255
2016-03-23Remove special casing of platform assembliesJan Kotas1-14/+3
2016-03-23Title: Hashtable of types for R2R modulesFadi Hanna1-140/+255
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-6/+1
2016-01-27Update license headersdotnet-bot1-4/+3
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-04-28Updating WinRT Projections to use FacadesRyan Byington1-3/+30
2015-04-01Fix next round of warning typesJan Vorlicek1-4/+4
2015-03-21Add host flag to disable transparency checks in CoreCLRJan Kotas1-11/+5
2015-02-03Remove non ASCII characters from source filesMatt Ellis1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6637