1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 11:38:21 +02:00
Beef/IDEHelper/Compiler
2020-09-09 23:52:21 -07:00
..
BfAst.cpp Operator '??=', '?' out discard 2020-09-07 15:24:42 -07:00
BfAst.h Operator '??=', '?' out discard 2020-09-07 15:24:42 -07:00
BfAstAllocator.cpp
BfAstAllocator.h
BfAutoComplete.cpp Made using/pragma fixits no long focus on change 2020-09-05 05:39:51 -07:00
BfAutoComplete.h Added type icon to code mouseovers 2020-09-03 09:31:22 -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 Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfCompiler.h Added NoThreadExitWait Rt option for DLLs 2020-09-01 16:22:48 -07:00
BfConstResolver.cpp Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfConstResolver.h Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfContext.cpp Properly delete constexprs when changing target bit size 2020-08-25 15:27:57 -07:00
BfContext.h Added alloctype(T) 2020-08-12 15:07:56 -07:00
BfDefBuilder.cpp Support for non-static ++ and -- operator overloads 2020-08-31 16:11:20 -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
BfDemangler.cpp Interop fixes and tests, fixing xplat struct passing issues 2020-06-10 07:12:07 -07:00
BfDemangler.h
BfElementVisitor.cpp Added [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
BfElementVisitor.h Added [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
BfExprEvaluator.cpp Protect against invalid fixit for adding method 2020-09-09 23:52:21 -07:00
BfExprEvaluator.h Operator '??=', '?' out discard 2020-09-07 15:24:42 -07:00
BfFixits.h
BfIRBuilder.cpp Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfIRBuilder.h More SIMD work 2020-08-27 10:11:42 -07:00
BfIRCodeGen.cpp Cast intrinsic fix 2020-08-27 11:53:44 -07:00
BfIRCodeGen.h More SIMD work 2020-08-25 07:33:55 -07:00
BfMangler.cpp Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfMangler.h Added CallingConvention support, mangle specifying 2020-05-04 07:15:38 -07:00
BfModule.cpp Fixed local methods in methods with out parameters 2020-09-07 06:45:56 -07:00
BfModule.h Added System.Compiler compile-time values 2020-09-04 08:09:04 -07:00
BfModuleTypeUtils.cpp Made using/pragma fixits no long focus on change 2020-09-05 05:39:51 -07:00
BfNamespaceVisitor.cpp Fixed using static issue 2020-07-05 09:37:27 -07:00
BfNamespaceVisitor.h Added ability to rename namespaces 2020-05-31 07:12:17 -07:00
BfParser.cpp Operator '??=', '?' out discard 2020-09-07 15:24:42 -07:00
BfParser.h Added MD5 file hashes to Beef 2020-03-23 12:07:05 -07:00
BfPrinter.cpp Fixed missing-comma formatting 2020-09-06 05:28:19 -07:00
BfPrinter.h Initializer expressions 2020-06-18 06:12:14 -07:00
BfReducer.cpp Warn on deprecated brace initializer syntax 2020-08-29 07:26:22 -07:00
BfReducer.h Added [IgnoreErrors] block attribute 2020-08-16 08:33:51 -07:00
BfResolvedTypeUtils.cpp Fixed error with generic method call on a static field 2020-09-03 10:24:42 -07:00
BfResolvedTypeUtils.h Fixed lambda capture of shadows variables 2020-09-01 15:57:08 -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 Remove unnecessary delete statements 2020-07-10 16:36:14 -07:00
BfSource.h Linux fix 2020-05-26 08:22:33 -07:00
BfSourceClassifier.cpp Fixed lambda capture of shadows variables 2020-09-01 15:57:08 -07:00
BfSourceClassifier.h Extension classifier fix 2020-08-31 14:16:22 -07:00
BfSourcePositionFinder.cpp
BfSourcePositionFinder.h
BfStmtEvaluator.cpp Labeled switch break fix 2020-09-06 11:10:04 -07:00
BfSystem.cpp Allow method attributes on properties with expression bodies 2020-08-29 11:28:11 -07:00
BfSystem.h Allow method attributes on properties with expression bodies 2020-08-29 11:28:11 -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
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
BfVarDeclChecker.h
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