| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-05-07 | debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldb | Michael Woerister | -25/+0 | |
| 2014-03-11 | debuginfo: 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-06 | debuginfo: Expose limited debuginfo in command line options | Michael Woerister | -1/+1 | |
| 2014-02-19 | debuginfo: Move test case from run-pass to debug-info directory so it does ↵ | Michael Woerister | -0/+25 | |
| not interfere with RUSTFLAGS=-g | ||||
