Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8898b5b
fix target-pointer-width in tests
WaffleLapkin Jul 31, 2025
224938d
Auto merge of #145891 - nikic:llvm-21.1.0, r=cuviper
bors Aug 28, 2025
91f77bd
Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=co…
bors Aug 28, 2025
414abe6
Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr
bors Aug 29, 2025
db360c7
Rollup merge of #145467 - Kivooeo:stabilize-strict_provenance_atomic_…
tgross35 Aug 30, 2025
a9364d9
Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm
tgross35 Aug 30, 2025
6ad7407
Rollup merge of #146022 - tgross35:update-builtins, r=tgross35
tgross35 Aug 30, 2025
3232a1d
Auto merge of #146023 - tgross35:rollup-gbec538, r=tgross35
bors Aug 30, 2025
e0f8118
Auto merge of #144494 - scottmcm:min_bigint_helpers, r=Mark-Simulacrum
bors Aug 30, 2025
7148a49
Auto merge of #123319 - no92:managarm-target, r=davidtwco
bors Aug 30, 2025
b1b0bc4
Auto merge of #145479 - Kmeakin:km/hardcode-char-is-control, r=joboet
bors Aug 30, 2025
e1553be
Auto merge of #145582 - estebank:issue-107806, r=chenyukang
bors Aug 31, 2025
3531929
Rollup merge of #144443 - WaffleLapkin:integer-target-pointer-width, …
matthiaskrgr Aug 31, 2025
9a5f08f
Rollup merge of #145174 - 197g:issue-145148-select-unpredictable-drop…
matthiaskrgr Aug 31, 2025
4c5b874
Rollup merge of #145592 - nilotpal-n7:fix-format-alignment, r=lcnr
matthiaskrgr Aug 31, 2025
78adf4e
Rollup merge of #145931 - gonzalobg:patch-1, r=nagisa
matthiaskrgr Aug 31, 2025
c8285db
Auto merge of #146052 - matthiaskrgr:rollup-cfxx9m6, r=matthiaskrgr
bors Aug 31, 2025
5be9d5e
Auto merge of #146053 - joboet:split-paths-regression, r=Mark-Simulacrum
bors Aug 31, 2025
ea9222f
Auto merge of #146038 - notriddle:polarity, r=GuillaumeGomez
bors Aug 31, 2025
4814e7e
Auto merge of #145663 - Kobzol:bootstrap-test, r=jieyouxu
bors Sep 1, 2025
db1ad96
Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obk
bors Sep 1, 2025
bca51e7
Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=Sparr…
bors Sep 1, 2025
d5ef84f
Auto merge of #145721 - dpaoliello:ar050, r=bjorn3
bors Sep 1, 2025
bb1c58a
Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwU
bors Sep 1, 2025
9681087
Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlin
bors Sep 2, 2025
156493e
Auto merge of #145951 - lcnr:proof-tree-as-query, r=compiler-errors
bors Sep 2, 2025
c6ec0de
Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3
bors Sep 3, 2025
7b5e77b
Prepare for merging from rust-lang/rust
invalid-email-address Sep 4, 2025
b03d96f
Merge ref '9385c64c95d9' from rust-lang/rust
invalid-email-address Sep 4, 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: 1 addition & 1 deletion etc/thumbv7em-none-eabi-renamed.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
},
"panic-strategy": "abort",
"relocation-model": "static",
"target-pointer-width": "32"
"target-pointer-width": 32
}
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d36f964125163c2e698de5559efefb8217b8b7f0
9385c64c95d971329e62917adc4349c8ccdbafe0