rust/src/librustc_driver
James Miller 71d0d921c2 Initial implementation of inlining for MIR
Fairly basic implementation of inlining for MIR. Uses conservative
heuristics for inlining.
2017-03-10 03:54:26 +02:00
..
Cargo.toml Remove unused extern crates. 2017-01-22 01:31:02 +00:00
derive_registrar.rs rustc: separate TraitItem from their parent Item, just like ImplItem. 2016-12-28 11:21:45 +02:00
driver.rs Initial implementation of inlining for MIR 2017-03-10 03:54:26 +02:00
lib.rs remove special-case code for statics and just use borrowck_fn 2017-02-28 08:43:47 -05:00
pretty.rs remove special-case code for statics and just use borrowck_fn 2017-02-28 08:43:47 -05:00
target_features.rs Add intrinsics & target features for rd{rand,seed} 2016-12-22 23:53:30 +02:00
test.rs rustc_typeck: rework coherence to be almost completely on-demand. 2017-02-25 18:35:26 +02:00