Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
94 commits
Select commit Hold shift + click to select a range
f5579e6
Support else-branch for move_guard
A4-Tacks Jan 22, 2026
da57703
Add selection test case
A4-Tacks Jan 22, 2026
2bae85e
Remove `derive(Copy)` on `ArrayWindows`
cuviper Jan 24, 2026
9052155
Manually `impl Clone for ArrayWindows`
cuviper Jan 24, 2026
08cd2ac
`impl FusedIterator for ArrayWindows`
cuviper Jan 24, 2026
8f7d556
`impl TrustedLen for ArrayWindows`
cuviper Jan 24, 2026
129d552
`impl TrustedRandomAccess for ArrayWindows`
cuviper Jan 24, 2026
8321b25
Add test case for select non-first branch
A4-Tacks Jan 26, 2026
5a568d5
fix linking of postcard test
Shourya742 Jan 27, 2026
c99fca1
feat: fallback let postfix completions in condition
A4-Tacks Jan 30, 2026
4e5b645
fix: Fix more glob issues
Veykril Jan 31, 2026
41577bc
refactor: Remove unused comments related to SyntaxErrorKind
Feb 1, 2026
edf20f0
Merge pull request #21561 from Veykril/push-xvymvmuvzuyn
Veykril Feb 2, 2026
c53d127
Merge pull request #21565 from abdul2801/master
Veykril Feb 2, 2026
c836e24
Cover more cases where we need parentheses in `&(impl Trait1 + Trait2)`
ChayimFriedman2 Feb 2, 2026
dbb9b62
internal: Clarify that CargoCheck applies to all check commands
Wilfred Jan 30, 2026
df2a3f8
internal: Document and rename DiagnosticsReceived variants
Wilfred Jan 30, 2026
93dece9
fix: Stale diagnostics with rust-project.json and rustc JSON
Wilfred Feb 2, 2026
301ff3f
Infer the expected len in `include_bytes!()`, to avoid mismatches
ChayimFriedman2 Feb 3, 2026
dc1ac63
Parse `try bikeshed T {}` syntax
goffrie Feb 2, 2026
07213f0
Add Residual, residual_into_try_type to minicore
goffrie Feb 2, 2026
383eb25
Implement homogeneous & heterogeneous try blocks
goffrie Feb 2, 2026
9415ddd
Remove unnecessary `unsafe(non_update_types)`
ChayimFriedman2 Feb 3, 2026
ed58edc
Merge pull request #21572 from goffrie/try
ChayimFriedman2 Feb 3, 2026
8e3c55b
Merge pull request #21576 from ChayimFriedman2/remove-non-update
ChayimFriedman2 Feb 3, 2026
2afde4e
Merge pull request #21557 from A4-Tacks/let-postfix-in-cond
ChayimFriedman2 Feb 3, 2026
492e302
Merge pull request #21508 from A4-Tacks/move-guard-else-if
ChayimFriedman2 Feb 3, 2026
3988689
Use `display_source_code()` in `ReferenceConversion`
ChayimFriedman2 Feb 3, 2026
b4f36ce
Prevent cycles when lowering from supertrait elaboration
ChayimFriedman2 Feb 3, 2026
4c3600c
Provide a cycle handler for `GenericPredicates`
ChayimFriedman2 Feb 3, 2026
b83b375
fix: Fix not complete `.not` in condition
A4-Tacks Jan 26, 2026
34ca201
fix: Truncate display version of commands consistently
Wilfred Feb 3, 2026
51abdca
docs: remove shell prompt symbols and fix code block languages
Act0r1 Feb 4, 2026
9ecd626
docs: additional improvements
Act0r1 Feb 4, 2026
ec6d039
Merge pull request #21526 from A4-Tacks/comp-not-in-cond
ChayimFriedman2 Feb 4, 2026
a72f7fe
docs: use triple backticks for pacman command
Act0r1 Feb 4, 2026
bdf8d3b
Set crt_static_allow_dylibs to true for Emscripten target
hoodmane Feb 4, 2026
0a4871c
Merge pull request #21585 from Act0r1/docs/improve-documentation
Veykril Feb 5, 2026
e21584e
Merge pull request #21580 from Wilfred/display_command_shortened
Veykril Feb 5, 2026
934eebd
Merge pull request #21579 from ChayimFriedman2/cycle
Veykril Feb 5, 2026
5300804
Merge pull request #21578 from ChayimFriedman2/reparse-unknown
Veykril Feb 5, 2026
82941ed
Merge pull request #21573 from ChayimFriedman2/include-bytes-len
Veykril Feb 5, 2026
a2b126b
Merge pull request #21569 from ChayimFriedman2/parens-multi-impl-trait
Veykril Feb 5, 2026
1a240d6
expand `define_reify_functions!`
cyrgani Feb 5, 2026
749d62b
remove `Closure` generics
cyrgani Feb 5, 2026
1a03742
simplify some other generics
cyrgani Feb 5, 2026
18996c6
make `with_api!` take explicit type paths
cyrgani Feb 5, 2026
a6062a8
use `mem::conjure_zst` directly
cyrgani Feb 5, 2026
74d2616
deduplicate `Tag` enum
cyrgani Feb 6, 2026
6fde77c
internal: Simplify binding hash computation in syntax highlighting
Veykril Feb 7, 2026
86cdf24
Merge pull request #21599 from Veykril/push-oqmszvwttzsz
Veykril Feb 7, 2026
3ee0286
internal: Remove `Edition::CURRENT_FIXME`
Veykril Jan 18, 2026
c91e70e
Merge pull request #21488 from Veykril/push-ptvulypwwmvz
Veykril Feb 7, 2026
63eefa9
Bump time from 0.3.44 to 0.3.47
dependabot[bot] Feb 7, 2026
c14eb7f
Merge pull request #21593 from rust-lang/dependabot/cargo/time-0.3.47
Veykril Feb 7, 2026
729f384
Bump salsa
Veykril Feb 7, 2026
84c2a53
Correctly implement client side request cancellation support
Veykril Jan 1, 2026
cee9cc6
Fix an ICE in the vtable iteration for a trait reference in const eva…
jakubadamw Feb 7, 2026
6af91c5
Move tests from tests/crashes to tests/ui now that they don't ICE
jakubadamw Feb 7, 2026
abc2fc0
Merge pull request #21380 from Veykril/push-nolvxuourwru
Veykril Feb 7, 2026
cfe2461
Merge pull request #21570 from Wilfred/clarify_check_struct
Veykril Feb 7, 2026
36058bf
Merge pull request #21571 from Wilfred/check_type_names
Veykril Feb 7, 2026
d0b3a0b
Add some conversion trait impls
Jules-Bertholet Feb 3, 2026
d8ff397
check stalled coroutine obligations eagerly
adwinwhite Feb 8, 2026
f394d1e
Fix lockfile
lnicola Feb 9, 2026
0e022db
Merge pull request #21607 from lnicola/fix-lockfile
lnicola Feb 9, 2026
5ad44f2
Merge pull request #21538 from Shourya742/2026-01-28-fix-linking-of-p…
lnicola Feb 9, 2026
f248395
bless tests
adwinwhite Feb 8, 2026
c8792e0
Port `rustc_expected_cgu_reuse` to the new attribute parser
jdonszelmann Feb 7, 2026
bee4406
Port `rustc_deprecated_safe_2024` to the new attribute parser
jdonszelmann Feb 7, 2026
807c50b
Port `rustc_conversion_suggestion` to the new attribute parser
jdonszelmann Feb 7, 2026
845e123
Port `rustc_capture_analysis` to the new attribute parser
jdonszelmann Feb 7, 2026
4495f0a
Port `rustc_never_type_options` to the new attribute parser
jdonszelmann Feb 7, 2026
033ab7c
Port `rustc_trivial_field_reads` to the new attribute parser
jdonszelmann Feb 7, 2026
4755508
Port `rustc_no_mir_inline` to the new attribute parser
jdonszelmann Feb 7, 2026
ef5c475
Make `rustc_object_lifetime_default` use NoArgsAttributeParser
jdonszelmann Feb 7, 2026
643338a
remove 'static in many places
jdonszelmann Feb 8, 2026
88c296a
std: introduce path normalize methods at top of std::path
xizheyin Feb 9, 2026
e04ae80
Rename `JobOwner` to `ActiveJobGuard`
Zalathar Feb 9, 2026
c475bda
Include `key_hash` in `ActiveJobGuard`
Zalathar Feb 9, 2026
43e5203
compiletest: `-Zunstable-options` for json targets
davidtwco Feb 6, 2026
40a264c
fix: rhs_span to rhs_span_new
cuiweixie Feb 9, 2026
0ef8b55
Rollup merge of #152388 - lnicola:sync-from-ra, r=lnicola
JonathanBrouwer Feb 9, 2026
5bf58f6
Rollup merge of #152364 - jdonszelmann:port-a-lot, r=JonathanBrouwer
JonathanBrouwer Feb 9, 2026
47dc4b7
Rollup merge of #151613 - cuviper:array-windows-parity, r=Amanieu
JonathanBrouwer Feb 9, 2026
9cb97ad
Rollup merge of #152134 - hoodmane:emscripten-crt-static-allow-dylibs…
JonathanBrouwer Feb 9, 2026
2047ac4
Rollup merge of #152166 - cyrgani:questionable-pm-cleanups, r=petroch…
JonathanBrouwer Feb 9, 2026
e251d67
Rollup merge of #152236 - davidtwco:compiletest-destabilise-custom-ta…
JonathanBrouwer Feb 9, 2026
f2ce7b2
Rollup merge of #152287 - jakubadamw:issue-137190, r=petrochenkov
JonathanBrouwer Feb 9, 2026
49cf45c
Rollup merge of #142957 - xizheyin:142931, r=tgross35
JonathanBrouwer Feb 9, 2026
af6e10e
Rollup merge of #145504 - Jules-Bertholet:more_conversion_trait_impls…
JonathanBrouwer Feb 9, 2026
52bef9a
Rollup merge of #152315 - cuiweixie:bugfix-span, r=jieyouxu
JonathanBrouwer Feb 9, 2026
c9f7be4
Rollup merge of #152327 - adwinwhite:fix-non-defining-use-ices-ready,…
JonathanBrouwer Feb 9, 2026
8a7ab90
Rollup merge of #152377 - Zalathar:active-job-guard, r=nnethercote
JonathanBrouwer Feb 9, 2026
File filter

Filter by extension

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 Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3687,7 +3687,6 @@ dependencies = [
"serde_json",
"smallvec",
"tempfile",
"thin-vec",
"thorin-dwp",
"tracing",
"wasm-encoder 0.219.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ impl<S: Stage> CombineAttributeParser<S> for AllowInternalUnstableParser {

pub(crate) struct UnstableFeatureBoundParser;
impl<S: Stage> CombineAttributeParser<S> for UnstableFeatureBoundParser {
const PATH: &'static [rustc_span::Symbol] = &[sym::unstable_feature_bound];
const PATH: &[rustc_span::Symbol] = &[sym::unstable_feature_bound];
type Item = (Symbol, Span);
const CONVERT: ConvertFn<Self::Item> = |items, _| AttributeKind::UnstableFeatureBound(items);
const ALLOWED_TARGETS: AllowedTargets = AllowedTargets::AllowList(&[
Expand Down
4 changes: 2 additions & 2 deletions compiler/rustc_attr_parsing/src/attributes/inline.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use super::prelude::*;
pub(crate) struct InlineParser;

impl<S: Stage> SingleAttributeParser<S> for InlineParser {
const PATH: &'static [Symbol] = &[sym::inline];
const PATH: &[Symbol] = &[sym::inline];
const ATTRIBUTE_ORDER: AttributeOrder = AttributeOrder::KeepOutermost;
const ON_DUPLICATE: OnDuplicate<S> = OnDuplicate::WarnButFutureError;
const ALLOWED_TARGETS: AllowedTargets = AllowedTargets::AllowList(&[
Expand Down Expand Up @@ -67,7 +67,7 @@ impl<S: Stage> SingleAttributeParser<S> for InlineParser {
pub(crate) struct RustcForceInlineParser;

impl<S: Stage> SingleAttributeParser<S> for RustcForceInlineParser {
const PATH: &'static [Symbol] = &[sym::rustc_force_inline];
const PATH: &[Symbol] = &[sym::rustc_force_inline];
const ATTRIBUTE_ORDER: AttributeOrder = AttributeOrder::KeepOutermost;
const ON_DUPLICATE: OnDuplicate<S> = OnDuplicate::WarnButFutureError;
const ALLOWED_TARGETS: AllowedTargets = AllowedTargets::AllowList(&[
Expand Down
4 changes: 2 additions & 2 deletions compiler/rustc_attr_parsing/src/attributes/repr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ fn parse_alignment(node: &LitKind) -> Result<Align, &'static str> {
pub(crate) struct AlignParser(Option<(Align, Span)>);

impl AlignParser {
const PATH: &'static [Symbol] = &[sym::rustc_align];
const PATH: &[Symbol] = &[sym::rustc_align];
const TEMPLATE: AttributeTemplate = template!(List: &["<alignment in bytes>"]);

fn parse<S: Stage>(&mut self, cx: &mut AcceptContext<'_, '_, S>, args: &ArgParser) {
Expand Down Expand Up @@ -329,7 +329,7 @@ impl<S: Stage> AttributeParser<S> for AlignParser {
pub(crate) struct AlignStaticParser(AlignParser);

impl AlignStaticParser {
const PATH: &'static [Symbol] = &[sym::rustc_align_static];
const PATH: &[Symbol] = &[sym::rustc_align_static];
const TEMPLATE: AttributeTemplate = AlignParser::TEMPLATE;

fn parse<S: Stage>(&mut self, cx: &mut AcceptContext<'_, '_, S>, args: &ArgParser) {
Expand Down
Loading
Loading