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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-24
Fixing SAL anotation for VM
Rama Krishnan Raghupathy
7
-12
/
+29
2015-09-24
Merge pull request #1612 from jkotas/readytorun-directcall
Jan Kotas
1
-2
/
+5
2015-09-24
Merge pull request #1616 from dotnet-bot/from-tfs
Jan Kotas
1
-0
/
+1
2015-09-24
Porting EventCounter from Roxel Branch to ProjectK
dotnet-bot
1
-0
/
+1
2015-09-23
Merge pull request #1613 from jkotas/crossgen-commandline
Jan Kotas
3
-9
/
+12
2015-09-23
Delete incorrect AMD64 ifdef
Jan Kotas
1
-1
/
+4
2015-09-23
Fix crossgen command line handling on Unix
Jan Kotas
3
-9
/
+12
2015-09-23
Handle direct call ReadyToRun helpers
Jan Kotas
1
-1
/
+1
2015-09-23
Merge pull request #1609 from Dmitry-Me/duplicatedCheck
Matt Ellis
1
-1
/
+1
2015-09-24
Merge pull request #1610 from janvorli/osx-thread-suspension-activation-2
Jan Vorlicek
17
-322
/
+472
2015-09-23
Implement runtime suspension for OSX
Jan Vorlicek
17
-322
/
+472
2015-09-23
Fix erroneous check
Dmitry-Me
1
-1
/
+1
2015-09-23
Merge pull request #1608 from ellismg/fix-infinite-recursion-in-culture-init
Matt Ellis
1
-1
/
+2
2015-09-22
Use Ordinal when searching for collation keyword
Matt Ellis
1
-1
/
+2
2015-09-22
Merge pull request #1604 from ellismg/icu-merge-staging
Matt Ellis
36
-438
/
+2858
2015-09-22
Merge pull request #1603 from dotnet-bot/from-tfs
Jan Kotas
2
-1
/
+25
2015-09-22
Respond to PR feedback
Matt Ellis
3
-6
/
+12
2015-09-22
Update documentation to list ICU dependency
Matt Ellis
3
-4
/
+10
2015-09-22
complete core implementation of CultureData for Unix
Steve Harter
9
-161
/
+481
2015-09-22
Use 'readlink' of the /etc/localtime file to determine the TimeZoneInfo.Local...
Eric Erhardt
5
-2
/
+75
2015-09-22
Fixing date patterns on Linux.
Eric Erhardt
2
-24
/
+215
2015-09-22
Build System.Native.Globalization on OSX
Matt Ellis
3
-4
/
+19
2015-09-22
Adding an empty string to the end of month names if ICU only returns 12.
Eric Erhardt
1
-11
/
+37
2015-09-22
Don't use StringBuilderCache for casing
Matt Ellis
2
-5
/
+8
2015-09-22
Responding to PR feedback.
Eric Erhardt
2
-65
/
+73
2015-09-22
Implement Japanese Era information.
Eric Erhardt
6
-63
/
+260
2015-09-22
Implement CalendarData.GetCalendars.
Eric Erhardt
3
-6
/
+91
2015-09-22
Implement CalendarData on Linux.
Eric Erhardt
10
-89
/
+604
2015-09-22
address code review feedback
Steve Harter
1
-4
/
+2
2015-09-22
address code review feedback
Steve Harter
1
-21
/
+21
2015-09-22
add number formatting
Steve Harter
1
-40
/
+321
2015-09-22
address code review comments in CultureData.Unix.cs and and refactor files
Steve Harter
7
-368
/
+405
2015-09-22
address code review comments
Steve Harter
3
-14
/
+29
2015-09-22
address code review comments
Steve Harter
4
-102
/
+44
2015-09-22
base locale and formatting for linux
Steve Harter
6
-179
/
+589
2015-09-22
Respond to PR Feedback
Matt Ellis
3
-126
/
+37
2015-09-22
Use System.Globalization.Native for casing
Matt Ellis
7
-59
/
+124
2015-09-22
Add wrappers for ICU Casing
Matt Ellis
2
-0
/
+121
2015-09-22
Add wrappers for IDNA support
Matt Ellis
2
-0
/
+77
2015-09-22
Add Normalization wrappers on top of ICU
Matt Ellis
3
-0
/
+118
2015-09-22
Fix to VectorCopyTo test that are failing with NullReferencException on an AV...
Venkata Sivaramakrishna Ramadugu
2
-1
/
+25
2015-09-21
Merge pull request #1600 from dotnet-bot/from-tfs
Jan Kotas
1
-1
/
+1
2015-09-21
Undo MAX_LONGPATH use in SDK header file
Jan Kotas
1
-1
/
+1
2015-09-18
Merge pull request #1566 from tijoytom/master
Jan Kotas
23
-13
/
+464
2015-09-18
Merge pull request #1593 from Djuffin/funceval
Eugene Zemtsov
3
-2
/
+8
2015-09-18
Fix debugger's funceval on Linux
Eugene
3
-2
/
+8
2015-09-18
Merge pull request #1577 from LLITCHEV/master
Lubomir Litchev
2
-1
/
+21
2015-09-18
Merge pull request #1565 from kouvel/TryGetRawMetadataFix
Koundinya Veluri
1
-1
/
+8
2015-09-18
Merge pull request #1588 from mikem8361/target4
Mike McLaughlin
9
-10
/
+69
2015-09-18
Disable the clang/llvm optimizer for a method that triggers wrong codegen.
Lubomir Litchev
2
-13
/
+21
[next]