rust/src/test/run-pass-fulldeps
Manish Goregaokar 5daee19eca Rollup merge of #24212 - alexcrichton:destabilize-begin-unwind, r=huonw
Now that we have a `#[allow_internal_unstable]` attribute for macros there's no
need for these two `begin_unwind` functions to be stable. Right now the `panic!`
interface is the only one we wish to stabilize, so remove the stability markers
from these functions.

While this is a breaking change, it is highly unlikely to break any actual code.
It is recommended to use the `panic!` macro instead if it breaks explicit calls
into `std::rt`.

[breaking-change]
cc #24208
2015-04-10 00:24:43 +05:30
..
compiler-calls.rs std: Clean out #[deprecated] APIs 2015-03-31 15:49:57 -07:00
create-dir-all-bare.rs Test fixes and rebase conflicts 2015-04-01 00:36:26 -07:00
derive-totalsum.rs
issue_16723_multiple_items_syntax_ext.rs
issue-13560.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-15778-pass.rs
issue-16822.rs rollup merge of #23786: alexcrichton/less-quotes 2015-03-27 16:10:25 -07:00
issue-16992.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
issue-18502.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
issue-18763-quote-token-tree.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
lint-group-plugin.rs
lint-plugin-cmdline-allow.rs
lint-plugin-cmdline-load.rs
lint-plugin.rs
llvm-pass-plugin.rs Allow plugins to register LLVM passes 2015-04-08 14:01:59 -07:00
macro-crate-does-hygiene-work.rs
macro-crate-outlive-expansion-phase.rs
macro-crate.rs
mbe_matching_test_macro.rs
plugin-args-1.rs
plugin-args-2.rs
plugin-args-3.rs
plugin-lib-ok-in-plugin.rs
plugin-plus-extern-crate.rs
qquote.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
quote-tokens.rs Work towards a non-panicing parser (libsyntax) 2015-04-05 09:52:50 +01:00
quote-unused-sp-no-warning.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00
rename-directory.rs Remove pretty-expanded from failing tests 2015-04-08 17:21:34 -07:00
roman-numerals-macro.rs
syntax-extension-with-dll-deps.rs Require feature attributes, and add them where necessary 2015-03-23 14:40:26 -07:00