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
|
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
|
f273407f97
|
Simple DirectInput support
|
2020-11-27 06:24:47 -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
|
df95dc4666
|
Added ipresolve options
|
2020-11-21 07:10:09 -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
|
743a8da08b
|
Reworked IDE paren pair support
|
2020-10-17 12:59:10 -07:00 |
|
Brian Fiete
|
2a57d9d447
|
Fixed line paste indent issues
|
2020-10-17 06:46:16 -07:00 |
|
Brian Fiete
|
72411118c2
|
Added safe mode
|
2020-10-15 10:44:29 -07:00 |
|
Brian Fiete
|
72242aa31c
|
Horizontal scroll wheel support
|
2020-10-15 10:00:36 -07:00 |
|
Brian Fiete
|
c3b697c0a4
|
Fixed ctrl+click Go To Definition timing issue
|
2020-10-13 07:27:25 -07:00 |
|
Brian Fiete
|
14609dc636
|
Fix for WantX after deleting selection
|
2020-10-12 17:49:22 -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
|
d7de0f19ca
|
Rot fix
|
2020-10-09 08:42:24 -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
|
557b13070c
|
Wrap-around menu selection
|
2020-10-07 11:05:35 -07:00 |
|
Brian Fiete
|
2ac478509e
|
Fixed operator precedence issues
|
2020-10-07 07:47:08 -07:00 |
|
Brian Fiete
|
1523000e80
|
Theme update
|
2020-10-05 14:25:55 -07:00 |
|