1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-16 23:34:10 +02:00
Beef/BeefLibs/corlib/src
2020-08-31 11:29:11 -07:00
..
Collections Added Count setter 2020-08-17 05:42:01 -07:00
Diagnostics WriteLine now only issues a single Write call 2020-08-31 07:29:26 -07:00
FFI Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Globalization Implemented format providers 2020-08-30 08:00:27 -07:00
IO Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
Net Fixed Blocking setter 2020-07-27 13:58:40 -07:00
Numerics More SIMD work 2020-08-27 10:11:42 -07:00
Reflection Fixed warning 2020-08-29 14:18:16 -07:00
Runtime/CompilerServices Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Security/Cryptography Removed sized array initialization from tuples 2020-02-28 13:58:12 -08:00
Text Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
Threading Fixed GC race condition starting an autodelete thread 2020-08-31 11:29:11 -07:00
Allocator.bf Adding StdAllocator 2020-06-16 10:33:52 -07:00
Array.bf More operator constraint compliance 2020-08-10 14:45:11 -07:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Fixit for brace-to-paren for object initializers 2020-08-29 11:29:13 -07:00
BitConverter.bf Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Boolean.bf Bool Parse 2020-05-26 20:56:19 +01:00
BumpAllocator.bf Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
Char8.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Char16.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Char32.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Console.bf Revamp Stdcall 2020-05-25 20:46:28 +08:00
ConsoleColor.bf Fixed colors 2020-05-06 05:09:35 -07:00
DateTime.bf Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
DateTimeKind.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
DateTimeOffset.bf Fixed int-lowered structs with immutable methods in LLVM 2020-03-12 05:40:36 -07:00
DayOfWeek.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Delegate.bf Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Double.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Enum.bf Reflection fixes for static values 2020-07-06 09:55:19 -07:00
Environment.bf Added Exit 2020-06-20 09:49:47 -07:00
Event.bf Renaming params with 'own' prefix to denote ownership transfer 2020-05-07 05:47:18 -07:00
EventArgs.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
EventHandler.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Float.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
GC.bf Fixed GC race condition starting an autodelete thread 2020-08-31 11:29:11 -07:00
Guid.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IAsyncResult.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IComparable.bf Deprecating IOp* interfaces 2020-08-10 13:27:48 -07:00
IEquatable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IFormatProvider.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IFormattable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IHashable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Int.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int8.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int16.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int32.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Int64.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
Internal.bf Fixes to SetDeleted 2020-05-18 08:30:42 -07:00
IPrintable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IRefCounted.bf Enhanced var capabilities for scripts and building 2020-05-21 11:47:15 -07:00
LittleEndian.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Math.bf More extern constraints work 2020-08-10 17:02:48 -07:00
MethodReference.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
MidpointRounding.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Native.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Nullable.bf Removed dot-ctor for nullable 2020-08-01 07:48:00 -07:00
NumberFormatter.bf Implemented format providers 2020-08-30 08:00:27 -07:00
Object.bf Improved Object.ToString for boxed values 2020-07-06 09:07:17 -07:00
OperatingSystem.bf Revamp Stdcall 2020-05-25 20:46:28 +08:00
Platform.bf Revamp Stdcall 2020-05-25 20:46:28 +08:00
PlatformID.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Pointer.bf Added 'A' address format specifier 2020-06-05 07:23:46 -07:00
Predicate.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
PropertyBag.bf Fixes while working on ref for dictionary 2020-05-01 09:12:50 -07:00
Random.bf Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Result.bf Fixed error string 2020-05-13 07:39:56 -07:00
Runtime.bf Removed unnecessary [Friend] attributes 2020-08-16 08:34:31 -07:00
SizedArray.bf Start of SIMD support 2020-08-23 05:42:42 -07:00
Span.bf Added concept of strict equality 2020-06-17 05:13:53 -07:00
String.bf Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
StringComparison.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
StringSplitOptions.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
System.bf Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
Test.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
TimeSpan.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
TimeZoneInfo.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Tuple.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Type.bf Reflection field value fixes and tests 2020-08-24 10:19:17 -07:00
UInt.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt8.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt16.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt32.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
UInt64.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
ValueType.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Variant.bf Added GetFieldReference, ability to explicitly reference in Variant 2020-07-06 09:09:28 -07:00
Version.bf Minor changes to bring into standard style 2020-05-06 05:31:05 -07:00
Void.bf Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Windows.bf Registry changes 2020-07-28 05:58:00 -07:00