rust/compiler/rustc_index
Usman Akinyemi 0dc5b52e8e simplify words initialization using Rc::new_zeroed
Now that Rc::new_zeroed is stable, remove the cfg(feature = "nightly")
branch and the temporary zeroed array on stable. This avoids copying a
potentially large [Word; CHUNK_WORDS] into the Rc.

Signed-off-by: Usman Akinyemi <usmanakinyemi202@gmail.com>
2026-01-16 04:25:12 +05:30
..
src simplify words initialization using Rc::new_zeroed 2026-01-16 04:25:12 +05:30
Cargo.toml compiler: Fix a couple issues around cargo feature unification 2025-10-31 14:14:05 -04:00