Home
last modified time | relevance | path

Searched defs:Rustc (Results 1 – 11 of 11) sorted by relevance

/third_party/rust/crates/autocfg/src/
Drustc.rs10 pub struct Rustc { struct
16 impl Rustc { implementation
/third_party/rust/rust/compiler/rustc_expand/src/
Dproc_macro_server.rs362 pub(crate) struct Rustc<'a, 'b> { struct
371 impl<'a, 'b> Rustc<'a, 'b> { argument
389 impl server::Types for Rustc<'_, '_> { implementation
397 impl server::FreeFunctions for Rustc<'_, '_> { implementation
478 impl server::TokenStream for Rustc<'_, '_> { implementation
600 impl server::SourceFile for Rustc<'_, '_> { implementation
622 impl server::Span for Rustc<'_, '_> { implementation
762 impl server::Symbol for Rustc<'_, '_> { implementation
769 impl server::Server for Rustc<'_, '_> { implementation
/third_party/rust/rust/src/bootstrap/
Dcheck.rs191 pub struct Rustc { struct
195 /// This shouldn't be used from other steps; see the comment on [`compile::Rustc`]. argument
201 impl Rustc { implementation
211 impl Step for Rustc { implementation
Ddoc.rs616 pub struct Rustc { struct
622 impl Rustc { argument
643 impl Step for Rustc { implementation
Dcompile.rs662 pub struct Rustc { struct
673 impl Rustc { argument
679 impl Step for Rustc { implementation
1033 fn from_rustc(rustc: Rustc, host_compiler: Compiler) -> Self { in from_rustc()
Ddist.rs349 pub struct Rustc { struct
353 impl Step for Rustc { argument
Dlib.rs180 Rustc, enumerator
282 Rustc, enumerator
/third_party/rust/rust/compiler/rustc_codegen_cranelift/docs/
Dusage.md17 ## Rustc section in Usage
/third_party/rust/rust/compiler/rustc_codegen_gcc/
DReadme.md91 ### Rustc subsection
/third_party/rust/rust/src/tools/rust-analyzer/crates/flycheck/src/
Dlib.rs525 Rustc(Diagnostic), enumerator
/third_party/rust/rust/src/tools/rust-analyzer/crates/base-db/src/
Dinput.rs145 Rustc { name: String }, enumerator