rust/src/test
Michael Woerister 3ea50f0e36 debuginfo: Improve commandline option handling for debuginfo (fixes #12811)
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-11 18:15:35 +01:00
..
auxiliary Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00
bench auto merge of #12765 : TeXitoi/rust/fix-shootout-reverse-complement, r=alexcrichton 2014-03-11 01:51:59 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #12652 : rcxdude/rust/hexfloatext, r=alexcrichton 2014-03-10 18:52:03 -07:00
debug-info debuginfo: Improve commandline option handling for debuginfo (fixes #12811) 2014-03-11 18:15:35 +01:00
pretty Fix a pretty printer crash on /***. 2014-02-27 12:16:18 +11:00
run-fail fix typos with with repeated words, just like this sentence. 2014-03-06 20:19:14 +09:00
run-make rustc: Better error when loading invalid libraries 2014-03-01 23:36:28 -08:00
run-pass Implement hexadecimal floating point literals via a syntax extension 2014-03-10 22:36:56 +00:00
run-pass-fulldeps Add an ItemModifier syntax extension type 2014-03-11 00:28:25 -07:00