1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-21 17:28:00 +02:00
Commit graph

959 commits

Author SHA1 Message Date
disarray2077
bdd034952a Allow method reference for Sort comparer 2024-02-15 22:26:10 -03:00
Brian Fiete
ca1ac7fb4c Fixed ToString of tuples with sized array members 2024-02-14 05:26:03 -05:00
Brian Fiete
619a711e42 Temporary occasional error fix 2024-02-13 06:05:48 -05:00
Ron Zuckerman
af7ca28707
Add ability to get min/max values for generic floating point 2024-02-09 18:52:32 -06:00
Ron Zuckerman
484b9716db
Add ability to get min/max values for generic int's and uint's 2024-02-08 20:16:29 -06:00
Brian Fiete
d0b187a313 Hashcode error fix(hack) 2024-01-26 06:08:39 -05:00
Brian Fiete
f96de4722e Improved right-cursor movement over utf8 codepoints 2024-01-22 08:39:53 -05:00
Brian Fiete
a356186514 Fixed comptime reflected static field accesses 2024-01-22 08:12:15 -05:00
Brian Fiete
d452978605
Merge pull request #1918 from rzuckerm/fix-number-parsing
Bugfixes for number parsing
2024-01-15 18:30:52 +01:00
Ron Zuckerman
8bd12814b8
Bugfixes for number parsing 2024-01-14 17:06:43 -06:00
Brian Fiete
4d232c95cb Field static struct FieldInfo set 2024-01-14 14:09:24 -05:00
Brian Fiete
49df1ffc59 ReadLine restore consolemode fix 2024-01-08 10:07:14 -05:00
Brian Fiete
015bf14156 Properly handle console mode ENABLE_LINE_INPUT 2024-01-02 08:25:37 -05:00
Brian Fiete
035335bf7b Added out sockAddrs for Connect/AcceptFrom 2024-01-01 05:49:45 -05:00
Brian Fiete
81b98575c6 Made 'Align' work for both reading as well as writing 2023-12-24 07:04:04 -05:00
Booklordofthedings
0a6062ba02 added IParseable interface and applied it to all applicable types 2023-12-13 16:54:23 +01:00
Brian Fiete
023b20dfee Added Separator property for string splits 2023-11-28 06:32:50 -05:00
Booklordofthedings
82bfdfe52e overflow fix 2023-11-27 17:19:19 +01:00
Booklordofthedings
8a283fea75 added remnant 2023-11-27 17:02:48 +01:00
Brian Fiete
07daddb3f3 Removed public HashCode.Get. Only hash members that are IHashable. 2023-11-19 11:32:00 -05:00
Brian Fiete
1aa56f904d Added Generate<T> 2023-11-19 02:10:39 -05:00
Brian Fiete
f08ed7d976 HashCode optimization for enums with payloads 2023-11-18 07:58:39 -05:00
Brian Fiete
4f54570dbf Fixed HashCode tuples 2023-11-18 07:53:23 -05:00
Brian Fiete
17255fad14 HashCode typedprimitive fix 2023-11-18 07:50:51 -05:00
Brian Fiete
2caad245b8 Added System.HashCode 2023-11-18 07:40:54 -05:00
Brian Fiete
f0a31a0f55 Added additional Span length asserts. Added Reversed to List 2023-10-15 07:56:44 -07:00
Brian Fiete
078727c4a7 Hide internal generated methods from reflection, fix ctor/dtor names 2023-10-10 13:20:35 -07:00
Brian Fiete
70ab03529e Cast fix 2023-10-10 11:55:36 -07:00
Brian Fiete
a80f52c2a1 Cast fix 2023-10-10 11:47:46 -07:00
Brian Fiete
a34e5a737d Improved boxed value support in attribute data 2023-10-10 10:36:04 -07:00
Brian Fiete
65c0dc3cd8 DtorEntryEx 2023-10-08 18:26:38 -07:00
Brian Fiete
7095846c1e
Merge pull request #1887 from aharabada/master
Added "In" to RefKind
2023-09-05 07:13:26 -07:00
Brian Fiete
a5e3794e6a Cast fix 2023-09-05 06:14:25 -07:00
Simon Lübeß
97221d541a Added "In" to RefKind 2023-08-24 13:07:06 +02:00
Brian Fiete
da23ba4aa7 Add setting for bumpalloc pool size 2023-08-19 10:17:12 -07:00
Brian Fiete
d0de4776f3 Large collection fixes 2023-08-18 12:04:01 -07:00
Brian Fiete
7bc7ccbbc4
Merge pull request #1882 from hermansimensen/master
Add intrinsic for emscripten assembly/javascript.
2023-08-09 07:29:47 -07:00
hermansimensen
67e4b845fd allow zero arguments 2023-08-06 21:58:28 +02:00
hermansimensen
09131c1df0 add missing fallthroughs 2023-08-06 20:33:52 +02:00
hermansimensen
eeea06a22b Add em_asm funtionality 2023-08-06 15:54:14 +02:00
Brian Fiete
b9d5864d61 Span.Reverse() 2023-08-02 09:47:44 -07:00
Brian Fiete
dae923b348
Merge pull request #1877 from hermansimensen/master
Prevent warning in emitted bitfield code
2023-07-24 13:02:28 -07:00
hermansimensen
2b48e54903 Update leading zeros based on bitSize
#1877
2023-07-24 22:00:04 +02:00
hermansimensen
9d0f656be2 Prevent warning in emitted bitfield code 2023-07-24 19:42:05 +02:00
Brian Fiete
99dcf4f075 Fixed ToRawData size issue 2023-07-07 17:21:19 -04:00
Brian Fiete
02c2dfbb5c Fixed strideof/alignof error 2023-07-07 17:13:03 -04:00
RogueMacro
87a0a9e610
fix Console.CursorLeft y-coordinate 2023-06-30 01:40:16 +02:00
Brian Fiete
2ead8e5377 Improved attribute encoding for nulls 2023-06-24 06:03:46 -04:00
Brian Fiete
269716c0d4 Rework hex parsing flags. New 'Hex' flag, 'AllowHexSpecifier' allows hex 2023-06-22 07:52:43 -04:00
Brian Fiete
891e4fd789 Minor lib changes 2023-05-26 09:00:20 -04:00