1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-15 14:54:09 +02:00
Commit graph

684 commits

Author SHA1 Message Date
Brian Fiete
ae0f3c5ebb Fixed warn/obsolete 2021-01-02 09:38:27 -08:00
Brian Fiete
1be37e6f24 Deprecated DeleteAndClearItems 2021-01-02 09:08:25 -08:00
xposure
a3a17aea83 Added CreateObject support for Arrays 2021-01-01 19:22:23 -05:00
Chris Phillips
f659672b11 Adding IsArray and IsSizedArray to corlib Type 2020-12-31 23:40:33 -05:00
Brian Fiete
5c88091760 Added AlwaysIncludeFlags 2020-12-29 12:41:54 -08:00
Brian Fiete
8dbfd1b0e3 Added String.Substring 2020-12-29 09:23:50 -08:00
Brian Fiete
78ae79b802 Test improvements (continue after fail, console output, error location) 2020-12-29 09:23:00 -08:00
Brian Fiete
3993f657e1 Added IEnumerable<T> conformance 2020-12-26 17:37:26 -08:00
Brian Fiete
840a60697d Added string addition 2020-12-24 11:32:19 -08:00
Brian Fiete
ff1f8aff3f Initial const eval feature release 2020-12-23 08:53:38 -08:00
Brian Fiete
9b80c26d0a More const eval progress 2020-12-19 14:19:33 -08:00
Brian Fiete
6bb363fb4b CTFE updates, including heap support 2020-12-17 04:51:05 -08:00
Brian Fiete
8852e7e194 Protected protection improvements 2020-12-06 07:32:01 -08:00
Brian Fiete
3f6eae6bfc Added some Commutable attributes 2020-12-04 07:45:42 -08:00
Brian Fiete
701abe3af7 Fixed off-by-one with string split 2020-12-02 13:22:50 -08:00
Brian Fiete
b60c247f1a File mapping 2020-11-22 07:56:03 -08:00
Brian Fiete
518583ef00 StringView comparison 2020-11-22 07:55:46 -08:00
Brian Fiete
fa0e712c2b Added [MangleConst] support 2020-11-16 11:05:08 -08:00
Brian Fiete
2e3880100b Fixed mangling issue with method overrides in extensions 2020-11-16 07:36:34 -08:00
Brian Fiete
f41365a58e Added 'interface' and 'enum' constraints 2020-11-10 05:44:23 -08:00
Brian Fiete
6cb13900b0 Added support for attributes on enum case members 2020-11-09 06:53:47 -08:00
Brian Fiete
a4c9b4f3c4 Removed unused GetBaseType 2020-11-05 08:51:39 -08:00
Brian Fiete
37576d389c Added interface enumerator 2020-11-04 11:00:31 -08:00
Simon Lübeß
a360ab4668 Fixed DateTimeFormat.FormatCustomized 2020-11-02 23:22:49 +01:00
Brian Fiete
72d48c7cfa
Merge pull request #644 from thibmo/uint_string_format_fix
Fix formatting issue for UInt32, UInt16, UInt8 and UInt
2020-10-30 13:10:57 -07:00
M0N7Y5
09dc6fde3a
Fixed old macros for x86 compilation 2020-10-30 20:58:33 +01:00
Thimo
49d436b6cd Fix small int/uint typo in NumberFormatter.bf 2020-10-28 23:24:59 +01:00
Thimo
73ec76540e Fix ToString formatting for uint32 (cascading to uint16, uint8 and uint) 2020-10-28 23:17:51 +01:00
Brian Fiete
9a857cceb3 Fixed reification issues, mut-vs-imut method mangling 2020-10-22 17:25:19 -07:00
Brian Fiete
b6db69d2b0 Fixed extension initializers and dtors. [NoExtension]. Extension warning 2020-10-22 11:33:13 -07:00
Brian Fiete
72411118c2 Added safe mode 2020-10-15 10:44:29 -07:00
Brian Fiete
06f6c41679 Debug Break,SafeBreak,IsDebuggerPresent. [NoDebug] 2020-10-10 07:08:30 -07:00
Brian Fiete
291d176e8f Spelling fix 2020-10-09 08:42:32 -07:00
Brian Fiete
30ae7eef61 Ambiguous call fix 2020-10-08 12:48:24 -07:00
Brian Fiete
808a4438d7 Address-of immutable is now a warning instead of error, added [NoSplat] 2020-10-07 11:07:10 -07:00
Brian Fiete
2ac478509e Fixed operator precedence issues 2020-10-07 07:47:08 -07:00
Brian Fiete
ee71c8c97b Fixed dynamic boxability of wrappable types (such as pointers) 2020-09-26 09:25:38 -07:00
Brian Fiete
befcbf3ddc Made GetBoxed work for pointers to value types 2020-09-26 09:16:29 -07:00
Brian Fiete
2341e08179 Added IsValueType 2020-09-26 08:41:03 -07:00
Brian Fiete
0e10eba8f5 Added ReflectAttribute.ReflectImplementer 2020-09-26 08:26:42 -07:00
Brian Fiete
4116d1e831 Interop typealiases 2020-09-24 07:22:30 -07:00
Brian Fiete
5b8d2ffee2 Improvements to unassigned variable detection 2020-09-21 13:58:00 -07:00
Brian Fiete
9fabf0f7ee Some StringViewification 2020-09-18 05:12:35 -07:00
Brian Fiete
a215bac755 Added Relaunch option on crash dialog 2020-09-17 14:15:38 -07:00
Brian Fiete
980132c3cc Made workspace user file try to use workspace-relative paths 2020-09-17 07:12:46 -07:00
Brian Fiete
8fe9843441 Renamed argument 2020-09-16 15:57:12 -07:00
Brian Fiete
7e111329c7 Trimmed reflected iface method table 2020-09-16 07:17:06 -07:00
Brian Fiete
7e0c25ef8f Added GetRange 2020-09-14 17:26:16 -07:00
Brian Fiete
f6132267dd Made .AllMembers default 2020-09-14 15:15:56 -07:00
Brian Fiete
82fed8ea6f Win32 interface abi fix 2020-09-14 12:56:52 -07:00