summaryrefslogtreecommitdiff
path: root/src/md
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy3-80/+64
2016-01-27Update license headersdotnet-bot137-548/+411
2016-01-21FIx the incremental build for WindowsJan Vorlicek22-22/+22
2015-11-23Delete code under !NO_CRT defineJan Kotas9-16/+5
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+4
2015-10-07correct word spellingあまみや ゆうこ1-1/+1
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar5-11/+30
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar2-4/+4
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri2-9/+3
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov2-2/+2
2015-06-05Fix bug: CoreCLR debugger couldn't make more than one EnC edit to a method. S...Eugene Zemtsov1-1/+5
2015-05-26Fix warning no-overloaded-virtualJan Vorlicek2-0/+11
2015-05-26Fix the virtual destructor warningJan Vorlicek8-7/+10
2015-05-07Merge changes from parent branchdotnet-bot4-10/+64
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)4-10/+4
2015-04-28Updating WinRT Projections to use FacadesRyan Byington2-8/+8
2015-04-21Update framework assembly for System.Uri WinRT projection from System.dll to ...Ryan Byington2-1/+4
2015-04-20Enable build crossgen.exe from build.cmd.John Chen10-2/+38
2015-04-01Fix next round of warning typesJan Vorlicek1-8/+0