rust/src/librustc_trans
bors 4cdbac639a Auto merge of #48642 - alexcrichton:compile-cargo-once, r=michaelwoerister
Update env_logger to 0.5.4

It looks like this cuts down on the number of dependencies in env_logger and
notably cuts out a difference between a shared dependency of rls/cargo. My goal
here is to ensure that when we compile the RLS/Cargo on CI we only compile Cargo
once, and this is one step towards that!
2018-03-06 22:40:15 +00:00
..
2018-02-17 17:38:49 +01:00
2018-03-06 12:37:28 -08:00
2018-02-23 01:13:54 +00:00
2018-02-28 18:23:54 +00:00
2018-02-28 18:23:54 +00:00
2018-03-03 20:21:35 -08:00
2018-02-28 14:47:17 +00: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.