Brian Fiete
|
7458a90b5b
|
Fixed default parameters requiring conversion operators
|
2020-03-11 07:57:20 -07:00 |
|
Brian Fiete
|
5a63fec168
|
mkdir stats, error text on missing lld-link.exe
|
2020-03-10 17:31:16 -07:00 |
|
Brian Fiete
|
4511b9d29d
|
Fixed PlatformToolset
|
2020-03-10 16:11:31 -07:00 |
|
Brian Fiete
|
701e43bf1f
|
Fixed single-item replace
|
2020-03-10 12:02:47 -07:00 |
|
Brian Fiete
|
a64997e395
|
Updated target platform version
|
2020-03-10 12:02:07 -07:00 |
|
Brian Fiete
|
1db7f78b28
|
Fixed access error for protected properties
|
2020-03-10 08:28:16 -07:00 |
|
Brian Fiete
|
1de552e940
|
Fixed return of a 'var'
|
2020-03-10 08:27:57 -07:00 |
|
Brian Fiete
|
1c8a2a8e44
|
Fixed cast issue in resolveOnly
|
2020-03-10 08:27:48 -07:00 |
|
Brian Fiete
|
e9ef8ed27c
|
Fix for sized array with const member size
|
2020-03-09 13:10:34 -07:00 |
|
Brian Fiete
|
20d0dcf8de
|
Merge remote-tracking branch 'origin/master'
|
2020-03-09 11:47:22 -07:00 |
|
Brian Fiete
|
bc50fd85a8
|
Fixed some resolve errors after Clean
|
2020-03-09 11:47:09 -07:00 |
|
Brian Fiete
|
686050a68b
|
Fixed some lowering of Win32 structs by value
|
2020-03-09 11:46:40 -07:00 |
|
Brian Fiete
|
2e8dd4b57d
|
Merge pull request #73 from shantaram3013/patch-1
fixed typo
|
2020-03-09 10:43:27 -07:00 |
|
Brian Fiete
|
611ab328d2
|
Merge pull request #70 from subramanivmk/close_socket_linux
Fix for Socket class on linux.
|
2020-03-09 10:42:29 -07:00 |
|
Brian Fiete
|
f7dd157bf8
|
Merge branch 'master' into close_socket_linux
|
2020-03-09 10:42:15 -07:00 |
|
Brian Fiete
|
77e204deb0
|
Removed internal
|
2020-03-09 09:32:14 -07:00 |
|
Brian Fiete
|
6f4680cb88
|
Increase stack size
|
2020-03-09 08:42:34 -07:00 |
|
Brian Fiete
|
a67f68ee8c
|
More stack protection
|
2020-03-09 08:42:14 -07:00 |
|
Brian Fiete
|
8cafd6814f
|
Prot fix
|
2020-03-09 06:55:04 -07:00 |
|
Brian Fiete
|
d1c373420b
|
Fixed Friend check for properties
|
2020-03-09 06:51:41 -07:00 |
|
Brian Fiete
|
14ac27c977
|
Removed 'internal' protection - it's all about [Friend] now
|
2020-03-09 06:34:16 -07:00 |
|
Sid
|
bec59f777b
|
fixed typo
|
2020-03-08 14:47:17 +05:30 |
|
subuzero
|
9657cdd55b
|
Fix for Socket class on linux.
closesocket() is windows only.
|
2020-03-04 00:43:04 +05:30 |
|
Brian Fiete
|
81af04a1ce
|
Fixed crash when attempting invocation in const context
|
2020-03-02 08:07:11 -08:00 |
|
Brian Fiete
|
e6518a3aab
|
Removed some errant semicolons
|
2020-03-02 07:03:42 -08:00 |
|
Brian Fiete
|
2c30afbfcf
|
Fixed issue where we allowed multiple semicolons at end of if statements
|
2020-03-02 06:25:00 -08:00 |
|
Brian Fiete
|
76cb117e1f
|
Added View Whitespace for string viewer
|
2020-03-02 06:24:21 -08:00 |
|
Brian Fiete
|
e508b8ded7
|
Fixed debug variable definition ranges
|
2020-02-29 12:45:44 -08:00 |
|
Brian Fiete
|
cb6a6484eb
|
Fixed generic constraint error crash
|
2020-02-29 09:45:46 -08:00 |
|
Brian Fiete
|
a8d57c5d28
|
Fix for deferring evaluation of conditionals with nulls for nullables
|
2020-02-29 08:54:57 -08:00 |
|
Brian Fiete
|
d7aa91f9c5
|
Properly setting mFileAccess
|
2020-02-29 07:47:44 -08:00 |
|
Brian Fiete
|
6512841cf1
|
Expansion to const equality checks
|
2020-02-29 07:35:17 -08:00 |
|
Brian Fiete
|
a43d4e8bd9
|
Added const equality checking for string literals
|
2020-02-28 14:46:12 -08:00 |
|
Brian Fiete
|
5bed292e87
|
Removed sized array initialization from tuples
|
2020-02-28 13:58:12 -08:00 |
|
Brian Fiete
|
bb34a468bb
|
Fixed crash when using a failed closure
|
2020-02-28 11:12:21 -08:00 |
|
Brian Fiete
|
c92bc523db
|
Added constant string appending with + operator, const string fixes
|
2020-02-28 09:20:43 -08:00 |
|
Brian Fiete
|
41cb0052b2
|
String fix
|
2020-02-25 10:40:28 -08:00 |
|
Brian Fiete
|
23dd0f22e9
|
Fixed reformatting of multiline string literals
|
2020-02-24 09:58:49 -08:00 |
|
Brian Fiete
|
a7ee9fde07
|
Added StringView for char
|
2020-02-24 09:58:24 -08:00 |
|
Brian Fiete
|
e962a1a339
|
Fix for test methods on generic types
|
2020-02-24 05:42:41 -08:00 |
|
Brian Fiete
|
2bcfdcc06c
|
Improved spaceship- const evaluation, subtraction optimization
|
2020-02-23 07:41:06 -08:00 |
|
Brian Fiete
|
292e0992a4
|
Removed IDisposable indirection
|
2020-02-23 06:14:33 -08:00 |
|
Brian Fiete
|
857c1c384a
|
Added support for "case when" (valueless) switch cases
|
2020-02-23 06:14:14 -08:00 |
|
Brian Fiete
|
3fd81fc966
|
Fixed paring for binding to generic methods
|
2020-02-22 08:29:50 -08:00 |
|
Brian Fiete
|
68ae9f4036
|
Initialize Find in Files with selected text
|
2020-02-22 08:20:52 -08:00 |
|
Brian Fiete
|
4efa88376c
|
Fixed extension issue, fixed false dep from conversion operator
|
2020-02-22 06:49:56 -08:00 |
|
Brian Fiete
|
d40f7fa759
|
More fixes for switch unreachable
|
2020-02-21 15:34:08 -08:00 |
|
Brian Fiete
|
748f7b8e49
|
Fixed 'unreachable' for comprehensive switch
|
2020-02-21 11:26:41 -08:00 |
|
Brian Fiete
|
590df7aec7
|
Better handling of this/base for autocomplete, colorization, goto def
|
2020-02-21 09:26:02 -08:00 |
|
Brian Fiete
|
b856f48006
|
Added an 'unreachable' instruction for comprehensive switches
|
2020-02-21 07:54:19 -08:00 |
|