rust/compiler/rustc_query_system/src
Alex Crichton a0c959750a std: Stabilize the thread_local_const_init feature
This commit is intended to follow the stabilization disposition of the
FCP that has now finished in #84223. This stabilizes the ability to flag
thread local initializers as `const` expressions which enables the macro
to generate more efficient code for accessing it, notably removing
runtime checks for initialization.

More information can also be found in #84223 as well as the tests where
the feature usage was removed in this PR.

Closes #84223
2021-11-29 07:23:46 -08:00
..
dep_graph Inline DepNodeParams methods. 2021-10-20 18:46:25 +02:00
ich Use SortedMap in HIR. 2021-10-21 23:08:57 +02:00
query Manually outline error on incremental_verify_ich 2021-11-22 21:32:20 -05:00
cache.rs Remove (lots of) dead code 2021-03-27 22:16:33 -04:00
lib.rs std: Stabilize the thread_local_const_init feature 2021-11-29 07:23:46 -08:00