Files
rust/src/test/rustdoc-ui
Dylan DPC fffc6504bc Rollup merge of #99436 - Nilstrieb:toggle-box-noalias, r=fee1-dead
Add flag to configure `noalias` on `Box<T>`

The aliasing rules of `Box<T>` are still not decided, but currently, `Box<T>` is unique and gets `noalias`. To aid making an informed decision about the future of `Box<T>`, this PR adds a flag `-Zbox-noalias` to configure `noalias` for `Box<T>` (for example, for benchmarking). The same flag already exists for `&mut T` `noalias`, where it was added because it was the problem of various miscompilations in LLVM.

For more information, see rust-lang/unsafe-code-guidelines#326
2022-07-20 16:17:20 +05:30
..
2022-06-16 14:40:30 +03:00
2021-04-10 18:39:05 -07:00
2021-04-10 18:39:05 -07:00
2022-07-11 11:27:35 +02:00
2022-01-28 18:31:49 +08:00
2022-01-28 18:31:49 +08:00
2022-01-28 18:31:49 +08:00
2022-02-25 02:18:49 +01:00
2021-03-05 15:26:55 -05:00
2022-03-25 12:50:48 +01:00
2022-03-25 12:50:48 +01:00
2021-08-28 00:24:39 -07:00
2022-03-15 02:00:08 +01:00
2021-03-14 14:00:02 -07:00
2021-03-14 14:00:02 -07:00
2022-05-26 22:55:29 +01:00
2021-06-04 08:05:54 -04:00
2022-04-11 13:02:50 -07:00
2022-07-04 22:29:03 +09:00
2022-06-30 11:49:01 +09:00
2021-01-16 06:55:29 +03:00
2021-05-03 20:17:15 +02:00
2021-11-22 21:00:42 -07:00
2022-07-01 05:16:37 +10:00
2022-07-01 05:16:37 +10:00
2021-03-05 15:26:55 -05:00
2022-03-25 12:50:48 +01:00
2021-04-07 20:48:12 +02:00
2020-06-21 16:40:36 +02:00