Home
last modified time | relevance | path

Searched refs:rust_info (Results 1 – 6 of 6) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/bootstrap/
H A Dlib.rs236 rust_info: channel::GitInfo, field
361 let rust_info = channel::GitInfo::new(ignore_git, &src); in new() localVariable
424 rust_info, in new()
488 if !self.config.submodules(&self.rust_info) { in update_submodule()
564 if !self.config.submodules(&self.rust_info) { in maybe_update_submodules()
1147 if self.rust_info.is_git() && !self.config.ignore_git { in release()
1214 let mut version = self.rust_info.version(self, &self.version); in rust_version()
1225 self.rust_info.sha() in rust_sha()
H A Dsanity.rs78 if build.rust_info.is_git() { in check()
H A Ddoc.rs339 .replace("SHORT_HASH", builder.rust_info.sha_short().unwrap_or("")) in run()
340 .replace("STAMP", builder.rust_info.sha().unwrap_or("")); in run()
H A Dconfig.rs1136 pub fn submodules(&self, rust_info: &GitInfo) -> bool { in submodules()
1137 self.submodules.unwrap_or(rust_info.is_git()) in submodules()
H A Dcompile.rs666 if let Some(ref ver_date) = builder.rust_info.commit_date() { in rustc_cargo_env()
669 if let Some(ref ver_hash) = builder.rust_info.sha() { in rustc_cargo_env()
H A Ddist.rs919 if builder.rust_info.is_git() { in run()