summaryrefslogtreecommitdiff
path: root/src/vm/excep.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-12-15Fix warning causing error in warning as error (#21557)Ben Adams1-2/+2
2018-12-10Refactor internal System.AppDomain out of CoreLib (#21460)Jan Kotas1-25/+5
2018-12-10Delete vm/context.* (#21459)Jan Kotas1-253/+0
2018-11-09Delete dead/unreachable code related to remoting (#20880)Jan Kotas1-9/+9
2018-11-06NITsAndrew Au1-4/+5
2018-11-06More code review feedbackAndrew Au1-1/+11
2018-11-06Code review feedbackAndrew Au1-0/+31
2018-11-05 Fiber-friendly Vectored Exception Handling (#20746)Tobias Loew1-0/+18
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise1-4/+0
2018-10-07Remove mention of rotor from comments (#20297)Austin Wise1-2/+1
2018-09-25Fix hijacking for ARM/ARM64/x86 on Unix (#20042)Jan Vorlicek1-12/+38
2018-08-28Break into debugger on assertion failures (#19702)Jan Kotas1-43/+2
2018-08-23Enable unloading of AssemblyLoadContext (#18476)Jan Vorlicek1-1/+2
2018-08-21Handle null byref in helper (#19571)Carol Eidt1-0/+2
2018-08-11Make RuntimeType sealed and deleted support for introspection only loads (#19...Jan Kotas1-1/+0
2018-05-24Typo (#18122)John Doe1-1/+1
2018-04-19GCStress: try to reduce races and tolerate races better (#17330)Andy Ayers1-16/+21
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-31/+0
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas1-153/+59
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang1-9/+46
2018-02-21Show the expected stack trace from a rethrown exception. (#16464)Alexandre Teoi1-3/+1
2018-01-21Remove AppDomainLeaks configuration option (#15956)antofik1-15/+0
2017-11-29[Local GC] Fail fast on exceptions within a standalone GC (#15290)Sean Gillespie1-1/+2
2017-10-24Delete dead code (#14673)Jan Kotas1-2/+1
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-1/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-32/+18
2017-02-24Remove NakedThrowHelper and ifdef-out its callers (#9771)Jan Vorlicek1-9/+15
2017-02-22Clean up ClrUnwindEx (#9482)Jonghyun Park1-0/+2
2017-02-16[x86/Linux] Fix IsIPInMarkedJitHelper to handle sigsegv (#9605)SaeHie Park1-2/+7
2017-02-15Remove never defined FEATURE_UEF_CHAINMANAGERdanmosemsft1-118/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-7/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-23/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft1-5/+5
2017-02-12Remove never defined FEATURE_APPX_BINDERdanmosemsft1-23/+0
2017-02-12Remove always defined FEATURE_EXCEPTIONDISPATCHINFOdanmosemsft1-18/+0
2017-02-12Remove always defined FEATURE_EXCEPTION_NOTIFICATIONSdanmosemsft1-5/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft1-0/+12
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+50
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-50/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-97/+4
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-12/+0
2017-02-03[x86/Linux] Clean up non-WIN64EXCEPTIONS code: (#9305)Jonghyun Park1-9/+4
2017-01-11Rewrite CalleeSavedRegisters for x86 (#8871)Jonghyun Park1-4/+3
2017-01-11[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)Jonghyun Park1-27/+24
2017-01-09Add two missing #ifdef related with FEATURE_CORRUPTING_EXCEPTIONS (#8850)Jonghyun Park1-1/+3
2016-12-05[x86/Linux] Mark LeaveCatch as NYI (#8384)Jonghyun Park1-0/+5
2016-12-04Fix several misspellings of exception and "a exception". (#8442)Jon Hanna1-1/+1
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-27/+28
2016-11-30Add parentheses aroung logical operations (#8406)Jonghyun Park1-2/+2
2016-10-03Remove coreclr checks from AppDomain apis (#7471)Rahul Kumar1-9/+0