rust/compiler/rustc_interface/src
Bryan Garza eea42733ac Replace terminator-based const eval limit
- Remove logic that limits const eval based on terminators, and use the
  stable metric instead (back edges + fn calls)
- Add unstable flag `tiny-const-eval-limit` to add UI tests that do not
  have to go up to the regular 2M step limit
2023-01-23 23:56:22 +00:00
..
callbacks.rs Ignore span references from diagnostics. 2022-12-25 18:48:42 +00:00
errors.rs Warn when using panic-strategy abort for proc-macro crates 2023-01-13 10:13:49 +01:00
interface.rs Move compiler input and ouput paths into session 2023-01-16 14:46:44 +00:00
lib.rs Don't call closures immediately, use try{} blocks 2023-01-17 07:48:19 +00:00
passes.rs Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb 2023-01-20 04:52:28 +00:00
proc_macro_decls.rs Simplify code 2022-11-05 17:54:06 +01:00
queries.rs Avoid one more call site to Compiler::expansion 2023-01-16 14:46:44 +00:00
tests.rs Replace terminator-based const eval limit 2023-01-23 23:56:22 +00:00
util.rs Move compiler input and ouput paths into session 2023-01-16 14:46:44 +00:00