summaryrefslogtreecommitdiff
path: root/src/vm/excep.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-09-27Port to Release/3.1 - enabling MHR support (#26803)Jan Vorlicek1-1/+11
2019-07-11Fix handling of NullReferenceException in VSD on ARM (#25627)Jan Vorlicek1-0/+33
2019-07-03arm64singlestepper (#25512)Steve MacLean1-2/+2
2019-06-29Fix GCStress issue on x86 and Arm (#25445)Brian Sullivan1-0/+5
2019-06-20Fix eventpipe filtering (#25221)Sung Yoon Whang1-1/+1
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-13/+3
2019-05-29Remove all uses of CanRunManagedCode() (#24847)Aaron Robinson1-24/+1
2019-05-28Cleanup unnecessary code in exception formatting (#24797)Jan Kotas1-18/+4
2019-05-27Call derived ToString on inner exceptions (#24793)Dan Moseley1-3/+3
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-13/+0
2019-05-01Adjust some terms (#24351)Dan Moseley1-2/+2
2019-04-26Typos (#24280)John Doe1-1/+1
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas1-11/+0
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-5/+0
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean1-4/+16
2019-03-16Fix x86 dumps from HandleFatalError showing misleading callstack (#23289)Elinor Fung1-0/+2
2019-03-11Add EntryPointFilter option (#23054)Steve MacLean1-21/+35
2019-03-07Cleanup unused hosting interfaces (#23091)Jan Kotas1-27/+0
2019-03-06Cleanup old code (#23053)Steve MacLean1-2/+2
2019-03-05Remove dead AppDomain unload code (#23026)Steve MacLean1-6/+0
2019-03-05Remove dead ContainToAppDomain (#23021)Steve MacLean1-14/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-2/+0
2019-02-19Early out from vectored exception handler on uninitialized threads (#22702)Jan Kotas1-3/+9
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-210/+5
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