Skip to content

Rollup of 8 pull requests #127865

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 23 commits into from
Jul 18, 2024
Merged
Changes from 2 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5fc30b8
rustdoc: click target for sidebar items flush left
notriddle Jul 2, 2024
52fb17a
Move a few intrinsics to use Rust abi
celinval Jul 4, 2024
f27023a
Document safety of a few intrinsics
celinval Jul 4, 2024
b096c08
Fix tests after intrinsic Abi change
celinval Jul 4, 2024
4fe8dd0
Remove the non-assigning form of `unpack!`
Zalathar Jul 6, 2024
1cf4eb2
Stop using `unpack!` for `BlockAnd<()>`
Zalathar Jul 6, 2024
332b41d
Use ordinal number in argument error
long-long-float May 12, 2024
247ad33
Use dep: for crate dependencies
compiler-errors Jul 15, 2024
324d2e5
Fix feature gating on rustc_index to not use implicit features
compiler-errors Jul 15, 2024
7e1c4af
The rustc crate feature is called jemalloc
compiler-errors Jul 15, 2024
3924493
rustdoc: make sidebar highlight cover whole click target
notriddle Jul 15, 2024
5514906
rustdoc: add test cases for mile wide bar
notriddle Jul 16, 2024
4821b84
If the moved value is a mut reference, it is used in a generic functi…
surechen Jul 10, 2024
40e07a3
Remove invalid further restricting for type bound
chenyukang Jul 17, 2024
2c2ef6c
add chenyukang to review rotation
chenyukang Jul 10, 2024
2b34490
Rollup merge of #125042 - long-long-float:suggest-move-arg-outside, r…
matthiaskrgr Jul 17, 2024
0472b2a
Rollup merge of #127229 - notriddle:notriddle/mile-wide-bar, r=Guilla…
matthiaskrgr Jul 17, 2024
3ddfd97
Rollup merge of #127337 - celinval:intrinsics-fallback, r=oli-obk
matthiaskrgr Jul 17, 2024
c98487e
Rollup merge of #127472 - Zalathar:block-and-unit, r=fmease
matthiaskrgr Jul 17, 2024
23dd3a0
Rollup merge of #127579 - surechen:fix_127285, r=lcnr
matthiaskrgr Jul 17, 2024
9db57bf
Rollup merge of #127769 - compiler-errors:ed-2024-dep, r=oli-obk
matthiaskrgr Jul 17, 2024
1e1e64f
Rollup merge of #127844 - chenyukang:yukang-fix-type-bound-127555, r=…
matthiaskrgr Jul 17, 2024
2ea21cf
Rollup merge of #127855 - chenyukang:yukang-add-triagebot, r=jieyouxu
matthiaskrgr Jul 17, 2024
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
3 changes: 3 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -928,6 +928,7 @@ compiler-team-contributors = [
"@fee1-dead",
"@jieyouxu",
"@BoxyUwU",
"@chenyukang",
]
compiler = [
"compiler-team",
Expand Down Expand Up @@ -976,6 +977,7 @@ diagnostics = [
"@estebank",
"@oli-obk",
"@TaKO8Ki",
"@chenyukang",
]
parser = [
"@compiler-errors",
Expand All @@ -989,6 +991,7 @@ lexer = [
"@nnethercote",
"@petrochenkov",
"@estebank",
"@chenyukang",
]
arena = [
"@nnethercote",
Expand Down
Loading