Skip to content

Rollup of 14 pull requests #143233

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 35 commits into from
Jun 30, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
66ea349
Use let chains in the new solver
compiler-errors Jun 27, 2025
ccbe983
Use one more let chain
compiler-errors Jun 27, 2025
953cf27
Workaround for mem safety in third party dlls
ChrisDenton Jun 27, 2025
3d81af8
moved tests
Kivooeo Jun 28, 2025
ed16ae8
Do not freshen ReError
compiler-errors Jun 28, 2025
1347b48
Remove additional call to lookup_op_method
compiler-errors Jun 28, 2025
74657a4
Move some UI tests to more apropriate directories
tgross35 Jun 28, 2025
897c4ee
Update README.md
kilavvy Jun 29, 2025
d0bd279
cleaned up some tests
Kivooeo Jun 12, 2025
71a8418
Add my work email to mailmap
yotamofek Jun 29, 2025
9f9cd5e
mir: Add a `new` method to `statement`
dianqk Jun 8, 2025
24e553e
mir: Use the `new` method for `BasicBlockData`
dianqk Jun 16, 2025
a38c78c
moved tests
Kivooeo Jun 29, 2025
54cec0c
Port #[link_section] to the new attribute parsing infrastructure
Periodic1911 Jun 29, 2025
20d69c6
Re-disable `tests/run-make/short-ice` on Windows MSVC again
jieyouxu Jun 29, 2025
60a4828
make some powf and powi cases involving SNaN non-deterministic
LorrensP-2158466 Jun 14, 2025
67ab61e
add float_nan test for powf
RalfJung Jun 29, 2025
d98aaf7
Show auto trait and blanket impls for `!`
zachs18 Jun 29, 2025
580bc12
cleaned up some tests
Kivooeo Jun 27, 2025
1e3a2b2
cleaned up some tests
Kivooeo Jun 29, 2025
c240566
cleaned up some tests
Kivooeo Jun 28, 2025
384d699
Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxu
dianqk Jun 30, 2025
d2dc99c
Rollup merge of #142514 - LorrensP-2158466:miri-float-nondet-pow, r=R…
dianqk Jun 30, 2025
8c4bcb8
Rollup merge of #143066 - compiler-errors:let-chain-solver, r=lcnr
dianqk Jun 30, 2025
a94f0a4
Rollup merge of #143090 - ChrisDenton:workaround1, r=tgross35
dianqk Jun 30, 2025
0952f86
Rollup merge of #143118 - Kivooeo:tf15, r=tgross35
dianqk Jun 30, 2025
3a35f36
Rollup merge of #143159 - compiler-errors:freshen-re-error, r=oli-obk
dianqk Jun 30, 2025
8ccffc9
Rollup merge of #143168 - Kivooeo:tf16, r=tgross35
dianqk Jun 30, 2025
462c7c3
Rollup merge of #143176 - kilavvy:master, r=jieyouxu
dianqk Jun 30, 2025
043fc5b
Rollup merge of #143187 - yotamofek:mailmap, r=jieyouxu
dianqk Jun 30, 2025
ab633af
Rollup merge of #143190 - dianqk:new-method, r=oli-obk
dianqk Jun 30, 2025
327fe35
Rollup merge of #143195 - Kivooeo:tf17, r=tgross35
dianqk Jun 30, 2025
7760cd6
Rollup merge of #143196 - Periodic1911:link_section, r=oli-obk
dianqk Jun 30, 2025
e18342a
Rollup merge of #143199 - jieyouxu:short-ice, r=RalfJung
dianqk Jun 30, 2025
c2904f7
Rollup merge of #143219 - zachs18:patch-5, r=tgross35
dianqk Jun 30, 2025
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
moved tests
  • Loading branch information
Kivooeo committed Jun 28, 2025
commit 3d81af8c55cd422910c4560f6cdc03722f4530c7
File renamed without changes.