Skip to content

Rollup of 8 pull requests #122690

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 20 commits into from
Mar 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
129b5e4
avoid naming LLVM basic blocks when fewer_names is true
erikdesjardins Mar 15, 2024
4bfc485
less useless array builds in imported_source_file
klensy Mar 16, 2024
a7d4258
revert changes and just delete the fixme
erikdesjardins Mar 16, 2024
2943055
Update the minimum external LLVM to 17
cuviper Mar 16, 2024
d9132de
Remove an obsolete `ignore-llvm-version`
cuviper Mar 17, 2024
8beec62
do not eat nested exprs result in format args visitor
lqd Mar 18, 2024
c96fa5e
add_retag: ensure box-to-raw-ptr casts are preserved for Miri
RalfJung Mar 17, 2024
bcf8015
remove retag_box_to_raw, it is no longer needed
RalfJung Mar 17, 2024
adda9da
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in …
oli-obk Mar 14, 2024
f3e9dfa
add non-regression test for issue 122674
lqd Mar 18, 2024
0550afd
add missing test: expected paren or brace in macro
tshepang Mar 18, 2024
407b58c
Add missing `try_visit` calls in visitors.
Jarcho Mar 18, 2024
4608079
Rollup merge of #122480 - oli-obk:const-eval-span-no-opt, r=RalfJung
matthiaskrgr Mar 18, 2024
87b5679
Rollup merge of #122567 - erikdesjardins:noname, r=oli-obk
matthiaskrgr Mar 18, 2024
acc45eb
Rollup merge of #122588 - klensy:imported_source_file, r=michaelwoeri…
matthiaskrgr Mar 18, 2024
3fa48ec
Rollup merge of #122647 - RalfJung:box-to-raw-retag, r=oli-obk
matthiaskrgr Mar 18, 2024
1ac0239
Rollup merge of #122649 - cuviper:min-llvm-17, r=nikic
matthiaskrgr Mar 18, 2024
72e2c7c
Rollup merge of #122680 - lqd:nested-await-args, r=compiler-errors
matthiaskrgr Mar 18, 2024
1eb49ec
Rollup merge of #122683 - tshepang:missing-test, r=Nadrieril
matthiaskrgr Mar 18, 2024
9011e67
Rollup merge of #122689 - Jarcho:missing_try, r=compiler-errors
matthiaskrgr Mar 18, 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
Remove an obsolete ignore-llvm-version
  • Loading branch information
cuviper committed Mar 17, 2024
commit d9132de4ab020f43fa1893ab91f49dbc94afc60f
2 changes: 0 additions & 2 deletions tests/codegen/option-as-slice.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
//@ compile-flags: -O -Z randomize-layout=no
//@ only-x86_64
//@ ignore-llvm-version: 16.0.0
// ^-- needs https://reviews.llvm.org/D146149 in 16.0.1
#![crate_type = "lib"]
#![feature(generic_nonzero)]

Expand Down