Brian Fiete
3c74588e10
Fixed static bitfields
2022-02-11 09:44:41 -05:00
Brian Fiete
dd8668a64a
Merge pull request #1428 from disarray2077/patch-5
...
Fix SDLApp in wasm
2022-02-11 05:16:20 -08:00
Brian Fiete
657a64f59c
Added Runtime.AddErrorHandler
2022-02-11 08:12:30 -05:00
Brian Fiete
9e80281d1a
Experimental bitfields
2022-02-11 05:49:11 -05:00
Brian Fiete
f37fb2c1b7
Comptime improvments, IOn<X> interfaces, const payload enum
2022-02-11 05:47:32 -05:00
disarray2077
9358763395
Make RunOneFrame
private
2022-02-10 12:29:17 -03:00
disarray2077
27e1a2aa7f
Fix SDLApp in wasm
2022-02-10 12:24:27 -03:00
Brian Fiete
58eec21fbf
Allow '[Align(X)]' on fields. Support '[Packed(X)]'
2022-02-06 10:49:35 -05:00
Brian Fiete
6315d81207
Search base class for field
2022-02-04 11:55:08 -05:00
Brian Fiete
6c3944170d
Fixed comptime const evals within comptime
2022-02-02 07:27:03 -05:00
Brian Fiete
6c18ffd607
Separated comptime mixin into Compiler.Mixin and Compiler.MixinRoot
2022-02-01 16:35:09 -05:00
Brian Fiete
26506efc1e
Improved generic param reflection in comptime
2022-01-31 15:41:05 -05:00
Brian Fiete
e1d75d66bf
Fixed mangling of extern UTF8 helpers
2022-01-29 09:58:00 -05:00
Brian Fiete
3338f3c069
Allow CreateObject for default ctors with append allocs
2022-01-29 09:57:43 -05:00
Brian Fiete
a20383e2c0
Merge pull request #1395 from Hiroko103/patch-2
...
[Fix] Beefy2D missing quotes in build config
2022-01-28 08:41:56 -05:00
Brian Fiete
d375c805c9
Improvements to target triple override
2022-01-28 08:19:11 -05:00
Hiroko
bb0678c839
[Fix] Beefy2D missing quotes in build config
...
Missing quotes in the Beefy2D project configuration causes (only) Release builds to fail, if 'BeefySysLib64.lib' is located in a path with spaces in it.
2022-01-24 19:29:45 +01:00
Brian Fiete
0dbe75cf65
Fixed relPath check
2022-01-20 19:13:15 -05:00
Brian Fiete
3c091be0d5
Reduced brightness of char pair hilite
2022-01-20 08:16:15 -05:00
Brian Fiete
fa01e7ad17
Merge pull request #1375 from blat-blatnik/HighlightMatchingParens
...
Highlight matching parens under cursor
2022-01-18 12:31:11 -05:00
Brian Fiete
3bb7f72116
Minor workspace folder tweaks
2022-01-18 12:01:56 -05:00
Brian Fiete
95a27d5e93
Fixes to new conversion overload invoker
2022-01-18 10:34:33 -05:00
Brian Fiete
c2461c8554
Allow crepr on enum
2022-01-17 17:09:50 -05:00
Brian Fiete
c7d2d2e9bd
Make conversion operators use standard method matcher
2022-01-17 16:14:40 -05:00
Brian Fiete
4e18517c03
Comptime can now run on unspecialized code
2022-01-16 07:59:51 -05:00
Brian Fiete
10e8136a9c
Make IFloating infer INumeric
2022-01-15 08:53:09 -05:00
Brian Fiete
3a87b926b3
Update TypeCode, fixed TypeOf value
2022-01-14 07:08:09 -05:00
disarray2077
44aa69fc1e
Fix arithmetic overflow error
2022-01-13 12:27:50 -03:00
blat-blatnik
41159bdb38
Merge remote-tracking branch 'upstream/master' into HighlightMatchingParens
2022-01-11 22:48:27 +01:00
blat-blatnik
85ac4d5f83
Hilite matching parentheses under cursor
2022-01-11 22:48:08 +01:00
Brian Fiete
3f6d4d1199
DeleteChar mJustInsertedCharPair fix
2022-01-11 15:57:07 -05:00
Brian Fiete
bc060ec362
Made CursorToLineStart work like VS (and others)
2022-01-11 10:58:36 -05:00
Brian Fiete
bf97431cdb
Improvements to overflow arithmetic
2022-01-11 10:36:22 -05:00
Brian Fiete
4df78e944f
More fixes for signed InternalSample()
2022-01-09 22:00:35 -05:00
Brian Fiete
9c138399fc
Fix negative numbers in Random
2022-01-09 17:56:28 -05:00
Brian Fiete
849a305887
Merge pull request #1363 from disarray2077/patch-5
...
Add bounds checking to [Pop]Back/[Pop]Front
2022-01-08 12:31:52 +01:00
Brian Fiete
500c2e3559
Merge pull request #1362 from disarray2077/patch-4
...
Fix StreamReader Peek method
2022-01-08 12:31:19 +01:00
disarray2077
6aeb9e6e9c
Add bounds checking to [Pop]Back/[Pop]Front
2022-01-07 20:13:58 -03:00
disarray2077
c886702d2b
Fix StreamReader Peek method
2022-01-07 18:23:50 -03:00
disarray2077
6d2803dbb1
Add support for file drag drop
2022-01-07 12:51:57 -03:00
disarray2077
2fd78b36e7
Improve open error for files from network
2022-01-07 10:22:26 -03:00
Brian Fiete
fdd1a34d86
Merge pull request #1357 from blat-blatnik/HighlightCurrentLine
...
Add option to highlight current line in editor
2022-01-07 12:45:13 +01:00
blat-blatnik
bb4b4ef185
Slightly better positioning of highlight rect
2022-01-07 08:58:18 +01:00
blat-blatnik
8e476812f8
Correct handling of horizontal scrolling
2022-01-07 08:52:20 +01:00
blat-blatnik
28a0d118e5
Added option to highlight current line when editing source files
2022-01-07 01:49:20 +01:00
m910q
80f72fd35e
Fix for Debug.WriteLine() - Avoid potential String reallocation
...
Debug.WriteLine() no longer reallocate its scoped String when appending a newline.
This only happened when the StringView length matches the buffersize in the String.
2022-01-06 22:10:52 +01:00
Brian Fiete
0826b6d49f
Support for "returnaddress" intrinsic
2022-01-06 06:26:56 -05:00
Brian Fiete
64161bf001
Namespace fix
2022-01-02 06:02:15 -05:00
Brian Fiete
5004e89e35
Merge pull request #1336 from disarray2077/patch-2
...
Some miscellaneous additions to corlib
2022-01-02 11:58:30 +01:00
disarray2077
3018a6030e
Remove unnecessary mut
s
...
This fixes some warnings because `SHA256` isn't a struct anymore.
2022-01-02 01:12:13 -03:00