summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-03Fix Arm64 intrinsic lookup (#23673)Carol Eidt2-1/+19
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky5-28/+88
2019-04-03Merge pull request #23671 from BruceForstall/ImproveJitFunctionTraceOutputBruce Forstall1-2/+2
2019-04-03Fix flipped error codesJan Vorlicek1-2/+2
2019-04-03Use the GCHeapAffinitizeRanges / GCHeapAffinitizeMask exclusivelyJan Vorlicek7-93/+173
2019-04-03Reflect PR feedbackJan Vorlicek12-69/+95
2019-04-03Remove CPU groups handling from the gc.cppJan Vorlicek13-502/+703
2019-04-03Fix typo in zapimage.cpp (#23698)Egor Chesakov1-1/+1
2019-04-03Nullable: All remaining exceptions (#23676)Santiago Fernandez Madero36-129/+139
2019-04-03Merge pull request #23553 from janvorli/fix-accidental-non-collectible-alc-un...Jan Vorlicek2-43/+29
2019-04-03Merge pull request #23670 from BruceForstall/FixArmAltjitAsmDiffsBruce Forstall1-2/+1
2019-04-03Emit event for calls to ReadyToRunInfo::GetEntryPoint. (#23662)Brian Robbins4-8/+71
2019-04-03[Preview 4] Disable tier 0 JIT (quick JIT) by default, rename config option (...Koundinya Veluri7-49/+54
2019-04-03Nullable: ReaderWriterLockSlim (#23657)Stephen Toub6-46/+47
2019-04-03Treat WinMDs as having been loaded in the default ALC for AssemblyLoadContext...Jeremy Koritzinsky1-0/+7
2019-04-02Avoid unnecessary SetLastError on PInvokes (dotnet/corefx#36544)Jan Kotas4-7/+20
2019-04-02Updating the HWIntrinsic x86 codegen to handle indir nodes. (#23629)Tanner Gooding2-85/+130
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky3-34/+100
2019-04-02Fix spill check for struct lclVars (#23570)Carol Eidt1-4/+29
2019-04-02Improve COMPlus_JitFunctionTraceBruce Forstall1-2/+2
2019-04-02Fix arm altjit asm diffsBruce Forstall1-2/+1
2019-04-03Merge pull request #23521 from k15tfu/fix-issue-20784Jan Vorlicek3-0/+0
2019-04-02Nullable: System.Threading (#23663)Stephen Toub38-133/+155
2019-04-02Nullable: Interlocked, Volatile (#23655)Stephen Toub3-16/+18
2019-04-02Nullable: Overlapped and friends (#23656)Stephen Toub6-39/+44
2019-04-02Output error messages to stderr. This provides a better integration with the ...Fadi Hanna1-17/+17
2019-04-02Merge remote-tracking branch 'dotnet/master' into merge-master-nullableSantiago Fernandez Madero123-2354/+4628
2019-04-02Nullable: System.Enumbuyaa-n2-58/+56
2019-04-02Nullable: globalization remainder (#23526)Krzysztof Wicher50-439/+470
2019-04-02JIT: prolog zeroing accounting changes (#23498)Andy Ayers1-13/+42
2019-04-02[EventPipe] Streaming events out-of-proc using IPC (#23448)José Rivero21-386/+499
2019-04-02Nullable: System.Buffers (#23619)Stephen Toub66-31/+104
2019-04-02Move C/C++ and platform headers to pal/inc/rt/cpp folderIlia K3-0/+0
2019-04-01Nullable: AsyncLocal (#23618)Stephen Toub6-58/+59
2019-04-01Nullable: WaitHandles (#23604)Stephen Toub15-58/+70
2019-04-01Nullable: SemaphoreSlim (#23628)Stephen Toub1-26/+27
2019-04-01Nullable: ExecutionContext (#23611)Stephen Toub4-39/+48
2019-04-01Fix build break due to nullable PR conflicts (#23641)Stephen Toub2-3/+3
2019-04-01PermissionSet: follow netfx more in order to avoid workarounds with nullable ...Krzysztof Wicher1-2/+2
2019-04-01Nullable: ThreadLocal (#23626)Stephen Toub1-38/+43
2019-04-01Nullable: Lazy (#23639)Stephen Toub3-30/+33
2019-04-01Nullable: SpinWait/Lock (#23613)Stephen Toub2-0/+2
2019-04-01Nullable: CancellationToken (#23609)Stephen Toub3-42/+58
2019-04-01Nullable: Monitor (#23603)Stephen Toub1-2/+1
2019-04-01Nullable: ManualResetEventSlim (#23630)Stephen Toub1-8/+11
2019-04-01Change PermissionSet.SyncRoot to return this instead of null (#23631)Krzysztof Wicher1-1/+1
2019-04-01Match BOX idioms early in the importer (#23550)Jan Kotas2-18/+123
2019-04-01Nullable: SynchronizationContext (#23634)Stephen Toub5-15/+19
2019-04-01Fix bad Debug.Assert statements in UTF-8 processing (#23627)Levi Broderick2-7/+4
2019-04-01Remove s_isProcessExiting and Clear of ALC list at exitJan Vorlicek2-16/+5