rust/compiler/rustc_middle
The8472 ff87ff962c Replace some uses of vec.drain(..) with vec.into_iter()
IntoIter should optimize better than Drain
2021-11-06 19:04:31 +01:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Replace some uses of vec.drain(..) with vec.into_iter() 2021-11-06 19:04:31 +01:00
Cargo.toml Store lowering outputs per owner. 2021-10-09 11:56:29 +02:00
README.md mv compiler to compiler/ 2020-08-30 18:45:07 +03:00

For more information about how rustc works, see the rustc dev guide.