platform/upstream/coreclr.git
2015-10-07 stephentoubAddress PR feedback
2015-10-07 stephentoubReduce garbage generated in StringBuilder marshaling
2015-10-07 Matt MitchellMerge pull request #1692 from mmitche/add-netci
2015-10-07 Matt MitchellInitial commit of CI definition for inner loop
2015-10-07 Jan KotasMerge pull request #1699 from janvorli/fix-osx-hardware...
2015-10-07 Jan VorlicekFix OSX hardware exception handling
2015-10-07 Matt EllisMerge pull request #1694 from janvorli/fix-exception...
2015-10-06 Jan KotasMerge pull request #1666 from jasonwilliams200OK/master
2015-10-06 Jan KotasMerge pull request #1687 from jasonwilliams200OK/__fast...
2015-10-06 Jan VorlicekFix issue in the new exception handling
2015-10-06 Peter Jascode: Fix redefined macro warning.
2015-10-06 Sergiy KuryataMerge pull request #1675 from wtgodbe/clrBugFixes
2015-10-06 William GodbeFixed small bugs in decodemd.cpp, gcrecord.h, gc.cpp...
2015-10-05 Matt EllisMerge pull request #1662 from steveharter/master
2015-10-05 Jan VorlicekMerge pull request #1677 from janvorli/refactor-excepti...
2015-10-05 Koundinya VeluriMerge pull request #1681 from kouvel/FixPathSeparators
2015-10-05 Koundinya VeluriFix loading native libraries from native search paths...
2015-10-05 Steve HarterFix ICU compile error on CentOS by using DateFormatSymb...
2015-10-05 Jan VorlicekFew fixes
2015-10-03 Jan VorlicekImplement refactored Unix managed exception handling
2015-10-02 Matt MitchellMerge pull request #1672 from kouvel/IncludeTestsInBuildSh
2015-10-02 Koundinya VeluriOn builds outside Windows, build native test components...
2015-10-02 Mike McLaughlinMerge pull request #1663 from mikem8361/excepthan
2015-10-02 Peter Jascmake: cleanup FreeBSD system include path.
2015-10-02 Jan VorlicekMerge pull request #1665 from ursine/patch-1
2015-10-02 Gary CoulbourneFix comment variable name
2015-10-01 Mike McLaughlinAdd native exception filter holder.
2015-10-01 Jan KotasMerge pull request #1661 from janvorli/fix-crossgen
2015-10-01 Jan VorlicekFix wrong register with module address in crossgen...
2015-10-01 Jan KotasMerge pull request #1620 from justinvp/dictionary
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-30 Justin Van... Dictionary constructor perf optimization
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.
next