.. |
BfAst.cpp
|
5feb0c044b
'not case' expression, case variable scope change
|
6 месяцев назад |
BfAst.h
|
5feb0c044b
'not case' expression, case variable scope change
|
6 месяцев назад |
BfAstAllocator.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfAstAllocator.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfAutoComplete.cpp
|
381c629a03
Added 'concrete' token to autocomplete
|
5 месяцев назад |
BfAutoComplete.h
|
a5e9a33f64
Anonymous subclassing in initializer blocks
|
8 месяцев назад |
BfCodeGen.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfCodeGen.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfCompiler.cpp
|
dd6c4988e5
Upgrade to LLVM 19.1.7
|
5 месяцев назад |
BfCompiler.h
|
cfd2bab9fb
Improvements to method instance mIsIntrinsic handling
|
6 месяцев назад |
BfConstResolver.cpp
|
53f4e8955e
Const resolve enum case cast fix
|
7 месяцев назад |
BfConstResolver.h
|
53f4e8955e
Const resolve enum case cast fix
|
7 месяцев назад |
BfContext.cpp
|
4ba8f6b0f6
Improved mid-compile deleted type handling
|
6 месяцев назад |
BfContext.h
|
3d92bdea7c
Fix uninitialized mActiveProject in BfTypeState
|
6 месяцев назад |
BfDefBuilder.cpp
|
9baf0ead21
Support for marking append-allocated objects (mHasAppendWantMark)
|
7 месяцев назад |
BfDefBuilder.h
|
958fc30310
Inline anonymous type declarations
|
8 месяцев назад |
BfDeferEvalChecker.cpp
|
124d191bab
Allow (.) inferred type cast inside ref and * unary operations
|
9 месяцев назад |
BfDeferEvalChecker.h
|
b261615bd9
Fixed issue with comptime strings ending up in executable
|
2 лет назад |
BfDemangler.cpp
|
33e4ac7a95
Made MsDemangleScanner more lenient
|
6 месяцев назад |
BfDemangler.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfElementVisitor.cpp
|
5feb0c044b
'not case' expression, case variable scope change
|
6 месяцев назад |
BfElementVisitor.h
|
958fc30310
Inline anonymous type declarations
|
8 месяцев назад |
BfExprEvaluator.cpp
|
cf27fffade
"this" colorization fix
|
5 месяцев назад |
BfExprEvaluator.h
|
be0733d37c
Fixed deferred function call
|
6 месяцев назад |
BfFixits.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfIRBuilder.cpp
|
11ccb876a3
Made 'faked' static reference undef so it's not detected as constant
|
5 месяцев назад |
BfIRBuilder.h
|
c511773dad
Added typeof_comptime const type
|
7 месяцев назад |
BfIRCodeGen.cpp
|
f9e9eddbc0
BF_LinuxFixLinkage fix
|
5 месяцев назад |
BfIRCodeGen.h
|
dd6c4988e5
Upgrade to LLVM 19.1.7
|
5 месяцев назад |
BfMangler.cpp
|
e713e6ebc7
mangleContext.mModule null check
|
6 месяцев назад |
BfMangler.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfModule.cpp
|
8e8a28b23e
HasFlag behavior change
|
5 месяцев назад |
BfModule.h
|
be0733d37c
Fixed deferred function call
|
6 месяцев назад |
BfModuleTypeUtils.cpp
|
72477fd2bf
Fixed null type crash during comptime circular data error
|
6 месяцев назад |
BfNamespaceVisitor.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfNamespaceVisitor.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfParser.cpp
|
2a879940c3
Error on unpaired end brace in string interpolation
|
6 месяцев назад |
BfParser.h
|
a5e9a33f64
Anonymous subclassing in initializer blocks
|
8 месяцев назад |
BfPrinter.cpp
|
865e70d73a
Expect semicolon after expression body property
|
6 месяцев назад |
BfPrinter.h
|
546c4d7e7e
Fixes anonymous type formatting
|
6 месяцев назад |
BfReducer.cpp
|
865e70d73a
Expect semicolon after expression body property
|
6 месяцев назад |
BfReducer.h
|
eebb0f7882
Fixed failed anonymous inline type declaration with attributes
|
8 месяцев назад |
BfResolvePass.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfResolvePass.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfResolvedTypeUtils.cpp
|
445fc0e982
Warn on 'this Foo*', make [CRepr] always pass 'this' as address
|
6 месяцев назад |
BfResolvedTypeUtils.h
|
445fc0e982
Warn on 'this Foo*', make [CRepr] always pass 'this' as address
|
6 месяцев назад |
BfSource.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfSource.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfSourceClassifier.cpp
|
5feb0c044b
'not case' expression, case variable scope change
|
6 месяцев назад |
BfSourceClassifier.h
|
5feb0c044b
'not case' expression, case variable scope change
|
6 месяцев назад |
BfSourcePositionFinder.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfSourcePositionFinder.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfStmtEvaluator.cpp
|
246c408c72
Fix static payload enum switch isConst
|
5 месяцев назад |
BfSystem.cpp
|
471897a150
Deleted type protection in EmitGCMarkValue, RequestExtraCompile feature
|
6 месяцев назад |
BfSystem.h
|
471897a150
Deleted type protection in EmitGCMarkValue, RequestExtraCompile feature
|
6 месяцев назад |
BfTargetTriple.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfTargetTriple.h
|
e2dad5f838
Added TargetTriple, fixed asm stuff for non-x86 LLVM
|
5 лет назад |
BfType.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfUtil.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfUtil.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfVarDeclChecker.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
BfVarDeclChecker.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
CeDebugger.cpp
|
939c1079ee
TypedValueToString fix with null type
|
7 месяцев назад |
CeDebugger.h
|
8052066ab0
Added "Keep Native Console Open" option
|
1 год назад |
CeMachine.cpp
|
17ca23c9af
Fixed comptime static local variables
|
5 месяцев назад |
CeMachine.h
|
17ca23c9af
Fixed comptime static local variables
|
5 месяцев назад |
MemReporter.cpp
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |
MemReporter.h
|
7f328385db
Trailing whitespace trimming
|
3 лет назад |