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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-28
Fix order of raising AssemblyLoadContext.Unloading and AppDomain.ProcessExit ...
Caio Kinelski
2
-16
/
+29
2016-12-28
Fix Bitposition funtion (#8739)
Hyeongseok Oh
1
-2
/
+2
2016-12-27
Merge pull request #8734 from justinvp/tzi_files
Jan Kotas
7
-3502
/
+3592
2016-12-27
Remove ifdefs from TimeZoneInfo
Justin Van Patten
4
-2448
/
+2497
2016-12-26
Move nested TimeZoneInfo types to their own files
Justin Van Patten
5
-1054
/
+1095
2016-12-26
Remove files related to legacy build system (#8723)
Robert
148
-6379
/
+0
2016-12-24
TimeZoneInfo Cleanup (#8720)
Justin Van Patten
1
-2468
/
+2202
2016-12-23
Improve ArrayPool core affinity (#8716)
Jan Kotas
5
-90
/
+47
2016-12-23
Remove all usage of vsnprintf (#8709)
Jan Vorlicek
105
-1757
/
+129
2016-12-23
[Linux] Fix cross-architecture component build configuration for ARM32-target...
Hyeongseok Oh
3
-17
/
+34
2016-12-22
ARM: A step towards the RyuJIT/ARM32 backend.
Mikhail Skvortcov
8
-137
/
+1697
2016-12-21
Adding ValueTuple and ITuple to corlib in CoreCLR (#8695)
Julien Couvreur
10
-214
/
+4186
2016-12-21
Delete FEATURE_LEGACYSURFACE (#8704)
Jan Kotas
18
-1902
/
+5
2016-12-21
Merge pull request #8706 from sivarv/simdAbs
Sivarv
5
-10
/
+60
2016-12-21
Use Pabsd/pabsw/pabsb instructions for Abs SIMD intrinsic on SSE4 and above t...
sivarv
5
-10
/
+60
2016-12-21
Move EditorBrowsableAttribute to CoreLib (#8703)
Jan Kotas
7
-2
/
+73
2016-12-21
Merge pull request #8697 from sivarv/lockAddFix
Sivarv
1
-1
/
+26
2016-12-21
Remove FEATURE_BLC_FORMATTING (#8699)
Jan Vorlicek
4
-458
/
+44
2016-12-20
Fix GT_LOCKADD register specification.
sivarv
1
-1
/
+26
2016-12-20
Merge pull request #8693 from JosephTremoulet/ValueNumberField
Joseph Tremoulet
1
-4
/
+3
2016-12-20
Use field type value-numbering local field stores
Joseph Tremoulet
1
-4
/
+3
2016-12-20
Change wrong indentations in GetSecureInvoke() codes (#8688)
Sujin Kim
1
-16
/
+16
2016-12-20
ARM: do not use unpredictable sub.w sp, rN, #imm (#8636)
mskvortsov
1
-1
/
+2
2016-12-20
[x86/Linux] Implement libunwind-based unwindLazyStack (#8686)
Jonghyun Park
3
-4
/
+115
2016-12-19
Fix the bug that Secure Delegate Stubs are compiled every time. (#8592)
Sujin Kim
3
-48
/
+76
2016-12-19
Add Encoding.GetBytes(string, offset, count) (#8651)
Alexander Radchenko
2
-2
/
+71
2016-12-19
Fix DllImport of IdnToAscii & IdnToUnicode (#8666)
John Chen
1
-2
/
+2
2016-12-19
Merge pull request #8674 from AndyAyersMS/BiggerBlockFlag
Andy Ayers
4
-21
/
+20
2016-12-19
[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb stepping (#8637)
Igor Kulaychuk
2
-13
/
+33
2016-12-19
[x86/Linux] Add UMThunkStub (#8627)
SaeHie Park
4
-5
/
+168
2016-12-18
Remove Read/WriteProcessMemory from PAL. (#8655)
Mike McLaughlin
27
-1873
/
+154
2016-12-17
Use ExecutionPolicy ByPass to execute probe-win.ps1 script during the build (...
Jan Kotas
1
-1
/
+1
2016-12-17
Widen basic block flag field to 64 bits
Andy Ayers
4
-21
/
+20
2016-12-16
Merge pull request #8668 from gkhanna79/PNBRid
Gaurav Khanna
15
-0
/
+207
2016-12-16
Packaging support for portable Linux binaries.
Gaurav Khanna
15
-0
/
+207
2016-12-16
Avoid Unsafe.AsRef in Span<T> implementation (#8657)
Jan Kotas
5
-18
/
+3
2016-12-16
Dictionary.GetValueOrDefault (#8641)
Alexander Radchenko
2
-7
/
+12
2016-12-16
Fix buildsystem for linux cross-architecture component build (#8646)
Hyeongseok Oh
1
-9
/
+13
2016-12-16
Makes CultureInfo.get_Parent thread safe (#8656)
Rama krishnan Raghupathy
1
-4
/
+6
2016-12-16
[Linux][GDB-JIT] Add try/catch blocks to methods in DWARF (#8650)
Igor Kulaychuk
2
-3
/
+163
2016-12-15
Make it easier to use StringComparison & StringComparer with GetHashCode (#8633)
Alexander Radchenko
3
-0
/
+29
2016-12-15
Switch GCSample to the canonical GCToOSInterface implementation (#8653)
Jan Kotas
8
-480
/
+14
2016-12-15
Merge pull request #8642 from CarolEidt/Fix359736
Carol Eidt
1
-0
/
+8
2016-12-15
Remove API Set dependency (#8624)
John Chen
4
-112
/
+15
2016-12-15
Merge pull request #8207 from CarolEidt/StreamlineResolution
Carol Eidt
2
-61
/
+198
2016-12-15
Merge pull request #8329 from litian2025/Fix_SIMDScalarMoveEncoding
Sivarv
2
-17
/
+19
2016-12-14
Fix SIMD Scalar Move Encoding: VEX.L should be 0
Li Tian
2
-17
/
+19
2016-12-14
Correctly sequence fgMorphModToSubMulDiv
Carol Eidt
1
-0
/
+8
2016-12-14
Fix ref count adjustment in `fgMorphBlockStmt`.
Pat Gavlin
1
-6
/
+6
2016-12-14
[Linux][GDB-JIT] Add simple C++ mangling of method names in GDBJIT DWARF (#8638)
Igor Kulaychuk
2
-3
/
+85
[next]