rust/src/librustc_mir
Mazdak Farrokhzad a0d05150c9
Rollup merge of #61598 - estebank:const-idx, r=oli-obk
Handle index out of bound errors during const eval without panic

Fix #61595
2019-06-13 14:51:53 +02:00
..
borrow_check Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
build Use a single lifetime for MIR construction 2019-06-12 19:27:00 +02:00
dataflow Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
hair Use a single lifetime for MIR construction 2019-06-12 19:27:00 +02:00
interpret Handle index out of bound errors during const eval without panic 2019-06-12 14:58:53 -07:00
monomorphize Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
transform Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
util Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
Cargo.toml update polonius-engine 2019-04-10 22:44:07 +02:00
const_eval.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
error_codes.rs Add FAQ for NLL migration 2019-05-21 09:52:05 -07:00
lib.rs rustc_mir: deny(unused_lifetimes). 2019-06-11 14:11:58 +03:00
lints.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00
shim.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-12 13:38:28 +03:00