1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00
Beef/BeefLibs/corlib/src
Damian Day dd33da0d7c Update Array.bf
Remove length parameter.
2020-05-27 17:26:35 +01:00
..
Collections Minor updates to Queue 2020-05-26 20:29:15 +01:00
Diagnostics Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
FFI Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Globalization Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
IO Fixed title in release mode 2020-05-17 05:05:34 -07:00
Net Merge pull request #158 from IamSanjid/patch-1 2020-05-02 06:12:45 -07:00
Reflection Update TypeInstance.bf 2020-05-26 21:05:40 +02: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 Fixed missing length in SV target 2020-05-25 05:37:56 -07:00
Threading Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -07:00
Array.bf Update Array.bf 2020-05-27 17:26:35 +01:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -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 Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
Char8.bf Made GetHashCode public for primitives 2020-02-18 08:41:14 -08:00
Char16.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Char32.bf Made GetHashCode public for primitives 2020-02-18 08:41:14 -08:00
Console.bf Console fix 2020-05-22 06:05:33 -07:00
ConsoleColor.bf Fixed colors 2020-05-06 05:09:35 -07:00
DateTime.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -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 Made hashing better 2020-05-15 12:39:07 -07:00
Enum.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Environment.bf Fixes while working on ref for dictionary 2020-05-01 09:12:50 -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 Update Float.bf 2020-04-08 18:16:23 +01:00
GC.bf Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -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 Got rid of Action<T>/Func<T> 2020-05-08 07:10:35 -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 IOpSubtractable 2020-03-20 22:01:18 +00:00
Int8.bf IOpSubtractable 2020-03-20 22:01:18 +00:00
Int16.bf IOpSubtractable 2020-03-20 22:01:18 +00:00
Int32.bf Fix formatting of Int32.bf and Int64.bf 2020-05-25 23:58:52 +02:00
Int64.bf Fix formatting of Int32.bf and Int64.bf 2020-05-25 23:58:52 +02: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 Fixed rounding 2020-04-28 09:57:32 -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 Nullable fixes with != 2020-05-19 12:27:26 -07:00
NumberFormatter.bf Fixed fix for leak 2020-04-28 10:11:57 -07:00
Object.bf Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -07:00
OperatingSystem.bf Delete fix 2020-05-06 05:58:34 -07:00
Platform.bf Fixed some issues with new/delete generic constraints 2020-02-20 11:57:25 -08:00
PlatformID.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Pointer.bf Optimizations, switching CanImplicitlyCast method, new CPU rate checker 2019-11-19 09:58:35 -08: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 Fixed issues using object flags on on-debug default alloc 2020-05-15 10:33:56 -07:00
SizedArray.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Span.bf Reworked ref enumerators to support non-pointer refs 2020-05-01 16:29:12 -07:00
String.bf IndexOfAny 2020-05-26 20:04:06 +01: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 Renamed System.Collections.Generic to System.Collections 2020-04-29 06:40:03 -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 Added type enumeration 2020-05-15 15:42:44 -07:00
UInt.bf IOpSubtractable 2020-03-20 22:01:18 +00:00
UInt8.bf IOpSubtractable 2020-03-20 22:01:18 +00:00
UInt16.bf IOpSubtractable 2020-03-20 22:01:18 +00:00
UInt32.bf IOpSubtractable 2020-03-20 22:01:18 +00:00
UInt64.bf Missing interfaces 2020-03-20 22:06:09 +00:00
ValueType.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Variant.bf Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -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 More REGSAM constants 2020-04-30 20:34:02 +08:00