about summary refs log tree commit diff
path: root/src/test/debug-info/issue7712.rs
AgeCommit message (Collapse)AuthorLines
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-25/+0
2014-03-11debuginfo: Improve commandline option handling for debuginfo (fixes #12811)Michael Woerister-1/+1
The `-g` flag does not take an argument anymore while the argument to `--debuginfo` becomes mandatory. This change makes it possible again to run the compiler like this: `rustc -g ./file.rs` This did not work before because `./file.rs` was misinterpreted as the argument to `-g`. In order to get limited debuginfo, one now has to use `--debuginfo=1`.
2014-03-06debuginfo: Expose limited debuginfo in command line optionsMichael Woerister-1/+1
2014-02-19debuginfo: Move test case from run-pass to debug-info directory so it does ↵Michael Woerister-0/+25
not interfere with RUSTFLAGS=-g