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
/
mscorlib
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-05
Remove hosting methods that always return false (#9930)
Austin Wise
1
-5
/
+0
2017-03-05
Delete IsNonW8PFrameworkAPI checks (#9964)
Jan Kotas
14
-523
/
+34
2017-03-04
Remove ComVisible as per #9371 (#9962)
Paul Westcott
1
-1
/
+0
2017-03-04
Extending optimized JIT helpers to Buffer.MemoryCopy (#9786)
Varun Venkatesan
1
-290
/
+151
2017-03-04
Move System.Lazy to shared CoreLib partition (#9955)
Jan Kotas
4
-21
/
+35
2017-03-03
Remove unreferenced file (#9952)
Alex Perovich
1
-21
/
+0
2017-03-03
Alternative System.Lazy implementation (#8963)
Paul Westcott
1
-240
/
+306
2017-03-03
Clean up Normalization code (#9941)
Tarek Mahmoud Sayed
6
-198
/
+83
2017-03-02
Merge shared changes from corert and use C# shared project to enable VS editi...
Alex Perovich
52
-1166
/
+1077
2017-03-02
Removing ref T Span.GetItem and updating Indexer to return ref (#9787)
Ahson Ahmed Khan
1
-35
/
+2
2017-03-01
Cleanup the native globalization code (#9887)
Tarek Mahmoud Sayed
1
-1
/
+0
2017-03-01
Timespan division and multiplication. (#9804)
Jon Hanna
1
-1
/
+43
2017-03-01
Merge pull request #9831 from WinCPP/LazyInitializerNewOverloads
Stephen Toub
1
-34
/
+57
2017-03-01
Corefx #16274 - LazyInitializer.EnsureInitialized overload for reference
WinCPP
1
-34
/
+57
2017-02-28
Globalization merge (#9835)
Tarek Mahmoud Sayed
115
-31137
/
+4240
2017-02-28
Move files that are identical with CoreRT under mscorlib\shared (#9861)
Jan Kotas
82
-82
/
+80
2017-02-28
Add more shared sources
Alex Perovich
5
-7
/
+3
2017-02-27
Replace INSIDE_CLR with CORECLR (#9841)
Dan Moseley
7
-10
/
+10
2017-02-27
Move Used interop sources into shared folder (#9840)
Alex Perovich
51
-49
/
+53
2017-02-27
Improve BitConverter.ToIntNN methods (#9803)
mikedn
1
-161
/
+67
2017-02-27
Use Unsafe.ReadUnaligned/WriteUnaligned in UMA (#9829)
mikedn
1
-392
/
+71
2017-02-27
Add Unsafe.ReadUnaligned/WriteUnaligned (#9808)
mikedn
1
-1
/
+42
2017-02-25
Update BitConverter from CoreFX (#9788)
Jan Kotas
2
-160
/
+132
2017-02-25
Better ArraySegment .ctor tests (#9800)
Ben Adams
1
-1
/
+2
2017-02-24
Remove `this == null` checks from string.Equals (#9768)
James Ko
1
-7
/
+1
2017-02-24
Move S.Buffers and S.IO sources shared with corert into shared folder (#9778)
Alex Perovich
27
-70
/
+52
2017-02-24
Merge pull request #9598 from ahsonkhan/OptimizeSpanClear
Ahson Ahmed Khan
5
-64
/
+441
2017-02-24
Merge pull request #9769 from ianhays/filelock_osx
Ian Hays
5
-16
/
+57
2017-02-24
Update FileLock/Unlock PNSE message for OSX
Ian Hays
1
-1
/
+1
2017-02-24
Avoid unnecessary branch in CultureAwareComparer (#9767)
Justin Van Patten
1
-34
/
+18
2017-02-24
Remove OSX FileStream Lock/Unlock
Ian Hays
5
-16
/
+57
2017-02-23
Address PR feedback
Stephen Toub
1
-20
/
+6
2017-02-23
Improve CompareOrdinalIgnoreCaseHelper by removing return from loop
Stephen Toub
1
-3
/
+7
2017-02-23
Strongly type StringComparer static comparer fields
Stephen Toub
1
-4
/
+4
2017-02-23
Split OrdinalIgnoreCaseComparer from OrdinalComparer
Stephen Toub
1
-67
/
+48
2017-02-23
Run codeformatter on S.P.CoreLib sources
Alex Perovich
681
-31719
/
+40714
2017-02-23
Manual change to make codeformatter work
Alex Perovich
1
-4
/
+4
2017-02-22
Reduce code in SafeHandleAddRef (#9724)
Stephen Toub
2
-6
/
+10
2017-02-22
Faster List Add (#9539)
Ben Adams
1
-4
/
+24
2017-02-22
Changing AddNative to AddByteOffset
ahsonkhan
2
-32
/
+31
2017-02-22
Separate Comparer and EqualityComparer creation logic into a non-generic clas...
James Ko
4
-142
/
+221
2017-02-21
Fixing places where Add to AddNative was missed along with ifdef on BIT64
ahsonkhan
1
-11
/
+23
2017-02-21
Using BIT64 ifdefs to use ints instead of longs
ahsonkhan
1
-0
/
+89
2017-02-21
Adding Unsafe.Add that takes nuint instead of int32
ahsonkhan
2
-27
/
+40
2017-02-21
Addressing PR comments
ahsonkhan
2
-186
/
+182
2017-02-21
Improve string.Equals OrdinalIgnoreCase performance for matching chars (#9213)
Bruce Bowyer-Smyth
1
-2
/
+44
2017-02-18
Merge pull request #9671 from benaadams/revert-encoding
Andy Ayers
7
-1016
/
+183
2017-02-18
Merge pull request #9670 from stephentoub/cs_random
Dan Moseley
1
-2
/
+13
2017-02-19
Revert "Fast-path for ASCII & UTF8 Encoding ASCII data (#9187)"
Ben Adams
7
-1016
/
+183
2017-02-18
Remove a few explicit static cctors (#9669)
Stephen Toub
6
-24
/
+8
[next]