summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-08-25Replace MAX_PATH with new defines.Lakshmi Priya Sekar3-4/+4
2015-08-24Merge pull request #1381 from JeremyKuhne/maxpathJeremy Kuhne27-118/+144
2015-08-24Run code under long paths on UnixJeremy Kuhne27-118/+144
2015-08-24Fix bug 1213453 (GitHub issue #1421): incorrect EH scopes for optimized loopsBruce Forstall2-0/+16
2015-08-22Merge pull request #1423 from mikem8361/gcrootMike McLaughlin39-393/+439
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin39-393/+439
2015-08-21Remove Binder assertion for BindByWhereRefAndrew Schwartzmeyer1-8/+0
2015-08-20Merge pull request #1416 from jkotas/vs2015-autodetectJan Kotas3-2/+17
2015-08-20Use volatile stores for values read by DACJan Kotas3-2/+17
2015-08-20Merge pull request #1413 from jkotas/atypical-callsiteJan Kotas4-18/+74
2015-08-19Complete support for atypical callsitesJan Kotas4-17/+72
2015-08-19Merge pull request #1415 from jkotas/acceptable-time-errorJan Kotas3-15/+9
2015-08-19Merge pull request #1410 from jkotas/vs2015-buildtoolsJan Kotas2-2/+2
2015-08-19Fix timing in more PAL tests for FreeBSD on hypervisorsJan Kotas3-15/+9
2015-08-18Update buildtools version to 00079Jan Kotas2-2/+2
2015-08-18Merge pull request #1412 from nguerrera/remove-old-corefxpalNick Guerrera14-719/+0
2015-08-18Add CORINFO_CALLINFO_ATYPICAL_CALLSITE flag to JIT-EE interfaceJan Kotas2-1/+2
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera14-719/+0
2015-08-18Merge pull request #1397 from eerhardt/masterEric Erhardt2-9/+36
2015-08-18Handle newer tzfiles by allowing for the "big bang" transition.Eric Erhardt2-9/+36
2015-08-18TimeZoneInfo is finding the wrong AdjustmentRule on Windows.Eric Erhardt1-2/+2
2015-08-18Merge pull request #1405 from ellismg/build-mscorlib-on-linuxStephen Toub8-24/+35
2015-08-17Build mscolrib.dll on UnixMatt Ellis7-18/+35
2015-08-17Remove unused resource stringMatt Ellis1-6/+0
2015-08-16Remove GetFileInformation stat wrapper from PALNick Guerrera5-132/+0
2015-08-16Merge pull request #1391 from AlexGhiondea/fixProjectStephen Toub1-1/+0
2015-08-14The newly introduced method PopulateAllSystemTimeZones was copied from a meth...Alex Ghiondea1-0/+1
2015-08-14Merge pull request #1378 from eerhardt/masterEric Erhardt1-129/+94
2015-08-14Make use of TimeZoneInfo.CachedData on Linux.Eric Erhardt1-129/+94
2015-08-14Merge pull request #1390 from AlexGhiondea/fix_1386AlexGhiondea1-1/+1
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna41-62/+62
2015-08-13Remove incorrect msbuild logic for creating relative pathsAlex Ghiondea1-1/+0
2015-08-13Rebuild the resource file when the input file changesAlex Ghiondea1-1/+1
2015-08-13Merge pull request #1387 from stephentoub/named_primitivesJan Kotas3-9/+50
2015-08-13Throw PlatformNotSupported for named sync primitives on Unixstephentoub3-9/+50
2015-08-13There was a testcase failing (Interop\WinRT\Exception\ManagedClientNativeServ...Bryan Arant3-3/+3
2015-08-13Merge pull request #1384 from janvorli/fix-gc-during-exception-handlingJan Vorlicek2-25/+87
2015-08-13Fix GC issues during exception handling on UnixJan Vorlicek2-25/+87
2015-08-12We are incorrectly stripping away the Identity method from the EnumHelper typ...Alex Ghiondea1-0/+4
2015-08-12Build Toolbox\BinaryRewriting as part of the PK product groupMatt Ellis2-2/+4
2015-08-12Port the DateTime parser fix from the DesktopTarek Mahmoud Sayed1-0/+56
2015-08-12Merge pull request #1329 from AndreyAkinshin/masterMatt Mitchell1-0/+5
2015-08-12Fix a bug with disappeared cast to byte in numeric binary expressionsAndrey Akinshin1-0/+5
2015-08-11Implement TimeZoneInfo.GetSystemTimeZones() on LinuxEric Erhardt1-4/+92
2015-08-11Merge pull request #1375 from jkotas/vs2015-fixesJan Kotas1-1/+1
2015-08-11Fix Windows SDK path for VS2015Jan Kotas1-1/+1
2015-08-10Merge pull request #1352 from eerhardt/masterEric Erhardt2-398/+798
2015-08-10TimeZoneInfo parse v2 tzfile and create AdjustmentRulesEric Erhardt2-398/+798
2015-08-10Implement /disassemble nidump option for readytorun imagesJan Kotas2-48/+203
2015-08-10Fix build break on desktopJan Kotas1-2/+1