Marek Safar 65a2c8a396 Moves StackTrace to shared partition (dotnet/coreclr#21757) 7 年之前
..
Buffers ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Collections 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
ComponentModel 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
Configuration ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Diagnostics 65a2c8a396 Moves StackTrace to shared partition (dotnet/coreclr#21757) 7 年之前
Globalization 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
IO 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
Numerics 2d73d36997 Use common copy of System.Numerics.Hashing.HashHelpers 7 年之前
Reflection 18c632ed43 Maintain left.Equals(right) order for equality for compat (#21829) 7 年之前
Resources da25533507 Delete CoreLib.FixupCoreLibName (dotnet/coreclr#21655) 7 年之前
Runtime c2a5e933bd Replace Array.Copy(src, dst, int) calls with Array.Copy(src, 0, dst, 0, int) (#21756) 7 年之前
Security 1bd557004e Delete redundant S.R.InteropServices.PInvokeMap and S.R.InteropServices.PInvokeMarshal (#21831) 7 年之前
Text 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
Threading 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
AccessViolationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Action.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
AggregateException.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
AppContext.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
ApplicationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ArgumentException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ArgumentNullException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ArgumentOutOfRangeException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ArithmeticException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ArraySegment.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ArrayTypeMismatchException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
AssemblyLoadEventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
AssemblyLoadEventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
AsyncCallback.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Attribute.cs 3de77f3c60 Moves Attribute instance bits to shared location (dotnet/corert#6747) 7 年之前
AttributeTargets.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
AttributeUsageAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
BadImageFormatException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
BitConverter.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Boolean.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ByReference.cs 4f456991bc Fix ProjectN regression in `ByReference<T>` (dotnet/corert#6713) 7 年之前
Byte.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
CLSCompliantAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Char.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
CharEnumerator.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Convert.Base64.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Convert.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
CoreLib.cs da25533507 Delete CoreLib.FixupCoreLibName (dotnet/coreclr#21655) 7 年之前
CurrentSystemTimeZone.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DBNull.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DataMisalignedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DateTime.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DateTimeKind.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DateTimeOffset.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DayOfWeek.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Decimal.DecCalc.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Decimal.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DefaultBinder.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DivideByZeroException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DllNotFoundException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Double.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
DuplicateWaitObjectException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Empty.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
EntryPointNotFoundException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
EventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
EventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ExecutionEngineException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
FieldAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
FlagsAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
FormatException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
FormattableString.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Gen2GcCallback.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Guid.Unix.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Guid.Windows.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Guid.cs bd60819235 Remove dead Guid parsing code (dotnet/coreclr#21123) 7 年之前
HResults.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
HashCode.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IAsyncDisposable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IAsyncResult.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ICloneable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IComparable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IConvertible.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ICustomFormatter.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IDisposable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IEquatable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IFormatProvider.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IFormattable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IObservable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IObserver.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IProgress.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ISpanFormattable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Index.cs d3747f620b Reduce allocation in Index/Range.ToString (dotnet/coreclr#21755) 7 年之前
IndexOutOfRangeException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
InsufficientExecutionStackException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
InsufficientMemoryException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Int16.cs 92c2fab68e Add optimization in GetHashCode for Int16 and SByte (dotnet/coreclr#21652) 7 年之前
Int32.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Int64.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
IntPtr.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
InvalidCastException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
InvalidOperationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
InvalidProgramException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
InvalidTimeZoneException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Lazy.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
LocalAppContextSwitches.Common.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
LocalAppContextSwitches.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MarshalByRefObject.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Marvin.OrdinalIgnoreCase.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Marvin.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Math.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MathF.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MemberAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Memory.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MemoryDebugView.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MemoryExtensions.Fast.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MemoryExtensions.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MethodAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MidpointRounding.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MissingFieldException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MissingMemberException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MissingMethodException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
MulticastNotSupportedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
NonSerializedAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
NotFiniteNumberException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
NotImplementedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
NotSupportedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
NullReferenceException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Nullable.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.BigInteger.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.DiyFp.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.Dragon4.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.Formatting.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.Grisu3.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.NumberBuffer.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.NumberToFloatingPointBits.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Number.Parsing.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Object.cs edc045728c CoreRT-specific Object.cs changes - Fix build breaks - Apply same cleanup to all related files 7 年之前
ObjectDisposedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ObsoleteAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
OperationCanceledException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
OutOfMemoryException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
OverflowException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ParamArrayAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ParamsArray.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ParseNumbers.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
PlatformNotSupportedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Progress.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Random.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Range.cs d3747f620b Reduce allocation in Index/Range.ToString (dotnet/coreclr#21755) 7 年之前
RankException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ReadOnlyMemory.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ReadOnlySpan.Fast.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ReadOnlySpan.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ResolveEventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ResolveEventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
SByte.cs 92c2fab68e Add optimization in GetHashCode for Int16 and SByte (dotnet/coreclr#21652) 7 年之前
SerializableAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Single.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Span.Fast.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Span.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
SpanDebugView.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
SpanHelpers.BinarySearch.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
SpanHelpers.Byte.cs db8add85e6 Use TZCNT and LZCNT for Locate{First|Last}Found{Byte|Char} (#21073) 7 年之前
SpanHelpers.Char.cs db8add85e6 Use TZCNT and LZCNT for Locate{First|Last}Found{Byte|Char} (#21073) 7 年之前
SpanHelpers.T.cs 55ca4eb088 SpanHelpers deal with nullable reference types (dotnet/coreclr#21232) 7 年之前
SpanHelpers.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
StackOverflowException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
String.Comparison.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
String.Manipulation.cs 011610e440 Improve performance of Path.ChangeExtension (dotnet/coreclr#21766) 7 年之前
String.Searching.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
String.cs 2586365035 strlen to managed code and vectorize (dotnet/coreclr#21729) 7 年之前
StringComparer.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
StringComparison.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
StringSplitOptions.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
SystemException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ThreadAttributes.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ThreadStaticAttribute.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ThrowHelper.cs 3ea344432f Fix CoreRT build breaks 7 年之前
TimeSpan.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeZone.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeZoneInfo.AdjustmentRule.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeZoneInfo.StringSerializer.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeZoneInfo.TransitionTime.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeZoneInfo.Unix.cs 34619669a5 Replace Interop.ReadDir.cs with Interop.ReadDir.cs from System.IO.FileSystem (#21622) 7 年之前
TimeZoneInfo.Win32.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
TimeZoneInfo.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeZoneNotFoundException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TimeoutException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Tuple.cs 453de54075 (C#7) Use pattern matching `is` rather than `as` with null check (#21828) 7 年之前
TupleExtensions.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Type.Enum.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Type.Helpers.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Type.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TypeAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TypeCode.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TypeInitializationException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
TypeUnloadedException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UInt16.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UInt32.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UInt64.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UIntPtr.cs d2fbbb9633 Remove redundant unsafe contexts (dotnet/coreclr#21826) 7 年之前
UnauthorizedAccessException.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UnhandledExceptionEventArgs.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UnhandledExceptionEventHandler.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
UnitySerializationHolder.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
ValueTuple.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前
Version.cs 4c8bfc6555 Support faster null checks (dotnet/coreclr#21765) 7 年之前
Void.cs ccd7b52ca8 Add System.Private.CoreLib shared sources (#12162) 7 年之前