Skip to content
Tree: b2478052f8
Find file History
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
back
debuginfo
mir
Cargo.toml
README.md
abi.rs
adt.rs
allocator.rs
asm.rs
assert_module_sources.rs
attributes.rs
base.rs
build.rs
builder.rs
cabi_aarch64.rs
cabi_arm.rs
cabi_asmjs.rs
cabi_hexagon.rs
cabi_mips.rs
cabi_mips64.rs
cabi_msp430.rs
cabi_nvptx.rs
cabi_nvptx64.rs
cabi_powerpc.rs
cabi_powerpc64.rs
cabi_s390x.rs
cabi_sparc.rs
cabi_sparc64.rs
cabi_x86.rs
cabi_x86_64.rs
cabi_x86_win64.rs
callee.rs
common.rs
consts.rs
context.rs
declare.rs
diagnostics.rs
glue.rs
intrinsic.rs
lib.rs
llvm_util.rs
machine.rs
metadata.rs
meth.rs
partitioning.rs
symbol_names_test.rs
time_graph.rs
trans_item.rs
tvec.rs
type_.rs
type_of.rs
value.rs

README.md

NB: This crate is part of the Rust compiler. For an overview of the compiler as a whole, see the README.md file found in librustc.

The trans crate contains the code to convert from MIR into LLVM IR, and then from LLVM IR into machine code. In general it contains code that runs towards the end of the compilation process.

You can’t perform that action at this time.