Skip to content
Closed
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
61b26f9
Improve diagnostics for buffer reuse with borrowed references
JohnTitor Oct 22, 2025
1c0cae3
Set up snapshot tests for bootstrap's path-to-step handling
Zalathar Nov 1, 2025
bb05869
Add several snapshot tests for path-to-step handling
Zalathar Nov 1, 2025
4e9dfb5
cmse: add test for `async` and `const` functions
folkertdev Nov 5, 2025
568c6ed
propagate function attributes in ast visitor
folkertdev Nov 9, 2025
1cff528
epoll: unblock threads when new interest is registered
RalfJung Nov 9, 2025
ac12e46
simplify epoll data structures: dont make the interests themselves in…
RalfJung Nov 9, 2025
ebd173f
add `feature(c_variadic_naked_functions)`
folkertdev Nov 9, 2025
9129b90
use `feature(c_variadic_naked_functions)` in tests
folkertdev Nov 9, 2025
69be846
Merge pull request #4675 from RalfJung/epoll
RalfJung Nov 9, 2025
047ee0a
epoll: when an event disappears entirely, remove it from the ready list
RalfJung Nov 10, 2025
a8baf33
epoll: do proper edge detection inside the epoll system
RalfJung Nov 10, 2025
6c6aa0f
Prepare for merging from rust-lang/rust
Nov 10, 2025
c9a2581
Merge ref '8401398e1f14' from rust-lang/rust
Nov 10, 2025
e8aa88f
fmt
Nov 10, 2025
3c56919
clippy
RalfJung Nov 10, 2025
656fe2f
Merge pull request #4677 from rust-lang/rustup-2025-11-10
RalfJung Nov 10, 2025
4412a0a
eventfd: force spurious wakeups, matching Linux
RalfJung Nov 10, 2025
7b4802d
fix EPOLL_CTL_MOD
RalfJung Nov 10, 2025
fc4748c
make EpollInterestTable sorted to avoid linear scan
RalfJung Nov 10, 2025
fe6bc02
avoid using the address of an FD; now that we sort by that it may be …
RalfJung Nov 10, 2025
b340f08
add the tokio poll_fns test that triggered this investigation
RalfJung Nov 10, 2025
15299b7
Merge pull request #4676 from RalfJung/epoll-edge
RalfJung Nov 10, 2025
69da9af
Update git index before running diff-index
Kobzol Nov 4, 2025
fcce61c
Remove specialized warning for removed target
bjorn3 Nov 11, 2025
0b45ab3
Suggest add bounding value for RangeTo
chenyukang Oct 16, 2025
84245da
Adjust spans into the `for` loops context before creating the pattern…
Jarcho Nov 3, 2025
04f798b
Fix invalid jump to def macro link generation
GuillaumeGomez Oct 24, 2025
dacabcd
Update jump to def macro link generation test
GuillaumeGomez Oct 24, 2025
f4e1ffc
Add missing documentation
GuillaumeGomez Nov 6, 2025
050412a
add shim for avx512 ternarylogic functions
folkertdev Nov 10, 2025
4d3d3b3
Improve code
GuillaumeGomez Nov 11, 2025
13b8cf5
Merge pull request #4678 from folkertdev/ternary-logic
RalfJung Nov 11, 2025
dd2159e
Simplify jemalloc setup
madsmtm Nov 11, 2025
65f0b7a
Fix building rustdoc and clippy with jemalloc feature
madsmtm Oct 25, 2025
54ee492
Update rustbook dependencies
jamie-osec Nov 11, 2025
c8d1ac9
Remove more #[must_use] from portable-simd
dtolnay Nov 11, 2025
618e460
Rollup merge of #146627 - madsmtm:jemalloc-simplify, r=jdonszelmann
Zalathar Nov 11, 2025
f5945a5
Rollup merge of #147753 - chenyukang:yukang-147749, r=fmease
Zalathar Nov 11, 2025
bd919a7
Rollup merge of #147974 - JohnTitor:diag-detect-buf-reuse-pattern, r=…
Zalathar Nov 11, 2025
f9caad1
Rollup merge of #148080 - GuillaumeGomez:fix-jump-def-links, r=lolbin…
Zalathar Nov 11, 2025
8f49213
Rollup merge of #148424 - Zalathar:tests, r=Kobzol
Zalathar Nov 11, 2025
ab39511
Rollup merge of #148465 - Jarcho:for_span, r=davidtwco
Zalathar Nov 11, 2025
021ebd6
Rollup merge of #148500 - Kobzol:git-update-inex, r=jieyouxu
Zalathar Nov 11, 2025
def24b3
Rollup merge of #148536 - folkertdev:cmse-async-const-fn, r=davidtwco
Zalathar Nov 11, 2025
0c63c0b
Rollup merge of #148770 - folkertdev:naked-c-variadic, r=workingjubilee
Zalathar Nov 11, 2025
c595f1f
Rollup merge of #148819 - bjorn3:fix_fixme, r=jieyouxu
Zalathar Nov 11, 2025
2c2674a
Rollup merge of #148830 - RalfJung:miri, r=RalfJung
Zalathar Nov 11, 2025
ed17fdd
Rollup merge of #148833 - clubby789:cargo-update-rustbook-11-11-25, r…
Zalathar Nov 11, 2025
71cb827
Rollup merge of #148841 - dtolnay:simdmustuse, r=calebzulawski
Zalathar Nov 11, 2025
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
Prev Previous commit
Next Next commit
Remove specialized warning for removed target
It has been removed 9 months ago, which is more than a few months.
  • Loading branch information
bjorn3 committed Nov 11, 2025
commit fcce61c8116dbcfdfbb94243cc42c6d491c13328
10 changes: 1 addition & 9 deletions compiler/rustc_target/src/spec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3194,15 +3194,7 @@ impl Target {
return load_file(&p);
}

// Leave in a specialized error message for the removed target.
// FIXME: If you see this and it's been a few months after this has been released,
// you can probably remove it.
if target_tuple == "i586-pc-windows-msvc" {
Err("the `i586-pc-windows-msvc` target has been removed. Use the `i686-pc-windows-msvc` target instead.\n\
Windows 10 (the minimum required OS version) requires a CPU baseline of at least i686 so you can safely switch".into())
} else {
Err(format!("could not find specification for target {target_tuple:?}"))
}
Err(format!("could not find specification for target {target_tuple:?}"))
}
TargetTuple::TargetJson { ref contents, .. } => Target::from_json(contents),
}
Expand Down
Loading