tag: #Rust
(41 posts)
Show all tags
-
2026-07-16
:: 在"以安全著称的 Rust"里做内存工具
::
#Arc,
#Memory Safety,
#Rc,
#Rust,
#decision-archaeology,
#memscope-rs
-
2026-07-16
:: OmniScope:从拒绝巨额白名单到妥协
::
#FFI,
#LLVM,
#OmniScope,
#Rust,
#Static Analysis,
#Zig,
#decision-archaeology
-
2026-06-30
:: OmniScope Architecture Deep Dive (Part 6): Reflection — The Architectural Trade-offs You Never Saw
::
#Architecture,
#Engineering Reflection,
#FFI,
#LLVM,
#Rust
-
2026-06-28
:: OmniScope Architecture Deep Dive (Part 5): IR Pattern Atlas — From Evidence Chain to Semantic Suppression
::
#FFI,
#LLVM,
#Pattern Matching,
#Rust,
#Semantic Analysis
-
2026-06-26
:: OmniScope Architecture Deep Dive (Part 4): Resource Families — Breaking Language Barriers: From Effect to Evidence Chain Pipeline
::
#Architecture,
#FFI,
#LLVM,
#Rust,
#Semantic Analysis
-
2026-06-24
:: OmniScope Architecture Deep Dive (Part 3): Noise Reduction — An Epic Optimization from 5,098 to ~45
::
#FFI,
#LLVM,
#Optimization,
#Rust,
#Static Analysis
-
2026-06-22
:: OmniScope Architecture Deep Dive (Part 2): IR Loading — 8 Ways to Wrestle with LLVM IR
::
#FFI,
#LLVM,
#Performance,
#Rust
-
2026-06-20
:: Why OmniScope — Cross-language FFI Safety Analysis: Call Graphs, State Machines, Semantic Trees, This Combo Took Two Years
::
#FFI,
#LLVM,
#Memory Safety,
#Rust,
#Static Analysis
-
2026-06-12
:: 并发的本质是信任
::
#Concurrency,
#Lock-Free,
#Rust,
#decision-archaeology
-
2026-06-12
:: 工具的暴政
::
#Code Quality,
#Rust,
#TreeSitter,
#decision-archaeology
-
2026-06-12
:: 危险边界的守卫
::
#FFI,
#LLVM,
#Memory Safety,
#Rust,
#Zig,
#decision-archaeology
-
2026-06-12
:: 撒谎的设计模式
::
#Architecture,
#Design Pattern,
#Go,
#Rust,
#decision-archaeology
-
2026-06-12
:: 重写还是演进
::
#Architecture,
#Go,
#Rewrite,
#Rust,
#decision-archaeology
-
2026-06-09
:: v0.2.0
::
#FFI,
#LLVM,
#Rust
-
2026-05-27
:: garbage-code-hunter Deep-Dive Series: Multi-Language Code Quality Analysis in Rust
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: Why Multi-Language Code Quality Analysis Is Hard
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: Architecture Overview: How to Structure a Multi-Language Code Analyzer
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: Tree-sitter and the LanguageAdapter Pattern
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: StyleIR: The Language-Neutral Intermediate Representation
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: The Signal Detection System
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: Duplication Detection Algorithms
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: The Scoring Model: From Qualitative Signals to a Single Number
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-27
:: The Fun Side: Roasts, Personality, and the Tool Belt
::
#Code Quality,
#Rust,
#Static Analysis
-
2026-05-21
:: OmniScope Deep-Dive Series: From LLVM IR to Cross-Language Ownership Auditing
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Why OmniScope Analyzes Cross-Language Safety at the LLVM IR Layer
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Lifecycle of an Analysis Run: CLI, IRLoader, Pipeline, and Output
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Inside the Pass System: Dependency Ordering, Shared Context, and Graceful Degradation
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Zone Classification and Semantic Registry: Avoiding Blacklist-Style Reporting
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: MemoryGraph and DangerSurface: From Pointer Facts to Risk Paths
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Rust FFI Auditor: Reconstructing and Checking Cross-Language Ownership Protocols
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Reporting Pipeline: Issue Objects, JSON, SARIF, and Engineering Integration
::
#FFI,
#LLVM,
#Rust
-
2026-05-21
:: Architecture Deep Dive: From Facade to Event Store, Snapshot, Analysis, and Render
::
#Rust,
#memscope-rs
-
2026-05-21
:: Benchmark Deep Dive: What the Numbers Actually Say
::
#Rust,
#memscope-rs
-
2026-05-21
:: Export and Dashboard Pipeline: Turning Memory Events into Reports
::
#Rust,
#memscope-rs
-
2026-05-21
:: Ownership Graph and Relation Inference: From Memory Events to Rust Semantics
::
#Rust,
#memscope-rs
-
2026-05-21
:: memscope-rs Technical Article Series Index
::
#Rust,
#memscope-rs
-
2026-05-20
:: Arc/Rc Clone Detection: Why `StackOwner` Matters
::
#Rust,
#memscope-rs
-
2026-05-20
:: Async Task Memory Attribution: Tracking Memory Beyond Threads
::
#Rust,
#memscope-rs
-
2026-05-20
:: Lockfree Tracking: How `memscope-rs` Handles Concurrent Memory Events
::
#Rust,
#memscope-rs,
#multithread
-
2026-05-20
:: Single-Thread Tracking: From GlobalAlloc to Rust-Level Memory Semantics
::
#Memory,
#Rust,
#memscope-rs
-
2026-05-20
:: Unsafe and FFI Memory Passport: Tracking Memory Across Rust's Trust Boundary
::
#Rust,
#memscope-rs,
#unsafe/ffi