rust/compiler/rustc_middle/src/middle
DianQK cc08749df2
Add the no-builtins attribute to functions when no_builtins is applied at the crate level.
When `no_builtins` is applied at the crate level, we should add the
`no-builtins` attribute to each function to ensure it takes effect in LTO.
2023-07-18 22:15:47 +08:00
..
codegen_fn_attrs.rs Add the no-builtins attribute to functions when no_builtins is applied at the crate level. 2023-07-18 22:15:47 +08:00
debugger_visualizer.rs Move DebuggerVisualizerFile types from rustc_span to rustc_middle 2023-05-16 21:03:28 +02:00
dependency_format.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
exported_symbols.rs refactor(rustc_middle): Substs -> GenericArg 2023-07-14 13:27:35 +01:00
lang_items.rs Remove LangItems::require 2023-05-16 19:53:38 +02:00
limits.rs Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
mod.rs Move DebuggerVisualizerFile types from rustc_span to rustc_middle 2023-05-16 21:03:28 +02:00
privacy.rs privacy: Rename some variables for clarity 2023-06-15 21:25:47 +03:00
region.rs Enable potential_query_instability lint in rustc_hir_typeck. 2023-07-14 10:10:14 +02:00
resolve_bound_vars.rs Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
stability.rs Use Cow in {D,Subd}iagnosticMessage. 2023-05-29 09:23:43 +10:00