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
/
System.Private.CoreLib
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-13
EnterContextualReflection handle null (#23953)
Steve MacLean
2
-4
/
+16
2019-04-13
Delete outdated comment (#23967)
Jan Kotas
1
-4
/
+0
2019-04-13
Remove unnecessary ThrowIfCreated call (#23839)
Next Turn
1
-2
/
+0
2019-04-13
Move DateTime Windows implementation to shared CoreLib (#23888)
Filip Navara
16
-147
/
+427
2019-04-13
Delete outdated comment
Jan Kotas
1
-4
/
+0
2019-04-13
Delete COMPlus_FinalizeOnShutdown (#23595)
Jan Kotas
8
-70
/
+19
2019-04-12
[master] Update dependencies from dotnet/corefx (#23893)
dotnet-maestro[bot]
6
-108
/
+0
2019-04-11
Add optimized UTF-8 validation and transcoding apis, hook them up to UTF8Enco...
Levi Broderick
18
-2427
/
+4216
2019-04-11
Fix Assembly.LoadFromPartialName(string) (#23912)
Steve MacLean
1
-1
/
+11
2019-04-11
Fix Version's comparer operators to allow null (#23898)
Stephen Toub
1
-4
/
+10
2019-04-11
Clarify comment in 3-byte processing
Levi Broderick
1
-2
/
+2
2019-04-11
Add missing check to 3-byte processing logic
Levi Broderick
1
-1
/
+4
2019-04-11
PR feedback: Clarify 3-byte sequence processing
Levi Broderick
2
-6
/
+21
2019-04-11
Disable nullability-related warnings
Jan Kotas
1
-0
/
+1
2019-04-11
Fix compilation failure in Utf16Utility
Levi Broderick
1
-1
/
+1
2019-04-11
PR feedback: document tempUtf8CodeUnitCountAdjustment usage
Levi Broderick
1
-5
/
+18
2019-04-11
PR feedback: Clarify charIsNonAscii vector usage
Levi Broderick
1
-0
/
+11
2019-04-11
PR feedback: Validate nint definitions
Levi Broderick
4
-0
/
+34
2019-04-11
PR feedback: Remove redundant endianess checks
Levi Broderick
1
-2
/
+4
2019-04-11
PR feedback: CountNumberOfLeadingAsciiBytesFrom24BitInteger
Levi Broderick
3
-15
/
+46
2019-04-11
PR feedback: Fix typos
Levi Broderick
2
-12
/
+12
2019-04-10
Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3
Levi Broderick
40
-549
/
+1086
2019-04-11
Contextual reflection (#23740)
Steve MacLean
7
-42
/
+206
2019-04-10
Re-flow Utf8Utility.Helpers
Levi Broderick
1
-273
/
+273
2019-04-10
Rename DWORD -> UInt32 throughout API surface
Levi Broderick
3
-45
/
+45
2019-04-10
Add comments tracking JIT workarounds.
Levi Broderick
1
-58
/
+47
2019-04-10
Move AssemblyName to shared (#23737)
Egor Bogatov
5
-138
/
+132
2019-04-10
Move TimerQueue.TickCount Windows implementation to shared CoreLib (#23838)
Filip Navara
7
-68
/
+78
2019-04-10
Make GC.GetGCMemoryInfo public (#23779)
Ludovic Henry
2
-3
/
+68
2019-04-10
Update Range.GetOffsetAndLength (#23855)
Tarek Mahmoud Sayed
2
-30
/
+12
2019-04-10
Tweaking some APIs according to user feedback. (#23857)
Tanner Gooding
10
-122
/
+474
2019-04-10
Expose new EventCounter APIs (#23808)
Sung Yoon Whang
8
-136
/
+105
2019-04-10
Fix incorrect Debug.Assert statements
Levi Broderick
3
-5
/
+8
2019-04-09
Add back using to EventSourceException
Santiago Fernandez Madero
1
-0
/
+1
2019-04-09
Update CoreRT for changes in shared partition
Jan Kotas
1
-10
/
+8
2019-04-09
Expand masks in Utf8Utility, fix const in fallback path
Levi Broderick
1
-21
/
+21
2019-04-09
Add 'SetNotificationForWaitCompletion' to ILLinkTrim.xml (#23822)
Gregg Miskelly
1
-0
/
+2
2019-04-09
PR feedback: Enable SSE2 in Utf16Utility code
Levi Broderick
1
-9
/
+25
2019-04-09
PR feedback
Levi Broderick
2
-44
/
+33
2019-04-09
PR feedback: GetElement(0) -> Sse2.StoreLow
Levi Broderick
1
-3
/
+3
2019-04-09
Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3
Levi Broderick
1
-9
/
+27
2019-04-09
Improve RuntimeHelpers.GetSubArray (#23829)
Stephen Toub
1
-9
/
+27
2019-04-08
Simplify vectorized logic; remove unnecessary adjustment
Levi Broderick
1
-3
/
+2
2019-04-08
Clarify that vector read is unaligned
Levi Broderick
1
-1
/
+1
2019-04-08
Merge remote-tracking branch 'origin/master' into utf8_validation_apis_3
Levi Broderick
467
-3155
/
+3362
2019-04-08
Remove the MultiFileSec option from EventPipe. (#23777)
José Rivero
3
-30
/
+3
2019-04-07
Fix two new nullable warnings with latest compiler
Stephen Toub
2
-2
/
+3
2019-04-06
Remove remaining devdocs and cleanup ComponentModel code (#23175)
Hugh Bellamy
5
-137
/
+126
2019-04-05
Match PtrToStringUTF8 to the other PtrToString* families. (#23731)
Jeremy Koritzinsky
1
-8
/
+7
2019-04-05
Whitespace (#23772)
Steve MacLean
2
-8
/
+8
[next]