summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-01-05Remove redundant casts in TypeBuilder.CreateTypeNoLock (#21824)Ben Adams1-11/+11
2019-01-05Maintain left.Equals(right) order for equality for compat (#21829)Ben Adams9-27/+63
2019-01-05(C#7) Use pattern matching `is` rather than `as` with null check (#21828)Ben Adams62-358/+173
2019-01-05inline keyword cleanupAndy Ayers1-53/+50
2019-01-05Move Native Library APIs to NativeLibrary class (#21821)Swaroop Sridhar10-238/+292
2019-01-05Remove redundant unsafe contexts (#21826)Ben Adams23-88/+88
2019-01-04Fix ilasm exec on paths with spaces (#21819)Viktor Hofer1-2/+2
2019-01-04JIT: encapsulate general checks for optimizationAndy Ayers16-56/+61
2019-01-04Fix misspelling (#21640)Matt Galbraith1-1/+1
2019-01-04Remove stack marks from GetSatelliteAssembly. (#21812)Filip Navara3-27/+12
2019-01-04Delete unused fFullReset argument (#21814)Jan Kotas7-43/+10
2019-01-04Avoid passing stack crawl mark unnecessarily deep in the call stack. (#21783)Filip Navara4-32/+21
2019-01-04If the debugger is stopped on a garbage collection event, resuming the thread...Andrew Au1-7/+16
2019-01-04Support faster null checks (#21765)Ben Adams13-108/+171
2019-01-04JIT: don't optimize struct copies for call args in debug or minopts (#21792)Andy Ayers1-29/+48
2019-01-04Add StringExtensions.Concat to fix Microsoft.IO.Redist assemblyStephen Toub1-0/+6
2019-01-04EventPipePayloadDecoder clean-up (#21716)Pent Ploompuu1-73/+32
2019-01-04Removes AppDomain dependency from TPLETWProvider (#21709)Marek Safar2-5/+5
2019-01-04Skip additional cast from common EC.Run calls (#21789)Ben Adams2-2/+13
2019-01-03Reflection performance tweaks & cleanup (#21737)Jan Kotas7-122/+113
2019-01-03Use ValueStringBuilder instead of StringBuilderCache in PathInternal.Windows.csStephen Toub1-2/+3
2019-01-03Add test for StringBuilder null terminator implementation detail (#21800)Jeremy Koritzinsky1-11/+3
2019-01-03Eliminate some bounds checks in Path (#21721)Egor Bogatov1-1/+3
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar23-1042/+549
2019-01-03Merge pull request #21619 from CarolEidt/FixDesktopSIMDCarol Eidt5-6/+42
2019-01-03Merge pull request #21776 from fiigii/fixAsCarol Eidt4-32/+11
2019-01-03Improve performance of Path.ChangeExtension (#21766)Stephen Toub6-34/+91
2019-01-03Merge pull request #21774 from hoyosjs/juhoyosa/event_sizeJuan Hoyos1-1/+3
2019-01-03Fix Vector128/256 As<U> intrinsic recognition and exceptionFei Peng4-32/+11
2019-01-03Fix GC for collectible array of pure value types (#21782)Jan Vorlicek1-0/+13
2019-01-03Reduce allocation in Index/Range.ToString (#21755)Stephen Toub2-4/+37
2019-01-03Removes the code moved to shared partitionMarek Safar1-137/+1
2019-01-03Moves Attribute instance bits to shared location (dotnet/corert#6747)Marek Safar2-0/+140
2019-01-03Disable the [Intrinsic] check for desktop SIMDCarol Eidt1-3/+10
2019-01-03Fix desktop SIMD failuresCarol Eidt4-3/+32
2019-01-03Cleanup current culture handling in the unmanaged runtime (#21706)Jan Kotas15-766/+99
2019-01-03Remove substring allocation in MethodBase.AppendParameters (#21770)Stephen Toub1-1/+1
2019-01-03Remove unnecessary propagation of stack crawl marks. (#21781)Filip Navara8-20/+10
2019-01-02Merge pull request #21669 from kvochko/arm_cfi_code_offsetsBruce Forstall3-5/+1
2019-01-02Avoid some unnecessary allocation in MethodBuilder.ToString (#21758)Stephen Toub1-3/+3
2019-01-02Replace string.Format(SR. with SR.Format(SR. (#21763)Stephen Toub2-6/+6
2019-01-02Change a couple string.Replace("a", "b") to string.Replace('a', 'b') (#21768)Stephen Toub2-2/+2
2019-01-02Use StringBuilderCache in PathInternal.NormalizeDirectorySeparators (#21760)Stephen Toub1-2/+2
2019-01-02Additional ifdef changes which are ES_BUILD_STANDALONE specific for System.Di...Marek Safar2-4/+4
2019-01-02Replace Array.Copy(src, dst, int) calls with Array.Copy(src, 0, dst, 0, int) ...Stephen Toub11-14/+14
2019-01-02Remove dummy globalization implementation. (dotnet/corert#6756)Filip Navara1-33/+33
2019-01-02Avoid boxing allocation and object[] allocation in BuildTraceFileName (#21752)Stephen Toub1-1/+1
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas32-1598/+61
2019-01-02Simplify and improve integer overflow checks in Interop (#21732)Jan Kotas3-36/+24
2019-01-01AppContext moved to shared partition - CoreRT specific changesJan Kotas1-1/+1