.. |
BfAst.cpp
|
'not case' expression, case variable scope change
|
2025-02-22 09:56:39 -08:00 |
BfAst.h
|
'not case' expression, case variable scope change
|
2025-02-22 09:56:39 -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
|
mCurMethodState null check in CheckLabel
|
2025-03-31 08:57:41 -04: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
|
Improved handling of multiple declarations of required system types
|
2025-05-12 10:32:45 +02:00 |
BfCompiler.h
|
Improvements to method instance mIsIntrinsic handling
|
2025-02-25 12:57:37 -08:00 |
BfConstResolver.cpp
|
Const resolve enum case cast fix
|
2025-01-23 07:29:50 -08:00 |
BfConstResolver.h
|
Const resolve enum case cast fix
|
2025-01-23 07:29:50 -08:00 |
BfContext.cpp
|
Improved mid-compile deleted type handling
|
2025-02-23 08:08:13 -08:00 |
BfContext.h
|
Fix uninitialized mActiveProject in BfTypeState
|
2025-03-07 20:36:16 +01:00 |
BfDefBuilder.cpp
|
DynamicCastToSignature release fix
|
2025-03-22 16:08:14 -04:00 |
BfDefBuilder.h
|
DynamicCastToSignature release fix
|
2025-03-22 16:08:14 -04: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
|
Made MsDemangleScanner more lenient
|
2025-02-18 12:39:48 -08:00 |
BfDemangler.h
|
Trailing whitespace trimming
|
2022-07-26 13:27:03 -04:00 |
BfElementVisitor.cpp
|
'not case' expression, case variable scope change
|
2025-02-22 09:56:39 -08:00 |
BfElementVisitor.h
|
Inline anonymous type declarations
|
2025-01-02 11:42:33 -08:00 |
BfExprEvaluator.cpp
|
Fixed unknown-sized array case in BfInvocationExpression
|
2025-05-11 14:58:38 +02:00 |
BfExprEvaluator.h
|
Added in missing argument flags in delegate thunks
|
2025-03-20 18:59:18 -04:00 |
BfFixits.h
|
Trailing whitespace trimming
|
2022-07-26 13:27:03 -04:00 |
BfIRBuilder.cpp
|
Fixes to "valueless" crepr structs
|
2025-03-28 09:33:06 -04:00 |
BfIRBuilder.h
|
Added typeof_comptime const type
|
2025-01-19 12:40:50 -08:00 |
BfIRCodeGen.cpp
|
Fixed "over-aligned" issue with global variables
|
2025-05-12 15:47:25 +02:00 |
BfIRCodeGen.h
|
Fixed "over-aligned" issue with global variables
|
2025-05-12 15:47:25 +02:00 |
BfMangler.cpp
|
mangleContext.mModule null check
|
2025-03-04 11:36:53 -08:00 |
BfMangler.h
|
Trailing whitespace trimming
|
2022-07-26 13:27:03 -04:00 |
BfModule.cpp
|
Fixed allocFlag handling in Dbg_ObjectCreatedEx and Dbg_ObjectAllocatedEx
|
2025-05-16 08:37:54 +02:00 |
BfModule.h
|
mHadValidateErrors propagation fix
|
2025-03-23 07:49:01 -04:00 |
BfModuleTypeUtils.cpp
|
Allow GetWrappedStructType to fail
|
2025-05-17 08:46:04 +02: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
|
Error on unpaired end brace in string interpolation
|
2025-03-07 23:37:31 +01:00 |
BfParser.h
|
Anonymous subclassing in initializer blocks
|
2025-01-04 10:57:37 -08:00 |
BfPrinter.cpp
|
Expect semicolon after expression body property
|
2025-03-09 02:48:39 +01:00 |
BfPrinter.h
|
Fixes anonymous type formatting
|
2025-02-23 06:45:13 -08:00 |
BfReducer.cpp
|
Fixed BfSizedArrayCreateExpression error handling for non-array
|
2025-05-11 15:09:39 +02:00 |
BfReducer.h
|
Fixed failed anonymous inline type declaration with attributes
|
2025-01-07 11:54:46 -08:00 |
BfResolvedTypeUtils.cpp
|
Fixes to "valueless" crepr structs
|
2025-03-28 09:33:06 -04:00 |
BfResolvedTypeUtils.h
|
Fixes to "valueless" crepr structs
|
2025-03-28 09:33:06 -04: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
|
'not case' expression, case variable scope change
|
2025-02-22 09:56:39 -08:00 |
BfSourceClassifier.h
|
'not case' expression, case variable scope change
|
2025-02-22 09:56:39 -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
|
Add fixit to generate missing switch cases
|
2025-03-13 16:07:35 +01:00 |
BfSystem.cpp
|
Deleted type protection in EmitGCMarkValue, RequestExtraCompile feature
|
2025-02-19 12:01:06 -08:00 |
BfSystem.h
|
Added ability to dynamically cast delegates with compatible signatures
|
2025-03-22 15:34:59 -04: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
|
TypedValueToString fix with null type
|
2025-01-23 07:37:44 -08:00 |
CeDebugger.h
|
Added "Keep Native Console Open" option
|
2024-07-24 09:41:08 +02:00 |
CeMachine.cpp
|
Fixes to "valueless" crepr structs
|
2025-03-28 09:33:06 -04:00 |
CeMachine.h
|
Fixed comptime static local variables
|
2025-03-13 08:08:44 -04: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 |