summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding47-50/+1814
2018-11-05Updating the importer to throw a NotImplementedException if it finds a mustEx...Tanner Gooding5-11/+36
2018-11-05Improve/fix SerialStream.Dispose (dotnet/corefx#33221)Krzysztof Wicher2-2/+2
2018-11-05Merge pull request #20736 from briansull/issue_18672Brian Sullivan1-21/+18
2018-11-05 Fiber-friendly Vectored Exception Handling (#20746)Tobias Loew1-0/+18
2018-11-05Fix constant propagation with nested structsBrian Sullivan1-21/+18
2018-11-05Fix perf regression in master. (#20762)Sergey Andreenko1-10/+34
2018-11-04System.Decimal code style and comments clean-up (#20793)Pent Ploompuu3-495/+508
2018-11-04Optimization: Reduce many array allocations in GetCustomAtttributes()'s inher...Nick Craver2-25/+49
2018-11-03Improve error messages for byref-like type loading errors (#20789)Jan Kotas7-31/+16
2018-11-03Add StringBuilder.Append(ROM<char>) (#20773)Wraith21-0/+2
2018-11-03Cleanup and improve name formatting in reflection (#20781)Jan Kotas10-131/+80
2018-11-02Perf improvements to Span and Memory (#20771)Levi Broderick5-4/+65
2018-11-02Use C# compiler's static data support in Encoding.Preamble (#20768)Stephen Toub3-17/+13
2018-11-02Add remaining IAsyncDisposable implementations to CoreLib (#20676)Stephen Toub6-44/+180
2018-11-02Fix logging so that we can see the full 64 bit integer in the log file (#20741)Andrew Au1-2/+2
2018-11-02Improve performance of String.Equals(..., OrdinalIgnoreCase) (#20734)Levi Broderick3-34/+244
2018-11-02Allows Debug.Fail to go through Trace Listeners (#20764)Maryam Ariyan4-29/+47
2018-11-02Avoid unnecessary interlocked in ManualResetValueTaskSourceCore (#20742)Stephen Toub1-7/+12
2018-11-01Remove redundant zero-initializations for long-lifetime structs. (#20753)Eugene Rozenfeld1-3/+4
2018-11-01Fix freebsd symbol upload failure. (#20759)Mike McLaughlin1-1/+1
2018-11-01one more place to add case for freebsd (#20756)Tomas Weinfurt1-0/+1
2018-11-01Display offset in TimeZoneInfo.DisplayName (#20728)Egor Bogatov1-0/+8
2018-11-01Fix JIT flags for ARM64 altjit (#20711)Bruce Forstall2-1/+75
2018-11-01Workaround FreeBSD symbol publishing problem. (#20733)Mike McLaughlin1-0/+1
2018-11-01corert compile fixes, corert class Debug should be partial and s_WriteCore ne...Maryam Ariyan2-2/+2
2018-10-31Make BitScanForward/BitScanForward64 PAL wrappers branchless. (#20412)Jack Pappas2-45/+37
2018-10-31Clean up string literal implicit const casting and some two-phase lookup nits...Jeremy Koritzinsky18-29/+30
2018-10-31Detect integer overflow in String.ReplaceJan Kotas1-1/+4
2018-10-31Fix corrupted StringBuilder state after out of memory exceptionJan Kotas1-7/+8
2018-10-31Make the check for a struct fitting in a register check for either managed or...Jeremy Koritzinsky7-12/+60
2018-10-31Merge pull request #20683 from CarolEidt/FixDD710234Carol Eidt1-4/+9
2018-10-31Merge pull request #20723 from BruceForstall/ImproveNOWAYOutputBruce Forstall1-4/+8
2018-10-31more changes to fix packaging on FreeBSD. runtime.json now contains freebsd-x...Tomas Weinfurt1-0/+10
2018-10-31Making Debug and Trace behavior consistent with eachother and Desktop (#20581)Maryam Ariyan4-62/+60
2018-10-31Remove superfluous 'const' qualifier from trivial return types (#20652)MichaƂ Janiszewski34-104/+104
2018-10-31Fix DevDiv issue with JitStressRegs=0x3 on arm32. (#20485)Sergey Andreenko1-0/+8
2018-10-31Improve the assert output for NO_WAY and BADCODEBruce Forstall1-4/+8
2018-10-31Fix Windows x86 EH for exception from UMThunkPrestub (#20704)Jan Vorlicek1-0/+7
2018-10-31Arm32: Handle live-out double reg in resolutionCarol Eidt1-4/+9
2018-10-30Add support for large number of argumets in CCW call on Arm64 (#20670)David Wrighton4-6/+187
2018-10-30Fix printing in `CodeGen::siEndScope`. (#20698)Sergey Andreenko1-2/+2
2018-10-30Fixed small typo in a comment (#20695)lastsannin1-1/+1
2018-10-30fix detection for LLDB.h and make sos mandatory on FreeBSD (#20551)Tomas Weinfurt1-2/+10
2018-10-30Fix `JitStressRegs=0x1` issue with `RefTypeUpperVectorSaveDef`. (#20623)Sergey Andreenko2-2/+11
2018-10-30JIT: Fix call flag propagation for GenTreeArrElem (#20660)Andy Ayers3-13/+17
2018-10-30Merge pull request #20641 from briansull/vso_707552Brian Sullivan1-20/+38
2018-10-30Remove unnecessary Pack directive to fix build break (#20681)dotnet-maestro-bot1-1/+0
2018-10-29Dump the "reason" for a compiler tempBruce Forstall3-8/+25
2018-10-29JIT: streamline temp usage for returns (#20640)Andy Ayers3-19/+46