rust/compiler/rustc_middle
bors ba8cda2fa2 Auto merge of #87781 - est31:remove_box, r=oli-obk
Remove box syntax from compiler and tools

Removes box syntax from the compiler and tools. In #49733, the future of box syntax is uncertain and the use in the compiler was listed as one of the reasons to keep it. Removal of box syntax [might affect the code generated](https://github.com/rust-lang/rust/pull/49646#issuecomment-379219615) and slow down the compiler so I'd recommend doing a perf run on this.
2021-08-18 10:43:27 +00:00
..
benches mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
src Remove box syntax from rustc_middle 2021-08-18 09:25:26 +02:00
Cargo.toml update polonius-engine to 0.13 2021-08-03 20:29:24 +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.