rust/compiler/rustc_interface/src
Martin Nordholts ae2427d1e4 rustc_interface: Address all rustc::potential_query_instability lints
Instead of allowing `rustc::potential_query_instability` on the whole
crate we go over each lint and allow it individually if it is safe to
do. Turns out all instances were safe to allow in this crate.
2023-12-05 06:33:38 +01:00
..
callbacks.rs Remove an unnecessary drop. 2023-10-30 20:45:11 +11:00
errors.rs Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00
interface.rs Serialize OutputFilenames into rmeta file 2023-11-26 18:02:42 +00:00
lib.rs rustc_interface: Address all rustc::potential_query_instability lints 2023-12-05 06:33:38 +01:00
passes.rs rustc_interface: Address all rustc::potential_query_instability lints 2023-12-05 06:33:38 +01:00
proc_macro_decls.rs Move expansion of query macros in rustc_middle to rustc_middle::query 2023-05-15 08:49:13 +02:00
queries.rs Rename HandlerInner::delay_span_bug as HandlerInner::span_delayed_bug. 2023-12-02 09:01:19 +11:00
tests.rs Add -Zfunction-return={keep,thunk-extern} option 2023-11-30 20:21:31 +01:00
util.rs QueryContext: rename try_collect_active_jobs -> collect_active_jobs and change it's return type from Option<QueryMap> to QueryMap 2023-11-27 18:13:15 +03:00