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
/
debug
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-13
Merge pull request #9551 from danmosemsft/dead2
Dan Moseley
1
-3
/
+1
2017-02-13
[Unix] twowaypipe unlink before mkfifo (#9505)
Steve MacLean
1
-0
/
+5
2017-02-12
Remove dead crossdomaincalls.cpp
danmosemsft
1
-3
/
+1
2017-02-12
Remove never defined FEATURE_FUSION
danmosemsft
2
-41
/
+0
2017-02-12
Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)
danmosemsft
3
-6
/
+6
2017-02-12
Remove never defined FEATURE_CER and header
danmosemsft
2
-112
/
+0
2017-02-12
Remove never defined FEATURE_APPX_BINDER
danmosemsft
1
-3
/
+0
2017-02-12
Remove always defined FEATURE_MAIN_CLR_MODULE_USES_CORE_NAME
danmosemsft
1
-4
/
+0
2017-02-12
Remove always defined FEATURE_EXCEPTIONDISPATCHINFO
danmosemsft
1
-5
/
+0
2017-02-11
Revert "Remove always defined FEATURE_CORESYSTEM"
danmosemsft
14
-3
/
+470
2017-02-11
Revert "Remove more always defined FEATURE_CORESYSTEM"
danmosemsft
1
-1
/
+1
2017-02-10
Remove more always defined FEATURE_CORESYSTEM
danmosemsft
1
-1
/
+1
2017-02-10
Remove always defined FEATURE_CORECLR
danmosemsft
10
-124
/
+3
2017-02-10
Remove always undefined FEATURE_APTCA
danmosemsft
1
-7
/
+0
2017-02-10
Remove always defined FEATURE_CORESYSTEM
danmosemsft
14
-470
/
+3
2017-02-02
[x86/Linux] Do NOT use pXXX fields (#9121)
Jonghyun Park
4
-27
/
+27
2017-02-01
Fixes to make the lldb plugin work on ARM64 (#9216)
Frederik Carlier
1
-1
/
+5
2017-01-30
Support building lldbplugin on ARM64 (#9195)
Frederik Carlier
1
-5
/
+13
2017-01-24
Delete unused files (#9082)
mikedn
4
-483
/
+0
2017-01-23
Rename Esp in x86 REGDISPLAY as SP (#9070)
Jonghyun Park
4
-4
/
+4
2017-01-20
Fix debugger launch race hitting breakpoints in startup code. (#8951)
Mike McLaughlin
1
-3
/
+10
2017-01-13
Fixes to make runtime work on ARM64 Linux (#8947)
Jan Vorlicek
2
-1
/
+26
2017-01-11
Fix issue #8139 amd64 decoder bug. (#8901)
Mike McLaughlin
1
-2
/
+3
2017-01-11
[ARM32/Linux] Fix cross-architecture build error: T_CONTEXT (#8888)
Hyeongseok Oh
1
-1
/
+1
2017-01-11
[x86/Linux] Fix WIN64EXCEPTIONS build error (#8629)
Jonghyun Park
4
-8
/
+8
2016-12-26
Remove files related to legacy build system (#8723)
Robert
15
-474
/
+0
2016-12-20
[x86/Linux] Implement libunwind-based unwindLazyStack (#8686)
Jonghyun Park
1
-2
/
+2
2016-12-18
Remove Read/WriteProcessMemory from PAL. (#8655)
Mike McLaughlin
3
-38
/
+5
2016-12-09
Remove sscanf and sprintf usage (#8508)
Jan Vorlicek
1
-4
/
+4
2016-12-06
[x86/Linux] Fix Dacp structure size mismatch (#8377)
SaeHie Park
1
-23
/
+1
2016-12-05
[x86/Linux] Fix unknown pragma build error (#8427)
Jonghyun Park
1
-0
/
+2
2016-12-04
Fix several misspellings of exception and "a exception". (#8442)
Jon Hanna
2
-2
/
+2
2016-12-01
fix permissive C++ code (MSVC /permissive-) (#8337)
Phil Christensen
1
-2
/
+4
2016-11-29
Disable CER feature as it is not used (#8218)
John Chen
2
-0
/
+9
2016-11-28
[x86/Linux] Fix error variable 'td' is uninitialized (#8299)
SaeHie Park
1
-1
/
+1
2016-11-26
Fix building CoreCLR with Clang 3.9 (#8311)
Jan Vorlicek
7
-6
/
+12
2016-11-22
[x86/Linux] fix and add for x86 cmake configuration (#8219)
SaeHie Park
2
-3
/
+71
2016-11-21
Remove unsafe banned functions (#8162)
Jan Vorlicek
1
-4
/
+6
2016-11-07
Reduce variable scope
Dmitry-Me
1
-2
/
+1
2016-11-02
Fix race condition (#7928)
Dmitry-Me
1
-7
/
+7
2016-11-02
Check pointer before dereferencing it (#7930)
Dmitry-Me
1
-2
/
+2
2016-11-01
Fix build break 814276: FEATURE_SPAN_OF_T disabled in runtime but enabled in DAC
John Chen
1
-0
/
+6
2016-10-27
Fix exception.StackTrace race condition. Issue #12467. (#7856)
Mike McLaughlin
1
-20
/
+23
2016-10-21
Initialize member variable (#7737)
Dmitry-Me
1
-1
/
+1
2016-10-19
Remove misleading check (#7654)
Dmitry-Me
1
-7
/
+6
2016-10-17
Fix broken #elif (#7656)
Dmitry-Me
1
-1
/
+1
2016-10-16
Don't return pointer to already deleted object (#3483)
Dmitry-Me
1
-0
/
+1
2016-10-14
NullReferenceException APIs (#7338)
Sven Boemer
7
-28
/
+621
2016-10-14
Clarify code with unobvious precedence (#1624)
Dmitry-Me
1
-1
/
+6
2016-10-02
Fix a bug where the DAC read four more bytes than necessary (#7430)
Sean Gillespie
1
-16
/
+4
[next]