1,429 matches across 22 files for func main lang:Rust lang:Rust lang:Rust
snippet_mode: summary · sorted by relevance
compiler/crates/react_compiler/src/entrypoint/program.rs RUST 378 matches · showing 1 view file →
6//! Main entrypoint for the React Compiler.
+ 377 more matches in this file
compiler/crates/react_compiler_hir/src/environment.rs RUST 60 matches · showing 1 view file →
14use crate::object_shape::FunctionSignature;
+ 59 more matches in this file
compiler/crates/react_compiler_inference/src/propagate_scope_dependencies_hir.rs RUST 153 matches · showing 1 view file →
22 BasicBlock, BlockId, DeclarationId, DependencyPathEntry, EvaluationOrder, FunctionId,
+ 152 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/merge_reactive_scopes_that_invalidate_together.rs RUST 16 matches · showing 1 view file →
16 ReactiveBlock, ReactiveFunction, ReactiveScopeBlock, ReactiveScopeDependency,
+ 15 more matches in this file
compiler/crates/react_compiler_lowering/src/build_hir.rs RUST 246 matches · showing 1 view file →
17use crate::FunctionNode;
+ 245 more matches in this file
compiler/crates/react_compiler_inference/src/infer_reactive_places.rs RUST 82 matches · showing 1 view file →
25 BlockId, Effect, FunctionId, HirFunction, IdentifierId, InstructionValue, ParamPattern,
+ 81 more matches in this file
compiler/crates/react_compiler_validation/src/validate_exhaustive_dependencies.rs RUST 49 matches · showing 1 view file →
10 each_instruction_value_lvalue, each_instruction_value_operand_with_functions,
+ 48 more matches in this file
compiler/crates/react_compiler_validation/src/validate_no_ref_access_in_render.rs RUST 31 matches · showing 1 view file →
13 AliasingEffect, BlockId, HirFunction, Identifier, IdentifierId, InstructionValue, Place,
+ 30 more matches in this file
compiler/crates/react_compiler_optimization/src/drop_manual_memoization.rs RUST 42 matches · showing 1 view file →
24use react_compiler_hir::HirFunction;
+ 41 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/prune_non_reactive_dependencies.rs RUST 15 matches · showing 1 view file →
15 ReactiveFunction, ReactiveInstruction, ReactiveScopeBlock, ReactiveValue,
+ 14 more matches in this file
compiler/crates/react_compiler_inference/src/build_reactive_scope_terminals_hir.rs RUST 24 matches · showing 1 view file →
8//! Given a function whose reactive scope ranges have been correctly aligned and
+ 23 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/rename_variables.rs RUST 39 matches · showing 1 view file →
15use react_compiler_hir::FunctionId;
+ 38 more matches in this file
compiler/crates/react_compiler_optimization/src/outline_jsx.rs RUST 62 matches · showing 1 view file →
8//! Outlines JSX expressions in callbacks into separate component functions.
+ 61 more matches in this file
compiler/crates/react_compiler_inference/src/memoize_fbt_and_macro_operands_in_same_scope.rs RUST 14 matches · showing 1 view file →
21 HirFunction, IdentifierId, InstructionValue, JsxTag, PrimitiveValue, PropertyLiteral, ScopeId,
+ 13 more matches in this file
compiler/crates/react_compiler/src/entrypoint/gating.rs RUST 107 matches · showing 1 view file →
1// Gating rewrite logic for compiled functions.
+ 106 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/prune_unused_lvalues.rs RUST 12 matches · showing 1 view file →
15 DeclarationId, EvaluationOrder, Place, ReactiveFunction, ReactiveInstruction,
+ 11 more matches in this file
compiler/crates/react_compiler_diagnostics/src/lib.rs RUST 3 matches · showing 1 view file →
247/// This is the main error type thrown/returned by the compiler.
+ 2 more matches in this file
compiler/packages/babel-plugin-react-compiler-rust/native/src/lib.rs RUST 2 matches · showing 1 view file →
18/// Main entry point for the React Compiler.
+ 1 more matches in this file
compiler/crates/react_compiler_reactive_scopes/src/build_reactive_function.rs RUST 15 matches · showing 1 view file →
6//! Converts the HIR CFG into a tree-structured ReactiveFunction.
+ 14 more matches in this file
compiler/crates/react_compiler_lowering/src/lib.rs RUST 16 matches · showing 1 view file →
6use react_compiler_ast::expressions::ArrowFunctionExpression;
+ 15 more matches in this file
compiler/crates/react_compiler_optimization/src/outline_functions.rs RUST 52 matches · showing 1 view file →
6//! Port of OutlineFunctions from TypeScript (`Optimization/OutlineFunctions.ts`).
+ 51 more matches in this file
compiler/crates/react_compiler/src/entrypoint/compile_result.rs RUST 11 matches · showing 1 view file →
6use react_compiler_hir::ReactFunctionType;
+ 10 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.