summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-15Fix incorrect bit match pattern in UTF-16 validation (#24015)Levi Broderick1-2/+19
2019-04-15Fold ResourceSet::CommonInit into constructor (#23993)Jan Kotas1-9/+4
2019-04-15Initialize IsolatedComponentLoadContext.Name (#24001)Steve MacLean1-1/+1
2019-04-15Add "partial" to MarshalAsAttribute (#24014)Egor Bogatov1-1/+1
2019-04-15Delete unused YieldProcessorScalingFactor from GC (#23994)Jan Kotas3-15/+0
2019-04-15Remove redundant UnderlyingSystemType calls (#24000)Jan Kotas1-2/+3
2019-04-15Check for null methodhandle before checking if the method is in the same vers...Fadi Hanna1-1/+1
2019-04-15Opt COM methods out of the new Windows instance-method handling. (#23974)Jeremy Koritzinsky2-4/+5
2019-04-15Improved performance of System.Reflection.Emit API (#23833)Benjamin Bartels4-281/+150
2019-04-15Merge pull request #23981 from VSadov/arm32fix22422Vladimir Sadov1-36/+8
2019-04-14improve entropy (#23591)Marco Rossignoli1-40/+48
2019-04-14Remove unused offset calculation (#23793)Raz Friman1-6/+0
2019-04-14Remove old method names from Rune (#23938)Levi Broderick1-60/+0
2019-04-14Removed support for short plug padding in `fit`.vsadov1-37/+5
2019-04-14Adjust plug_size_to_fit to consider large alignment om ARM32vsadov1-0/+4
2019-04-14Move GCMemoryInfo to shared partitionJan Kotas1-50/+0
2019-04-14Fix AssemblyName regressionJan Kotas1-2/+0
2019-04-14Move GCMemoryInfo to shared partitionJan Kotas2-0/+57
2019-04-13Update BuildTools, CoreClr to preview4-03913-01, preview5-27612-73, respectiv...dotnet-maestro-bot1-1/+1
2019-04-13Delete unused AssemblyName._hashForControl and related code (#23972)Jan Kotas5-34/+0
2019-04-13EnterContextualReflection handle null (#23953)Steve MacLean2-4/+16
2019-04-13Delete outdated comment (#23967)Jan Kotas1-4/+0
2019-04-13Remove unnecessary ThrowIfCreated call (#23839)Next Turn1-2/+0
2019-04-13Fix ARM's genPutArgStk codegen (#23867)mikedn1-2/+30
2019-04-13Merge pull request #23948 from BruceForstall/Fix23920Bruce Forstall6-10/+34
2019-04-13Move DateTime Windows implementation to shared CoreLib (#23888)Filip Navara16-147/+427
2019-04-13Delete outdated commentJan Kotas1-4/+0
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas27-825/+43
2019-04-12Merge pull request #23935 from BruceForstall/FixArm64LargeOutgoingWithLocallocBruce Forstall1-6/+9
2019-04-12Fix EventPipe IPC streaming (#23768)Sung Yoon Whang6-6/+22
2019-04-12Fix x86 stack probing (#23881)Bruce Forstall4-78/+247
2019-04-12[master] Update dependencies from dotnet/corefx (#23893)dotnet-maestro[bot]10-204/+93
2019-04-12Fix OSX debugging (#23924)Jan Vorlicek2-3/+4
2019-04-12Display the arm instruction sizeBruce Forstall4-7/+29
2019-04-12Update maximum allowed arm prolog sizeBruce Forstall2-3/+5
2019-04-12Don't Free UpperVector (#23889)Carol Eidt2-23/+28
2019-04-12Fix arm64 localloc with large outgoing argument spaceBruce Forstall1-6/+9
2019-04-12Consolidate duplicate assignment (#23923)bdebaere1-2/+1
2019-04-12JIT: update byref null check logic to handle field chains (#23850)Andy Ayers1-9/+22
2019-04-11Remove duplicates. (#23922)bdebaere1-2/+0
2019-04-11Add optimized UTF-8 validation and transcoding apis, hook them up to UTF8Enco...Levi Broderick18-2427/+4216
2019-04-11Fix Assembly.LoadFromPartialName(string) (#23912)Steve MacLean1-1/+11
2019-04-11Fix Version's comparer operators to allow null (#23898)Stephen Toub1-4/+10
2019-04-11Fix 23740 (#23906)Steve MacLean1-4/+4
2019-04-11JIT: fix assert when there are mixed types in Enum.HasFlags optimization (#23...Andy Ayers1-7/+18
2019-04-11Clarify comment in 3-byte processingLevi Broderick1-2/+2
2019-04-11Add missing check to 3-byte processing logicLevi Broderick1-1/+4
2019-04-11PR feedback: Clarify 3-byte sequence processingLevi Broderick2-6/+21
2019-04-11Disable nullability-related warningsJan Kotas1-0/+1
2019-04-11Fix compilation failure in Utf16UtilityLevi Broderick1-1/+1