about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/stack.rs
AgeCommit message (Collapse)AuthorLines
2025-02-21Stacker now handles miri using a noop impl itselfbjorn3-12/+0
2025-02-05Couple of changes to run rustc in miribjorn3-0/+12
2024-10-01formatHenry Jiang-2/+2
2024-10-01increase stack size for aixHenry Jiang-0/+4
2023-04-09Fix some clippy::complexityNilstrieb-1/+1
2022-02-12Allow inlining of ensure_sufficient_stack()Hans Kratz-0/+1
2021-10-15Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, ↵Matthias Krüger-1/+0
r=petrochenkov" The PR had some unforseen perf regressions that are not as easy to find. Revert the PR for now. This reverts commit 6ae8912a3e7d2c4c775024f58a7ba4b1aedc4073, reversing changes made to 86d6d2b7389fe1b339402c1798edae8b695fc9ef.
2021-10-10Apply clippy suggestionsClemens Wasser-0/+1
2020-08-30mv compiler to compiler/mark-0/+17