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

Automatic sync from rustc #3069

Merged
merged 38 commits into from
Sep 21, 2023
Merged
Changes from 6 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1dcbe6c
rustc_middle: add `Scalar::from_i8` and `Scalar::from_i16` and use th…
eduardosm Sep 13, 2023
89a017d
miri: reduce code duplication in SSE/SSE2 bin_op_* functions
eduardosm Sep 13, 2023
ea88de2
miri: reduce code duplication in SSE cvtsi2ss/cvtsi642ss
eduardosm Sep 13, 2023
4b3acaa
miri: use `copy_op` in `unary_op_ss`
eduardosm Sep 13, 2023
99b6e9d
miri: reduce code duplication in SSE/SSE2 cvt{,t}s{s,d}2si{,64}
eduardosm Sep 13, 2023
45d3d7e
miri: reduce code duplication in SSE2 cvtpd2ps/cvtps2pd
eduardosm Sep 13, 2023
271aaa5
miri: fix comment
eduardosm Sep 13, 2023
1221762
miri: reduce code duplication in SSE2 pavg.b and pavg.w
eduardosm Sep 13, 2023
3bb6853
miri: reduce code duplication in SSE2 pmulh.w and pmulhu.w
eduardosm Sep 13, 2023
37d852f
Auto merge of #115289 - compiler-errors:adjust-comments, r=estebank
bors Sep 19, 2023
e6acfef
Auto merge of #104101 - betrusted-io:xous-libstd-initial, r=bjorn3
bors Sep 19, 2023
1e3bc1e
chore(miri): bump env_logger to 0.10
mkroening Sep 19, 2023
ff52bb0
Auto merge of #115627 - compiler-errors:icedump-no-std, r=m-ou-se
bors Sep 19, 2023
ff124b0
adjust constValue::Slice to work for arbitrary slice types
RalfJung Sep 15, 2023
4344fb1
Auto merge of #113955 - cjgillot:name-apit, r=WaffleLapkin
bors Sep 19, 2023
23f796c
Auto merge of #114443 - tgross35:cstr-len, r=dtolnay
bors Sep 20, 2023
3933a58
Auto merge of #115959 - nikic:update-llvm-13, r=cuviper
bors Sep 20, 2023
a4ab60d
Auto merge of #115486 - compiler-errors:dont-capture-late-pls, r=cjgi…
bors Sep 20, 2023
8496fdf
Auto merge of #115734 - tmiasko:kcfi-no-core, r=compiler-errors
bors Sep 20, 2023
d255bf0
Auto merge of #115753 - tgross35:threadinfo-refactor, r=thomcc
bors Sep 20, 2023
48eadf7
Auto merge of #115827 - eduardosm:miri-sse-reduce-code-dup, r=RalfJung
bors Sep 20, 2023
6012595
Auto merge of #115975 - mkroening:reduce-atty, r=davidtwco
bors Sep 20, 2023
568de51
Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to…
GuillaumeGomez Sep 20, 2023
94ec6a6
Rollup merge of #115962 - Zalathar:debug, r=oli-obk
GuillaumeGomez Sep 20, 2023
985d983
Rollup merge of #115988 - notriddle:notriddle/search-tab-layout, r=Gu…
GuillaumeGomez Sep 20, 2023
709e7cc
Rollup merge of #115991 - ferrocene:rustdoc-themes, r=pietroalbini
GuillaumeGomez Sep 20, 2023
1b3ad3e
Rollup merge of #115997 - Turbo87:relnotes, r=pietroalbini
GuillaumeGomez Sep 20, 2023
d004903
Auto merge of #116006 - GuillaumeGomez:rollup-elrbjd4, r=GuillaumeGomez
bors Sep 20, 2023
9ec9a5f
Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk
bors Sep 20, 2023
88a3753
Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3
bors Sep 20, 2023
bc795a9
Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLa…
bors Sep 20, 2023
4e7baa4
Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726
bors Sep 21, 2023
c99f541
Preparing for merge from rustc
Sep 21, 2023
978dfbe
Merge from rustc
Sep 21, 2023
7ba06a6
fmt
Sep 21, 2023
4190352
update lockfile
RalfJung Sep 21, 2023
16189c5
remove atty dependency by updating colored
RalfJung Sep 21, 2023
901ff8e
fix clippy lints
RalfJung Sep 21, 2023
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

These merge commits were added into this branch cleanly.

There are no new changes to show.