Skip to content

Rollup of 8 pull requests #121227

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
Feb 17, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
75af3c5
coverage: Regression test for a span extraction inconsistency
Zalathar Feb 15, 2024
cd9021e
coverage: Discard spans that fill the entire function body
Zalathar Feb 15, 2024
b49bd0b
Add examples to document the return type of `select_nth_unstable`, `s…
Takashiidobe Feb 16, 2024
3250e95
Add a simple extension trait derive
compiler-errors Feb 13, 2024
9c25823
Use extension trait derive
compiler-errors Feb 13, 2024
a9dbf63
Move trait into attr so it's greppable
compiler-errors Feb 14, 2024
f624d55
Nits
compiler-errors Feb 16, 2024
4b732c9
Let rustbot ping me on changes to match lowering
Nadrieril Feb 16, 2024
6c7827c
Add myself to review rotation
Nadrieril Feb 16, 2024
d855ca0
Ensure `./configure` works when `configure.py` path contains spaces
beetrees Feb 16, 2024
6a671bd
Give the `assume` intrinsic a fallback body
oli-obk Feb 16, 2024
dd40a80
Give the (`un`)`likely` intrinsics fallback bodies
oli-obk Feb 16, 2024
4071938
Use a hardcoded constant instead of calling OpenProcessToken.
smmalis37 Dec 17, 2023
3b63ede
Remove cfg_attr
smmalis37 Feb 16, 2024
340f8aa
const_mut_refs: allow mutable refs to statics
RalfJung Feb 11, 2024
5f21609
Rollup merge of #119032 - smmalis37:patch-1, r=ChrisDenton
Nadrieril Feb 17, 2024
f70f13a
Rollup merge of #120932 - RalfJung:mut-ptr-to-static, r=oli-obk
Nadrieril Feb 17, 2024
5ff9022
Rollup merge of #121059 - compiler-errors:extension, r=davidtwco,Nils…
Nadrieril Feb 17, 2024
c7701ba
Rollup merge of #121135 - Zalathar:no-whole-body-span, r=wesleywiser
Nadrieril Feb 17, 2024
f3d9abc
Rollup merge of #121187 - Takashiidobe:takashi/examples-for-quicksele…
Nadrieril Feb 17, 2024
ac619c0
Rollup merge of #121191 - Nadrieril:ping, r=compiler-errors
Nadrieril Feb 17, 2024
936b666
Rollup merge of #121192 - oli-obk:intrinsics2.0, r=WaffleLapkin
Nadrieril Feb 17, 2024
e266a12
Rollup merge of #121197 - beetrees:configure-quotes, r=Nilstrieb
Nadrieril Feb 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
Prev Previous commit
Next Next commit
Add myself to review rotation
  • Loading branch information
Nadrieril committed Feb 16, 2024
commit 6c7827c03e11135a27e446d806ada126bf64a7c1
1 change: 1 addition & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -662,6 +662,7 @@ compiler-team = [
]
compiler-team-contributors = [
"@TaKO8Ki",
"@Nadrieril",
"@nnethercote",
"@fmease",
]
Expand Down