Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum

rfc3052 followup: Remove authors field from Cargo manifests

Since RFC 3052 soft deprecated the authors field, hiding it from
crates.io, docs.rs, and making Cargo not add it by default, and it is
not generally up to date/useful information for contributors, we may as well
remove it from crates in this repo.
This commit is contained in:
bors 2021-08-02 05:49:17 +00:00
commit b53a93db2d
106 changed files with 0 additions and 107 deletions

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc-main"
version = "0.0.0"
edition = '2018'

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_apfloat"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_arena"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast_lowering"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast_passes"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ast_pretty"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_attr"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_builtin_macros"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "rustc_codegen_cranelift"
version = "0.1.0"
authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
edition = "2018"
[lib]

View File

@ -1,5 +1,4 @@
[package]
authors = ["bjorn3 <bjorn3@users.noreply.github.com>"]
name = "sysroot"
version = "0.0.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_codegen_llvm"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_codegen_ssa"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_data_structures"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_driver"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_error_codes"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_errors"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_expand"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_feature"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_fs_util"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_graphviz"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_hir"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_hir_pretty"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_incremental"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_index"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_infer"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_interface"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_lexer"
version = "0.1.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_lint"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_lint_defs"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_llvm"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "rustc_macros"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[lib]

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_metadata"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_middle"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_mir"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "coverage_test_macros"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_mir_build"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_parse"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_parse_format"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_passes"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_plugin_impl"
version = "0.0.0"
build = false

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_privacy"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_query_impl"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_query_system"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_resolve"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_save_analysis"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_serialize"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_session"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_span"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_symbol_mangling"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_target"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_trait_selection"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_traits"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_ty_utils"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "rustc_type_ir"
version = "0.0.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[lib]

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustc_typeck"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "alloc"
version = "0.0.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "core"
version = "0.0.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "panic_abort"
version = "0.0.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "panic_unwind"
version = "0.0.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "proc_macro"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "profiler_builtins"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "rustc-std-workspace-alloc"
version = "1.99.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system

View File

@ -1,7 +1,6 @@
[package]
name = "rustc-std-workspace-core"
version = "1.99.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system

View File

@ -1,7 +1,6 @@
[package]
name = "rustc-std-workspace-std"
version = "1.99.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "std"
version = "0.0.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "test"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "unwind"
version = "0.0.0"
license = "MIT OR Apache-2.0"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "bootstrap"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "build_helper"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[lib]

View File

@ -1,5 +1,4 @@
[book]
authors = ["The Rust Project Developers"]
multilingual = false
src = "src"
title = "The rustc book"

View File

@ -1,5 +1,4 @@
[book]
authors = ["The Rust Project Developers"]
src = "src"
title = "The rustdoc book"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustdoc"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "rustdoc-json-types"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[lib]

View File

@ -1,7 +1,6 @@
[package]
name = "example"
version = "0.1.0"
authors = ["Hideki Sekine <sekineh@me.com>"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "enclave"
version = "0.1.0"
authors = ["Raoul Strackx <raoul.strackx@fortanix.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

View File

@ -1,7 +1,6 @@
[package]
name = "build-manifest"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "cargotest2"
version = "0.1.0"
authors = ["Brian Anderson <banderson@mozilla.com>"]
edition = "2018"
[[bin]]

View File

@ -1,7 +1,6 @@
[package]
name = "clippy"
version = "0.1.56"
authors = ["The Rust Clippy Developers"]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"

View File

@ -1,7 +1,6 @@
[package]
name = "clippy_dev"
version = "0.0.1"
authors = ["The Rust Clippy Developers"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "clippy_dummy" # rename to clippy before publishing
version = "0.0.303"
authors = ["The Rust Clippy Developers"]
edition = "2018"
readme = "crates-readme.md"
description = "A bunch of helpful lints to avoid common pitfalls in Rust."

View File

@ -3,7 +3,6 @@ name = "clippy_lints"
# begin automatic update
version = "0.1.56"
# end automatic update
authors = ["The Rust Clippy Developers"]
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"

View File

@ -1,7 +1,6 @@
[package]
name = "clippy_utils"
version = "0.1.56"
authors = ["The Rust Clippy Developers"]
edition = "2018"
publish = false

View File

@ -1,7 +1,6 @@
[package]
name = "lintcheck"
version = "0.0.1"
authors = ["The Rust Clippy Developers"]
description = "tool to monitor impact of changes in Clippys lints on a part of the ecosystem"
readme = "README.md"
license = "MIT OR Apache-2.0"

View File

@ -1,7 +1,6 @@
[package]
name = "rustc_tools_util"
version = "0.2.0"
authors = ["The Rust Clippy Developers"]
description = "small helper to generate version information for git packages"
repository = "https://github.com/rust-lang/rust-clippy"
readme = "README.md"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "compiletest"
version = "0.0.0"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "error_index_generator"
version = "0.0.0"
edition = "2018"

View File

@ -1,7 +1,6 @@
[package]
name = "expand-yaml-anchors"
version = "0.1.0"
authors = ["Pietro Albini <pietro@pietroalbini.org>"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "html-checker"
version = "0.1.0"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
edition = "2018"
[[bin]]

View File

@ -1,7 +1,6 @@
[package]
name = "jsondocck"
version = "0.1.0"
authors = ["Rune Tynan <runetynan@gmail.com>"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "linkchecker"
version = "0.1.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
[[bin]]

View File

@ -1,7 +1,6 @@
[package]
name = "lint-docs"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
description = "A script to extract the lint documentation for the rustc book."

View File

@ -1,7 +1,6 @@
[package]
name = "remote-test-client"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[dependencies]

View File

@ -1,7 +1,6 @@
[package]
name = "remote-test-server"
version = "0.1.0"
authors = ["The Rust Project Developers"]
edition = "2018"
[dependencies]

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rust-demangler"
version = "0.0.1"
edition = "2018"

View File

@ -1,5 +1,4 @@
[package]
authors = ["The Rust Project Developers"]
name = "rustbook"
version = "0.1.0"
license = "MIT OR Apache-2.0"

View File

@ -1,7 +1,6 @@
[package]
name = "rustc-workspace-hack"
version = "1.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
license = 'MIT OR Apache-2.0'
description = """
Hack for the compiler's own build system

View File

@ -1,7 +1,6 @@
[package]
name = "rustdoc-themes"
version = "0.1.0"
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
edition = "2018"
[[bin]]

View File

@ -1,7 +1,6 @@
[package]
name = "rustdoc-tool"
version = "0.0.0"
authors = ["The Rust Project Developers"]
edition = "2018"
# Cargo adds a number of paths to the dylib search path on windows, which results in

View File

@ -2,7 +2,6 @@
name = "rustfmt-nightly"
version = "1.4.37"
authors = ["Nicholas Cameron <ncameron@mozilla.com>", "The Rustfmt developers"]
description = "Tool to find and fix Rust formatting issues"
repository = "https://github.com/rust-lang/rustfmt"
readme = "README.md"

Some files were not shown because too many files have changed in this diff Show More