platform/upstream/coreclr.git
2015-10-01 Jan KotasMerge pull request #1650 from Dmitry-Me/fixLeftShiftIss...
2015-10-01 Jan KotasMerge pull request #1658 from dotnet-bot/from-tfs
2015-10-01 Jan VorlicekMerge pull request #1654 from janvorli/fix-isipinepilog...
2015-10-01 Koundinya VeluriMerge pull request #1638 from kouvel/CoreClrTests
2015-10-01 John ChenFix SigPointer::PeekValueTypeTokenClosed to handle...
2015-10-01 Jan KotasMerge pull request #1657 from Djuffin/disable_lu_ptrace
2015-10-01 Jan KotasMerge pull request #1656 from janvorli/exception-handli...
2015-10-01 EugeneRemove references to libunwind-ptrace to fix build...
2015-10-01 Jan VorlicekImprove Unix exception handling performance
2015-09-30 Jan VorlicekFix assert in IsIPInEpilog
2015-09-30 Lakshmi PriyaMerge pull request #1524 from Priya91/stackstring
2015-09-30 Koundinya VeluriMerge pull request #1651 from kouvel/TpaPktFix
2015-09-30 Koundinya VeluriMerge pull request #1646 from kouvel/HeapAllocationFix
2015-09-30 Koundinya VeluriRemove the need for the PKT to match when binding to...
2015-09-30 Lakshmi Priya... Add StackString class for stack/heap allocation for...
2015-09-30 Dmitry-MeFix left shift of signed integer - issue 1526
2015-09-29 Koundinya VeluriImprove CoreCLR test runner outside Windows
2015-09-29 Koundinya VeluriFix HeapReAlloc to return a non-null pointer for a...
2015-09-29 Jan KotasMerge pull request #1632 from bbowyersmyth/StringStartsWith
2015-09-28 Lakshmi PriyaMerge pull request #1589 from Priya91/pathstring
2015-09-28 Koundinya VeluriMerge pull request #1628 from kouvel/CppCheckFixes
2015-09-27 Bruce Bowyer... String.StartsWith ordinal optimization
2015-09-26 Eric EilebrechtMerge pull request #1629 from ericeil/AsyncLocalPerf
2015-09-26 Eric EilebrechtMerge branch 'AsyncLocalPerf' of https://github.com...
2015-09-26 Eric EilebrechtReduce allocations when setting AsyncLocal values
2015-09-26 Jan KotasMerge pull request #1617 from jamesqo/patch-1
2015-09-26 Matt EllisMerge pull request #1630 from dotnet-bot/from-tfs
2015-09-26 Eric EilebrechtStore AsyncLocal notification list in an array, rather...
2015-09-26 Matt EllisFix clang only build breaks
2015-09-26 Rahul KumarFix for 134453: fix prefast warnings
2015-09-26 Gaurav KhannaVS has mentioned that when they have an AV come through...
2015-09-26 Koundinya VeluriAdd AssemblyLoadContext.LoadUnmanagedDllFromPathfor...
2015-09-26 Eric EilebrechtFix typo in my previous typo fix.
2015-09-26 Eric EilebrechtFix typo
2015-09-25 Eric EilebrechtReduce AsyncLocal setter allocations further
2015-09-25 Matt EllisMerge pull request #1627 from ellismg/icu-collation
2015-09-25 Matt EllisMerge pull request #1621 from dotnet-bot/from-tfs
2015-09-25 Matt EllisImplement basic collation on top of ICU
2015-09-25 Eric EilebrechtAllocate a new AsyncLocal change notification list...
2015-09-25 Mike McLaughlinMerge pull request #1626 from caslan/exportsforee
2015-09-25 Lakshmi Priya... Use PathString type to allocate large path strings...
2015-09-25 Koundinya VeluriFix a few issues reported by cppcheck
2015-09-25 CagriAdd new exports to get expression evaluator working...
2015-09-24 Rama Krishnan... Fixing SAL anotation for VM
2015-09-24 Jan KotasMerge pull request #1612 from jkotas/readytorun-directcall
2015-09-24 Jan KotasMerge pull request #1616 from dotnet-bot/from-tfs
2015-09-24 James KoAssign directly to this in Decimal.cs
2015-09-24 dotnet-botPorting EventCounter from Roxel Branch to ProjectK
2015-09-24 Jan KotasMerge pull request #1613 from jkotas/crossgen-commandline
2015-09-24 Jan KotasDelete incorrect AMD64 ifdef
2015-09-24 Jan KotasFix crossgen command line handling on Unix
2015-09-24 Jan KotasHandle direct call ReadyToRun helpers
2015-09-23 Matt EllisMerge pull request #1609 from Dmitry-Me/duplicatedCheck
2015-09-23 Jan VorlicekMerge pull request #1610 from janvorli/osx-thread-suspe...
2015-09-23 Jan VorlicekImplement runtime suspension for OSX
2015-09-23 Dmitry-MeFix erroneous check
2015-09-23 Matt EllisMerge pull request #1608 from ellismg/fix-infinite...
2015-09-23 Matt EllisUse Ordinal when searching for collation keyword
2015-09-23 Matt EllisMerge pull request #1604 from ellismg/icu-merge-staging
2015-09-22 Jan KotasMerge pull request #1603 from dotnet-bot/from-tfs
2015-09-22 Matt EllisRespond to PR feedback
2015-09-22 Matt EllisUpdate documentation to list ICU dependency
2015-09-22 Steve Hartercomplete core implementation of CultureData for Unix
2015-09-22 Eric ErhardtUse 'readlink' of the /etc/localtime file to determine...
2015-09-22 Eric ErhardtFixing date patterns on Linux.
2015-09-22 Matt EllisBuild System.Native.Globalization on OSX
2015-09-22 Eric ErhardtAdding an empty string to the end of month names if...
2015-09-22 Matt EllisDon't use StringBuilderCache for casing
2015-09-22 Eric ErhardtResponding to PR feedback.
2015-09-22 Eric ErhardtImplement Japanese Era information.
2015-09-22 Eric ErhardtImplement CalendarData.GetCalendars.
2015-09-22 Eric ErhardtImplement CalendarData on Linux.
2015-09-22 Steve Harteraddress code review feedback
2015-09-22 Steve Harteraddress code review feedback
2015-09-22 Steve Harteradd number formatting
2015-09-22 Steve Harteraddress code review comments in CultureData.Unix.cs...
2015-09-22 Steve Harteraddress code review comments
2015-09-22 Steve Harteraddress code review comments
2015-09-22 Steve Harterbase locale and formatting for linux
2015-09-22 Matt EllisRespond to PR Feedback
2015-09-22 Matt EllisUse System.Globalization.Native for casing
2015-09-22 Matt EllisAdd wrappers for ICU Casing
2015-09-22 Matt EllisAdd wrappers for IDNA support
2015-09-22 Matt EllisAdd Normalization wrappers on top of ICU
2015-09-22 Venkata Sivaramakris... Fix to VectorCopyTo test that are failing with NullRefe...
2015-09-21 Lakshmi Priya... Use SString type for path allocations in binder.
2015-09-21 Jan KotasMerge pull request #1600 from dotnet-bot/from-tfs
2015-09-21 Jan KotasUndo MAX_LONGPATH use in SDK header file
2015-09-19 Jan KotasMerge pull request #1566 from tijoytom/master
2015-09-19 Eugene ZemtsovMerge pull request #1593 from Djuffin/funceval
2015-09-18 EugeneFix debugger's funceval on Linux
2015-09-18 Lubomir LitchevMerge pull request #1577 from LLITCHEV/master
2015-09-18 Koundinya VeluriMerge pull request #1565 from kouvel/TryGetRawMetadataFix
2015-09-18 Mike McLaughlinMerge pull request #1588 from mikem8361/target4
2015-09-18 Lubomir LitchevDisable the clang/llvm optimizer for a method that...
2015-09-18 tijoytomAdd support for NativeCallableAttribute
2015-09-18 Matt MitchellMerge pull request #1580 from ravimeda/fixTestBuildProj
2015-09-18 Jan KotasMerge pull request #1582 from janvorli/osx-thread-suspe...
2015-09-18 Sergiy KuryataMerge pull request #1583 from adityamandaleeka/coreclr_...
2015-09-18 Jan VorlicekChange PAL_InjectActivation to use pthread_kill
next