Alex Crichton
|
cb06f58efc
Use more concise directives
|
3 年之前 |
Alex Crichton
|
8ebb85a080
Adjust some build directives for wasm64
|
3 年之前 |
Georgy Shepelev
|
03d02e219c
expose some math to UEFI envs
|
3 年之前 |
Tilmann Meyer
|
186517b326
Include Linux atomic emulation on androideabi
|
4 年之前 |
Amanieu d'Antras
|
73326c1727
Merge pull request #397 from AaronKutch/float_refactor
|
4 年之前 |
Amanieu d'Antras
|
f06e6d1a11
Replace llvm_asm! with asm!
|
4 年之前 |
Aaron Kutch
|
5e2b3c7b27
Fix all clippy warnings
|
4 年之前 |
Aaron Kutch
|
01eaf808c6
refactor float conversion
|
4 年之前 |
Joseph Richey
|
63ccaf11f0
Move from an "asm" flag to a "no-asm" feature flag (#386)
|
4 年之前 |
Aaron Kutch
|
1621c6dbf9
Use `specialized-div-rem` 1.0.0 for division algorithms
|
4 年之前 |
Joseph Richey
|
f3846bc05d
lint: Allow improper_ctypes_definitions (#364)
|
4 年之前 |
Alex Crichton
|
d837cce3d3
Add back in unsafe for bootstrapping
|
5 年之前 |
Alex Crichton
|
4bf8cad593
Expand wasm32 testing on CI (#360)
|
5 年之前 |
Alex Crichton
|
cde22bc180
Switch to using `llvm_asm!` instead of `asm!` (#351)
|
5 年之前 |
Tyler Mandry
|
2566aa663b
Add control flow information to __rust_probestack (#328)
|
5 年之前 |
Alex Crichton
|
d6a13419f6
Gate atomic intrinsics on presence of instructions (#324)
|
5 年之前 |
Alex Crichton
|
40ef6cb749
Allow FFI-unsafe warnings for u128/i128 (#323)
|
5 年之前 |
Alex Crichton
|
c88c9502b7
Run rustfmt over everything
|
6 年之前 |
Cyryl Płotnicki
|
b570ccfd2d
Fix compilation on new nightly.
|
6 年之前 |
Yu Ding
|
a9a108548c
Fix SGX target_env collision
|
6 年之前 |
Jethro Beekman
|
e43c838450
Add SGX target
|
6 年之前 |
David Craven
|
6dcbd85f11
Implement __mulsi3.
|
6 年之前 |
Jorge Aparicio
|
1083ac1439
fix warnings
|
6 年之前 |
Jorge Aparicio
|
3d005629b8
expose fmod{,f} symbols on thumb
|
6 年之前 |
Jorge Aparicio
|
36f93dbd79
expose math symbol on wasm32-unknown-unknown
|
6 年之前 |
ljedrz
|
411a12fc02
Remove #![feature(i128_type)] as i128 is stable
|
6 年之前 |
Mark Mansi
|
09974df5a7
stable_features allowed temporarily
|
7 年之前 |
Mark Mansi
|
29816fc5d7
Put back feature
|
7 年之前 |
Mark Mansi
|
0ca2a57f1b
i128 is being stabilized
|
7 年之前 |
Alex Crichton
|
2a13475197
Simplify how testing is done
|
7 年之前 |