rust/compiler/rustc_session/src
bors bd12986fd6 Auto merge of #123099 - oli-obk:span_tcx, r=petrochenkov
Replace some `CrateStore` trait methods with hooks.

Just like with the `CrateStore` trait, this avoids the cyclic definition issues with `CStore` being
defined after TyCtxt, but needing to be used in TyCtxt.
2024-04-09 03:04:20 +00:00
..
config Put checks that detect UB under their own flag below debug_assertions 2024-04-06 11:21:47 -04:00
code_stats.rs -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. 2024-03-22 18:07:15 -07:00
config.rs Move cfg and check-cfg configuration in it's own module and add docs 2024-04-05 23:41:00 +02:00
cstore.rs Make def_path_hash_to_def_id a hook 2024-03-27 08:20:06 +00:00
errors.rs KCFI: Require -C panic=abort 2024-03-29 16:35:58 +00:00
filesearch.rs Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot 2024-03-11 09:29:32 -07:00
lib.rs Use generic NonZero internally. 2024-02-15 08:09:42 +01:00
options.rs Put checks that detect UB under their own flag below debug_assertions 2024-04-06 11:21:47 -04:00
output.rs Make incremental sessions identity no longer depend on the crate names provided by source code 2024-03-13 16:40:02 +01:00
parse.rs conditionally ignore fatal diagnostic in the SilentEmitter 2024-03-19 13:48:07 -04:00
search_paths.rs Replace implementation with @RUSTC_BUILTIN prefix substitution var 2024-03-25 22:20:13 +00:00
session.rs Put checks that detect UB under their own flag below debug_assertions 2024-04-06 11:21:47 -04:00
utils.rs compiler: fix unused_peekable clippy lint 2024-03-28 10:50:09 +03:00
version.rs Simplify the current_rustc_version macro. 2023-11-10 10:54:21 +11:00