.. |
BfAst.cpp
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfAst.h
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfAstAllocator.cpp
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfAstAllocator.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfAutoComplete.cpp
|
Fixed some Go To Definition issues
|
2020-06-14 06:39:29 -07:00 |
BfAutoComplete.h
|
Added extension methods
|
2020-06-03 05:22:11 -07:00 |
BfCodeGen.cpp
|
Fixed hotswap error zeroing libs, fixed indexer type lookup errors
|
2020-04-13 06:41:54 -07:00 |
BfCodeGen.h
|
Working on properly rebuilding target even if we restart ide
|
2019-09-28 09:48:37 -07:00 |
BfCompiler.cpp
|
Fixed issue where constData used in resolve is cleared by autocomplete
|
2020-06-17 05:12:33 -07:00 |
BfCompiler.h
|
Fixed some hot-compile dependency issues
|
2020-06-01 15:09:32 -07:00 |
BfConstResolver.cpp
|
Fixed issue where constData used in resolve is cleared by autocomplete
|
2020-06-17 05:12:33 -07:00 |
BfConstResolver.h
|
Added [?] implied size for sized arrays with initializers
|
2020-06-13 08:36:39 -07:00 |
BfContext.cpp
|
Refactored generic type instances to be a BfGenericTypeInfo member
|
2020-06-05 07:01:58 -07:00 |
BfContext.h
|
Added [?] implied size for sized arrays with initializers
|
2020-06-13 08:36:39 -07:00 |
BfDefBuilder.cpp
|
Allowed type declarations in anonymous static sections
|
2020-06-17 05:44:39 -07:00 |
BfDefBuilder.h
|
Added ability to rename namespaces
|
2020-05-31 07:12:17 -07:00 |
BfDeferEvalChecker.cpp
|
Fix for deferring evaluation of conditionals with nulls for nullables
|
2020-02-29 08:54:57 -08:00 |
BfDeferEvalChecker.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfDemangler.cpp
|
Interop fixes and tests, fixing xplat struct passing issues
|
2020-06-10 07:12:07 -07:00 |
BfDemangler.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfElementVisitor.cpp
|
Added extension methods
|
2020-06-03 05:22:11 -07:00 |
BfElementVisitor.h
|
Better handling of autocomplete with tokens
|
2020-05-26 06:10:51 -07:00 |
BfExprEvaluator.cpp
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfExprEvaluator.h
|
Added support for generic tuples
|
2020-06-04 15:02:46 -07:00 |
BfFixits.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfIRBuilder.cpp
|
Better ToString support for values
|
2020-06-16 07:50:40 -07:00 |
BfIRBuilder.h
|
Better ToString support for values
|
2020-06-16 07:50:40 -07:00 |
BfIRCodeGen.cpp
|
Fixed TLS issues
|
2020-06-13 14:56:46 -07:00 |
BfIRCodeGen.h
|
Added memcpy opt for large arrays
|
2020-06-13 08:38:13 -07:00 |
BfMangler.cpp
|
Interop fixes and tests, fixing xplat struct passing issues
|
2020-06-10 07:12:07 -07:00 |
BfMangler.h
|
Added CallingConvention support, mangle specifying
|
2020-05-04 07:15:38 -07:00 |
BfModule.cpp
|
Fixed field initializer crash
|
2020-06-17 05:24:18 -07:00 |
BfModule.h
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfModuleTypeUtils.cpp
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfNamespaceVisitor.cpp
|
Fixed atom ref issue
|
2020-05-31 09:43:15 -07:00 |
BfNamespaceVisitor.h
|
Added ability to rename namespaces
|
2020-05-31 07:12:17 -07:00 |
BfParser.cpp
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfParser.h
|
Added MD5 file hashes to Beef
|
2020-03-23 12:07:05 -07:00 |
BfPrinter.cpp
|
Fixed whitespace at the end
|
2020-06-05 10:24:48 -07:00 |
BfPrinter.h
|
Fixed params expression with ref values
|
2020-05-19 09:42:11 -07:00 |
BfReducer.cpp
|
Interop fixes and tests, fixing xplat struct passing issues
|
2020-06-10 07:12:07 -07:00 |
BfReducer.h
|
Improvements to interfaces: extensions, better generics, statics
|
2020-05-27 09:46:09 -07:00 |
BfResolvedTypeUtils.cpp
|
Fixed type alias hash crash
|
2020-06-14 08:50:28 -07:00 |
BfResolvedTypeUtils.h
|
Fixed win x64 lowering issue
|
2020-06-10 09:39:16 -07:00 |
BfResolvePass.cpp
|
Added ability to rename namespaces
|
2020-05-31 07:12:17 -07:00 |
BfResolvePass.h
|
Fixed 'using static'
|
2020-06-02 05:46:56 -07:00 |
BfSource.cpp
|
Better handling of autocomplete with tokens
|
2020-05-26 06:10:51 -07:00 |
BfSource.h
|
Linux fix
|
2020-05-26 08:22:33 -07:00 |
BfSourceClassifier.cpp
|
Better handling of this/base for autocomplete, colorization, goto def
|
2020-02-21 09:26:02 -08:00 |
BfSourceClassifier.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfSourcePositionFinder.cpp
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfSourcePositionFinder.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfStmtEvaluator.cpp
|
Fixed deferred delete:null
|
2020-06-17 06:06:03 -07:00 |
BfSystem.cpp
|
Added extension methods
|
2020-06-03 05:22:11 -07:00 |
BfSystem.h
|
Added concept of strict equality
|
2020-06-17 05:13:53 -07:00 |
BfTargetTriple.cpp
|
Added TargetTriple, fixed asm stuff for non-x86 LLVM
|
2019-10-17 06:30:17 -07:00 |
BfTargetTriple.h
|
Added TargetTriple, fixed asm stuff for non-x86 LLVM
|
2019-10-17 06:30:17 -07:00 |
BfType.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfUtil.cpp
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfUtil.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfVarDeclChecker.cpp
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
BfVarDeclChecker.h
|
Initial checkin
|
2019-08-23 11:56:54 -07:00 |
MemReporter.cpp
|
Beefy::String changes, lambda hotswap fixes
|
2019-09-03 11:17:13 -07:00 |
MemReporter.h
|
Beefy::String changes, lambda hotswap fixes
|
2019-09-03 11:17:13 -07:00 |