Brian Fiete
fe7d3d80e7
Fixed issues with chained dtors in extensions
2020-10-15 12:05:50 -07:00
Brian Fiete
3bb94764d2
Added missing 'internal' string
2020-10-15 11:27:32 -07:00
Brian Fiete
a944aa6d24
Fix for undef index of sized array
2020-10-14 17:37:25 -07:00
Brian Fiete
f9c632cbe7
Parse fix with semicolon following generic constraints
2020-10-14 11:46:33 -07:00
Brian Fiete
6b27f0f0b2
Internal protection, 'using internal <type or namespace>;`
2020-10-14 11:33:41 -07:00
Brian Fiete
7349cdf50f
Fixed Go To Definition crash with no methodDecl
2020-10-13 15:09:06 -07:00
Brian Fiete
13ca09a464
Fixed splat interference with methodRef
2020-10-13 13:42:23 -07:00
Brian Fiete
0b02483971
Debugging helpers
2020-10-13 13:41:41 -07:00
Brian Fiete
f1b685b4c7
Throws error on duplicate tuple field name
2020-10-13 10:32:56 -07:00
Brian Fiete
ddad5bd492
Support for expression-bodied indexers
2020-10-12 17:48:59 -07:00
Hunter Bridges
81b909c541
Fix misc bugs w/ IDE build in folders with a space
...
- Add quotes to bin/msbuild.bat paths
- Tweak PostBuildCmds in Debugger64 and IDEHelper
- Tweak Debug paths in IDE project to be relative to Workspace
- Modify AppendWithOptionalQuotes to not add more quotes if source string already in quotes
- Modify quoting behavior in build shell command construction
2020-10-12 15:49:25 -07:00
Brian Fiete
71eca79ef1
Fixed Abs codegen bug with spilled vregs
2020-10-12 11:11:18 -07:00
Brian Fiete
d24f169181
Better array size fix with missing commas
2020-10-12 10:22:42 -07:00
Brian Fiete
9332693132
Improved minidump debugging
2020-10-12 10:12:18 -07:00
Brian Fiete
fcc82b9d24
Fixed allocation indent issue
2020-10-11 07:59:03 -07:00
Brian Fiete
0d05b81a69
Fixed reformat removing errors in switch block
2020-10-11 07:49:54 -07:00
Brian Fiete
196b9604c1
Fixed autocomplete type inference issue
2020-10-10 15:41:07 -07:00
Brian Fiete
06f6c41679
Debug Break,SafeBreak,IsDebuggerPresent. [NoDebug]
2020-10-10 07:08:30 -07:00
Brian Fiete
42a361a8c0
Fixed autocomplete doc crash for generic methods
2020-10-10 06:12:29 -07:00
Brian Fiete
0f9ae6ab8c
Array size fix with missing commas
2020-10-10 05:40:07 -07:00
Brian Fiete
aed026f4fc
Fixed array alloc bitcast in entry block
2020-10-09 14:10:53 -07:00
Brian Fiete
e0ebe81472
Fix for boxed interface selection with multiple entries
2020-10-08 12:47:34 -07:00
Brian Fiete
4cea33d96f
Fixed cases of undetected ambiguous calls
2020-10-08 12:09:04 -07:00
Brian Fiete
e8b35ce0c4
Autocomplete method name fix
2020-10-08 11:47:38 -07:00
Brian Fiete
3fb7576bf9
MethodToString improvements
2020-10-08 10:17:03 -07:00
Brian Fiete
b28a87136f
Extended autocomplete info
2020-10-08 09:41:05 -07:00
Brian Fiete
16cd9f7a77
Fixed lambda bind to delegate type with outer generic
2020-10-08 06:45:04 -07:00
Brian Fiete
58370d2c8c
Fixed indexer issue with incorrect value type
2020-10-07 12:56:37 -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
2ac478509e
Fixed operator precedence issues
2020-10-07 07:47:08 -07:00
Brian Fiete
dbe38df60f
Fixed namespace colorization when type name matches namespace
2020-10-06 09:30:25 -07:00
Brian Fiete
1171e6ef64
Made operator precedence match everyone else
2020-10-06 07:38:56 -07:00
Brian Fiete
8376355098
Fixed multi-sourced symbol server conflict
2020-10-06 07:07:45 -07:00
Brian Fiete
3b9558a508
Fixed extension method and methodRef infererence issues
2020-10-06 05:37:33 -07:00
Brian Fiete
efa44caee0
Fixed phi with var failure value
2020-10-05 14:54:55 -07:00
Brian Fiete
8647d63806
Fixed go to definition for invocation without opening paren
2020-10-05 14:54:25 -07:00
Brian Fiete
9650e10e88
Operator extension fix
2020-10-02 13:12:34 -07:00
Brian Fiete
d9444cc603
Fixed expression-bodied function with a ref return
2020-10-01 14:35:16 -07:00
Brian Fiete
c58e30e005
Formatting fixes for initializer expressions
2020-09-30 07:39:39 -07:00
Brian Fiete
64af84f0de
Failed on attempted deferring of a mixin
2020-09-29 12:24:34 -07:00
Brian Fiete
c28ed988b3
Fixed properties debug evaluation and struct calls
2020-09-29 11:58:07 -07:00
Brian Fiete
a399e383fa
Linux fixes
2020-09-29 08:53:36 -07:00
Brian Fiete
b13bee470c
Fixed some field var-resolve issues
2020-09-29 05:42:16 -07:00
Brian Fiete
3d4455d1f6
Fixed var decl short circuiting check
2020-09-29 05:19:52 -07:00
Brian Fiete
fc0fcd103f
Fixed to tuple name parsing
2020-09-29 05:11:23 -07:00
Brian Fiete
67556c2ff6
Fixed const handling
2020-09-29 04:56:47 -07:00
Brian Fiete
395cac905d
Improved tuple member parsing
2020-09-28 18:02:10 -07:00
Brian Fiete
b7f30c798c
Fixed enum case check in non-enum type
2020-09-28 13:26:47 -07:00
Brian Fiete
9db256f281
Fixed autocomplete invoke info issue with arguments with binary operator
2020-09-28 13:15:48 -07:00
Brian Fiete
c9b547dc88
Fixed attempted const evaluation of case expression
2020-09-28 12:51:33 -07:00