rust/src/test
Yuki Okushi 1b8fd02daa
Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk
Remove unreachable panics from VecDeque::{front/back}[_mut]

`VecDeque`'s `front`, `front_mut`, `back` and `back_mut` methods are implemented in terms of the index operator, which causes these functions to contain [unreachable panic calls](https://rust.godbolt.org/z/MTnq1o).

This PR reimplements these methods in terms of `get[_mut]` instead.
2021-01-15 18:26:11 +09:00
..
assembly Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
auxiliary
codegen Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk 2021-01-15 18:26:11 +09:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
debuginfo Update tests for extern block linting 2021-01-13 07:49:16 -05:00
incremental Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
mir-opt Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
pretty test for issue 80832 2021-01-11 10:44:46 -08:00
run-make Update tests for extern block linting 2021-01-13 07:49:16 -05:00
run-make-fulldeps Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper 2021-01-14 14:41:58 +00:00
run-pass-valgrind Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustdoc Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank 2021-01-15 18:26:04 +09:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Use true ID for def_id. 2020-12-05 22:38:57 +00:00
rustdoc-ui Update tests for extern block linting 2021-01-13 07:49:16 -05:00
rustfix
ui Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se 2021-01-14 20:21:20 +00:00
ui-fulldeps Update tests for extern block linting 2021-01-13 07:49:16 -05:00
COMPILER_TESTS.md