Yuki Okushi
6275a29dbe
Update compiler_builtins to 0.1.39
2021-01-07 16:16:36 +09:00
Stefan Lankes
207de019dc
libary: Forward compiler-builtins "asm" and "mangled-names" feature
...
Now users will be able to do:
```
cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-asm
```
and correctly get the assembly implemenations for `memcpy` and friends.
2020-11-16 08:23:12 +01:00
Marc-Antoine Perennou
66fa42a946
allow using the system-wide llvm-libunwind as the unwinder
...
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com >
2020-10-21 14:45:58 +02:00
Joe Richey
37f795697c
libary: Forward compiler-builtins "mem" feature
...
This fixes https://github.com/rust-lang/wg-cargo-std-aware/issues/53
Now users will be able to do:
```
cargo build -Zbuild-std=core -Zbuild-std-features=compiler-builtins-mem
```
and correctly get the Rust implemenations for `memcpy` and friends.
Signed-off-by: Joe Richey <joerichey@google.com >
2020-09-27 20:31:06 -07:00
mark
2c31b45ae8
mv std libs to library/
2020-07-27 19:51:13 -05:00