Skip to content
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

Rollup of 9 pull requests #131268

Closed
wants to merge 25 commits into from
Closed
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
ae5d448
Add x86_64-unknown-trusty as tier 3
randomPoison Sep 16, 2024
fd5aa07
Stabilize the `map`/`value` methods on `ControlFlow`
scottmcm Sep 18, 2024
c89b873
Remove the `control_flow_enum` feature from clippy
scottmcm Sep 18, 2024
ddfd0c7
Remove `feature(control_flow_enum)` in tests
scottmcm Sep 18, 2024
0dc250c
Stabilize `const_slice_from_raw_parts_mut`
eduardosm Sep 15, 2024
a022868
library: Stabilize `const_str_from_utf8_unchecked_mut`
workingjubilee Sep 27, 2024
bcc78bd
library: Stabilize `const_str_as_mut`
workingjubilee Sep 27, 2024
966405d
library: Stabilize `const_ptr_as_ref`
workingjubilee Sep 27, 2024
75db6b2
library: Stabilize `const_unsafecell_get_mut`
workingjubilee Sep 27, 2024
ac53f1f
library: Stabilize `const_slice_first_last`
workingjubilee Sep 27, 2024
ea3d336
Remove mw from triagebot.toml
michaelwoerister Oct 4, 2024
c6774f1
Fix typo in csky-unknown-linux-gnuabiv2.md
taiki-e Oct 4, 2024
7816935
move f16/f128 const fn under f16/f128 feature gate
RalfJung Oct 4, 2024
cc36e0d
Fix list margins
GuillaumeGomez Oct 4, 2024
1c63ec9
Add GUI regression test for #130622 and for #131223
GuillaumeGomez Oct 3, 2024
f51d8e3
Fix target_abi in sparc-unknown-none-elf
madsmtm Oct 2, 2024
53b0d54
Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_pa…
workingjubilee Oct 4, 2024
044f924
Rollup merge of #130453 - randomPoison:trusty-x86, r=pnkfelix
workingjubilee Oct 4, 2024
692a426
Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dto…
workingjubilee Oct 4, 2024
2355032
Rollup merge of #131174 - madsmtm:target-info-sparc-abi, r=pnkfelix
workingjubilee Oct 4, 2024
899543c
Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees…
workingjubilee Oct 4, 2024
d2ae6cb
Rollup merge of #131238 - michaelwoerister:triagebot, r=michaelwoerister
workingjubilee Oct 4, 2024
af00d21
Rollup merge of #131240 - taiki-e:typo, r=jieyouxu
workingjubilee Oct 4, 2024
1d4224f
Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev
workingjubilee Oct 4, 2024
1ac8a3b
Rollup merge of #131257 - GuillaumeGomez:fix-list-margins, r=notriddle
workingjubilee Oct 4, 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: 0 additions & 3 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -939,7 +939,6 @@ compiler-team = [
"@oli-obk",
"@pnkfelix",
"@wesleywiser",
"@michaelwoerister",
]
compiler-team-contributors = [
"@TaKO8Ki",
Expand Down Expand Up @@ -990,7 +989,6 @@ query-system = [
"@cjgillot",
]
incremental = [
"@michaelwoerister",
"@wesleywiser",
]
diagnostics = [
Expand Down Expand Up @@ -1049,7 +1047,6 @@ ast_lowering = [
"@spastorino",
]
debuginfo = [
"@michaelwoerister",
"@davidtwco"
]
fallback = [
Expand Down