rust/src/librustc_session
Dylan DPC 14d608f1d8
Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic
Define UB in float-to-int casts to saturate

This closes #10184 by defining the behavior there to saturate infinities and values exceeding the integral range (on the lower or upper end). `NaN` is sent to zero.
2020-05-06 16:58:50 +02:00
..
lint Create new rustdoc lint to check for code blocks tags 2020-04-23 14:30:30 +02:00
Cargo.toml Depend on getopts from crates.io 2020-04-11 17:49:16 -04:00
cgu_reuse_tracker.rs Rename syntax_pos to rustc_span in source code 2020-01-01 09:15:18 +03:00
code_stats.rs Don't redundantly repeat field names (clippy::redundant_field_names) 2020-03-06 19:42:18 +01:00
config.rs Rename bitcode-in-rlib option to embed-bitcode 2020-05-01 09:05:13 -07:00
filesearch.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
lib.rs Dogfood more or_patterns in the compiler 2020-04-19 07:33:58 -07:00
lint.rs Minor follow-up after renaming librustc(_middle) 2020-04-03 19:03:13 +09:00
options.rs Rollup merge of #71269 - Mark-Simulacrum:sat-float-casts, r=nikic 2020-05-06 16:58:50 +02:00
output.rs cleanup: config::CrateType -> CrateType 2020-05-02 11:57:23 +03:00
parse.rs Implement confusable_idents lint. 2020-05-03 02:30:50 +08:00
search_paths.rs Speed up path searching with find_library_crate. 2020-04-07 09:21:15 +10:00
session.rs Rollup merge of #69984 - lenary:lenary/force-uwtables, r=hanna-kruppe 2020-05-05 12:55:08 +02:00
utils.rs Change -Z time event naming scheme and make them generic activities 2020-01-09 07:06:40 +01:00