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

2732 commits

Author SHA1 Message Date
Brian Fiete
b2e9a83ac2 Span default ctor fix 2021-12-03 05:58:57 -08:00
Brian Fiete
15003d5f6a ContainsAlt rename 2021-12-03 05:58:45 -08:00
Brian Fiete
ab1146d72a Long size fix 2021-12-03 05:58:34 -08:00
Brian Fiete
61222f8525 Zero-sized compression fixes 2021-12-02 14:43:36 -08:00
Brian Fiete
46fbba9712 StringView.Intern 2021-12-01 11:07:09 -08:00
Brian Fiete
69f26e453d Added 'Alt' methods 2021-12-01 11:06:59 -08:00
Brian Fiete
c2ed0d4afe Better error for duplicate method 2021-11-30 09:32:28 -08:00
Brian Fiete
a8546fbbdf
Merge pull request #1198 from MineGame159/remember_string_find_class
[IDE] Find class dialog and open file in workspace dialog now remembers last searched string
2021-11-30 09:21:45 -08:00
Brian Fiete
3bd1e97179
Merge pull request #1239 from disarray2077/matchindex
Add MatchIndex to StringSplitEnumerator
2021-11-29 09:27:27 -08:00
Brian Fiete
223b7b9e1b
Merge pull request #1212 from miere43/delete-all-right
Add "Delete All Right" command to IDE
2021-11-29 09:27:06 -08:00
Brian Fiete
e6a9e03b62 Val128 + operator 2021-11-29 08:39:06 -08:00
Brian Fiete
aa56542fae Better support for @ name prefixes 2021-11-29 08:38:42 -08:00
Brian Fiete
7691c414c3 Fixed symbol hiliting with comptime emissions 2021-11-28 10:59:25 -08:00
Brian Fiete
ed06ff4dce Comptime method fixes 2021-11-28 09:42:22 -08:00
Brian Fiete
0927656400 Fixed invalid variable declaration detection in string interpolation 2021-11-27 11:45:10 -08:00
Brian Fiete
1b26619087 Fixed method param attribute parsing with no type specified 2021-11-27 11:38:16 -08:00
Brian Fiete
244407c7fe Fixed delegate binding with var argument 2021-11-27 11:22:10 -08:00
Brian Fiete
7c292a8814 Fixed scope for switch with tuple member captures 2021-11-27 11:11:41 -08:00
Brian Fiete
041a17cf89 Support for autoprop initializers 2021-11-27 10:31:32 -08:00
Brian Fiete
40b0d78d16 Allow ref property setter specifier 2021-11-27 09:05:23 -08:00
Brian Fiete
0d837d23cb Allow typeof(Self) in static section 2021-11-27 08:01:08 -08:00
Brian Fiete
88711eae69 Better handling of keys held down when IDE takes focus 2021-11-27 07:08:24 -08:00
Brian Fiete
ec61583db8 Fixed heap bugs - mostly a major leak 2021-11-26 17:59:58 -08:00
Brian Fiete
4de601be57 Fixed cancel case for comptime type emissions 2021-11-26 17:59:00 -08:00
Brian Fiete
c5e2b78199 Comptime reentrancy fixes, deleting rebuild, static field fixes 2021-11-26 08:59:46 -08:00
Brian Fiete
0bb273b898 Remove unnecessary pauses for build scripts 2021-11-26 08:56:01 -08:00
Brian Fiete
72064e7dc2 AlwaysInclude required methods 2021-11-26 08:55:11 -08:00
Brian Fiete
ed80a8d88b Fixed comptime emission for enums 2021-11-24 13:27:39 -08:00
Brian Fiete
c52ef256a5 Fixed undef type issue in ceMachine 2021-11-23 17:32:22 -08:00
Brian Fiete
6874402e58 Don't allow virtual method for ceMachine entrypoint 2021-11-23 16:11:12 -08:00
Brian Fiete
048c1c1ab8 Made typeof(T) evaluate as undef 2021-11-23 15:09:17 -08:00
Brian Fiete
a7da8a75d6 Const actualization fixes 2021-11-23 15:01:10 -08:00
Brian Fiete
870c9914be Support for top-level internal protection, autocomplete internal fixes 2021-11-23 14:25:07 -08:00
Brian Fiete
0592701576 Respect debug working directory during test 2021-11-23 12:39:25 -08:00
Brian Fiete
f1105a8ce1 Fixed comptime TypeDone type population reentracy issue 2021-11-23 12:09:28 -08:00
Brian Fiete
1536c89d63 Set propDef.mDeclaringType for Underlying 2021-11-23 11:41:33 -08:00
Brian Fiete
bde7b0b3aa Fixed symbol rename for types with comptime emissions 2021-11-23 11:34:30 -08:00
Brian Fiete
8922cc0c0d Strip ref from comptype, rettype 2021-11-23 10:43:51 -08:00
Brian Fiete
12a3ba937a Allow comptime extern constraint typerefs 2021-11-23 09:12:10 -08:00
Brian Fiete
6fe2a7002a Fixed comptime declaring type with types with extension 2021-11-22 17:11:16 -08:00
Brian Fiete
2a3efe3698 Version bump to 0.43.2 2021-11-22 09:20:31 -08:00
disarray2077
c4f50ec64e
Add MatchIndex to StringSplitEnumerator 2021-11-20 17:30:07 -03:00
Brian Fiete
dc57db202d PrepareFunction fix during reentry (error condition) 2021-11-20 10:39:01 -08:00
Brian Fiete
238def6389 mIndexerValues clear fix 2021-11-17 13:57:51 -08:00
Brian Fiete
11e41558d7 Fixed documentation generic TypeToString crash 2021-11-16 12:28:25 -08:00
Brian Fiete
c107a33268 Handle block splitting in tuple match 2021-11-15 16:44:28 -08:00
Brian Fiete
f58362343b Support for 'params' in indexer 2021-11-15 15:01:48 -08:00
Brian Fiete
7dbd5294d7 For for param documentation when default argument is specified 2021-11-14 18:43:17 -08:00
Brian Fiete
5a3c0eaf39 Support for IntToPtr and PtrToInt const copying 2021-11-14 18:23:48 -08:00
Brian Fiete
8d29a35947 intptr-ization 2021-11-14 18:02:26 -08:00