4 matches across 1 files for TODO path:compiler/rustc_codegen_cranelift/.github/workflows/main.yml lang:YAML lang:YAML
snippet_mode: grep · sorted by relevance
compiler/rustc_codegen_cranelift/.github/workflows/main.yml YAML 4 matches view file →
20
21jobs:
22 todo_check:
23 runs-on: ubuntu-latest
24 timeout-minutes: 10
· · ·
27 - uses: actions/checkout@v6
28
29 - name: Check todo
30 run: ./y.sh check-todo
31
· · ·
30 run: ./y.sh check-todo
31
32 rustfmt:
· · ·
244 if: ${{ github.ref == 'refs/heads/main' }}
245 # FIXME add bench back once rust-lang/cargo#16925 has been fixed
246 needs: [todo_check, rustfmt, test, dist]
247
248 permissions:
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.