rust/src/tools
kennytm 44b964147e Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank
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-30 17:10:54 +08:00
..
build-manifest Add i586-unknown-linux-musl target 2018-01-11 15:57:28 -02:00
cargo@1d6dfea44f Updated Cargo commit hash 2018-01-26 19:57:02 +02:00
cargotest Update miri to rustc changes 2017-12-06 09:25:29 +01:00
clippy@7d7fef1690 Update miri to rustc changes 2017-12-06 09:25:29 +01:00
compiletest Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebank 2018-01-30 17:10:54 +08:00
error_index_generator fix error_index_generator 2018-01-22 15:24:28 +05:30
linkchecker Report errors instead of panic!() 2018-01-12 16:47:58 +02:00
miri@919604e1ea cargo update and add miri as the rustc workspace member. 2017-12-27 00:00:44 +08:00
remote-test-client Add a disabled builder for aarch64 emulated tests 2017-07-24 16:24:52 -07:00
remote-test-server Add remote device testing support 2017-05-04 12:43:22 +02:00
rls@511321ae1c Update rls 2018-01-26 12:58:02 +09:00
rust-installer@b55e0fc775 Update rust-installer for streaming parallelism 2018-01-16 18:06:32 -08:00
rustbook Check for deadlinks from the summary during book generation 2018-01-15 16:39:20 +01:00
rustdoc Cargotest needs only one rustdoc.exe to exist on Windows 2017-08-13 05:15:44 +05:00
rustdoc-js Fix for older JS versions 2018-01-16 15:38:08 +01:00
rustfmt@e0e3e22248 Update rustfmt to 0.3.6 2018-01-18 23:41:19 +09:00
tidy rustc: Split Emscripten to a separate codegen backend 2018-01-28 18:32:45 -08:00
unstable-book-gen Enforce dashes in the unstable book file names 2018-01-13 15:44:44 +01:00
publish_toolstate.py Clarify toolstate names. Move publish.py to a more convenient location. 2017-12-27 00:00:46 +08:00