Skip to content
Merged
Changes from 2 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
72076c6
move and rename proc_macro::tracked_{env::var,path::path}
Skgland Nov 26, 2025
8d8d702
change proc_macro::tracked::path to take an AsRef<Path> instead of an…
Skgland Nov 26, 2025
f4296bc
fix tests
Skgland Nov 27, 2025
3f67246
fix tests/run-make/track-path-dep-info attempt 2
Skgland Nov 28, 2025
0030e8a
compiler-builtins: Change gating for outline atomic symbols
tgross35 Aug 5, 2025
2105a25
Make the `RUST_LSE_INIT` constructor cross-platform
tgross35 Aug 5, 2025
1ed1b6e
Enable `outline-atomics` by default on AArch64 Windows platforms
tgross35 Sep 5, 2025
c455903
Enable `outline-atomics` by default on AArch64 Android
tgross35 Sep 5, 2025
21525f8
Enable `outline-atomics` by default on AArch64 Fuchsia
tgross35 Sep 5, 2025
66c150c
Enable `outline-atomics` by default on AArch64 OpenBSD
tgross35 Sep 5, 2025
01e2cf8
Handle macro invocation in attribute during parse
estebank Sep 15, 2025
0b0e826
Rework attribute recovery logic
estebank Sep 28, 2025
c1500f9
review comment
estebank Nov 3, 2025
761cb57
fix test
estebank Dec 9, 2025
75df299
Mirror `ubuntu:24.04` on ghcr
Kobzol Dec 9, 2025
2a2da78
add check for uninhabited types along side never
Kivooeo Dec 4, 2025
7637023
Rollup merge of #144938 - tgross35:more-outline-atomics, r=davidtwco
matthiaskrgr Dec 9, 2025
90dc2b6
Rollup merge of #146579 - estebank:issue-146325, r=jdonszelmann
matthiaskrgr Dec 9, 2025
679ab9e
Rollup merge of #149400 - Skgland:tracked_mod, r=Amanieu
matthiaskrgr Dec 9, 2025
6188f82
Rollup merge of #149664 - Kivooeo:infallible-type-unreachable-code, r…
matthiaskrgr Dec 9, 2025
a00807e
Rollup merge of #149806 - Kobzol:mirror-ubuntu-24.04, r=marcoieni
matthiaskrgr Dec 9, 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
2 changes: 2 additions & 0 deletions .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ jobs:
images=(
# Mirrored because used by the tidy job, which doesn't cache Docker images
"ubuntu:22.04"
# Mirrored because used by x86-64-gnu-miri
"ubuntu:24.04"
# Mirrored because used by all linux CI jobs, including tidy
"moby/buildkit:buildx-stable-1"
# Mirrored because used when CI is running inside a Docker container
Expand Down
Loading