8 matches across 2 files for func main lang:TOML
snippet_mode: auto · sorted by relevance
triagebot.toml TOML 5 matches view file →
98label = "O-ARM"
99
100[ping.arm-maintainers]
101message = """\
102Dear ARM Maintainers, your feedback has been requested on this issue/PR.
· · ·
102Dear ARM Maintainers, your feedback has been requested on this issue/PR.
103Thanks! <3
104"""
· · ·
1559trigger_files = ["library"]
1560message = """
1561⚠️ `#[miri::intrinsic_fallback_is_spec]` must only be used if the function actively checks for all UB cases,
1562and explores the possible non-determinism of the intrinsic.
1563"""
· · ·
1823project-name = "Rust"
1824changelog-path = "RELEASES.md"
1825changelog-branch = "main"
1826
1827[shortcut]
· · ·
1831[transfer]
1832
1833# Enable `@rustbot note` functionality
1834# Documentation at: https://forge.rust-lang.org/triagebot/note.html
1835[note]
bootstrap.example.toml TOML 3 matches view file →
599# Indicates that the build should be configured for debugging Rust. A
600# `debug`-enabled compiler and standard library will be somewhat
601# slower (due to e.g. checking of debug assertions) but should remain
602# usable.
603#
· · ·
858
859# Compile the compiler with a non-default ThinLTO import limit. This import
860# limit controls the maximum size of functions imported by ThinLTO. Decreasing
861# will make code compile faster at the expense of lower runtime performance.
862#rust.thin-lto-import-instr-limit = if incremental { 10 } else { LLVM default (currently 100) }
· · ·
941# If unset, the first upstream parent commit will be used.
942#
943# The SHA must point to a merge commit merged into the mainline rust-lang/rust `main` branch,
944# because bootstrap will attempt to download the JSON docs data for this commit from its CI.
945#rust.stdlib-semver-baseline = "<commit-sha>"
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.