rust/library/panic_unwind/src
Jonas Schievink 1b8c939a8d
Rollup merge of #76973 - lzutao:unstably-const-assume, r=oli-obk
Unstably allow assume intrinsic in const contexts

Not sure much about this usage because there are concerns
about [blocking  optimization][1] and [slowing down LLVM][2] when using `assme` intrinsic
in inline functions.
But since Oli suggested in https://github.com/rust-lang/rust/issues/76960#issuecomment-695772221,
here we are.

[1]: https://github.com/rust-lang/rust/pull/54995#issuecomment-429302709
[2]: https://github.com/rust-lang/rust/issues/49572#issuecomment-589615423
2020-09-25 19:42:29 +02:00
..
dwarf Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00
dummy.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
emcc.rs Abort when catch_unwind catches a foreign exception 2020-08-27 21:08:30 +01:00
gcc.rs library/panic_unwind: Consolidate RV32 and RV64 2020-09-16 14:31:42 -07:00
hermit.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
lib.rs Rollup merge of #76866 - est31:master, r=lcnr 2020-09-20 15:51:50 +02:00
miri.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
seh.rs Correct file path after some restructures in compiler 2020-09-20 13:48:16 +00:00