projects
/
platform
/
upstream
/
coreclr.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Replace LPVOID with void*
[platform/upstream/coreclr.git]
/
src
/
2016-10-24
Jan Kotas
Replace LPVOID with void*
tree
|
commitdiff
2016-10-24
Jan Kotas
Simplify GCINFODECODER_CONTRACT
tree
|
commitdiff
2016-10-24
Jan Kotas
Delete DISABLE_EH_VECTORS
tree
|
commitdiff
2016-10-24
Jan Kotas
Delete _TARGET_SET_ macro
tree
|
commitdiff
2016-10-22
Jim Ma
Fixed month calculating issue of calendars(#7666) ...
tree
|
commitdiff
2016-10-22
Gaurav Khanna
Fix Binder based PInvoke resolution for dynamic assembl...
tree
|
commitdiff
2016-10-22
Vijay Ramakrishnan
Fixing the StackOverflowException error message. (...
tree
|
commitdiff
2016-10-22
Jan Kotas
Port GC changes from CoreRT (#7764)
tree
|
commitdiff
2016-10-22
Dmitry-Me
Fix broken #elif (#7756)
tree
|
commitdiff
2016-10-22
Mukul Sabharwal
Add Profiling API callbacks for R2R methods (#7732)
tree
|
commitdiff
2016-10-22
Sivarv
Merge pull request #7749 from sivarv/VectorIntDot
tree
|
commitdiff
2016-10-22
James Ko
Improve ArraySegment's override of GetHashCode (#4654)
tree
|
commitdiff
2016-10-22
Pat Gavlin
Merge pull request #7739 from pgavlin/DisableGCStressIn...
tree
|
commitdiff
2016-10-22
Pat Gavlin
Merge pull request #7760 from pgavlin/VSO279832
tree
|
commitdiff
2016-10-22
Pat Gavlin
Merge pull request #7759 from pgavlin/VSO278367
tree
|
commitdiff
2016-10-21
Dmitry-Me
Initialize member variable (#7737)
tree
|
commitdiff
2016-10-21
sivarv
Optimize Vector<int>.Dot on AVX.
tree
|
commitdiff
2016-10-21
Bruce Forstall
Merge pull request #7755 from dotnet-bot/from-tfs
tree
|
commitdiff
2016-10-21
Rama krishnan Ragh...
Merge pull request #7754 from ramarag/Threading
tree
|
commitdiff
2016-10-21
Rama Krishnan Ragh...
Adding Isafeserializationdata interface
tree
|
commitdiff
2016-10-21
Pat Gavlin
Properly initialize the varargs base lclVar.
tree
|
commitdiff
2016-10-21
sandreenko
Merge pull request #7672 from sandreenko/helper-for...
tree
|
commitdiff
2016-10-21
sandreenko
Merge pull request #7743 from sandreenko/frozen_strings
tree
|
commitdiff
2016-10-21
Pat Gavlin
Initialize long return type descs in `gtNewCallNode`.
tree
|
commitdiff
2016-10-21
kvochko
[GDBJIT] Generate more complete debug information ...
tree
|
commitdiff
2016-10-21
Maoni Stephens
Merge pull request #7736 from hseok-oh/fix_7649
tree
|
commitdiff
2016-10-21
Michelle McDaniel
Merge pull request #7724 from adiaaida/implementDecompo...
tree
|
commitdiff
2016-10-21
Jan Kotas
Merge pull request #7745 from dotnet-bot/from-tfs
tree
|
commitdiff
2016-10-21
Rama Krishnan Ragh...
Exposing Some Threading Apis
tree
|
commitdiff
2016-10-21
Andy Ayers
Merge pull request #7727 from AndyAyersMS/LateGCStructB...
tree
|
commitdiff
2016-10-21
Hyeongseok Oh
GC for large object allocation when fail to get new...
tree
|
commitdiff
2016-10-20
dotnet-bot
Updating the macro redefinition for _isnanf and _copysi...
tree
|
commitdiff
2016-10-20
Jan Kotas
Fix build break
tree
|
commitdiff
2016-10-20
Sergey Andreenko
fix value numbering for frozen strings
tree
|
commitdiff
2016-10-20
Michelle McDaniel
Implement DecomposeRotate
tree
|
commitdiff
2016-10-20
Jeremy Kuhne
Merge pull request #7734 from JeremyKuhne/ArrayPool
tree
|
commitdiff
2016-10-20
Bruce Forstall
Merge pull request #7730 from dotnet-bot/from-tfs
tree
|
commitdiff
2016-10-20
Sergey Andreenko
return add with offset, add version if-defs
tree
|
commitdiff
2016-10-20
Llewellyn Pritchard
Fix Attribute implementations of Equals and GetHashCode...
tree
|
commitdiff
2016-10-20
Tanner Gooding
Fixing the reference declarations for System.MathF...
tree
|
commitdiff
2016-10-20
Dmitry-Me
Remove misleading check (#7654)
tree
|
commitdiff
2016-10-19
Peter Kukol
Call JIT compiler's shutdown logic from crossgen. ...
tree
|
commitdiff
2016-10-19
Rahul Kumar
Merge pull request #7733 from rahku/_appdomain
tree
|
commitdiff
2016-10-19
Jeremy Kuhne
Move ArrayPool to System.Private.CoreLib
tree
|
commitdiff
2016-10-19
Rahul Kumar
fix assembly.Load bug
tree
|
commitdiff
2016-10-19
Carol Eidt
Merge pull request #7725 from CarolEidt/Fix278372
tree
|
commitdiff
2016-10-19
Bruce Forstall
Merge pull request #7726 from dotnet-bot/from-tfs
tree
|
commitdiff
2016-10-19
AlexGhiondea
Remove the UseLatestBehaviorWhenTFMNotSpecified compat...
tree
|
commitdiff
2016-10-19
James Ko
Better Tuple hashing, avoid boxing in Equals/GetHashCod...
tree
|
commitdiff
2016-10-19
Bruce Forstall
Merge pull request #7612 from BruceForstall/ELT
tree
|
commitdiff
2016-10-19
Rahul Kumar
Fix arm32 build break
tree
|
commitdiff
2016-10-19
Andy Ayers
Inliner: avoid inlining callees with GC structs on...
tree
|
commitdiff
2016-10-19
Tanner Gooding
Updating the new `System.MathF` calls which already...
tree
|
commitdiff
2016-10-19
Carol Eidt
RyuJIT/x86: handle must-init multi-reg vars
tree
|
commitdiff
2016-10-19
Pat Gavlin
Merge pull request #7708 from pgavlin/StackParamUntracked
tree
|
commitdiff
2016-10-19
Jan Kotas
Merge pull request #7718 from dotnet-bot/from-tfs
tree
|
commitdiff
2016-10-19
Bruce Forstall
Enable Enter/Leave/Tailcall hooks for RyuJIT/x86
tree
|
commitdiff
2016-10-19
Sergey Andreenko
fix compilation compilation error without ready to...
tree
|
commitdiff
2016-10-19
Gaurav Khanna
Merge pull request #7714 from gkhanna79/CleanupArm32
tree
|
commitdiff
2016-10-19
Rahul Kumar
fix arm64 build break
tree
|
commitdiff
2016-10-19
Stephen Toub
Merge pull request #7709 from wtgodbe/publishProj
tree
|
commitdiff
2016-10-19
Jan Vorlicek
Fix passing struct with four floats in registers via...
tree
|
commitdiff
2016-10-19
Jan Kotas
Fix build break
tree
|
commitdiff
2016-10-19
Jan Kotas
Merge pull request #7712 from dotnet/revert-7494-CoreLib
tree
|
commitdiff
2016-10-19
Rahul Kumar
Merge pull request #7681 from rahku/_appdomain
tree
|
commitdiff
2016-10-19
Tarek Mahmoud Sayed
Enable DateTimeFormatInfo netstandard 1.7 APIs on Linux...
tree
|
commitdiff
2016-10-18
Rahul Kumar
Expose apis in System.Reflection.Assembly
tree
|
commitdiff
2016-10-18
Sergey Andreenko
format fix
tree
|
commitdiff
2016-10-18
Sergey Andreenko
helper address is already known
tree
|
commitdiff
2016-10-18
Gaurav Khanna
Cleanup External Dependency references
tree
|
commitdiff
2016-10-18
Gaurav Khanna
Remove Arm32 dependency from closed build
tree
|
commitdiff
2016-10-18
Sergey Andreenko
format fix
tree
|
commitdiff
2016-10-18
William Godbe
Revert "Delete mscorlib from CoreCLR targeting pack"
tree
|
commitdiff
2016-10-18
William Godbe
Merge pull request #7700 from wtgodbe/1.1
tree
|
commitdiff
2016-10-18
wtgodbe
Only publish TargetingPack when building on Windows
tree
|
commitdiff
2016-10-18
Carol Eidt
Merge pull request #7698 from CarolEidt/Fix278371
tree
|
commitdiff
2016-10-18
Pat Gavlin
Always treat incoming on-stack parameters as GC-untracked.
tree
|
commitdiff
2016-10-18
Rahul Kumar
Merge pull request #7701 from rahku/arm64fixes
tree
|
commitdiff
2016-10-18
Sergey Andreenko
header for getRuntimeContextTree
tree
|
commitdiff
2016-10-18
Sergey Andreenko
return break to the previous position,
tree
|
commitdiff
2016-10-18
Rahul Kumar
_isnanf is not defined for arm64 use isnan instead
tree
|
commitdiff
2016-10-18
Carol Eidt
Allow non-constant size for rep stos InitBlk on x86
tree
|
commitdiff
2016-10-18
Sivarv
Merge pull request #7683 from sivarv/VectorByteFix
tree
|
commitdiff
2016-10-18
Evgeny Pavlov
Fix issue #7470 (Regression with enabled GDB JIT interf...
tree
|
commitdiff
2016-10-18
Tanner Gooding
Adding single-precision math functions. (#5492)
tree
|
commitdiff
2016-10-18
Eric Mellino
Merge pull request #7684 from mellinoe/fix-alpine-pgks
tree
|
commitdiff
2016-10-18
Jan Kotas
Merge pull request #7648 from jkotas/fix-docs
tree
|
commitdiff
2016-10-18
Alex Perovich
Add missing Arg_BadDecimal resource to corelib (#7673)
tree
|
commitdiff
2016-10-18
Pat Gavlin
Merge pull request #7676 from pgavlin/EmitKillGCRefRRWSH
tree
|
commitdiff
2016-10-18
Eric Mellino
Fix placeholder pdb file path in alpine nuget packages
tree
|
commitdiff
2016-10-18
Pat Gavlin
Merge pull request #7608 from pgavlin/MoveGSCookieCheck
tree
|
commitdiff
2016-10-18
Jan Kotas
Merge pull request #7682 from dotnet-bot/from-tfs
tree
|
commitdiff
2016-10-18
Jan Vorlicek
Fix memcpy undef (#7675)
tree
|
commitdiff
2016-10-18
sivarv
Vector<T>.ctor(T val) is not recognized for ubyte/byte...
tree
|
commitdiff
2016-10-17
Sergey Andreenko
ifdef for EE version
tree
|
commitdiff
2016-10-17
William Godbe
Merge pull request #7628 from wtgodbe/HelixFinal
tree
|
commitdiff
2016-10-17
Koundinya Veluri
Merge pull request #7667 from kouvel/ApiThreadCleanup
tree
|
commitdiff
2016-10-17
Rama Krishnan Ragh...
Adding SafeSerializationEventArgs to netstandard2.0
tree
|
commitdiff
2016-10-17
Pat Gavlin
Generate GS cookie checks before consuming call args.
tree
|
commitdiff
2016-10-17
Tarek Mahmoud Sayed
Enable NumberFormatInfo netstandard 1.7 APIs (#7659)
tree
|
commitdiff
next