..
Collections
Add copy constructor to Dictionary class
2022-01-01 21:53:17 -03:00
Diagnostics
Fix for Debug.WriteLine() - Avoid potential String reallocation
2022-01-06 22:10:52 +01:00
FFI
Removed 'internal' protection - it's all about [Friend] now
2020-03-09 06:34:16 -07:00
Globalization
Fix InvariantInfo
2021-06-21 17:39:22 -03:00
IO
Add Peek to StreamReader class
2022-01-01 21:25:52 -03: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
Int64 mFieldData.mData fixes for 32-bit builds
2021-12-29 11:24:14 -05:00
Runtime /CompilerServices
Removed 'internal' protection - it's all about [Friend] now
2020-03-09 06:34:16 -07:00
Security /Cryptography
Namespace fix
2022-01-02 06:02:15 -05:00
Text
Fix Encoding static init priority
2021-11-30 23:43:49 -03:00
Threading
Fixed static init/deinit priority for Thread.Current
2021-06-24 09:24:41 -07:00
Allocator.bf
Adding StdAllocator
2020-06-16 10:33:52 -07:00
Array.bf
^
From End index is relative to length instead of length-1
2021-10-26 06:15:36 -07:00
AsyncCallback.bf
Moving corlib files out of "System" directory into root
2019-09-19 05:46:35 -07:00
Attribute.bf
Allow calling convention attributes
2021-12-27 12:55:14 -05:00
BitConverter.bf
Changing System.Runtime namespace
2019-12-11 12:53:02 -08: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
Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete
2021-12-24 14:07:34 +01:00
Console.bf
Implement Console.Clear
2021-10-11 01:44:44 +02:00
ConsoleColor.bf
Fixed colors
2020-05-06 05:09:35 -07:00
DateTime.bf
Fixed operator precedence issues
2020-10-07 07:47:08 -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
Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete
2021-12-24 14:07:34 +01:00
Enum.bf
Fixed 64-bit field data for 32-bit builds
2021-12-29 13:01:13 -05:00
Environment.bf
Added Exit
2020-06-20 09:49:47 -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
Scientific notation support
2021-07-02 11:20:51 -07:00
GC.bf
Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete
2021-12-24 14:07:34 +01: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
Add ICharacter interface
2021-12-04 14:32:44 -03: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
Support for "returnaddress" intrinsic
2022-01-06 06:26:56 -05:00
Interop.bf
Start of package management
2021-02-25 08:10:21 -08: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
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
Removed '=' in generic constraints
2021-01-15 14:59:02 -08: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
Changing System.Runtime namespace
2019-12-11 12:53:02 -08:00
Range.bf
IndexRange protection fix
2021-10-24 09:00:24 -07:00
Result.bf
More trivial inlines
2021-07-21 07:43:11 -07:00
Runtime.bf
Remove unused ToString
2021-10-24 13:41:33 -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
Add methods PadLeft/PadRight and Equals(StringView) to String class
2021-12-27 12:38:33 -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
collection item dispose mixins, string specific list
2021-05-17 14:22:26 +02:00
Test.bf
Stream buffering
2021-04-11 07:04:17 -04:00
TimeSpan.bf
Removed 'internal' protection - it's all about [Friend] now
2020-03-09 06:34:16 -07:00
TimeZoneInfo.bf
Fix a thread safety issue in TimeZoneInfo
2021-06-21 17:06:33 -03:00
Type.bf
properly quote char
2021-12-30 18:06:55 +01: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
Moving corlib files out of "System" directory into root
2019-09-19 05:46:35 -07:00
Variant.bf
Make Variant IDisposable
2021-12-27 14:22:22 -03:00
Version.bf
Add Parse method to Version struct
2021-12-29 12:01:44 -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