Folder
Graph
Mentions
- 2026-03-01
- analizer/programs/beats.rs
- analizer/programs/causal_lm.rs
- analizer/programs/encoder.rs
- analizer/programs/fasttext.rs
- analizer/programs/tts.rs
- analizer/programs/video_gen.rs
- analizer/programs/vlm.rs
- analizer/programs/whisper.rs
- analizer/programs/yolo.rs
- bootloader/go-cyber/cw/contracts/graph-filter/bin/schema.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/contract.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/error.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/execute.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/lib.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/msg.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/query.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/state.rs
- bootloader/go-cyber/cw/contracts/graph-filter/src/tests.rs
- bootloader/go-cyber/cw/contracts/std-test/src/bin/schema.rs
- bootloader/go-cyber/cw/contracts/std-test/src/contract.rs
- bootloader/go-cyber/cw/contracts/std-test/src/error.rs
- bootloader/go-cyber/cw/contracts/std-test/src/lib.rs
- bootloader/go-cyber/cw/contracts/std-test/src/msg.rs
- bootloader/go-cyber/cw/contracts/std-test/src/state.rs
- bootloader/go-cyber/cw/packages/cyber-std-test/src/lib.rs
- bootloader/go-cyber/cw/packages/cyber-std-test/src/multitest.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/bin/schema.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/errors.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/lib.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/msg.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/particle.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/querier.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/query_res.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/query.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/tokenfactory/errors.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/tokenfactory/mod.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/tokenfactory/msg.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/tokenfactory/query.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/tokenfactory/types.rs
- bootloader/go-cyber/cw/packages/cyber-std/src/types.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/integration_local.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/integration_spec.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/unit_core.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/unit_mine.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/unit_refer.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/unit_stake.rs
- bootloader/go-cyber/cw/tests/litium-tests/tests/unit_wrap.rs
- bootloader/go-cyber/mcp/rust/src/clients/graphql.rs
- bootloader/go-cyber/mcp/rust/src/clients/ipfs.rs
- bootloader/go-cyber/mcp/rust/src/clients/lcd.rs
- bootloader/go-cyber/mcp/rust/src/clients/mod.rs
- bootloader/go-cyber/mcp/rust/src/clients/rpc.rs
- bootloader/go-cyber/mcp/rust/src/clients/signing.rs
- bootloader/go-cyber/mcp/rust/src/main.rs
- bootloader/go-cyber/mcp/rust/src/proto/cyber.rs
- bootloader/go-cyber/mcp/rust/src/proto/mod.rs
- bootloader/go-cyber/mcp/rust/src/server.rs
- bootloader/go-cyber/mcp/rust/src/tools/mod.rs
- bootloader/go-cyber/mcp/rust/src/util.rs
- cyb/cyb-boot/src/main.rs
- cyb/cyb/cyb-portal/src/main.rs
- cyb/cyb/cyb-services/src/db.rs
- cyb/cyb/cyb-services/src/ipfs.rs
- cyb/cyb/cyb-services/src/lib.rs
- cyb/cyb/cyb-services/src/mining.rs
- cyb/cyb/cyb-services/src/server.rs
- cyb/cyb/cyb-shell/src/agent/browser.rs
- cyb/cyb/cyb-shell/src/agent/mod.rs
- cyb/cyb/cyb-shell/src/main.rs
- cyb/cyb/cyb-shell/src/shell/hotkeys.rs
- cyb/cyb/cyb-shell/src/shell/mod.rs
- cyb/cyb/cyb-shell/src/shell/tray.rs
- cyb/cyb/cyb-shell/src/worlds/interface.rs
- cyb/cyb/cyb-shell/src/worlds/legacy.rs
- cyb/cyb/cyb-shell/src/worlds/mod.rs
- cyb/cyb/cyb-shell/src/worlds/portal.rs
- cyb/cyb/cyb-shell/src/worlds/terminal.rs
- cyb/cyb/cyb-ui/src/main.rs
- cyb/honeycrisp/acpu/bench/ai.rs
- cyb/honeycrisp/acpu/bench/amx.rs
- cyb/honeycrisp/acpu/bench/common.rs
- cyb/honeycrisp/acpu/bench/cores.rs
- cyb/honeycrisp/acpu/bench/crypto.rs
- cyb/honeycrisp/acpu/bench/elementwise.rs
- cyb/honeycrisp/acpu/bench/integer.rs
- cyb/honeycrisp/acpu/bench/memory.rs
- cyb/honeycrisp/acpu/bench/numeric.rs
- cyb/honeycrisp/acpu/bench/render.rs
- cyb/honeycrisp/acpu/bench/sgemm.rs
- cyb/honeycrisp/acpu/bench/summary.rs
- cyb/honeycrisp/acpu/bench/zk.rs
- cyb/honeycrisp/acpu/examples/amx_opcode_scan.rs
- cyb/honeycrisp/acpu/examples/amx_reverse.rs
- cyb/honeycrisp/acpu/examples/amx_smoke.rs
- cyb/honeycrisp/acpu/examples/decompose.rs
- cyb/honeycrisp/acpu/examples/diag_bench.rs
- cyb/honeycrisp/acpu/examples/exp_asm_test.rs
- cyb/honeycrisp/acpu/examples/matmul.rs
- cyb/honeycrisp/acpu/examples/neon_vs_amx.rs
- cyb/honeycrisp/acpu/examples/overhead_test.rs
- cyb/honeycrisp/acpu/examples/pair_load_test.rs
- cyb/honeycrisp/acpu/examples/pair_test.rs
- cyb/honeycrisp/acpu/examples/phase_time.rs
- cyb/honeycrisp/acpu/examples/profile_sgemm.rs
- cyb/honeycrisp/acpu/examples/profile64.rs
- cyb/honeycrisp/acpu/examples/sgemm_profile.rs
- cyb/honeycrisp/acpu/examples/single_vs_par.rs
- cyb/honeycrisp/acpu/examples/test_hang.rs
- cyb/honeycrisp/acpu/examples/thread_scale.rs
- cyb/honeycrisp/acpu/examples/trace_accel.rs
- cyb/honeycrisp/acpu/examples/trace64.rs
- cyb/honeycrisp/acpu/src/convert.rs
- cyb/honeycrisp/acpu/src/crypto/mod.rs
- cyb/honeycrisp/acpu/src/field/goldilocks.rs
- cyb/honeycrisp/acpu/src/field/merkle.rs
- cyb/honeycrisp/acpu/src/field/mod.rs
- cyb/honeycrisp/acpu/src/field/ntt.rs
- cyb/honeycrisp/acpu/src/field/permute.rs
- cyb/honeycrisp/acpu/src/field/poly.rs
- cyb/honeycrisp/acpu/src/gemm/gemv_amx_asm.rs
- cyb/honeycrisp/acpu/src/gemm/gemv_kern.rs
- cyb/honeycrisp/acpu/src/gemm/matvec.rs
- cyb/honeycrisp/acpu/src/gemm/mod.rs
- cyb/honeycrisp/acpu/src/gemm/other.rs
- cyb/honeycrisp/acpu/src/gemm/pool.rs
- cyb/honeycrisp/acpu/src/gemm/small.rs
- cyb/honeycrisp/acpu/src/lib.rs
- cyb/honeycrisp/acpu/src/matrix/asm.rs
- cyb/honeycrisp/acpu/src/matrix/fma.rs
- cyb/honeycrisp/acpu/src/matrix/kern.rs
- cyb/honeycrisp/acpu/src/matrix/mod.rs
- cyb/honeycrisp/acpu/src/matrix/ops.rs
- cyb/honeycrisp/acpu/src/matrix/regs.rs
- cyb/honeycrisp/acpu/src/matrix/tile_f16.rs
- cyb/honeycrisp/acpu/src/matrix/tile.rs
- cyb/honeycrisp/acpu/src/numeric/bf16.rs
- cyb/honeycrisp/acpu/src/numeric/complex.rs
- cyb/honeycrisp/acpu/src/numeric/fp16.rs
- cyb/honeycrisp/acpu/src/numeric/mod.rs
- cyb/honeycrisp/acpu/src/numeric/quant.rs
- cyb/honeycrisp/acpu/src/probe/main.rs
- cyb/honeycrisp/acpu/src/probe/mod.rs
- cyb/honeycrisp/acpu/src/pulse/ffi.rs
- cyb/honeycrisp/acpu/src/pulse/mod.rs
- cyb/honeycrisp/acpu/src/sparse/chebyshev.rs
- cyb/honeycrisp/acpu/src/sparse/mod.rs
- cyb/honeycrisp/acpu/src/sync/affinity.rs
- cyb/honeycrisp/acpu/src/sync/mod.rs
- cyb/honeycrisp/acpu/src/sync/prefetch.rs
- cyb/honeycrisp/acpu/src/vector/exp_kern.rs
- cyb/honeycrisp/acpu/src/vector/integer_fused.rs
- cyb/honeycrisp/acpu/src/vector/integer.rs
- cyb/honeycrisp/acpu/src/vector/math.rs
- cyb/honeycrisp/acpu/src/vector/media.rs
- cyb/honeycrisp/acpu/src/vector/mod.rs
- cyb/honeycrisp/acpu/src/vector/reduce.rs
- cyb/honeycrisp/acpu/src/vector/render.rs
- cyb/honeycrisp/acpu/src/vector/rope.rs
- cyb/honeycrisp/acpu/src/vector/scan.rs
- cyb/honeycrisp/acpu/src/vector/softmax.rs
- cyb/honeycrisp/acpu/tests/integration.rs
- cyb/honeycrisp/aruminium/benches/aruminium.rs
- cyb/honeycrisp/aruminium/benches/bench.rs
- cyb/honeycrisp/aruminium/benches/compare_render.rs
- cyb/honeycrisp/aruminium/benches/compare.rs
- cyb/honeycrisp/aruminium/benches/metal_rs.rs
- cyb/honeycrisp/aruminium/benches/objc2.rs
- cyb/honeycrisp/aruminium/benches/shaders.rs
- cyb/honeycrisp/aruminium/benches/wgpu_bench.rs
- cyb/honeycrisp/aruminium/examples/depth_cube.rs
- cyb/honeycrisp/aruminium/examples/matmul.rs
- cyb/honeycrisp/aruminium/examples/textured_quad.rs
- cyb/honeycrisp/aruminium/examples/triangle.rs
- cyb/honeycrisp/aruminium/examples/vecadd.rs
- cyb/honeycrisp/aruminium/src/buffer.rs
- cyb/honeycrisp/aruminium/src/command.rs
- cyb/honeycrisp/aruminium/src/device.rs
- cyb/honeycrisp/aruminium/src/dispatch.rs
- cyb/honeycrisp/aruminium/src/encoder.rs
- cyb/honeycrisp/aruminium/src/ffi/mod.rs
- cyb/honeycrisp/aruminium/src/ffi/selectors.rs
- cyb/honeycrisp/aruminium/src/ffi/trampoline.rs
- cyb/honeycrisp/aruminium/src/lib.rs
- cyb/honeycrisp/aruminium/src/pipeline.rs
- cyb/honeycrisp/aruminium/src/probe.rs
- cyb/honeycrisp/aruminium/src/render/encoder.rs
- cyb/honeycrisp/aruminium/src/render/factory.rs
- cyb/honeycrisp/aruminium/src/render/mod.rs
- cyb/honeycrisp/aruminium/src/render/pass.rs
- cyb/honeycrisp/aruminium/src/render/pipeline.rs
- cyb/honeycrisp/aruminium/src/render/tests.rs
- cyb/honeycrisp/aruminium/src/render/vertex.rs
- cyb/honeycrisp/aruminium/src/shader.rs
- cyb/honeycrisp/aruminium/src/sync.rs
- cyb/honeycrisp/aruminium/src/tests.rs
- cyb/honeycrisp/aruminium/src/texture.rs
- cyb/honeycrisp/aruminium/tests/integration.rs
- cyb/honeycrisp/rane/benches/bench.rs
- cyb/honeycrisp/rane/benches/compare.rs
- cyb/honeycrisp/rane/examples/matmul.rs
- cyb/honeycrisp/rane/src/ffi.rs
- cyb/honeycrisp/rane/src/lib.rs
- cyb/honeycrisp/rane/src/mil/mod.rs
- cyb/honeycrisp/rane/src/model.rs
- cyb/honeycrisp/rane/src/probe/compile.rs
- cyb/honeycrisp/rane/src/probe/discovery.rs
- cyb/honeycrisp/rane/src/probe/eval.rs
- cyb/honeycrisp/rane/src/probe/ffi.rs
- cyb/honeycrisp/rane/src/probe/frameworks.rs
- cyb/honeycrisp/rane/src/probe/main.rs
- cyb/honeycrisp/rane/src/surface.rs
- cyb/honeycrisp/rane/tests/hardware.rs
- cyb/honeycrisp/rane/tests/integration.rs
- cyb/honeycrisp/src/lib.rs
- cyb/honeycrisp/unimem/benches/alloc.rs
- cyb/honeycrisp/unimem/benches/bandwidth.rs
- cyb/honeycrisp/unimem/examples/ane_matmul.rs
- cyb/honeycrisp/unimem/examples/pipeline.rs
- cyb/honeycrisp/unimem/experiments/dext_contiguous_alloc/client/src/main.rs
- cyb/honeycrisp/unimem/experiments/dext_iosurface_pa/client/src/main.rs
- cyb/honeycrisp/unimem/experiments/hyp_probe/src/main.rs
- cyb/honeycrisp/unimem/experiments/iosurface_probe/src/main.rs
- cyb/honeycrisp/unimem/src/block.rs
- cyb/honeycrisp/unimem/src/ffi.rs
- cyb/honeycrisp/unimem/src/grid.rs
- cyb/honeycrisp/unimem/src/layout.rs
- cyb/honeycrisp/unimem/src/lib.rs
- cyb/honeycrisp/unimem/src/tape.rs
- cyb/honeycrisp/unimem/tests/roundtrip.rs
- cyb/optica/src/compile.rs
- cyb/optica/src/config.rs
- cyb/optica/src/graph/links.rs
- cyb/optica/src/graph/mod.rs
- cyb/optica/src/graph/namespaces.rs
- cyb/optica/src/graph/pagerank.rs
- cyb/optica/src/graph/stats.rs
- cyb/optica/src/graph/tags.rs
- cyb/optica/src/graph/trikernel.rs
- cyb/optica/src/lib.rs
- cyb/optica/src/lunar.rs
- cyb/optica/src/main.rs
- cyb/optica/src/model_query.rs
- cyb/optica/src/output/feed.rs
- cyb/optica/src/output/files.rs
- cyb/optica/src/output/graph.rs
- cyb/optica/src/output/media.rs
- cyb/optica/src/output/mod.rs
- cyb/optica/src/output/search.rs
- cyb/optica/src/output/sitemap.rs
- cyb/optica/src/parser/admonitions.rs
- cyb/optica/src/parser/mod.rs
- cyb/optica/src/parser/outliner.rs
- cyb/optica/src/parser/properties.rs
- cyb/optica/src/parser/wikilinks.rs
- cyb/optica/src/query/eval.rs
- cyb/optica/src/query/mod.rs
- cyb/optica/src/query/parse.rs
- cyb/optica/src/render/context.rs
- cyb/optica/src/render/mod.rs
- cyb/optica/src/render/templates.rs
- cyb/optica/src/render/toc.rs
- cyb/optica/src/render/transform.rs
- cyb/optica/src/scanner/classify.rs
- cyb/optica/src/scanner/mod.rs
- cyb/optica/src/scanner/subgraph_config.rs
- cyb/optica/src/scanner/subgraph.rs
- cyb/optica/src/server/mod.rs
- cyb/optica/src/server/reload.rs
- cyb/optica/src/validator.rs
- cyb/optica/tests/incremental_rebuild.rs
- cyb/src-tauri/build.rs
- cyb/src-tauri/src/db.rs
- cyb/src-tauri/src/ipfs.rs
- cyb/src-tauri/src/lib.rs
- cyb/src-tauri/src/main.rs
- cyb/src-tauri/src/metrics.rs
- cyb/src-tauri/src/mining.rs
- cyb/src-tauri/src/server.rs
- cyb/src-tauri/src/utils.rs
- soft3/hemera/bench/benches/hash.rs
- soft3/hemera/bench/benches/permutation.rs
- soft3/hemera/bench/benches/tree.rs
- soft3/hemera/cli/src/main.rs
- soft3/hemera/rs/src/async_io.rs
- soft3/hemera/rs/src/batch.rs
- soft3/hemera/rs/src/bootstrap.rs
- soft3/hemera/rs/src/cdc.rs
- soft3/hemera/rs/src/constants.rs
- soft3/hemera/rs/src/encoding.rs
- soft3/hemera/rs/src/field.rs
- soft3/hemera/rs/src/lib.rs
- soft3/hemera/rs/src/merkle.rs
- soft3/hemera/rs/src/params.rs
- soft3/hemera/rs/src/permutation.rs
- soft3/hemera/rs/src/sparse.rs
- soft3/hemera/rs/src/sponge.rs
- soft3/hemera/rs/src/step_sponge.rs
- soft3/hemera/rs/src/stream_async.rs
- soft3/hemera/rs/src/stream.rs
- soft3/hemera/rs/src/trace.rs
- soft3/hemera/rs/src/tree.rs
- soft3/hemera/rs/tests/vectors.rs
- soft3/hemera/wgsl/src/lib.rs
- soft3/hemera/wgsl/tests/gpu.rs
- trident/benches/end_to_end.rs
- trident/benches/references/std/compiler/codegen.rs
- trident/benches/references/std/compiler/lexer.rs
- trident/benches/references/std/compiler/optimize.rs
- trident/benches/references/std/compiler/parser.rs
- trident/benches/references/std/compiler/pipeline.rs
- trident/benches/references/std/compiler/typecheck.rs
- trident/benches/references/std/crypto/bigint.rs
- trident/benches/references/std/crypto/merkle.rs
- trident/benches/references/std/crypto/poseidon.rs
- trident/benches/references/std/crypto/poseidon2.rs
- trident/benches/references/std/nn/tensor.rs
- trident/benches/references/std/private/poly.rs
- trident/benches/references/std/quantum/gates.rs
- trident/benches/references/std/trinity/inference.rs
- trident/editor/zed/src/lib.rs
- trident/src/api/doc.rs
- trident/src/api/mod.rs
- trident/src/api/pipeline.rs
- trident/src/api/tests/check.rs
- trident/src/api/tests/compile.rs
- trident/src/api/tests/cost.rs
- trident/src/api/tests/docs.rs
- trident/src/api/tests/features.rs
- trident/src/api/tests/format.rs
- trident/src/api/tests/mod.rs
- trident/src/api/tests/neptune.rs
- trident/src/api/tests/prove.rs
- trident/src/api/tools.rs
- trident/src/ast/display.rs
- trident/src/ast/mod.rs
- trident/src/ast/navigate.rs
- trident/src/bin/trident-lsp.rs
- trident/src/cli/audit.rs
- trident/src/cli/bench.rs
- trident/src/cli/build.rs
- trident/src/cli/check.rs
- trident/src/cli/compile.rs
- trident/src/cli/deploy.rs
- trident/src/cli/deps.rs
- trident/src/cli/doc.rs
- trident/src/cli/fmt.rs
- trident/src/cli/generate.rs
- trident/src/cli/hash.rs
- trident/src/cli/init.rs
- trident/src/cli/mod.rs
- trident/src/cli/package.rs
- trident/src/cli/prove.rs
- trident/src/cli/registry.rs
- trident/src/cli/run.rs
- trident/src/cli/store.rs
- trident/src/cli/test.rs
- trident/src/cli/train.rs
- trident/src/cli/tree_sitter.rs
- trident/src/cli/trisha.rs
- trident/src/cli/verify.rs
- trident/src/cli/view.rs
- trident/src/compile/amx.rs
- trident/src/compile/ane.rs
- trident/src/compile/arm64.rs
- trident/src/compile/cerebras.rs
- trident/src/compile/ebpf.rs
- trident/src/compile/hexagon.rs
- trident/src/compile/intel_amx.rs
- trident/src/compile/mir2nox.rs
- trident/src/compile/mod.rs
- trident/src/compile/onnx.rs
- trident/src/compile/ptx.rs
- trident/src/compile/qasm.rs
- trident/src/compile/qir.rs
- trident/src/compile/rv32.rs
- trident/src/compile/rv64.rs
- trident/src/compile/rvv.rs
- trident/src/compile/spirv.rs
- trident/src/compile/systemverilog.rs
- trident/src/compile/tensor_cores.rs
- trident/src/compile/thumb2.rs
- trident/src/compile/upmem.rs
- trident/src/compile/verilog.rs
- trident/src/compile/vhdl.rs
- trident/src/compile/wasm.rs
- trident/src/compile/wgsl.rs
- trident/src/compile/x86_64.rs
- trident/src/compile/xla.rs
- trident/src/config/mod.rs
- trident/src/config/project.rs
- trident/src/config/resolve/mod.rs
- trident/src/config/resolve/resolver.rs
- trident/src/config/resolve/tests.rs
- trident/src/config/scaffold/mod.rs
- trident/src/config/scaffold/tests.rs
- trident/src/cost/analyzer.rs
- trident/src/cost/json.rs
- trident/src/cost/mod.rs
- trident/src/cost/model/mod.rs
- trident/src/cost/model/triton.rs
- trident/src/cost/report.rs
- trident/src/cost/scorer.rs
- trident/src/cost/stack_verifier/equivalence.rs
- trident/src/cost/stack_verifier/executor.rs
- trident/src/cost/stack_verifier/mod.rs
- trident/src/cost/stack_verifier/scoring.rs
- trident/src/cost/stack_verifier/tests.rs
- trident/src/cost/visit.rs
- trident/src/deploy/mod.rs
- trident/src/deploy/tests.rs
- trident/src/diagnostic/mod.rs
- trident/src/field/babybear.rs
- trident/src/field/fixed.rs
- trident/src/field/goldilocks.rs
- trident/src/field/mersenne31.rs
- trident/src/field/mod.rs
- trident/src/field/poseidon2.rs
- trident/src/field/proof.rs
- trident/src/gpu/mod.rs
- trident/src/gpu/shaders.rs
- trident/src/import/mir.rs
- trident/src/import/mod.rs
- trident/src/import/structurize.rs
- trident/src/import/types.rs
- trident/src/ir/kir/lower/mod.rs
- trident/src/ir/kir/mod.rs
- trident/src/ir/lir/convert.rs
- trident/src/ir/lir/lower/mod.rs
- trident/src/ir/lir/mod.rs
- trident/src/ir/lir/tests.rs
- trident/src/ir/mod.rs
- trident/src/ir/tir/builder/call.rs
- trident/src/ir/tir/builder/cleanup.rs
- trident/src/ir/tir/builder/expr.rs
- trident/src/ir/tir/builder/helpers.rs
- trident/src/ir/tir/builder/layout.rs
- trident/src/ir/tir/builder/match_.rs
- trident/src/ir/tir/builder/mod.rs
- trident/src/ir/tir/builder/stmt.rs
- trident/src/ir/tir/builder/tests/advanced.rs
- trident/src/ir/tir/builder/tests/basics.rs
- trident/src/ir/tir/encode.rs
- trident/src/ir/tir/linker.rs
- trident/src/ir/tir/lower/mod.rs
- trident/src/ir/tir/lower/tests.rs
- trident/src/ir/tir/lower/triton.rs
- trident/src/ir/tir/mod.rs
- trident/src/ir/tir/neural/mod.rs
- trident/src/ir/tir/neural/report.rs
- trident/src/ir/tir/optimize/mod.rs
- trident/src/ir/tir/optimize/spill.rs
- trident/src/ir/tir/optimize/tests.rs
- trident/src/ir/tir/stack/mod.rs
- trident/src/ir/tir/stack/tests.rs
- trident/src/ir/tree/lower/mod.rs
- trident/src/ir/tree/lower/nox.rs
- trident/src/ir/tree/mod.rs
- trident/src/lib.rs
- trident/src/lsp/actions.rs
- trident/src/lsp/builtins.rs
- trident/src/lsp/document.rs
- trident/src/lsp/folding.rs
- trident/src/lsp/hints.rs
- trident/src/lsp/incremental.rs
- trident/src/lsp/indent.rs
- trident/src/lsp/intelligence.rs
- trident/src/lsp/mod.rs
- trident/src/lsp/project.rs
- trident/src/lsp/references.rs
- trident/src/lsp/selection.rs
- trident/src/lsp/semantic/asm.rs
- trident/src/lsp/semantic/mod.rs
- trident/src/lsp/semantic/tests.rs
- trident/src/lsp/server.rs
- trident/src/lsp/textobjects.rs
- trident/src/lsp/util/mod.rs
- trident/src/lsp/util/tests.rs
- trident/src/main.rs
- trident/src/neural/checkpoint.rs
- trident/src/neural/data/mod.rs
- trident/src/neural/data/pairs.rs
- trident/src/neural/data/replay.rs
- trident/src/neural/data/tir_graph/builder.rs
- trident/src/neural/data/tir_graph/mod.rs
- trident/src/neural/data/tir_graph/node.rs
- trident/src/neural/data/tir_graph/tests.rs
- trident/src/neural/data/tir_graph/types.rs
- trident/src/neural/inference/beam.rs
- trident/src/neural/inference/execute.rs
- trident/src/neural/inference/mod.rs
- trident/src/neural/mod.rs
- trident/src/neural/model/composite.rs
- trident/src/neural/model/decoder.rs
- trident/src/neural/model/encoder.rs
- trident/src/neural/model/gnn_ops.rs
- trident/src/neural/model/grammar_tables.rs
- trident/src/neural/model/grammar.rs
- trident/src/neural/model/mod.rs
- trident/src/neural/model/vocab.rs
- trident/src/neural/training/augment.rs
- trident/src/neural/training/gflownet.rs
- trident/src/neural/training/mod.rs
- trident/src/neural/training/online.rs
- trident/src/neural/training/supervised.rs
- trident/src/package/cache.rs
- trident/src/package/hash/mod.rs
- trident/src/package/hash/normalize.rs
- trident/src/package/hash/serialize.rs
- trident/src/package/hash/tests.rs
- trident/src/package/manifest/lockfile.rs
- trident/src/package/manifest/mod.rs
- trident/src/package/manifest/parse.rs
- trident/src/package/manifest/resolve.rs
- trident/src/package/manifest/tests.rs
- trident/src/package/mod.rs
- trident/src/package/poseidon2.rs
- trident/src/package/registry/client.rs
- trident/src/package/registry/json.rs
- trident/src/package/registry/mod.rs
- trident/src/package/registry/store_integration.rs
- trident/src/package/registry/tests.rs
- trident/src/package/registry/types.rs
- trident/src/package/store/deps.rs
- trident/src/package/store/format.rs
- trident/src/package/store/mod.rs
- trident/src/package/store/persist.rs
- trident/src/package/store/tests.rs
- trident/src/runtime/artifact.rs
- trident/src/runtime/mod.rs
- trident/src/syntax/format/expr.rs
- trident/src/syntax/format/items.rs
- trident/src/syntax/format/mod.rs
- trident/src/syntax/format/stmts.rs
- trident/src/syntax/format/tests.rs
- trident/src/syntax/grammar/dsl.rs
- trident/src/syntax/grammar/mod.rs
- trident/src/syntax/grammar/tests.rs
- trident/src/syntax/grammar/trident.rs
- trident/src/syntax/lexeme.rs
- trident/src/syntax/lexer/mod.rs
- trident/src/syntax/lexer/tests.rs
- trident/src/syntax/mod.rs
- trident/src/syntax/parser/expr.rs
- trident/src/syntax/parser/items.rs
- trident/src/syntax/parser/mod.rs
- trident/src/syntax/parser/stmts.rs
- trident/src/syntax/parser/tests/advanced.rs
- trident/src/syntax/parser/tests/basics.rs
- trident/src/syntax/parser/tests/mod.rs
- trident/src/syntax/parser/types.rs
- trident/src/syntax/span.rs
- trident/src/typecheck/analysis.rs
- trident/src/typecheck/block.rs
- trident/src/typecheck/builtins.rs
- trident/src/typecheck/expr.rs
- trident/src/typecheck/mod.rs
- trident/src/typecheck/resolve.rs
- trident/src/typecheck/stmt.rs
- trident/src/typecheck/tests/advanced.rs
- trident/src/typecheck/tests/basics.rs
- trident/src/typecheck/tests/mod.rs
- trident/src/typecheck/types.rs
- trident/src/verify/equiv/differential.rs
- trident/src/verify/equiv/mod.rs
- trident/src/verify/equiv/polynomial.rs
- trident/src/verify/equiv/tests.rs
- trident/src/verify/mod.rs
- trident/src/verify/report/mod.rs
- trident/src/verify/report/suggestions.rs
- trident/src/verify/report/tests.rs
- trident/src/verify/smt/mod.rs
- trident/src/verify/smt/runner.rs
- trident/src/verify/smt/tests.rs
- trident/src/verify/solve/eval.rs
- trident/src/verify/solve/mod.rs
- trident/src/verify/solve/solver.rs
- trident/src/verify/solve/tests.rs
- trident/src/verify/sym/executor.rs
- trident/src/verify/sym/expr.rs
- trident/src/verify/sym/mod.rs
- trident/src/verify/sym/tests.rs
- trident/src/verify/synthesize/infer.rs
- trident/src/verify/synthesize/mod.rs
- trident/src/verify/synthesize/templates.rs
- trident/src/verify/synthesize/tests.rs
- trident/tests/audit_stdlib.rs
- whitepaper.md