rust/src/test
varkor 0ac465924e Add line numbers and columns to error messages spanning multiple files
If an error message is emitted that spans several files, only the
primary file currently has line and column data attached. This is
useful information, even in files other than the one in which the error
occurs. We can often work out which line and column the error
corresponds to in other files — in this case it is helpful to add them
(in the case of ambiguity, the first relevant line/column is picked,
which is still helpful than none).
2018-01-26 15:33:05 +00:00
..
codegen Auto merge of #47158 - rkruppe:repr-transparent, r=eddyb 2018-01-22 08:10:41 +00:00
codegen-units Convert codegen-unit tests to use start instead of main 2017-12-26 12:26:39 +01:00
compile-fail Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis 2018-01-23 22:50:03 +00:00
compile-fail-fulldeps Reexport -> re-export in prose and documentation comments 2018-01-15 13:36:53 -05:00
debuginfo Debuginfo Shadowed Variable test: fix check numbering 2018-01-06 11:10:17 +00:00
incremental Remove excessive trailing newlines. 2017-12-30 15:50:52 +08:00
incremental-fulldeps Add incremental-fulldeps test suite and regression test for #47290. 2018-01-16 19:31:15 +01:00
mir-opt Add trailing newlines to files which have no trailing newlines. 2017-12-30 15:50:52 +08:00
parse-fail syntax: Disambiguate generics and qualified paths 2018-01-14 18:10:19 +03:00
pretty Fix whitespacing issues in pretty-printing of bounds 2017-12-20 00:23:18 +03:00
run-fail Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
run-fail-fulldeps
run-make Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakis 2018-01-23 17:03:35 +08:00
run-pass Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis 2018-01-23 22:50:03 +00:00
run-pass-fulldeps Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis 2018-01-23 22:50:03 +00:00
run-pass-valgrind Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI. 2018-01-02 14:11:41 +01:00
rustdoc Auto merge of #47678 - kennytm:rollup, r=kennytm 2018-01-23 16:13:18 +00:00
rustdoc-js Fix quoted search 2018-01-22 22:49:44 +01:00
ui Add line numbers and columns to error messages spanning multiple files 2018-01-26 15:33:05 +00:00
ui-fulldeps Rollup merge of #47444 - etaoins:dont-include-bang-in-macro-suggestion, r=estebank 2018-01-18 01:57:20 +08:00
COMPILER_TESTS.md A few small improvements to the contributing docs 2017-12-20 22:18:13 +02:00