Brian Fiete
|
2ac2fe70fb
|
Fixed string interpolation scoping, {{ }} escaping
|
2021-01-04 06:33:39 -08:00 |
|
Brian Fiete
|
f9b9b15214
|
DeleteDictionaryAndKeysAndItems to DeleteDictionaryAndKeysAndValues
|
2021-01-04 04:56:44 -08:00 |
|
Brian Fiete
|
d78cb3182a
|
Merge pull request #785 from xposure/master
DeleteDictionaryAndItems + String to span<char8>
|
2021-01-04 04:47:31 -08:00 |
|
xposure
|
aeb0e70d21
|
Adds implicit Span<char8> operator to String
|
2021-01-03 21:07:34 -05:00 |
|
xposure
|
fe74d58958
|
DeleteDictionaryAndItems
|
2021-01-03 19:55:28 -05:00 |
|
Brian Fiete
|
f6174aade2
|
Support for file dragging in workspace panel
|
2021-01-03 11:51:53 -08:00 |
|
Brian Fiete
|
f928b93644
|
Fixed environment issue
|
2021-01-03 07:04:33 -08:00 |
|
Brian Fiete
|
5fd037bc58
|
Fixed project serialization with ignored files
|
2021-01-03 06:25:06 -08:00 |
|
Brian Fiete
|
3c9dfc4bef
|
Setting link language to en-US
|
2021-01-03 06:24:49 -08:00 |
|
Brian Fiete
|
04126a7e40
|
Fixed inline set on extern methods
|
2021-01-03 05:34:14 -08:00 |
|
Brian Fiete
|
496eae24ad
|
Fixed const-eval-initialized const field dependency issues
|
2021-01-02 15:46:29 -08:00 |
|
Brian Fiete
|
1893988195
|
Fixed static initializer
|
2021-01-02 13:20:10 -08:00 |
|
Brian Fiete
|
9d1a5d9f3d
|
Added auto-constructors (ie: 'struct Vec : this(float x, float y);')
|
2021-01-02 12:54:05 -08:00 |
|
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 |
|
Brian Fiete
|
bd57172996
|
Fixed argument cascades with ReturnValueDiscarded
|
2021-01-02 08:51:04 -08:00 |
|
Brian Fiete
|
8ceb7bf183
|
Fixed formatting of extern fields
|
2021-01-02 08:16:51 -08:00 |
|
Brian Fiete
|
2dbcca8ca4
|
Argument cascades
|
2021-01-02 08:11:07 -08:00 |
|
Brian Fiete
|
0692fb44a4
|
Added '.{ x = 1, y = 2}' initializer expression
|
2021-01-02 06:14:29 -08:00 |
|
Brian Fiete
|
b18cdc706c
|
GetUnspecializedMethodInstance local method fix
|
2021-01-02 05:27:09 -08:00 |
|
Brian Fiete
|
ca8b1a7959
|
GetUnspecializedMethodInstance fix
|
2021-01-02 05:05:10 -08:00 |
|
Brian Fiete
|
08f8ccd4d8
|
Merge pull request #782 from xposure/master
Added CreateObject support for Arrays
|
2021-01-02 04:49:59 -08:00 |
|
Brian Fiete
|
9d3b693cfa
|
Fixed some const vector and static vector issues
|
2021-01-01 16:39:04 -08:00 |
|
xposure
|
caf81a72e3
|
Added CreateObject support for Arrays in minlib
|
2021-01-01 19:29:05 -05:00 |
|
xposure
|
a3a17aea83
|
Added CreateObject support for Arrays
|
2021-01-01 19:22:23 -05:00 |
|
Brian Fiete
|
3b1a5fd4d6
|
Fixed ce dependency issue
|
2021-01-01 15:33:17 -08:00 |
|
Brian Fiete
|
06a1ea841f
|
Fixed some generic param cases with generic methods in generic variants
|
2021-01-01 15:33:00 -08:00 |
|
Brian Fiete
|
4f3c28ef2f
|
Merge pull request #779 from xposure/master
Adding IsArray and IsSizedArray to corlib Type
|
2021-01-01 11:48:06 -08:00 |
|
Chris Phillips
|
1da5bd0409
|
Merge remote-tracking branch 'upstream/master' into master
|
2021-01-01 13:22:54 -05:00 |
|
Chris Phillips
|
c38f483c30
|
Merge remote-tracking branch 'upstream' into master
|
2021-01-01 13:22:46 -05:00 |
|
Chris Phillips
|
f659672b11
|
Adding IsArray and IsSizedArray to corlib Type
|
2020-12-31 23:40:33 -05:00 |
|
Brian Fiete
|
d448763286
|
Merge pull request #777 from xposure/master
Add IsArray and IsSizedArray to Type
|
2020-12-31 12:21:57 -08:00 |
|
Chris Phillips
|
c399b79bd5
|
Add IsArray and IsSizedArray to Type
|
2020-12-31 15:02:12 -05:00 |
|
Brian Fiete
|
a672b49dea
|
Fixed const eval leaks
|
2020-12-31 11:47:34 -08:00 |
|
Brian Fiete
|
86b5e65015
|
Fixed const eval dependency issues
|
2020-12-31 11:31:19 -08:00 |
|
Brian Fiete
|
fa65029dfa
|
Fixed false signature change with multiple extensions
|
2020-12-31 09:56:51 -08:00 |
|
Brian Fiete
|
f81a1cf896
|
Fixed removal of alwaysinclude flags
|
2020-12-31 07:31:51 -08:00 |
|
Brian Fiete
|
3875fbcb2f
|
Fixed some flashing-errors with var returns
|
2020-12-31 06:50:38 -08:00 |
|
Brian Fiete
|
8eedd0f9f1
|
ConstEval test fix
|
2020-12-31 06:26:06 -08:00 |
|
Brian Fiete
|
65c0f10cba
|
Fixed phi with StringView
|
2020-12-31 06:25:48 -08:00 |
|
Brian Fiete
|
706fe9e04b
|
var-return support for const eval methods
|
2020-12-30 13:24:13 -08:00 |
|
Brian Fiete
|
585e2575e8
|
Fixed base-call append alloc
|
2020-12-30 06:26:59 -08:00 |
|
Brian Fiete
|
9eb3d8c3a5
|
Allow ctor calls with a 'var' constraint
|
2020-12-30 05:35:37 -08:00 |
|
Brian Fiete
|
d31dc16621
|
Fixed static search issue with extensions
|
2020-12-30 05:18:26 -08:00 |
|
Brian Fiete
|
a99a23f79a
|
Better undef handling of values initialized from const generic param
|
2020-12-29 17:42:32 -08:00 |
|
Brian Fiete
|
56c250f251
|
Fixed error handling of return value of lambda in local
|
2020-12-29 17:07:26 -08:00 |
|
Brian Fiete
|
74098aa9eb
|
Improved errors of invalid typealias generics
|
2020-12-29 16:05:19 -08:00 |
|
Brian Fiete
|
5c88091760
|
Added AlwaysIncludeFlags
|
2020-12-29 12:41:54 -08:00 |
|
Brian Fiete
|
1954152a6d
|
Added AlwaysIncludeUser, fixed context cleanup order
|
2020-12-29 12:41:43 -08:00 |
|
Brian Fiete
|
8dbfd1b0e3
|
Added String.Substring
|
2020-12-29 09:23:50 -08:00 |
|