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
2017-10-10
Update to 2.0 RTM CLI (#14396)
Jose Perez Rodriguez
3
-9
/
+14
2017-10-10
Fixed typo in Optimization Phases Notes Section (#14408)
Chris P
1
-1
/
+1
2017-10-10
do not spill stack after CEE_NEWARR and CEE_NEWOBJ. (#14401)
Sergey Andreenko
1
-2
/
+2
2017-10-10
Move CompareInfo.cs to shared corelib partition (#14407)
Jan Kotas
3
-12
/
+10
2017-10-10
Turn on source link support (#14399)
Vance Morrison
2
-2
/
+10
2017-10-10
Fix case of environment vars
Vance Morrison
1
-2
/
+2
2017-10-10
Fixing a Typo in README.md (#14405)
Tom
1
-1
/
+1
2017-10-09
JIT: improve type equality opts for generic and prejitted code (#14381)
Andy Ayers
5
-121
/
+397
2017-10-09
Merge pull request #14394 from stephentoub/undo_strcomp
Stephen Toub
1
-3
/
+11
2017-10-09
Fixing JitBench (#14364)
José Rivero
2
-15
/
+19
2017-10-09
Merge pull request #14382 from mikedn/dead-opers
Bruce Forstall
4
-31
/
+1
2017-10-09
Fix zap and ready to run disabling (#14389)
Jan Vorlicek
2
-9
/
+9
2017-10-09
Merge pull request #14386 from adityamandaleeka/ryujit_doc_fix
Aditya Mandaleeka
1
-1
/
+1
2017-10-09
Undo unnecessary change from DateTime.Parse commit
Stephen Toub
1
-3
/
+11
2017-10-09
[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)
Konstantin Baladurin
5
-145
/
+221
2017-10-08
Parent class of Interval and RegRecord is Referenceable.
Aditya Mandaleeka
1
-1
/
+1
2017-10-07
Removed unused opers and code
Mike Danes
4
-31
/
+1
2017-10-07
Update CoreFx, PgoData to preview1-25807-01, master-20171007-0052, respective...
dotnet-maestro-bot
1
-5
/
+5
2017-10-07
Fix numa build break (#14370)
Jan Vorlicek
1
-0
/
+2
2017-10-06
Merge pull request #14353 from BruceForstall/ArmAssertFixes
Bruce Forstall
9
-69
/
+85
2017-10-06
Delete dead code (#14365)
Jan Kotas
9
-377
/
+30
2017-10-06
Merge pull request #14369 from stephentoub/fix_cont_handling
Stephen Toub
1
-6
/
+6
2017-10-06
Fix handling of continuations for captured context
Stephen Toub
1
-6
/
+6
2017-10-06
Merge pull request #14352 from stephentoub/datetime_span
Stephen Toub
12
-284
/
+573
2017-10-06
Fix RyuJIT/arm32 asserts
Bruce Forstall
9
-69
/
+85
2017-10-06
Merge pull request #14333 from dotnet-maestro-bot/master-UpdateDependencies
Stephen Toub
2
-9
/
+9
2017-10-06
undef NULL to fix compilation problems on FreeBSD after 08d39dd. (#14341)
Tomas Weinfurt
1
-4
/
+0
2017-10-06
Fix asserts in Unix build
Stephen Toub
1
-4
/
+0
2017-10-06
impImportCall: make the failed imports obvious. (#14343)
Sergey Andreenko
1
-70
/
+33
2017-10-06
Reorder checks in CEEInfo::getClassLayout (#14356)
Jan Kotas
1
-8
/
+8
2017-10-06
Merge pull request #14329 from sdmaclea/PR-ARM64-ATOMIC-OPS
Brian Sullivan
7
-52
/
+243
2017-10-06
Merge pull request #14358 from stephentoub/convertspan
Stephen Toub
1
-22
/
+103
2017-10-06
Fix comments per review
Steve MacLean
2
-4
/
+9
2017-10-06
Remove explicit dependency on libnuma (#14359)
Jan Vorlicek
1
-6
/
+0
2017-10-06
Update BuildTools, CoreClr, CoreFx, PgoData to prerelease-02106-01, preview1-...
dotnet-maestro-bot
2
-9
/
+9
2017-10-06
Add DateTime{Offset}.TryFormat methods
Stephen Toub
3
-8
/
+41
2017-10-06
Add DateTime{Offset} span-based {Try}Parse{Exact} overloads
Stephen Toub
3
-29
/
+101
2017-10-06
Address perf issues
Stephen Toub
5
-110
/
+165
2017-10-06
Remove StringBuilder allocations from roundtrip format DateTime parsing
Stephen Toub
2
-3
/
+7
2017-10-06
Add IsValidYear/Day overrides to GregorianCalendar
Stephen Toub
1
-0
/
+16
2017-10-06
Avoid slicing/extra method call while tokenizing in common case
Stephen Toub
1
-12
/
+4
2017-10-06
Move DateTimeParse to use spans internally
Stephen Toub
10
-149
/
+270
2017-10-06
Add Span-based Convert Base64 methods
Stephen Toub
1
-22
/
+103
2017-10-06
Disable PGO optimization on linux (#14290)
Michelle McDaniel
1
-1
/
+6
2017-10-06
enable lttng for FreeBSD. (#14342)
Tomas Weinfurt
1
-2
/
+2
2017-10-05
Merge pull request #14253 from wateret/fix-14251
Bruce Forstall
5
-13
/
+40
2017-10-05
Update Microsoft.NETCore.Native package (dotnet/corert#4646)
Jan Kotas
3
-1
/
+1
2017-10-06
Update CentOS 6 and 7 docker images (#14349)
Jan Vorlicek
2
-3
/
+3
2017-10-05
[Arm64] Respond to feedback
Steve MacLean
2
-21
/
+37
2017-10-05
Fix new deadlock possibility in ReaderWriterLockSlim from a recent change (#1...
Koundinya Veluri
1
-25
/
+48
[next]