rust/src/librustc_trans
Bastian Köcher d7918fb2e8 Implements RFC 1937: ? in main
This is the first part of the RFC 1937 that supports new
`Termination` trait in the rust `main` function.
2017-12-26 12:26:39 +01:00
..
2017-12-21 04:43:27 +01:00
2017-12-26 12:26:39 +01:00
2017-12-18 17:08:48 +02:00
2017-12-18 17:08:49 +02:00
2017-12-18 17:08:49 +02:00
2017-12-18 17:08:49 +02:00

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.