mergify[bot]
|
a97feedcc1
|
Pull program stubs into SDK (bp #10704) (#10713)
* Pull program stubs into SDK (#10704)
(cherry picked from commit d77818c18b )
# Conflicts:
# programs/bpf/Cargo.lock
# programs/bpf/rust/128bit/Cargo.toml
# programs/bpf/rust/128bit_dep/Cargo.toml
# programs/bpf/rust/alloc/Cargo.toml
# programs/bpf/rust/dep_crate/Cargo.toml
# programs/bpf/rust/dup_accounts/Cargo.toml
# programs/bpf/rust/error_handling/Cargo.toml
# programs/bpf/rust/external_spend/Cargo.toml
# programs/bpf/rust/invoke/Cargo.toml
# programs/bpf/rust/invoked/Cargo.toml
# programs/bpf/rust/iter/Cargo.toml
# programs/bpf/rust/many_args/Cargo.toml
# programs/bpf/rust/many_args_dep/Cargo.toml
# programs/bpf/rust/noop/Cargo.toml
# programs/bpf/rust/panic/Cargo.toml
# programs/bpf/rust/param_passing/Cargo.toml
# programs/bpf/rust/param_passing_dep/Cargo.toml
# programs/bpf/rust/sysval/Cargo.toml
# sdk/bpf/rust/test/Cargo.toml
* fix conflicts
Co-authored-by: Jack May <jack@solana.com>
|
2020-07-01 20:17:37 +00:00 |
|
Grimes
|
fc409d9262
|
Consistency nits and spelling (#8642)
automerge
|
2020-03-04 16:26:32 -08:00 |
|
Jack May
|
0fd795a676
|
Remove program error footgun and cleaner developer experience (#8042)
|
2020-01-31 10:58:07 -08:00 |
|
Jack May
|
0d16db2d1b
|
Remove bloat due to test symbols (#5965)
|
2019-09-18 19:54:10 -07:00 |
|
Jack May
|
008dcd71b9
|
BPF loader message nits (#5870)
|
2019-09-10 16:13:23 -07:00 |
|
Justin Starry
|
81c36699c4
|
Add support for BPF program custom errors (#5743)
* Add support for BPF program custom errors
* Rename SOL_SUCCESS -> SUCCESS
|
2019-09-06 16:05:01 -07:00 |
|
Jack May
|
e5f902369c
|
Rust BPF programs depend on Solana SDK (#5819)
|
2019-09-06 09:20:14 -07:00 |
|
Jack May
|
5fb2d7a98f
|
Add libstd support to Rust BPF (#5788)
|
2019-09-04 16:00:11 -07:00 |
|
Jack May
|
2803eb0d72
|
Use LLVM's C builtins for BPF (#5717)
|
2019-08-28 17:19:40 -07:00 |
|
Justin Starry
|
bd20c5e791
|
Add test case for u128 panic (#5601)
* u128 panic
* Add test case for u128 memory out of bounds error
* Fix check
|
2019-08-26 16:31:06 -04:00 |
|
Jack May
|
f9a2254688
|
Split out Rust BPF no-std stuff (#4968)
|
2019-07-08 20:28:05 -08:00 |
|
Jack May
|
407db65336
|
Add 128bit Rust BPF test (#4766)
automerge
|
2019-06-21 02:43:50 -07:00 |
|