Skip to content

Rollup of 11 pull requests #141739

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 34 commits into from
May 30, 2025
Merged
Changes from 2 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
8bed646
Enable review queue tracking
Kobzol May 22, 2025
19fd098
float: Disable `total_cmp` sNaN tests for `f16`
tgross35 May 28, 2025
0527f02
Add `eslint` as part of tidy run
GuillaumeGomez May 28, 2025
9e5dd51
Remove checks that are run with `tidy`
GuillaumeGomez May 28, 2025
c593c01
Remove codegen_unit from MiscCodegenMethods
bjorn3 Dec 13, 2024
5b0ab2c
The personality function is a Function, not a Value
bjorn3 Dec 13, 2024
a4cb1c7
Reduce amount of types that need to be PartialEq
bjorn3 Dec 13, 2024
0fd257d
Remove a couple of uses of interior mutability around statics
bjorn3 Dec 13, 2024
0809b41
Move supports_parallel from CodegenBackend to ExtraBackendMethods
bjorn3 Jan 9, 2025
669e2ea
Make predefine methods take &mut self
bjorn3 Jan 9, 2025
d7c0bde
Remove methods from StaticCodegenMethods that are not called in cg_ss…
bjorn3 Jan 9, 2025
f0707fa
Mark all optimize methods and the codegen method as safe
bjorn3 Jan 9, 2025
865c7b9
Remove unused arg_memory_ty method
bjorn3 Nov 7, 2024
b2858f3
Add `loongarch64` with `d` feature to `f32::midpoint` fast path
heiher May 24, 2025
367a877
avoid some usages of `&mut P<T>` in AST visitors
fee1-dead May 27, 2025
059bc38
Provide secrets to try builds with new bors
Kobzol May 29, 2025
8e5d579
Fix false documentation
JonathanBrouwer May 29, 2025
8c8d2c2
creader: Remove extraenous String::clone
osiewicz May 29, 2025
0d9f25b
resolve target-libdir directly from rustc
onur-ozkan May 29, 2025
f0f661d
Install eslint in host-x86_64 Dockerfile
GuillaumeGomez May 29, 2025
b1723fc
Centralize the eslint version between tidy and docker
GuillaumeGomez May 29, 2025
a5f3b1e
Make `std/src/num` mirror `core/src/num`
tgross35 Feb 25, 2025
8645ef7
Fix npm install error
GuillaumeGomez May 29, 2025
be64109
Rollup merge of #137574 - tgross35:std-float-reorganization, r=workin…
GuillaumeGomez May 29, 2025
08bbf24
Rollup merge of #141384 - Kobzol:enable-review-prefs, r=jieyouxu
GuillaumeGomez May 29, 2025
161cf3e
Rollup merge of #141448 - bjorn3:codegen_refactors, r=WaffleLapkin
GuillaumeGomez May 29, 2025
2b08e4d
Rollup merge of #141636 - fee1-dead-contrib:push-ntqvvxwuvrvx, r=petr…
GuillaumeGomez May 29, 2025
cb7efc0
Rollup merge of #141676 - tgross35:f16-disable-total-cmp, r=workingju…
GuillaumeGomez May 29, 2025
a547af9
Rollup merge of #141705 - GuillaumeGomez:eslint-tidy, r=Kobzol
GuillaumeGomez May 29, 2025
8c708a4
Rollup merge of #141715 - heiher:loong64-f32-midpoint, r=the8472
GuillaumeGomez May 29, 2025
5f6f23a
Rollup merge of #141723 - Kobzol:new-bors-try, r=marcoieni
GuillaumeGomez May 29, 2025
710fa11
Rollup merge of #141728 - JonathanBrouwer:fix-docs, r=compiler-errors
GuillaumeGomez May 29, 2025
aaa9159
Rollup merge of #141729 - onur-ozkan:fix-141722, r=jieyouxu
GuillaumeGomez May 29, 2025
18646a8
Rollup merge of #141732 - osiewicz:creader-remove-extraenous-string-c…
GuillaumeGomez May 29, 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
6 changes: 4 additions & 2 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1416,8 +1416,10 @@ compiletest = [
"/src/tools/rustdoc-gui-test" = ["bootstrap", "@onur-ozkan"]
"/src/tools/libcxx-version" = ["@onur-ozkan"]

# Enable tracking of PR review assignment
# Documentation at: https://forge.rust-lang.org/triagebot/pr-assignment-tracking.html
# Enable review queue tracking
# Documentation at: https://forge.rust-lang.org/triagebot/review-queue-tracking.html
[assign.review_prefs]

[pr-tracking]

# Enable issue transfers within the org
Expand Down