FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/builtin/module_builtin_rtti.cpp - WhyNot135/daScript · GitHub
WhyNot135
/
daScript
Public
forked from
GaijinEntertainment/daScript
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
daScript
src
builtin
module_builtin_rtti.cpp
on
master
User selector
Datepicker
Commit history
Commits on Jul 6, 2026
compiler: automatic block inlining and invoke-of-literal devirtualization
Show description for 1455e95
borisbat
and
claude
committed
1455e95
View commit details
Copy full SHA for 1455e95
View code at this point
Browse repository at this point
compiler: [inline] function annotation - fail-closed body splicing in the patch slot
Show description for 51b01d1
borisbat
and
claude
committed
51b01d1
View commit details
Copy full SHA for 51b01d1
View code at this point
Browse repository at this point
optimizer: CodeOfPolicies host opt-out for DSE/CSE (disable_dse/disable_cse)
Show description for b74c8ba
borisbat
and
claude
committed
b74c8ba
View commit details
Copy full SHA for b74c8ba
View code at this point
Browse repository at this point
Commits on Jul 5, 2026
optimizer: fast_math policy + algebraic identity folding; fix isNop and RunFolding round bugs
Show description for ddf6639
borisbat
and
claude
committed
ddf6639
View commit details
Copy full SHA for ddf6639
View code at this point
Browse repository at this point
Commits on Jul 3, 2026
sprint_json: skip class methods, keep function/lambda fields valid JSON
Show description for b523094
borisbat
and
claude
committed
b523094
View commit details
Copy full SHA for b523094
View code at this point
Browse repository at this point
Commits on Jun 29, 2026
partial escape analysis: free on non-escaping paths using CFG
Show description for 43940ba
aleksisch
committed
43940ba
View commit details
Copy full SHA for 43940ba
View code at this point
Browse repository at this point
Commits on Jun 11, 2026
rtti: avoid temp std::string in get_annotation_argument_value(AnnotationArgumentInfo)
Show description for 658c475
borisbat
and
claude
committed
658c475
View commit details
Copy full SHA for 658c475
View code at this point
Browse repository at this point
rtti: self-contained annotation info in debug info (AnnotationInfo/AnnotationArgumentInfo)
Show description for 1e660b0
borisbat
and
claude
committed
1e660b0
View commit details
Copy full SHA for 1e660b0
View code at this point
Browse repository at this point
build: move ast module to compiler lib; clean runtime/compiler split
Show description for 899c7b5
aleksisch
and
claude
committed
899c7b5
View commit details
Copy full SHA for 899c7b5
View code at this point
Browse repository at this point
ast: extract Program::optimize, folding, lint to compiler lib
Show description for 353f6db
aleksisch
committed
353f6db
View commit details
Copy full SHA for 353f6db
View code at this point
Browse repository at this point
Commits on Jun 9, 2026
feat(ast): stack-allocate non-escaping new (allocate_on_stack)
Show description for aaa6934
aleksisch
and
claude
committed
aaa6934
View commit details
Copy full SHA for aaa6934
View code at this point
Browse repository at this point
Commits on Jun 8, 2026
feat(ast): escape analysis + GC-equivalent scope-free for pointer locals
Show description for 14bbddf
aleksisch
and
claude
committed
14bbddf
View commit details
Copy full SHA for 14bbddf
View code at this point
Browse repository at this point
Commits on May 30, 2026
compiler: verify Modules are initialized on compileDaScript
Show description for 9231b97
aleksisch
committed
9231b97
View commit details
Copy full SHA for 9231b97
View code at this point
Browse repository at this point
Commits on May 26, 2026
ast_infer: catch empty-named AST nodes at typer time (new error 30296 invalid_empty_name)
Show description for 873e860
borisbat
and
claude
committed
873e860
View commit details
Copy full SHA for 873e860
View code at this point
Browse repository at this point
infer: implicit int-literal promotion + LINT011 precision warning
Show description for cd1044d
borisbat
and
claude
committed
cd1044d
View commit details
Copy full SHA for cd1044d
View code at this point
Browse repository at this point
Commits on May 24, 2026
PR #2854 fixup: SideEffects::modifyExternal + handmade docs
Show description for 0c4ebbd
borisbat
and
claude
committed
0c4ebbd
View commit details
Copy full SHA for 0c4ebbd
View code at this point
Browse repository at this point
rtti / live_host: add sprint_json_at, sscan_json_at, live_store_string, live_load_string
Show description for 5ce3cd4
borisbat
and
claude
committed
5ce3cd4
View commit details
Copy full SHA for 5ce3cd4
View code at this point
Browse repository at this point
Commits on May 20, 2026
runtime_table + JIT: widen TableHash returns to int64_t; fix JIT vec3 stride width
Show description for a79ce88
borisbat
and
claude
committed
a79ce88
View commit details
Copy full SHA for a79ce88
View code at this point
Browse repository at this point
Commits on May 19, 2026
fix CI: EnumInfo flags field placement + 32-bit sign-extend + JSON coverage
Show description for 4af09e4
borisbat
and
claude
committed
4af09e4
View commit details
Copy full SHA for 4af09e4
View code at this point
Browse repository at this point
Commits on May 16, 2026
daslang: -log-compile-time CLI flag for per-module compile diagnostics
Show description for ca0c985
borisbat
and
claude
committed
ca0c985
View commit details
Copy full SHA for ca0c985
View code at this point
Browse repository at this point
Commits on May 15, 2026
lint: O(1) FileInfo line index + unified suppression API in rtti_core
Show description for 66e2412
borisbat
and
claude
committed
66e2412
View commit details
Copy full SHA for 66e2412
View code at this point
Browse repository at this point
Commits on May 12, 2026
compiler: ModuleGroup is not related to ast
Show description for d106869
aleksisch
committed
d106869
View commit details
Copy full SHA for d106869
View code at this point
Browse repository at this point
Commits on May 7, 2026
compiler: error reporting audit, retag, and Program::deduplicateErrors
Show description for cbc2184
borisbat
and
claude
committed
cbc2184
View commit details
Copy full SHA for cbc2184
View code at this point
Browse repository at this point
Commits on Apr 18, 2026
aot: remove ast_aot_cpp
Show description for 581363e
aleksisch
committed
581363e
View commit details
Copy full SHA for 581363e
View code at this point
Browse repository at this point
Commits on Apr 17, 2026
make DAS_TRACK_ALLOCATIONS a runtime property of MemoryModel
Show description for 6979eb5
borisbat
and
claude
committed
6979eb5
View commit details
Copy full SHA for 6979eb5
View code at this point
Browse repository at this point
jit: register dynamic modules
Show description for 3a467d8
aleksisch
committed
3a467d8
View commit details
Copy full SHA for 3a467d8
View code at this point
Browse repository at this point
Commits on Apr 15, 2026
Merge pull request #2422 from aleksisch/feature/split-simulate
Show description for 26a6a89
borisbat
authored
26a6a89
View commit details
Copy full SHA for 26a6a89
View code at this point
Browse repository at this point
compiler: extract simulate out of ast
Show description for 78c2f53
aleksisch
committed
78c2f53
View commit details
Copy full SHA for 78c2f53
View code at this point
Browse repository at this point
Commits on Apr 14, 2026
validate_ast: AST uniqueness validator pass
Show description for 7ddf367
borisbat
and
claude
committed
7ddf367
View commit details
Copy full SHA for 7ddf367
View code at this point
Browse repository at this point
Commits on Apr 12, 2026
annotations: migrate Annotation and AnnotationDeclaration to gc_node
Show description for f2a0bca
borisbat
and
claude
committed
f2a0bca
View commit details
Copy full SHA for f2a0bca
View code at this point
Browse repository at this point
macros: remove ptr_ref_count, use unique_ptr ownership in Module
Show description for f2d8622
borisbat
and
claude
committed
f2d8622
View commit details
Copy full SHA for f2d8622
View code at this point
Browse repository at this point
Commits on Apr 10, 2026
gc(Expression,MakeFieldDecl,MakeStruct,Function,Structure,Enumeration,Variable): migrate AST nodes from smart_ptr to gc_node
Show description for af45f1f
borisbat
and
claude
committed
af45f1f
View commit details
Copy full SHA for af45f1f
View code at this point
Browse repository at this point
Commits on Apr 8, 2026
gc(TypeDecl): replace smart_ptr<TypeDecl> with gc_node-based raw pointers
Show description for ec3e307
borisbat
and
claude
committed
ec3e307
View commit details
Copy full SHA for ec3e307
View code at this point
Browse repository at this point
Commits on Apr 6, 2026
compiler: add serialization to dastest
Show description for 8e2e10f
aleksisch
committed
8e2e10f
View commit details
Copy full SHA for 8e2e10f
View code at this point
Browse repository at this point
Commits on Apr 3, 2026
style_lint: new linter module + codebase-wide cleanup
Show description for 83a95c5
borisbat
committed
83a95c5
View commit details
Copy full SHA for 83a95c5
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL