Home
last modified time | relevance | path

Searched defs:commit_hash (Results 1 – 4 of 4) sorted by relevance

/third_party/rust/rust/src/tools/rustfmt/
Dbuild.rs41 fn commit_hash() -> Option<String> { in commit_hash() function
/third_party/rust/rust/src/tools/clippy/rustc_tools_util/src/
Dlib.rs14 let commit_hash = std::option_env!("GIT_HASH").map(str::to_string); localVariable
53 pub commit_hash: Option<String>, field
/third_party/python/PCbuild/
Dget_external.py12 def fetch_zip(commit_hash, zip_dir, *, org='python', binary=False, verbose): argument
/third_party/rust/rust/src/tools/rust-analyzer/crates/rust-analyzer/src/
Dversion.rs8 pub commit_hash: &'static str, field