summaryrefslogtreecommitdiff
path: root/compiler/rustc_data_structures/src/graph/iterate
Commit message (Expand)AuthorAgeFilesLines
* Split `{Idx, IndexVec, IndexSlice}` into their own modulesMaybe Waffle2023-04-241-1/+1
* Use `&IndexSlice` instead of `&IndexVec` where possibleScott McMurray2023-04-021-2/+2
* Stop using `BREAK` & `CONTINUE` in compilerScott McMurray2023-01-171-4/+4
* Stop enabling `in_band_lifetimes` in rustc_data_structuresScott McMurray2021-12-051-3/+3
* Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...Matthias Krüger2021-10-151-2/+2
* Apply clippy suggestionsClemens Wasser2021-10-101-2/+2
* Rework DepthFirstSearch APINiko Matsakis2021-09-082-2/+68
* Switch compiler/ to intra-doc linksJoshua Nelson2020-12-181-2/+0
* Move post order walk to iterative approachAndreas Molzer2020-10-311-5/+20
* Don't re-export std::ops::ControlFlow in the compiler.Leonora Tindall2020-10-221-3/+1
* change the order of type arguments on ControlFlowLeonora Tindall2020-10-221-2/+1
* Add `BREAK` too, and improve the commentsScott McMurray2020-09-041-1/+1
* Use ops::ControlFlow in graph::iterateScott McMurray2020-09-041-8/+5
* mv compiler to compiler/mark2020-08-302-0/+318