]> git.lizzy.rs Git - rust.git/commit
Rename the no_split_stack attribute to no_stack_check
authorKeegan McAllister <kmcallister@mozilla.com>
Sat, 6 Sep 2014 00:28:24 +0000 (17:28 -0700)
committerKeegan McAllister <kmcallister@mozilla.com>
Thu, 9 Oct 2014 21:24:36 +0000 (14:24 -0700)
commitdb3bd23467f23845986b906808414cd3de41f741
tree742b9951ff829156a238c97b40d8b470eddf7f63
parent79d056f94b75e1c9ad5d72bd8081d6aa5e323848
Rename the no_split_stack attribute to no_stack_check

The old name is misleading as we haven't had segmented stacks in quite some
time. But we still recognize it, with a deprecation warning.
src/librustc/lint/builtin.rs
src/librustc/middle/trans/base.rs
src/librustc/middle/trans/foreign.rs
src/librustc/middle/trans/monomorphize.rs
src/librustrt/thread.rs
src/test/debuginfo/function-prologue-stepping-no-split-stack.rs [deleted file]
src/test/debuginfo/function-prologue-stepping-no-stack-check.rs [new file with mode: 0644]
src/test/run-pass/deprecated-no-split-stack.rs [new file with mode: 0644]
src/test/run-pass/smallest-hello-world.rs