-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Spelling #110392
Spelling #110392
Changes from all commits
6fd4fe7
3a66aab
aa36295
24c8ac5
baafacb
fe9b3d2
2874d2c
e211dea
327a5b5
befc7f0
fd18c33
f57630c
0b250bc
47c0c46
4bcb530
1d979d5
33089e4
cc9579f
1eaa354
9caf766
a5403fa
cca99c4
7c4b824
d97a4c6
12f7b4c
6a68535
8eaf5c6
2029a05
08b8db3
d72adcf
3e7f4bc
f927419
4c79318
595b099
da26c51
2ca5270
bc5ca04
75bf972
8f6feab
11e073e
11114a8
bb36a7b
6b9ee90
7345200
d472a77
7db51dd
270ad37
e81dc36
c9118a8
7f95b5c
dc8620e
89dbf25
e017076
f5efa43
0e9d160
04385b6
5154de6
b9cfbf2
8479835
e2464d4
45e6c91
375b489
6dfd469
054ac8d
b5da50b
6c617e8
a715304
5284a88
c48ff67
4f1cec0
2609d39
18c3a0b
f5892bb
b583940
d366476
eeeedd5
4493cd6
65364cc
e4f2141
461ce3a
205dff3
ec7e125
a40b90f
41f5ea3
493333c
6c23333
1ddfdb8
2e8a94c
8f14f88
434d0a3
a75e503
5acea75
48f4368
839ffbc
7e91af6
f0192d4
3b6fd07
40bab39
66495db
70a428b
986482f
2b119b5
a6beda8
60fa579
df0512c
38de0b0
37144bc
605f129
ca43649
cf22b02
2085ab5
bb02feb
6e4a41a
72d7998
d14ec0a
93ad88a
6a492e6
6adea2d
7b60e2d
cf57ccc
92991c1
9356aca
b2e8f15
27a9edf
59a5c63
a4ce3a1
6cd6bbd
8d3c3f0
43eec57
9ee97ec
dba599a
bdd6944
bb882f3
c95f91c
53ab04b
d3aa27d
aac2e3d
857f148
f1f0571
f308f64
20c1925
966546f
026d16c
f95312d
9faf61d
ee5dec2
d788184
d34b5ce
f5727b3
075daee
1a0936d
ad3a33a
3b3b623
ac49554
4a48e08
d145d2a
875d157
bf1022f
cfdd7d1
164a6f8
fe5d998
d54305c
616341a
1599c7c
a231d5a
ab7aa61
76d31dd
69cd2a8
1e0aec5
9394ede
2bbd3e1
3adfa1f
8d7446f
e616421
3bb1c6c
8b88b11
27707b9
e91b239
b8a6355
ac8043c
f12efd0
fdc8e12
e1a2f27
1dc8871
abe5acb
0eaa4c0
e04ed34
58861fd
f755bea
e5ce2ad
ff7d08f
5767b88
79b1f84
f843bf6
db46a6a
7ac6364
fcf5f82
860665e
e2b0098
84f9efa
8e423c0
bb015f9
b8f9b6a
64be7b5
064a5b8
68ef75f
73eddc5
10d82e2
b4a4960
321956a
772b4e4
239a8a1
2e563ab
5dd664f
251d241
b708d8b
d348c30
46a9505
3f1454e
c2dbba4
6aeecd7
48a4b3b
59a1e16
e60819a
c9f9155
f2371b6
a66f81b
b863cc2
a685520
036dc94
11ab0ff
40cc29f
3735a25
9576553
4fcb3db
b5ebc79
0518b16
62f000d
823919d
954025f
101d22a
dc01806
5595282
08a8679
f3af46a
975b9a8
2d35b05
6b33c07
0373377
8c46cca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2645,7 +2645,7 @@ mod sig { | |
|
||
// Convert the result having "2 * precision" significant-bits back to the one | ||
// having "precision" significant-bits. First, move the radix point from | ||
// poision "2*precision - 1" to "precision - 1". The exponent need to be | ||
// poisson "2*precision - 1" to "precision - 1". The exponent need to be | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ? |
||
// adjusted by "2*precision - 1" - "precision - 1" = "precision". | ||
*exp -= precision as ExpInt + 1; | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,10 +22,10 @@ $ ./test.sh | |
|
||
For more docs on how to build and test see [build_system/usage.txt](build_system/usage.txt) or the help message of `./y.rs`. | ||
|
||
Alternatively you can download a pre built version from [Github Actions]. It is listed in the artifacts section | ||
Alternatively you can download a pre built version from [GitHub Actions]. It is listed in the artifacts section | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. brand |
||
of workflow runs. Unfortunately due to GHA restrictions you need to be logged in to access it. | ||
|
||
[Github Actions]: https://github.com/bjorn3/rustc_codegen_cranelift/actions?query=branch%3Amaster+event%3Apush+is%3Asuccess | ||
[GitHub Actions]: https://github.com/bjorn3/rustc_codegen_cranelift/actions?query=branch%3Amaster+event%3Apush+is%3Asuccess | ||
|
||
## Usage | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,7 @@ mod declare; | |
mod errors; | ||
mod intrinsic; | ||
|
||
// The following is a work around that replaces `pub mod llvm;` and that fixes issue 53912. | ||
// The following is a workaround that replaces `pub mod llvm;` and that fixes issue 53912. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. the noun form is a single word. |
||
#[path = "llvm/mod.rs"] | ||
mod llvm_; | ||
pub mod llvm { | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some projects don't like changing changelogs. Happy to drop.