rust/src/librustc_trans
Brian Anderson 5c88a1cd54 Add -C inline-threshold
Corresponds directly to llvm's inline-threshold
2015-11-19 17:01:07 -08:00
..
back Add -C inline-threshold 2015-11-19 17:01:07 -08:00
save rename ast::ImplItem_::*ImplItem to ast::ImplItemKind::* 2015-11-16 10:35:30 +01:00
trans Avoid a string allocation. 2015-11-19 12:37:13 +01:00
diagnostics.rs Check unchecked_div|rem's specialisation 2015-10-31 12:22:15 -07:00
lib.rs Plumbing to omit allocas for temps when possible (currently unused) 2015-11-03 04:35:00 -05:00
README.txt

See the README.md in ../librustc.