projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
platform/upstream/dotnet/runtime.git
2016-08-18
Rahul Kumar
Due to comdat folding some fcalls are pointing to same...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Jarret Shook
Merge pull request dotnet/coreclr#6773 from jashook...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Rahul Kumar
Merge pull request dotnet/coreclr#6748 from rahku/arm64...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
jashoo
Disable tests that timeout for jit32
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Wes Haggard
Merge pull request dotnet/coreclr#6766 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Jonghyun Park
Makes FCallMemcpy unwindable (dotnet/coreclr#6753)
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
dotnet-bot
Updating External dependencies to beta-24417-00
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Hyung-Kyu Choi
Apply correct symbolic name _ARM_ instead of _TARGET_AR...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Rama krishnan...
Merge pull request dotnet/coreclr#6749 from ramarag...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Jan Kotas
Merge pull request dotnet/coreclr#6763 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-17
Tarek Mahmoud...
Merge pull request dotnet/coreclr#6362 from svick/cultu...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Koundinya Veluri
Fix build break from new alignments
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Stephen Toub
Merge pull request dotnet/coreclr#6761 from stephentoub...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Fadi Hanna
Adding new generics tests (dotnet/coreclr#6709)
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Stephen Toub
Add deserialization ctors to mscorlib ref assembly
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Gaurav Khanna
Merge pull request dotnet/coreclr#6743 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Rama Krishnan...
Arm64 Sos fixes for
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Rahul Kumar
update GC shadow heap as part of writebarrier jit helper
commit
|
commitdiff
|
tree
|
snapshot
2016-08-16
Stephen Toub
Merge pull request dotnet/coreclr#6423 from stephentoub...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Koundinya Veluri
Merge pull request dotnet/coreclr#6516 from benaadams...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Atsushi Kanamori
Merge pull request dotnet/coreclr#6745 from AtsushiKan/rv
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Atsushi Kanamori
Fix issue https://github.com/dotnet/coreclr/issues...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Stephen Toub
Add deserialization ctors to model.xml
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
dotnet-bot
Updating External dependencies to beta-24415-00
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Stephen Toub
Port serialization implementation to Unix globalization...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Stephen Toub
Ensure On* methods are not removed by BclRewriter
commit
|
commitdiff
|
tree
|
snapshot
2016-08-15
Stephen Toub
Restore most serialization implementations in coreclr
commit
|
commitdiff
|
tree
|
snapshot
2016-08-14
Jan Kotas
Merge pull request dotnet/coreclr#6740 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-14
Jan Kotas
Fixup a few contracts
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Wes Haggard
Merge pull request dotnet/coreclr#6731 from weshaggard...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Rahul Kumar
Merge pull request dotnet/coreclr#6728 from rahku/typel...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Rahul Kumar
Merge pull request dotnet/coreclr#6726 from rahku/fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Wes Haggard
Update version of S.R.Serialization.Primitives to versi...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Pat Gavlin
Merge pull request dotnet/coreclr#6729 from pgavlin...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Rahul Kumar
review fixes
commit
|
commitdiff
|
tree
|
snapshot
2016-08-13
Rahul Kumar
In intGCShadow() first reserve memory before committing...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Pat Gavlin
Reformat the JIT sources.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Pat Gavlin
Massage the code a bit for jit-format w/ Clang 3.8.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Pat Gavlin
Revert dotnet/coreclr#6686.
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Rahul Kumar
Issue: If two threads try to load the same type it...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jarret Shook
Merge pull request dotnet/coreclr#6721 from jashook...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Russ Keldorph
Merge pull request dotnet/coreclr#6685 from RussKeldorp...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Sasha Semennikov
Fix exception filter getter for native frames (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Fadi Hanna
Fixing priority on tests (making tests P1) (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jan Kotas
Merge pull request dotnet/coreclr#6722 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jan Kotas
More fixes for unreachable code warnings with older...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
jashoo
Disable tests to get jit32 jobs green
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jan Kotas
Merge pull request dotnet/coreclr#6712 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jonghyun Park
Enable FEATURE_STUBS_AS_IL for ARM/Linux (dotnet/corecl...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-12
Jan Kotas
Fix unreachable code warnings with MSVC++ 18.10
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
William Godbe
Merge pull request dotnet/coreclr#6690 from wtgodbe...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
wtgodbe
Fix region info test on Debian
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Michelle McDaniel
Merge pull request dotnet/coreclr#6686 from adiaaida...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Brian Sullivan
Merge pull request dotnet/coreclr#6701 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
William Godbe
Merge pull request dotnet/coreclr#6704 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
William Godbe
Update unix test instructions
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
William Godbe
Merge pull request dotnet/coreclr#6702 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
William Godbe
Fix linux test running documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
smile21prc
Merge pull request dotnet/coreclr#6637 from smile21prc...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Jan Kotas
Add missing security annotation
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Michelle McDaniel
Reformat jit sources with clang-tidy and format
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Michelle McDaniel
Prepare jit source for clang-tidy
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Gaurav Khanna
Merge pull request dotnet/coreclr#6657 from gkhanna79...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
hqueue
ARM: disable stack unwinding using DWARF (dotnet/corecl...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Gaurav Khanna
Merge pull request dotnet/coreclr#6699 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Rama krishnan...
Merge pull request dotnet/coreclr#6691 from ramarag...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
dotnet-bot
Updating External dependencies to beta-24411-00
commit
|
commitdiff
|
tree
|
snapshot
2016-08-11
Joseph Tremoulet
Merge pull request dotnet/coreclr#6285 from JosephTremo...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Rama Krishnan...
Preserving ResolveCacheElem in X9
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Gaurav Khanna
Update Arm32 package version reference
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Smile Wei
Automate the perf data collection for JIT CodeQuality...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Joseph Tremoulet
Propagate known array lengths to more places
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Joseph Tremoulet
Merge pull request dotnet/coreclr#6682 from JosephTremo...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Gaurav Khanna
Merge pull request dotnet/coreclr#6671 from gkhanna79...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Rahul Kumar
Merge pull request dotnet/coreclr#6606 from rahku/arm64todo
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Rahul Kumar
ARM64: Fix for ARM64TODO
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Jarret Shook
Merge pull request dotnet/coreclr#6683 from jashook...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Russ Keldorph
Re-enable creating Tests_Native* log files
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Gaurav Khanna
Add StackCrawl reference marker to each of the Assembly...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
jashoo
Fix unreachable code in flowgraph
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Ben Adams
Improve Enum.ToString performance (dotnet/coreclr#6645)
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Gaurav Khanna
Merge pull request dotnet/coreclr#6678 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Peter Jas
Fix for VCR 190024210 and Win SDK 10.0.14393.0 (dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
dotnet-bot
Updating External dependencies to beta-24410-00
commit
|
commitdiff
|
tree
|
snapshot
2016-08-10
Ben Adams
Fix MemoryBarrier
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
Insert MemoryBarrier revert Comthreadpool
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Egor Chesakov
Merge pull request dotnet/coreclr#6653 from echesakov...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
PR feedback
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Fadi Hanna
TypeSystem generics test cases (dotnet/coreclr#6663)
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
Align to reduce false sharing
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
Adjust fences and add padding
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
Reduce false sharing in ManagedPerAppDomainTPCount
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
GetCleanCounts to Volatile read on x64
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Ben Adams
WorkerThreadStart volatile read+cmpxchg loop
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Gaurav Khanna
Fix LoadFromAssemblyName to invoke fallback context...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Joseph Tremoulet
Update FieldSeq annotations in EarlyProp
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
vinnyrom
The call to LOG expects a pointer argument, but the...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Gaurav Khanna
Merge pull request dotnet/coreclr#6668 from dotnet...
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
dotnet-bot
Updating External dependencies to beta-24409-00
commit
|
commitdiff
|
tree
|
snapshot
2016-08-09
Egor Chesakov
Work towards objects stack allocation: moved allocation...
commit
|
commitdiff
|
tree
|
snapshot
next