rust/compiler/rustc_session/src
Matthias Krüger 984e644432
Rollup merge of #91185 - camelid:rm-force-overflow-checks, r=wesleywiser
Remove `-Z force-overflow-checks`

It was replaced several years ago by the stable option `-C overflow-checks`.
The goal was to delete the `-Z` flag once users had migrated [1].
Now that it's been several years, it makes sense to delete the old flag.

See also the discussion on Zulip [2].

[1]: https://github.com/rust-lang/rust/issues/33134#issuecomment-280484097
[2]: 262497224

r? ```@wesleywiser```
cc ```@RalfJung```
2021-11-25 15:05:40 +01:00
..
cgu_reuse_tracker.rs Make Diagnostic::span_fatal unconditionally raise an error 2021-05-08 23:12:04 -04:00
code_stats.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
config.rs Rollup merge of #91148 - jhpratt:use-default-enum, r=petrochenkov 2021-11-23 19:28:11 +01:00
cstore.rs Access Session while decoding expn_id. 2021-10-06 19:06:20 +02:00
filesearch.rs Move get_tools_search_paths from FileSearch to Session 2021-09-08 18:25:47 +02:00
lib.rs Use derive_default_enum in the compiler 2021-11-22 20:17:53 -05:00
options.rs Remove -Z force-overflow-checks 2021-11-24 10:19:23 -08:00
output.rs Use command line metadata path if provided 2021-05-28 22:24:24 -07:00
parse.rs review comment: plural of emoji is emoji 2021-11-23 20:36:19 +00:00
search_paths.rs Doc comments 2021-09-08 18:25:46 +02:00
session.rs Remove -Z force-overflow-checks 2021-11-24 10:19:23 -08:00
utils.rs Implement RFC 2951: Native link modifiers 2021-05-05 16:04:25 -07:00