summaryrefslogtreecommitdiff
path: root/src/vm/pefile.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-04-24More multi-appdomain support removal (#23921)David Wrighton1-1/+1
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-4/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-4/+0
2019-01-06Remove CAS era security checks around resource loads (#21825)Filip Navara1-28/+0
2018-12-05Delete FEATURE_TREAT_NI_AS_MSIL_DURING_DIAGNOSTICS (#21387)Jan Kotas1-9/+3
2018-12-05Remove FromGAC & OnTPAList (#21371)Steve MacLean1-55/+3
2018-11-21Delete dead/unused code (#21138)Jan Kotas1-6/+4
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas1-72/+55
2018-08-14Delete dead code (#19452)Jan Kotas1-63/+2
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-60/+14
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-4/+4
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-2/+0
2018-02-28Replace ambiguous _WIN64 and BIT64 with _TARGET_64BIT_ macroEgor Chesakov1-1/+1
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-1/+0
2017-05-25Remove the check that requires an instrumented flags for mscorlib when collec...Brian Sullivan1-11/+0
2017-05-23Direct mapping of IL-assembly images that don't contain writeable sections.Ruben Ayrapetyan1-1/+14
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-23/+0
2017-04-27Unify fetching LoadContext for Dynamic Assemblies (#11264)Gaurav Khanna1-2/+12
2017-02-14Remove never defined FEATURE_MULTIMODULE_ASSEMBLIESdanmosemsft1-402/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-299/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-924/+0
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-10/+0
2017-02-12Remove always defined FEATURE_VERSIONINGdanmosemsft1-2/+0
2017-02-12Remove always defined FEATURE_HOST_ASSEMBLY_RESOLVERdanmosemsft1-2/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-283/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-380/+0
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-0/+3
2016-06-11Do not use fragile native image content when generating R2R images (#5715)Jan Kotas1-1/+7
2016-05-16Initial change to support System.Private.CoreLib.dll as Core Library.Gaurav Khanna1-1/+1
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-34/+5
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-3/+3
2016-03-23Remove special casing of platform assembliesJan Kotas1-122/+0
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-36/+1
2016-03-13Remove remaining strongname validation on WindowsJan Kotas1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-16Bug fixes from desktopJan Kotas1-2/+2
2015-10-31Merge pull request #1918 from dotnet-bot/from-tfsJan Kotas1-0/+11
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+11
2015-10-28Modify Platform ID of Linux NIs (issue #1035)John Chen1-1/+1
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-4/+4
2015-05-07Merge changes from parent branchdotnet-bot1-0/+20
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-2/+2
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+5310