about summary refs log tree commit diff
path: root/src/test/debug-info/function-arg-initialization.rs
AgeCommit message (Collapse)AuthorLines
2014-02-03xfail a test to unblock the snapshotAlex Crichton-0/+1
cc #12021
2014-01-11Remove re-exports of std::io::stdio::{print, println} in the prelude.Brendan Zabarauskas-1/+1
The `print!` and `println!` macros are now the preferred method of printing, and so there is no reason to export the `stdio` functions in the prelude. The functions have also been replaced by their macro counterparts in the tutorial and other documentation so that newcomers don't get confused about what they should be using.
2013-12-16debuginfo: Add test cases for function prologue handling.Michael Woerister-0/+244