rust/src/tools
bors 9b88e0a866 Auto merge of #75514 - gdhuper:gdhuper/replace_log_with_tracing, r=davidtwco
Replaced `log` with `tracing`

## Description

Replaced `log` with `tracing` in the following crates:
- [x] librustc_ast
- [x] librustc_driver
- [x]  librustc_errors
- [x] librustc_expand
- [x]  librustc_hir
- [x]  librustc_incremental
- [x]  librustc_infer
- [x]  librustc_interface
- [x]  librustc_lint
- [x]  librustc_metadata
- [x]  librustc_middle
- [x]  librustc_mir
- [x]  librustc_mir_build
- [x]  librustc_parse
- [x]  librustc_passes
- [x]  librustc_privacy
- [x]  librustc_query_system
- [x]  librustc_resolve
- [x]  librustc_save_analysis
- [x] librustc_session
- [x] librustc_span
- [x] librustc_symbol_mangling
- [x] librustc_target
- [x] librustc_trait_selection
- [x] librustc_traits
- [x] librustc_ty
- [x] librustc_typeck
- [x] compiletest

Fixes: #74747

## Checklist:
- [x] Code compiles / builds
- [x] run tidy
- [x] Cleanup any clippy warnings
- [x] Update/add docs
2020-08-15 22:00:06 +00:00
..
build-manifest Add rustc-docs as a component 2020-08-15 07:11:29 -04:00
cargo@ab32ee88da Update cargo 2020-08-11 13:59:37 -07:00
cargotest Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
clippy merge as_local_hir_id with local_def_id_to_hir_id 2020-08-13 16:55:16 +02:00
compiletest replaced log with tracing 2020-08-15 13:03:11 -07:00
error_index_generator Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
expand-yaml-anchors Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
linkchecker primitive impls are weird 2020-07-18 22:42:11 -07:00
miri@1bfb26d6ca update miri 2020-08-13 09:18:46 +02:00
remote-test-client Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
remote-test-server Support configurable deny-warnings for all in-tree crates. 2020-06-25 21:17:21 -07:00
rls@942aa2b5d7 Update RLS and Rustfmt 2020-08-12 01:25:46 +02:00
rust-analyzer@c9c518e5e9 ⬆️ rust-analyzer 2020-07-20 13:21:16 +02:00
rust-demangler Generating the coverage map 2020-07-17 11:49:35 -07:00
rust-installer@d66f476b4d Update rust-installer to latest version 2020-07-07 14:15:51 -07:00
rustbook Update mdbook. 2020-06-26 07:47:19 -07:00
rustc-workspace-hack Stop using old version of syn in rustc-workspace-hack 2020-06-22 13:29:39 -04:00
rustdoc Format the world 2019-12-22 17:42:47 -05:00
rustdoc-js rustdoc: Fix doc aliases with crate filtering 2020-06-23 09:27:37 +01:00
rustdoc-themes Format the world 2019-12-22 17:42:47 -05:00
rustfmt@48f6c32ec1 Update RLS and Rustfmt 2020-08-12 01:25:46 +02:00
tidy Accept more safety comments (notably those that are on multiple lines without text after SAFETY:) 2020-08-11 21:59:25 +02:00
tier-check Add a script to verify the Platform Support page is up-to-date. 2020-08-12 08:40:22 -07:00
unicode-table-generator Fix typo "biset" -> "bitset" 2020-08-06 16:13:29 -07:00
unstable-book-gen Collect library features from library/ 2020-07-28 13:03:59 -05:00
publish_toolstate.py toolstate: remove embedded-resources alumni from toolstate 2020-08-12 13:53:50 +02:00