rust/compiler/rustc_interface/src
Dylan DPC 6a21237bb8
Rollup merge of #108285 - BoxyUwU:remove_pick_stable_before_unstable_flag, r=oli-obk
remove unstable `pick_stable_methods_before_any_unstable` flag

This flag was only added in #90329 in case there was any issue with the impl so that it would be easy to tell nightly users to use the flag to disable the new logic to fix their code. It's now been enabled for two years and also I can't find any issues corresponding to this new functionality? This flag made it way harder to understand how this code works so it would be nice to remove it and simplify what's going on.

cc `@nbdd0121`

r? `@oli-obk`
2023-02-21 14:20:00 +05:30
..
callbacks.rs Simplify tls::enter_context. 2023-02-09 15:25:45 +11:00
errors.rs session: diagnostic migration lint on more fns 2023-01-30 17:11:35 +00:00
interface.rs Remove BoxedResolver 2023-02-14 10:01:30 +00:00
lib.rs Don't call closures immediately, use try{} blocks 2023-01-17 07:48:19 +00:00
passes.rs Remove some unnecessary tcx-passing 2023-02-20 15:28:59 +00:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Move the resolver into a query 2023-02-20 15:28:59 +00:00
tests.rs remove flag 2023-02-20 23:43:29 +00:00
util.rs Make public API, docs algorithm-agnostic 2023-02-19 04:11:10 +00:00