751 Commits

Author SHA1 Message Date
Nikolay Volf
25d35c2820
Merge pull request #211 from paritytech/bump-add-desc
Bump version and add readme
2018-05-14 22:16:06 +03:00
NikVolf
3c63912082 bump version and add readme 2018-05-14 21:11:26 +04:00
Sergey Pepyakin
ff809ba89b Add rls to .gitingore 2018-05-14 19:44:49 +03:00
Sergey Pepyakin
db7cfa237c
Merge pull request #210 from paritytech/no_std
no_std
2018-05-14 17:43:47 +03:00
Sergey Pepyakin
d1de2cfb61 Impl Write and Read for std::io::{Write, Read} 2018-05-14 15:16:38 +03:00
Sergey Pepyakin
85261e9730 Update .travis.yml. 2018-05-14 15:15:31 +03:00
Sergey Pepyakin
6aed69d9ed Try fix travis 2018-05-11 19:22:13 +03:00
Sergey Pepyakin
c5f1d26b2a Update travis config to build no_std. 2018-05-11 19:07:08 +03:00
Sergey Pepyakin
c4e7918a96 Add explicit ToOwned imports. 2018-05-11 19:06:11 +03:00
Sergey Pepyakin
eec09f24f3 Introduce io module 2018-05-11 19:03:32 +03:00
Sergey Pepyakin
bfa0b6c156 Introduce no_std feature
Explicit import from std
2018-05-11 19:03:22 +03:00
NikVolf
2650fc14c4 bump version 2018-04-25 16:11:35 +03:00
Nikolay Volf
51d4f0d549
Merge pull request #207 from alexcrichton/fix-overflow
Fix an arithmetic overflow on 32-bit
2018-04-17 21:50:40 +03:00
Alex Crichton
b8652258c4 Fix an arithmetic overflow on 32-bit
The current test suite fails on 32-bit targets due to an arithmetic overflow,
but it was pretty easy to avoid!
2018-04-17 11:39:27 -07:00
Nikolay Volf
526590ccbc
Merge pull request #206 from paritytech/remove-unused-crate-log
Remove unused dependencies
2018-04-06 21:35:07 +08:00
niklasad1
df381c4542
remove parking_lot dependency 2018-04-06 15:23:37 +02:00
niklasad1
bee317cf52
remove unused log dependency 2018-04-06 14:58:19 +02:00
Sergey Pepyakin
2af96cc2f8
Merge pull request #205 from flier/more_partial_eq
add more PartialEq for testing
2018-04-04 13:40:51 +03:00
Flier Lu
689ecd8fcd add more PartialEq for testing 2018-04-04 18:15:49 +08:00
Alexey
ffe281112b
Merge pull request #204 from paritytech/remove-links
Remove link in doc comment
2018-03-30 23:43:22 +03:00
NikVolf
e64988ece8 remove link 2018-03-30 18:52:41 +03:00
Nikolay Volf
bac39f62a0
Merge pull request #201 from paritytech/fix-leb-i64
Fix signature return types amount specification
2018-03-27 00:54:26 +08:00
Nikolay Volf
44c8ffa9f0
Merge pull request #200 from paritytech/section-mut-borrow-api
Mutable borrow api implemented for sections
2018-03-27 00:54:00 +08:00
fro
daa7acfda4 names_section getter added 2018-03-26 18:08:01 +03:00
NikVolf
0a61083238 fix signature return types amount specification 2018-03-25 13:03:27 +03:00
Nikolay Volf
f0b2516a55
Merge pull request #195 from paritytech/fix-leb-i64
Validate trailing for i64 / i32
2018-03-25 01:19:58 +08:00
NikVolf
42c60e9154 Merge remote-tracking branch 'origin/master' into fix-leb-i64
# Conflicts:
#	Cargo.toml
2018-03-23 16:31:37 +03:00
NikVolf
d86487aa84 bump version again 2018-03-21 16:09:14 +08:00
NikVolf
76000cc2fd Merge commit '9bb84a91119e564e1ce372940d38acba4967965b' into fix-leb-i64 2018-03-21 16:08:48 +08:00
NikVolf
fe9c1e6044 minor version update 2018-03-21 15:52:41 +08:00
fro
d1a74151e1 mutable borrow api implemented for sections 2018-03-20 19:20:03 +03:00
NikVolf
c2184421f1 also limit for unsigned 2018-03-20 10:47:18 +08:00
NikVolf
59b61c6ef6 add more for i32 2018-03-19 02:33:58 +03:00
Nikolay Volf
2fc81dbce3
Merge pull request #199 from paritytech/reloc-note
Add note about relocation section serialization issue
2018-03-14 23:19:05 +03:00
Nikolay Volf
1896f609c3
Update section.rs 2018-03-13 20:00:19 +03:00
Nikolay Volf
48e3a42581
Merge pull request #196 from Arnavion/master
Parse reloc sections.
2018-03-10 20:40:12 +03:00
Arnavion
5cf1ae0a08 One last missing doc comment warning. 2018-03-08 12:51:09 -08:00
Arnavion
3c65f63973 Make relocation section types visible to crate users. 2018-03-08 12:49:46 -08:00
Arnavion
6bf5f10273 Added more missing doc comments. 2018-03-08 12:47:43 -08:00
Arnavion
040d6ef388 Added getters and setters for RelocSection, and tests. 2018-03-07 22:05:15 -08:00
Arnavion
bfe87d89df Fixed reloc section doc comments and removed prefix from entry type constants. 2018-03-07 21:24:43 -08:00
Arnavion
653ba50200 Assert that reloc section completely uses up the custom section payload. 2018-03-07 21:23:39 -08:00
Arnavion
0ab2aa15b2 Parse reloc sections in roundtrip example. 2018-03-07 21:23:05 -08:00
NikVolf
dcb7770e24 bump version 2018-03-08 06:01:26 +03:00
Nikolay Volf
f252c92d02
Merge pull request #197 from paritytech/fix-peek
Fix peek size on edge case
2018-03-08 06:00:56 +03:00
NikVolf
9bb84a9111 Fix peek size on edge 2018-03-08 05:49:22 +03:00
Arnavion
b1bd5dacc2 Parse reloc sections. 2018-03-07 03:13:03 -08:00
NikVolf
4d4dfb621e validate trailing byte for i64 2018-03-07 13:37:14 +03:00
NikVolf
6dc7f54ab8 bump version 2018-02-22 15:35:40 +03:00
Nikolay Volf
4fa71d2ab4
Merge pull request #193 from paritytech/remove-stale-bench
Delete interpreter.rs
2018-02-22 15:34:42 +03:00