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
2019-04-20
Eventpipe Crst ordering fix (#24101)
Sung Yoon Whang
2
-4
/
+5
2019-04-20
Tighten asserts (#24124)
Andrew Au
5
-10
/
+10
2019-04-20
Fix Timezone whitespace (#24137)
Steve MacLean
2
-3046
/
+3046
2019-04-19
The thread triggering finalizer shutdown events should be in an alertable sta...
Aaron Robinson
1
-1
/
+5
2019-04-19
Pulling in CoreFX changes and fixing up Sse2.StoreLow to be Sse2.StoreScalar ...
Tanner Gooding
4
-24
/
+4
2019-04-19
Implement APIs for some threading metrics (CoreCLR) (#24113)
Koundinya Veluri
14
-34
/
+325
2019-04-19
Merge pull request #24126 from sandreenko/fixStmtBug
Sergey Andreenko
1
-11
/
+35
2019-04-19
Fix `impGetStructAddr`.
Sergey Andreenko
1
-11
/
+35
2019-04-19
Large Pages on Linux & macOS (#24098)
Mukul Sabharwal
6
-7
/
+52
2019-04-19
Fix build errors in Interop.Errors
Santiago Fernandez Madero
1
-0
/
+2
2019-04-19
Disable warning in ValueStringBuilder.ToString
Santiago Fernandez Madero
1
-0
/
+2
2019-04-19
Block usage of default interfaces feature in COM scenarios (#23970)
Aaron Robinson
10
-354
/
+396
2019-04-19
Look for IBC data outside Windows (#24062)
Michal Strehovský
2
-4
/
+0
2019-04-19
Nullable: couple of missing #nullable enable (#24094)
Krzysztof Wicher
12
-0
/
+12
2019-04-19
Nullable: System.Collections.Concurrent (#24054)
Stephen Toub
4
-51
/
+39
2019-04-19
Fix performance regression on glibc on Linux (#24099)
Filip Navara
1
-2
/
+6
2019-04-18
Move R2R-specific code to be outside FEATURE_PREJIT (#24075)
Jan Kotas
41
-357
/
+388
2019-04-18
Adding Sse2.StoreScalar(long*, V128) which will replace Sse2.StoreLow(long*, ...
Tanner Gooding
3
-1
/
+21
2019-04-18
Don't return value types as const (#24103)
Omair Majid
2
-6
/
+6
2019-04-18
Allow UpperVector Save and Restore without base type (#24080)
Carol Eidt
1
-1
/
+8
2019-04-18
Fix RVA field placement order (#24047)
Fadi Hanna
2
-6
/
+10
2019-04-18
If IPC connections fails, then remove active session. (#24082)
José Rivero
6
-5
/
+37
2019-04-18
Merge pull request #24071 from AndyAyersMS/Fix24055
Russ Keldorph
1
-3
/
+3
2019-04-18
Add a destructor for sos::GCHeap (#24072)
Omair Majid
2
-0
/
+7
2019-04-18
Merge pull request #23853 from jkoritzinsky/cmake-ninja-fix
Jan Vorlicek
9
-24
/
+29
2019-04-18
Merge pull request #24066 from janvorli/put-back-cpu-limits
Jan Vorlicek
2
-16
/
+18
2019-04-18
Skip type sanity checks for CoreLib (#24074)
Jan Kotas
2
-2
/
+2
2019-04-18
Fixed ChunkEnumerator.Current NRE (#24076)
Benjamin Bartels
1
-1
/
+12
2019-04-18
Merge pull request #23934 from franksinankaya/gcc_cleanup_18
Jan Vorlicek
2
-11
/
+11
2019-04-17
Merge pull request #23762 from dotnet/NullableFeature
Santiago Fernandez Madero
783
-6567
/
+6860
2019-04-17
another similar fix
Andy Ayers
1
-1
/
+1
2019-04-17
Removing the unnecessary friend relationship
Andrew Au
1
-1
/
+0
2019-04-17
Merge pull request #24067 from briansull/desktop-fix2
Brian Sullivan
3
-6
/
+10
2019-04-17
Added comment on #endif
Brian Sullivan
1
-1
/
+1
2019-04-17
JIT: fix arm64 crossgen simd issue
Andy Ayers
1
-2
/
+2
2019-04-17
JIT: ignore pinning of non-gc types (#24010)
Andy Ayers
2
-10
/
+28
2019-04-17
Fix StringBuilder annotations and debug.asserts (#24069)
Santiago Fernandez Madero
1
-13
/
+12
2019-04-17
Runtime counters naming change and setting default rates. (#24052)
Sung Yoon Whang
1
-7
/
+7
2019-04-17
Restrict morph add rearrangement. (#23984)
Eugene Rozenfeld
1
-40
/
+44
2019-04-17
Fix for Desktop build break
Brian Sullivan
3
-6
/
+10
2019-04-17
Add lvIsImplicitByRef information to lvaSetStruct (#19223)
Jarret Shook
7
-72
/
+80
2019-04-17
Put back the CPU limiting in GC
Jan Vorlicek
2
-16
/
+18
2019-04-17
Update the types consumers of Index and Range (#24036)
Tarek Mahmoud Sayed
8
-182
/
+5
2019-04-16
Fix a ZeroMemory call in methodcontext.cpp (#23843)
Omair Majid
1
-2
/
+2
2019-04-16
Nit: Update comment (#23896)
Next Turn
1
-1
/
+1
2019-04-16
Remove limits on IVT public key lengths. (#24042)
Jeremy Koritzinsky
1
-7
/
+1
2019-04-16
Changing Math.Max, Math.Min, Math.MaxMagnitude, and Math.MinMagnitude to prop...
Tanner Gooding
2
-128
/
+64
2019-04-16
Fix incorrect EHCount calculation (#24048)
Levi Broderick
1
-1
/
+6
2019-04-16
Fix incorrect thread affinitization (#24045)
Jan Vorlicek
1
-7
/
+2
2019-04-16
[EventPipe] Minor bug fixes, and remove redundant/unused code. (#23956)
José Rivero
14
-221
/
+152
[next]