1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-20 17:08:00 +02:00
Beef/BeefLibs/corlib/src
Brian Fiete d27b64b2d8
Merge pull request #1614 from disarray2077/patch-13
Implement `String.Split` with StringView separators
2022-06-28 10:39:40 -07:00
..
Collections SplitList SoA prototype 2022-06-23 14:38:33 -07:00
Diagnostics Added AutoStopwatchPerf 2022-04-30 07:33:23 -07:00
FFI Increase StaticInitPriority of FFIType 2022-03-03 22:40:21 -03:00
Globalization Fix InvariantInfo 2021-06-21 17:39:22 -03:00
IO Changed sharing in File.ReadAll 2022-06-28 10:00:09 -07:00
Net Fix errno 2021-11-01 14:06:07 -03:00
Numerics More SIMD work 2020-08-27 10:11:42 -07:00
Reflection Appended fields 2022-06-27 10:55:31 -07:00
Runtime/CompilerServices Removed 'internal' protection - it's all about [Friend] now 2020-03-09 06:34:16 -07:00
Security/Cryptography Improvements to overflow arithmetic 2022-01-11 10:36:22 -05:00
Text Fixed UTF16/32 encoding issues regarding null termination 2022-04-22 18:34:17 -07:00
Threading Remove Thread.Interrupt 2022-05-24 07:28:21 -07:00
Allocator.bf Added Runtime.AddErrorHandler 2022-02-11 08:12:30 -05:00
Array.bf Collapsible regions (aka outlining aka code folding) 2022-02-28 11:27:12 -08:00
AsyncCallback.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Attribute.bf Better enum autocomplete hygiene 2022-06-24 06:45:35 -07:00
BitConverter.bf Changing System.Runtime namespace 2019-12-11 12:53:02 -08:00
Bitfield.bf Remove debugging message 2022-03-17 08:47:45 -07:00
Boolean.bf Allow <=> on bools 2021-12-28 09:44:25 -05:00
BumpAllocator.bf Spelling fix 2020-10-09 08:42:32 -07:00
Char8.bf Add ICharacter interface 2021-12-04 14:32:44 -03:00
Char16.bf Add ICharacter interface 2021-12-04 14:32:44 -03:00
Char32.bf Add ICharacter interface 2021-12-04 14:32:44 -03:00
Compiler.bf Cache sized array length during typeref resolution 2022-06-24 07:35:02 -07:00
Console.bf make console write take stringview consistently 2022-04-02 10:42:10 +02:00
ConsoleColor.bf Fixed colors 2020-05-06 05:09:35 -07:00
DateTime.bf Fixed DateTime subtractions with TimeSpan 2022-04-03 19:03:12 +02: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 Delegate comparison expansion, hashable, == operator 2022-02-15 09:31:23 -05:00
Double.bf Improved default float printing, added 'R' roundtrip format 2022-05-24 11:17:23 -07:00
Enum.bf Better enum autocomplete hygiene 2022-06-24 06:45:35 -07:00
Environment.bf Added System.Environment.ModuleHandle 2022-05-13 11:53:39 -07:00
Event.bf Return error on event unsubscribe failure 2021-08-01 14:38:09 -03: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 Improved default float printing, added 'R' roundtrip format 2022-05-24 11:17:23 -07:00
GC.bf Fixed MarkAppendedObject 2022-06-27 14:04:01 -07:00
Guid.bf Added some Commutable attributes 2020-12-04 07:45:42 -08:00
IAsyncResult.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IComparable.bf Make IFloating infer INumeric 2022-01-15 08:53:09 -05: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 Numeric ToString/Parse fixes 2022-02-15 17:28:12 -05:00
Int64.bf Numeric ToString/Parse fixes 2022-02-15 17:28:12 -05:00
Internal.bf Appended fields 2022-06-27 10:55:31 -07:00
Interop.bf Interop type fixes 2022-04-16 13:23:20 -07:00
IPrintable.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
IRefCounted.bf Added '->' operator, static indexer fix, RefCounted<T> 2022-06-22 08:35:25 -07:00
LittleEndian.bf Moving corlib files out of "System" directory into root 2019-09-19 05:46:35 -07:00
Math.bf Additional 3d support 2021-05-25 10:57:22 -04: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 Added '->' support to nullables and Result<T> 2022-06-22 12:06:40 -07:00
NumberFormatter.bf Fix for string Length-setting (trim-only) assert 2021-09-06 07:17:33 -07:00
Object.bf Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
OperatingSystem.bf Support for comptime file IO and process creation 2021-12-20 09:39:39 -05:00
Platform.bf Improved errors on files 2021-12-31 10:26:32 -05: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 DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues 2021-01-04 04:56:44 -08:00
Random.bf Numeric ToString/Parse fixes 2022-02-15 17:28:12 -05:00
Range.bf Range<T> 2022-06-23 11:53:33 -07:00
Result.bf Added 'new' to methods 2022-06-28 06:37:57 -07:00
Runtime.bf Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
SizedArray.bf Added 'in' parameter support 2021-01-27 09:01:47 -08:00
Span.bf Reversed enumerator for Span 2021-10-26 10:32:47 -07:00
String.bf Use better names in split enumerators 2022-06-27 21:57:06 -03: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 Improved callstack handling with inlined methods 2022-05-30 15:43:49 -07:00
Test.bf Added Runtime.AddErrorHandler 2022-02-11 08:12:30 -05:00
TimeSpan.bf Improve TimeSpan 2022-02-21 19:23:21 -03:00
TimeZoneInfo.bf Fix a thread safety issue in TimeZoneInfo 2021-06-21 17:06:33 -03:00
Type.bf Appended fields 2022-06-27 10:55:31 -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 Fix ToString formatting for uint32 (cascading to uint16, uint8 and uint) 2020-10-28 23:17:51 +01:00
UInt64.bf Removed deprecated IOp* conformance, added missing consts and properties 2020-08-29 07:10:04 -07:00
ValueType.bf Better enum autocomplete hygiene 2022-06-24 06:45:35 -07:00
Variant.bf Add AllocOwned to Variant 2022-03-04 13:50:34 -03:00
Version.bf Fix error handling in Version.Parse 2022-02-26 11:49:01 -03:00
Void.bf Fixes to debugging source-server files 2019-09-23 13:48:11 -07:00
Windows.bf Merge branch 'master' into FuzzyAutoComplete 2021-12-28 17:07:19 +01:00