1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDEHelper/Compiler
2022-03-17 10:18:22 -07:00
..
BfAst.cpp Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
BfAst.h Fleshing out comptime debugging 2022-03-15 16:33:30 -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 Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
BfAutoComplete.h Improvements to const string generic arg, literal generic args 2022-02-05 09:23:44 -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 Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
BfCompiler.h Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
BfConstResolver.cpp Fixed string gv to stringId 2022-03-02 09:51:28 -08:00
BfConstResolver.h Lost changes 2021-02-25 10:14:22 -08:00
BfContext.cpp Fixed enum population continuation after cancelled build 2022-03-17 07:58:36 -07:00
BfContext.h Comptime mid-compile rebuild guard 2022-03-03 10:55:38 -08:00
BfDefBuilder.cpp Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
BfDefBuilder.h Delegate comparison expansion, hashable, == operator 2022-02-15 09:31:23 -05: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 Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
BfElementVisitor.h Start of anonymous 'using' field 2022-02-19 07:38:05 -05:00
BfExprEvaluator.cpp Shadowed variable lookup fix for closures 2022-03-17 09:08:02 -07:00
BfExprEvaluator.h Improvements to auto-impl properties 2022-03-01 09:49:02 -08:00
BfFixits.h Initial checkin 2019-08-23 11:56:54 -07:00
BfIRBuilder.cpp Comptime debugging 2022-03-08 06:27:06 -08:00
BfIRBuilder.h Comptime debugging 2022-03-08 06:27:06 -08:00
BfIRCodeGen.cpp Set wasm feature string 2022-02-07 16:01:24 -05:00
BfIRCodeGen.h Explicit 64-bit indexer truncation on 32-bit builds 2022-02-07 15:35:00 -05:00
BfMangler.cpp Copy composites for interop calling conventions 2022-02-04 10:29:23 -05:00
BfMangler.h Fixed GNU const ref mangling 2020-11-16 13:11:44 -08:00
BfModule.cpp Display comptime invocation source on callstack 2022-03-17 08:47:34 -07:00
BfModule.h Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
BfModuleTypeUtils.cpp Display comptime invocation source on callstack 2022-03-17 08:47:34 -07: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 Comptime debugging 2022-03-08 06:27:06 -08:00
BfParser.h Comptime debugging 2022-03-08 06:27:06 -08:00
BfPrinter.cpp Fixed some spacing/indent issue when formatting attributes 2022-02-13 11:07:59 -05:00
BfPrinter.h Support for expression-bodied properties with mut 2022-01-03 14:41:12 -05:00
BfReducer.cpp IsTypeReference arg fix 2022-03-17 07:34:42 -07:00
BfReducer.h Improved generic type parsing (particularly 'a<b>.c < d` cases) 2022-02-06 08:21:53 -05:00
BfResolvedTypeUtils.cpp Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
BfResolvedTypeUtils.h Some refactoring and add GetCustomAttributes for Comptime 2022-02-26 22:31:32 -03:00
BfResolvePass.cpp Fixed symbol rename for types with comptime emissions 2021-11-23 11:34:30 -08:00
BfResolvePass.h Distinct type option filter entry fixes, Include Filtered fix 2022-02-21 18:32:23 -08:00
BfSource.cpp Comptime updates, start of metaprogramming support 2021-01-08 16:21:03 -08:00
BfSource.h Fix for 'using static' namespace search inside namespace declarations 2022-01-07 08:58:19 -05:00
BfSourceClassifier.cpp Better string interpolation expr parsing 2022-02-12 09:42:42 -05: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 Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
BfSystem.cpp Improvements to failed extension, fixed protection on extended types 2022-02-22 07:41:05 -08:00
BfSystem.h Start of anonymous 'using' field 2022-02-19 07:38:05 -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 Comptime debugging 2022-03-08 06:27:06 -08:00
BfUtil.h Comptime debugging 2022-03-08 06:27:06 -08: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
CeDebugger.cpp Cast fix 2022-03-17 10:18:22 -07:00
CeDebugger.h Fleshing out comptime debugging 2022-03-15 16:33:30 -07:00
CeMachine.cpp Display comptime invocation source on callstack 2022-03-17 08:47:34 -07:00
CeMachine.h Display comptime invocation source on callstack 2022-03-17 08:47:34 -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