1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDEHelper/Compiler
2021-12-29 13:41:27 -05:00
..
BfAst.cpp Enhanced ranges 2021-10-24 08:12:18 -07:00
BfAst.h Allow ref property setter specifier 2021-11-27 09:05:23 -08: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 autocomplete highlighting too many characters 2021-12-29 00:27:25 +01:00
BfAutoComplete.h Linux compilation fix, string hash fix (dramatic speed increase) 2021-12-28 11:52:02 -05:00
BfCodeGen.cpp Lost changes 2021-02-25 10:14:22 -08:00
BfCodeGen.h Fixed datalayout initialization 2020-09-14 06:52:19 -07:00
BfCompiler.cpp Fixed local method errors with GetResultString 2021-12-29 13:41:27 -05:00
BfCompiler.h Fixed local method errors with GetResultString 2021-12-29 13:41:27 -05:00
BfConstResolver.cpp Const actualization fixes 2021-11-23 15:01:10 -08:00
BfConstResolver.h Lost changes 2021-02-25 10:14:22 -08:00
BfContext.cpp Improved comptime rebuilds when files and directories change 2021-12-29 10:07:36 -05:00
BfContext.h Fixed data cycle detection for sized arrays 2021-11-01 14:44:05 -07:00
BfDefBuilder.cpp Better support for @ name prefixes 2021-11-29 08:38:42 -08:00
BfDefBuilder.h Fixed comptime declaring type with types with extension 2021-11-22 17:11:16 -08:00
BfDeferEvalChecker.cpp Fixed deferred handling of delegate binds in binary operations 2021-01-22 13:25:37 -08:00
BfDeferEvalChecker.h Fixed deferred handling of delegate binds in binary operations 2021-01-22 13:25:37 -08: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 Allow ref property setter specifier 2021-11-27 09:05:23 -08:00
BfElementVisitor.h offsetof 2021-09-10 14:21:25 -07:00
BfExprEvaluator.cpp Improved comptime rebuilds when files and directories change 2021-12-29 10:07:36 -05:00
BfExprEvaluator.h Disallow argument cascade in indexer 2021-10-31 10:17:41 -07:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Fixed methodRef bindResult value type 2021-12-28 06:08:06 -05:00
BfIRBuilder.h Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01:00
BfIRCodeGen.cpp Handle block splitting in tuple match 2021-11-15 16:44:28 -08:00
BfIRCodeGen.h Handle block splitting in tuple match 2021-11-15 16:44:28 -08:00
BfMangler.cpp Fixed append mangle early exit 2021-12-06 11:51:37 -08:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Fixed local method errors with GetResultString 2021-12-29 13:41:27 -05:00
BfModule.h Improved comptime rebuilds when files and directories change 2021-12-29 10:07:36 -05:00
BfModuleTypeUtils.cpp TypeDef MemberSet fixes 2021-12-28 13:10:52 -05:00
BfNamespaceVisitor.cpp Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfNamespaceVisitor.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfParser.cpp Merge branch 'master' into FuzzyAutoComplete 2021-12-28 17:07:19 +01:00
BfParser.h Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01:00
BfPrinter.cpp Allow calling convention attributes 2021-12-27 12:55:14 -05:00
BfPrinter.h Merge branch 'master' of https://github.com/beefytech/Beef into FuzzyAutoComplete 2021-12-24 14:07:34 +01:00
BfReducer.cpp Allow calling convention attributes 2021-12-27 12:55:14 -05:00
BfReducer.h Fixed documentation-finding with attributed declarations 2021-10-31 07:31:08 -07:00
BfResolvedTypeUtils.cpp HashEncode64 improvements 2021-12-28 12:31:47 -05:00
BfResolvedTypeUtils.h Allow <=> on bools 2021-12-28 09:44:25 -05:00
BfResolvePass.cpp Fixed symbol rename for types with comptime emissions 2021-11-23 11:34:30 -08:00
BfResolvePass.h Internal protection, 'using internal <type or namespace>;` 2020-10-14 11:33:41 -07:00
BfSource.cpp Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfSource.h Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfSourceClassifier.cpp Allow comptime extern constraint typerefs 2021-11-23 09:12:10 -08:00
BfSourceClassifier.h Add colorization options for primitives, structs, generic params and make typealias match aliased type color. 2021-03-22 22:24:05 +01: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 Evaluate mixin result as expression in mixin definition 2021-12-27 06:47:46 -05:00
BfSystem.cpp TypeDef MemberSet fixes 2021-12-28 13:10:52 -05:00
BfSystem.h TypeDef MemberSet fixes 2021-12-28 13:10:52 -05: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 Added reflect method filters 2020-07-14 08:27:25 -07:00
BfUtil.h Added reflect method filters 2020-07-14 08:27:25 -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
CeMachine.cpp Improved comptime rebuilds when files and directories change 2021-12-29 10:07:36 -05:00
CeMachine.h Improved comptime rebuilds when files and directories change 2021-12-29 10:07:36 -05: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