Commit 0d95f91
committed
Auto merge of rust-lang#113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelix
Replace in-tree `rustc_apfloat` with the new version of the crate
Replace the in-tree version of `rustc_apfloat` with the new version of the crate which has been correctly licensed. The new crate incorporates upstream changes from LLVM since the original port was done including many correctness fixes and has been extensively fuzz tested to validate correctness.
Fixes rust-lang#100233
Fixes rust-lang#102403
Fixes rust-lang#113407
Fixes rust-lang#113409
Fixes rust-lang#55993
Fixes rust-lang#93224
Closes rust-lang#93225
Closes rust-lang#109573File tree
19 files changed
+49
-7774
lines changed- .reuse
- LICENSES
- compiler
- rustc_apfloat
- src
- tests
- rustc_const_eval
- rustc_middle
- rustc_mir_build
- src/tools
- miri/src/shims
- tidy/src
- tests/ui
- const_prop
- numbers-arithmetic
19 files changed
+49
-7774
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | 41 | | |
47 | 42 | | |
48 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3135 | 3135 | | |
3136 | 3136 | | |
3137 | 3137 | | |
3138 | | - | |
| 3138 | + | |
| 3139 | + | |
| 3140 | + | |
3139 | 3141 | | |
3140 | 3142 | | |
3141 | 3143 | | |
| |||
4725 | 4727 | | |
4726 | 4728 | | |
4727 | 4729 | | |
4728 | | - | |
| 4730 | + | |
4729 | 4731 | | |
4730 | | - | |
| 4732 | + | |
4731 | 4733 | | |
4732 | 4734 | | |
4733 | 4735 | | |
| |||
This file was deleted.
This file was deleted.
0 commit comments