Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
bb74f47
Do not suggest borrow that is already there in fully-qualified call
estebank Nov 1, 2024
a0111ec
awhile -> a while where appropriate
nabijaczleweli Jul 1, 2025
7603adc
Rework logic and provide structured suggestion
estebank Jul 3, 2025
f7046bd
Regression tests for repr ICEs
JonathanBrouwer Jul 6, 2025
8b33e93
Fix `x86_64-unknown-netbsd` platform support page
jieyouxu Jul 7, 2025
6d58a88
`loop_match`: fix 'no terminator on block'
folkertdev Jul 7, 2025
be6cd11
make `Machine::load_mir` infallible
fee1-dead Jul 7, 2025
3b48407
Remove unused allow attrs
yotamofek Jun 28, 2025
be9669f
fix the link in `rustdoc.md`
makai410 Jul 4, 2025
2cb2478
Fix missing words in future tracking issue
ehuss Jul 7, 2025
00a4418
Rollup merge of #132469 - estebank:issue-132041, r=Nadrieril
matthiaskrgr Jul 7, 2025
2554c42
Rollup merge of #143340 - nabijaczleweli:awhile, r=mati865
matthiaskrgr Jul 7, 2025
1b922d3
Rollup merge of #143438 - makai410:rustdoc-fix, r=ehuss
matthiaskrgr Jul 7, 2025
6c8482e
Rollup merge of #143539 - JonathanBrouwer:ice-regression-tests, r=oli…
matthiaskrgr Jul 7, 2025
b6777b1
Rollup merge of #143566 - jieyouxu:fix-x86_64-unknown-netbsd, r=fee1-…
matthiaskrgr Jul 7, 2025
7ed6bd9
Rollup merge of #143572 - yotamofek:pr/unused-allow-attrs, r=fee1-dead
matthiaskrgr Jul 7, 2025
f5df1f5
Rollup merge of #143583 - folkertdev:loop-match-no-terminator-on-bloc…
matthiaskrgr Jul 7, 2025
42b105e
Rollup merge of #143584 - fee1-dead-contrib:push-skswvrwsrmll, r=Ralf…
matthiaskrgr Jul 7, 2025
ff6b881
Rollup merge of #143591 - ehuss:future-typos, r=jieyouxu
matthiaskrgr Jul 7, 2025
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion compiler/rustc_codegen_gcc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
#![doc(rust_logo)]
#![feature(rustdoc_internals)]
#![feature(rustc_private)]
#![allow(broken_intra_doc_links)]
#![recursion_limit = "256"]
#![warn(rust_2018_idioms)]
#![warn(unused_lifetimes)]
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_codegen_llvm/src/llvm/enzyme_ffi.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(non_camel_case_types)]
#![expect(dead_code)]

use libc::{c_char, c_uint};
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_errors/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
//! This module contains the code for creating and emitting diagnostics.
// tidy-alphabetical-start
#![allow(incomplete_features)]
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::direct_use_of_rustc_type_ir)]
Expand Down
2 changes: 0 additions & 2 deletions compiler/rustc_infer/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::direct_use_of_rustc_type_ir)]
#![allow(rustc::untranslatable_diagnostic)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(assert_matches)]
Expand Down
3 changes: 0 additions & 3 deletions compiler/rustc_lint/src/early/diagnostics.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]

use std::borrow::Cow;

use rustc_ast::util::unicode::TEXT_FLOW_CONTROL_CHARS;
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_lint/src/lints.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
use std::num::NonZero;

Expand Down
2 changes: 0 additions & 2 deletions compiler/rustc_middle/src/arena.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#![allow(rustc::usage_of_ty_tykind)]

/// This higher-order macro declares a list of types which can be allocated by `Arena`.
///
/// Specifying the `decode` modifier will add decode impls for `&T` and `&[T]` where `T` is the type
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_parse/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! The main parser interface.
// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(rustc::diagnostic_outside_of_impl)]
#![allow(rustc::untranslatable_diagnostic)]
#![feature(assert_matches)]
Expand Down
1 change: 0 additions & 1 deletion compiler/rustc_query_impl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// tidy-alphabetical-start
#![allow(internal_features)]
#![allow(unused_parens)]
#![doc(html_root_url = "https://doc.rust-lang.org/nightly/nightly-rustc/")]
#![doc(rust_logo)]
#![feature(min_specialization)]
Expand Down
2 changes: 0 additions & 2 deletions src/librustdoc/json/conversions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
//! the `clean` types but with some fields removed or stringified to simplify the output and not
//! expose unstable compiler internals.
#![allow(rustc::default_hash_types)]

use rustc_abi::ExternAbi;
use rustc_ast::ast;
use rustc_attr_data_structures::{self as attrs, DeprecatedSince};
Expand Down