index
:
platform/upstream/coreclr
accepted/tizen_4.0_base
accepted/tizen_4.0_unified
accepted/tizen_5.0_base
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_base
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
asoldatov
backup/release/2.0.0_tizen/20170828
backup/release/2.0.0_tizen/20170906
backup/tizen_5.5/20190304
backup/tizen_base_2.0.0
backup/tizen_base_2.1.1-upd2
master
origin/backup/release/2.0.0_tizen_4.0/20170908
sandbox/adrob/asan
sandbox/adrob/asan.old
sandbox/akazmin/asan_annotate_buff
sandbox/ches01/asan
sandbox/ches01/asan_ARM
sandbox/ches01/asan_ARM_v2
sandbox/ches01/asan_amd64
sandbox/ches01/asan_amd64_intel_syntax
sandbox/ches01/asan_amd64_v2
sandbox/ches01/integrate-libasansi
sandbox/ches01/integrate-libasansi_debug
sandbox/ches01/integrate-libasansi_debug_v2
sandbox/denis13/gcc6x
sandbox/dkson95/clang
sandbox/dkson95/gcc_6_2_1
sandbox/dkson95/hardfp
sandbox/dkson95/hardfp_rebase
sandbox/dkson95/integrate-libasansi
sandbox/dkson95/tizen
sandbox/giuliana/fix_llvm_path
sandbox/giuliana/gcc_6_2_1
sandbox/giuliana/x86_baselibs
sandbox/jaehun77/hardfp
sandbox/mkashkarov/debug_build
sandbox/mkashkarov/test
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
sandbox/vbarinov/clean-clang
sandbox/wangbiao/rpm_upgrade
tc
tizen
tizen_4.0
tizen_4.0_base
tizen_4.0_tv
tizen_5.0_base
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_base
Domain: Dotnet / Core; Licenses: MIT;
Alexander Soldatov <soldatov.a@samsung.com>, Dmitri Botcharnikov <dmitry.b@samsung.com>, Igor Kulaychuk <i.kulaychuk@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
vm
/
excep.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2019-07-11
Fix handling of NullReferenceException in VSD on ARM (#25627)
Jan Vorlicek
1
-0
/
+33
2019-07-03
arm64singlestepper (#25512)
Steve MacLean
1
-2
/
+2
2019-06-29
Fix GCStress issue on x86 and Arm (#25445)
Brian Sullivan
1
-0
/
+5
2019-06-20
Fix eventpipe filtering (#25221)
Sung Yoon Whang
1
-1
/
+1
2019-06-02
Improve fatal err msg (#24390)
Dan Moseley
1
-13
/
+3
2019-05-29
Remove all uses of CanRunManagedCode() (#24847)
Aaron Robinson
1
-24
/
+1
2019-05-28
Cleanup unnecessary code in exception formatting (#24797)
Jan Kotas
1
-18
/
+4
2019-05-27
Call derived ToString on inner exceptions (#24793)
Dan Moseley
1
-3
/
+3
2019-05-08
Remove more MDA support code (#24457)
Steve MacLean
1
-13
/
+0
2019-05-01
Adjust some terms (#24351)
Dan Moseley
1
-2
/
+2
2019-04-26
Typos (#24280)
John Doe
1
-1
/
+1
2019-04-13
Delete COMPlus_FinalizeOnShutdown (#23595)
Jan Kotas
1
-11
/
+0
2019-04-03
Remove ADID and ADIndex from CoreCLR (#23588)
David Wrighton
1
-5
/
+0
2019-03-27
Extend WindowsEventLog test for EntryPointFilter (#23178)
Steve MacLean
1
-4
/
+16
2019-03-16
Fix x86 dumps from HandleFatalError showing misleading callstack (#23289)
Elinor Fung
1
-0
/
+2
2019-03-11
Add EntryPointFilter option (#23054)
Steve MacLean
1
-21
/
+35
2019-03-07
Cleanup unused hosting interfaces (#23091)
Jan Kotas
1
-27
/
+0
2019-03-06
Cleanup old code (#23053)
Steve MacLean
1
-2
/
+2
2019-03-05
Remove dead AppDomain unload code (#23026)
Steve MacLean
1
-6
/
+0
2019-03-05
Remove dead ContainToAppDomain (#23021)
Steve MacLean
1
-14
/
+2
2019-02-21
Remove unused perfcounter code (#22742)
Sung Yoon Whang
1
-2
/
+0
2019-02-19
Early out from vectored exception handler on uninitialized threads (#22702)
Jan Kotas
1
-3
/
+9
2019-01-23
Remove all traces of FEATURE_STACK_PROBE. (#22149)
Filip Navara
1
-210
/
+5
2018-12-15
Fix warning causing error in warning as error (#21557)
Ben Adams
1
-2
/
+2
2018-12-10
Refactor internal System.AppDomain out of CoreLib (#21460)
Jan Kotas
1
-25
/
+5
2018-12-10
Delete vm/context.* (#21459)
Jan Kotas
1
-253
/
+0
2018-11-09
Delete dead/unreachable code related to remoting (#20880)
Jan Kotas
1
-9
/
+9
2018-11-06
NITs
Andrew Au
1
-4
/
+5
2018-11-06
More code review feedback
Andrew Au
1
-1
/
+11
2018-11-06
Code review feedback
Andrew Au
1
-0
/
+31
2018-11-05
Fiber-friendly Vectored Exception Handling (#20746)
Tobias Loew
1
-0
/
+18
2018-10-08
Remove mentions of Rotor from codebase (#20298)
Austin Wise
1
-4
/
+0
2018-10-07
Remove mention of rotor from comments (#20297)
Austin Wise
1
-2
/
+1
2018-09-25
Fix hijacking for ARM/ARM64/x86 on Unix (#20042)
Jan Vorlicek
1
-12
/
+38
2018-08-28
Break into debugger on assertion failures (#19702)
Jan Kotas
1
-43
/
+2
2018-08-23
Enable unloading of AssemblyLoadContext (#18476)
Jan Vorlicek
1
-1
/
+2
2018-08-21
Handle null byref in helper (#19571)
Carol Eidt
1
-0
/
+2
2018-08-11
Make RuntimeType sealed and deleted support for introspection only loads (#19...
Jan Kotas
1
-1
/
+0
2018-05-24
Typo (#18122)
John Doe
1
-1
/
+1
2018-04-19
GCStress: try to reduce races and tolerate races better (#17330)
Andy Ayers
1
-16
/
+21
2018-04-05
Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)
Jan Kotas
1
-31
/
+0
2018-03-31
Delete dead code to support OSes prior to Windows 7 (#17367)
Jan Kotas
1
-153
/
+59
2018-03-27
Failfast windows event log (#16875)
Sung Yoon Whang
1
-9
/
+46
2018-02-21
Show the expected stack trace from a rethrown exception. (#16464)
Alexandre Teoi
1
-3
/
+1
2018-01-21
Remove AppDomainLeaks configuration option (#15956)
antofik
1
-15
/
+0
2017-11-29
[Local GC] Fail fast on exceptions within a standalone GC (#15290)
Sean Gillespie
1
-1
/
+2
2017-10-24
Delete dead code (#14673)
Jan Kotas
1
-2
/
+1
2017-06-12
[Arm64/Unix] Add 64K page support (#10981)
Steve MacLean
1
-1
/
+1
2017-05-17
Finish deleting dead CAS code from CoreLib (#11436)
Jan Kotas
1
-32
/
+18
2017-02-24
Remove NakedThrowHelper and ifdef-out its callers (#9771)
Jan Vorlicek
1
-9
/
+15
[next]