summaryrefslogtreecommitdiff
path: root/src/md
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek7-28/+0
2019-06-07Reduce indirect function calls (#24980)David Wrighton5-94/+83
2019-05-22Delete FEATURE_WINDOWSPHONE (#24718)Jan Kotas3-46/+3
2019-05-20Cuckoo metadata (#24498)David Wrighton2-0/+8
2019-05-04Minor tweaks for gcc (#24391)Adeel Mujahid2-2/+2
2019-05-01Adjust some terms (#24351)Dan Moseley1-1/+1
2019-04-18Move R2R-specific code to be outside FEATURE_PREJIT (#24075)Jan Kotas1-1/+1
2019-04-15Use NewArrayHolder for array types (#24017)Omair Majid1-1/+1
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-2/+0
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-1/+1
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara5-21/+0
2018-11-18Add headers to all md*, v3binder*, and ceefgen vcxproj (#20163)Jacek Blaszczynski28-7/+250
2018-10-04Typos (#20271)John Doe2-2/+2
2018-09-07Fixes towards making the runtime compiled without FEATURE_PREJIT defined (#19...Jan Kotas2-0/+4
2018-07-24Fix mscordbi metadata reader alignment bug on Linux. (#19070)Mike McLaughlin2-0/+9
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko1-14/+14
2018-06-03Warnings cleanup (#18260)Robin Sue3-4/+2
2018-05-27Typo (#18141)John Doe1-1/+1
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-13Fix OpenVirtualProcess on Linux issue. (#17551)Mike McLaughlin1-3/+5
2018-03-24Delete unused files from src/inc (#17186)Jan Kotas1-1/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko33-33/+0
2018-01-29Fix metadata format error checking (#16036)Jan Kotas1-0/+5
2018-01-23Delete dead code (#15990)Jan Kotas1-7/+0
2017-10-27Delete dead code (#14703)Jan Kotas3-7633/+0
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park2-3/+3
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-137/+0
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri2-12/+20
2017-04-03Fix InternalsVisibleTo when it references an assembly with some DebuggableAtt...Koundinya Veluri1-1/+1
2017-03-25Typo correction (#10482)Ofer Zelig1-1/+1
2017-03-23Delete NewMergerJan Kotas11-7101/+1
2017-03-23Enable FEATURE_METADATA_EMIT_ALL for non-crossgen compilesBruce Forstall6-3/+12
2017-02-14Remove never defined FEATURE_METADATA_STANDALONE_WINRTdanmosemsft10-51/+19
2017-02-14Remove never defined FEATURE_METADATA_STANDALONE_WINRT_ROdanmosemsft4-59/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft2-10/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft5-2466/+0
2017-02-12Remove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require it...danmosemsft3-8837/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft12-276/+0
2016-12-26Remove files related to legacy build system (#8723)Robert43-1089/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-1/+4
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen3-33/+49
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen1-1/+1
2016-07-23The call to printf expects a string argument, but the actual argument was of ...vinnyrom1-1/+1
2016-05-25WinMD Adapter should only lookup mscorlib in WinMD referencesGaurav Khanna1-1/+3
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-4/+0
2016-04-29Add query handling of IUnknown for MergeTokenManager and CMapToken (#4563)shion1-10/+38
2016-03-21Delete legacy netcf compat support (part 1)Jan Kotas1-10/+0
2016-03-09Delete dead codeJan Kotas1-17/+0
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)2-10/+8