Skip to content

Commit 3cf820e

Browse files
committed
rfc3052: Remove authors field from Cargo manifests
Since RFC 3052 soft deprecated the authors field anyway, 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, we should remove it from crates in this repo.
1 parent a985d8e commit 3cf820e

File tree

106 files changed

+0
-107
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+0
-107
lines changed

compiler/rustc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc-main"
43
version = "0.0.0"
54
edition = '2018'

compiler/rustc_apfloat/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_apfloat"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_arena/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_arena"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_ast/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_ast"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_ast_lowering/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_ast_lowering"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_ast_passes/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_ast_passes"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_ast_pretty/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_ast_pretty"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_attr/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_attr"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_builtin_macros/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_builtin_macros"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_codegen_cranelift/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc_codegen_cranelift"
33
version = "0.1.0"
4-
authors = ["bjorn3 <[email protected]>"]
54
edition = "2018"
65

76
[lib]

compiler/rustc_codegen_cranelift/build_sysroot/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["bjorn3 <[email protected]>"]
32
name = "sysroot"
43
version = "0.0.0"
54

compiler/rustc_codegen_llvm/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_codegen_llvm"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_codegen_ssa/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_codegen_ssa"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_data_structures/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_data_structures"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_driver/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_driver"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_error_codes/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_error_codes"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_errors/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_errors"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_expand/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_expand"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_feature/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_feature"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_fs_util/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_fs_util"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_graphviz/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_graphviz"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_hir/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_hir"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_hir_pretty/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_hir_pretty"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_incremental/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_incremental"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_index/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_index"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_infer/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_infer"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_interface/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_interface"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_lexer/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_lexer"
43
version = "0.1.0"
54
license = "MIT OR Apache-2.0"

compiler/rustc_lint/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_lint"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_lint_defs/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_lint_defs"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_llvm/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_llvm"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_macros/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc_macros"
33
version = "0.1.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2018"
65

76
[lib]

compiler/rustc_metadata/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_metadata"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_middle/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_middle"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_mir/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_mir"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_mir/src/transform/coverage/test_macros/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "coverage_test_macros"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_mir_build/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_mir_build"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_parse/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_parse"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_parse_format/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_parse_format"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_passes/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_passes"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_plugin_impl/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_plugin_impl"
43
version = "0.0.0"
54
build = false

compiler/rustc_privacy/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_privacy"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_query_impl/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_query_impl"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_query_system/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_query_system"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_resolve/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_resolve"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_save_analysis/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_save_analysis"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_serialize/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_serialize"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_session/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_session"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_span/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_span"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_symbol_mangling/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_symbol_mangling"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_target/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_target"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_trait_selection/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_trait_selection"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_traits/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_traits"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_ty_utils/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_ty_utils"
43
version = "0.0.0"
54
edition = "2018"

compiler/rustc_type_ir/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc_type_ir"
33
version = "0.0.0"
4-
authors = ["The Rust Project Developers"]
54
edition = "2018"
65

76
[lib]

compiler/rustc_typeck/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "rustc_typeck"
43
version = "0.0.0"
54
edition = "2018"

library/alloc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "alloc"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

library/core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "core"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

library/panic_abort/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "panic_abort"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

library/panic_unwind/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "panic_unwind"
43
version = "0.0.0"
54
license = "MIT OR Apache-2.0"

library/proc_macro/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "proc_macro"
43
version = "0.0.0"
54
edition = "2018"

library/profiler_builtins/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[package]
2-
authors = ["The Rust Project Developers"]
32
name = "profiler_builtins"
43
version = "0.0.0"
54
edition = "2018"

library/rustc-std-workspace-alloc/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc-std-workspace-alloc"
33
version = "1.99.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
license = 'MIT OR Apache-2.0'
65
description = """
76
Hack for the compiler's own build system

library/rustc-std-workspace-core/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
22
name = "rustc-std-workspace-core"
33
version = "1.99.0"
4-
authors = ["Alex Crichton <[email protected]>"]
54
license = 'MIT OR Apache-2.0'
65
description = """
76
Hack for the compiler's own build system

0 commit comments

Comments
 (0)