1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 19:48:20 +02:00
Beef/IDEHelper/Compiler
2025-01-22 08:04:38 -08:00
..
BfAst.cpp Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfAst.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfAstAllocator.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfAstAllocator.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfAutoComplete.cpp Handle 'func?.Invoke()' 2025-01-18 06:48:33 -08:00
BfAutoComplete.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfCodeGen.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCodeGen.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfCompiler.cpp Fix issue renaming symbols in type with indexer property 2025-01-21 14:43:19 -08:00
BfCompiler.h Added reflected TypeDeclaration support for comptime 2025-01-14 10:16:46 -08:00
BfConstResolver.cpp Fixed mIgnoreWrites restoration when !mHasStarted 2025-01-17 10:29:08 -08:00
BfConstResolver.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfContext.cpp Improved CE TypeDeclaration handling, including proper rebuilding 2025-01-15 09:59:47 -08:00
BfContext.h Improved comptime circular data reference issues 2025-01-18 09:31:29 -08:00
BfDefBuilder.cpp Fixed 'ref' and 'in' this parameter for extension methods 2025-01-17 17:32:25 -08:00
BfDefBuilder.h Inline anonymous type declarations 2025-01-02 11:42:33 -08:00
BfDeferEvalChecker.cpp Allow (.) inferred type cast inside ref and * unary operations 2024-12-02 13:53:36 -05:00
BfDeferEvalChecker.h Fixed issue with comptime strings ending up in executable 2023-03-02 12:41:07 -05:00
BfDemangler.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfDemangler.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfElementVisitor.cpp Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfElementVisitor.h Inline anonymous type declarations 2025-01-02 11:42:33 -08:00
BfExprEvaluator.cpp Fixed hot vtable index adjustment with override 2025-01-20 09:58:52 -08:00
BfExprEvaluator.h Fixed missing error for outer static instance-qualified lookup 2025-01-05 09:34:21 -08:00
BfFixits.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfIRBuilder.cpp Added typeof_comptime const type 2025-01-19 12:40:50 -08:00
BfIRBuilder.h Added typeof_comptime const type 2025-01-19 12:40:50 -08:00
BfIRCodeGen.cpp Improved handling of mGhostDependencies. Codegen Abort 2025-01-19 08:39:46 -08:00
BfIRCodeGen.h Optimization phases for LLVM upgrade 2024-05-05 12:26:21 -04:00
BfMangler.cpp Improved comptime circular data reference issues 2025-01-18 09:31:29 -08:00
BfMangler.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfModule.cpp Sanity check for mid-compile deleted types 2025-01-22 08:04:38 -08:00
BfModule.h Added typeof_comptime const type 2025-01-19 12:40:50 -08:00
BfModuleTypeUtils.cpp Fixed tuple actualization issue in Cast 2025-01-21 12:06:09 -08:00
BfNamespaceVisitor.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfNamespaceVisitor.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfParser.cpp Allow catch-all '#pragma warning disable' 2025-01-16 07:36:45 -08:00
BfParser.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfPrinter.cpp Handle zero-sized enums (<= 1 member) 2024-11-08 09:16:27 -05:00
BfPrinter.h Handle zero-sized enums (<= 1 member) 2024-11-08 09:16:27 -05:00
BfReducer.cpp Fixed ability to use anonymous types as method parameters 2025-01-09 13:48:14 -08:00
BfReducer.h Fixed failed anonymous inline type declaration with attributes 2025-01-07 11:54:46 -08:00
BfResolvedTypeUtils.cpp Improved opaques - can now be used with extension methods 2025-01-19 07:02:18 -08:00
BfResolvedTypeUtils.h Improved opaques - can now be used with extension methods 2025-01-19 07:02:18 -08:00
BfResolvePass.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfResolvePass.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSource.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSource.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourceClassifier.cpp Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfSourceClassifier.h Anonymous subclassing in initializer blocks 2025-01-04 10:57:37 -08:00
BfSourcePositionFinder.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfSourcePositionFinder.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfStmtEvaluator.cpp Improved opaques - can now be used with extension methods 2025-01-19 07:02:18 -08:00
BfSystem.cpp Allow catch-all '#pragma warning disable' 2025-01-16 07:36:45 -08:00
BfSystem.h Improved CE TypeDeclaration handling, including proper rebuilding 2025-01-15 09:59:47 -08:00
BfTargetTriple.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfTargetTriple.h Added TargetTriple, fixed asm stuff for non-x86 LLVM 2019-10-17 06:30:17 -07:00
BfType.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfUtil.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfUtil.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfVarDeclChecker.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
BfVarDeclChecker.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
CeDebugger.cpp Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
CeDebugger.h Added "Keep Native Console Open" option 2024-07-24 09:41:08 +02:00
CeMachine.cpp Handle uninitialized CE attribute data 2025-01-22 07:12:07 -08:00
CeMachine.h Handle uninitialized CE attribute data 2025-01-22 07:12:07 -08:00
MemReporter.cpp Trailing whitespace trimming 2022-07-26 13:27:03 -04:00
MemReporter.h Trailing whitespace trimming 2022-07-26 13:27:03 -04:00