rust/compiler/rustc_data_structures/src/graph
Scott McMurray 925dc37313 Stop using BREAK & CONTINUE in compiler
Switching them to `Break(())` and `Continue(())` instead.

libs-api would like to remove these constants, so stop using them in compiler to make the removal PR later smaller.
2023-01-17 23:17:51 -08:00
..
dominators Document wf constraints on control flow in cleanup blocks 2023-01-16 14:51:33 -08:00
implementation Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=petrochenkov" 2021-10-15 11:28:23 +02:00
iterate Stop using BREAK & CONTINUE in compiler 2023-01-17 23:17:51 -08:00
scc Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
vec_graph compiler: remove unnecessary imports and qualified paths 2022-12-10 18:45:34 +01:00
mod.rs Rework DepthFirstSearch API 2021-09-08 12:23:37 -04:00
reference.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
tests.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00