Commit Graph

1116 Commits

Author SHA1 Message Date
0xd4d 2098b49c87 Move attrs to stmts 2020-03-20 05:49:36 +01:00
0xd4d 5a76f7d1b2 Enable more clippy lints 2020-03-19 23:26:31 +01:00
0xd4d de65319a5c hashbrown 0.7.1 2020-03-17 13:27:48 +01:00
0xd4d af58fcc207 Bump version (Rust) 2020-03-17 13:06:30 +01:00
0xd4d 43adf9f874 Use checked_add 2020-03-11 01:29:58 +01:00
0xd4d f64bd71d3b Rename 2020-03-09 07:27:56 +01:00
0xd4d 0a2f3adbac Encoder updates 2020-03-06 01:41:49 +01:00
0xd4d d07db15e47 Doc updates; pub(crate) -> pub(super) 2020-03-05 18:51:00 +01:00
0xd4d 58503c8ab1 Update README 2020-02-19 21:02:08 +01:00
0xd4d 9bc489070b Update README 2020-02-14 22:29:08 +01:00
0xd4d b47e779f21 Add type annotation 2020-02-14 22:29:01 +01:00
0xd4d e27fb91a22 Add remaining tests 2020-02-14 20:33:19 +01:00
0xd4d 8980008e43 Change pub(crate) to pub(super/self) 2020-02-14 20:33:12 +01:00
0xd4d b566ccb0eb Update 3dnow table, use Code and not u16 elems 2020-02-14 20:33:04 +01:00
0xd4d c1462b7432 Update min mem size tests 2020-02-14 20:32:57 +01:00
0xd4d 452d75991c Move tests to encoder dir 2020-02-14 20:32:48 +01:00
0xd4d 4cd4baa139 Update README 2020-02-12 13:02:03 +01:00
0xd4d 2f1143dd3f Update hashbrown to 0.7.0 2020-02-11 23:52:07 +01:00
0xd4d 09feb91078 Update README 2020-02-11 19:17:50 +01:00
0xd4d 8101c9d054 Update README (Rust) 2020-02-11 18:59:55 +01:00
0xd4d 03291431c9 Bump version (Rust) 2020-02-11 18:07:41 +01:00
0xd4d a951084934 Update C# README 2020-02-11 17:43:14 +01:00
0xd4d d02c64bffb Add Rust db feature 2020-02-11 17:38:44 +01:00
0xd4d fb935e2136 Fmt opt strings are now String or &'static str 2020-02-11 17:38:36 +01:00
0xd4d bd31bd87bc Formatter ctors now take an Option<Box<...>> instead of an Option<&mut ...> 2020-02-11 17:38:29 +01:00
0xd4d 14bff33c0c Move README to C# dir 2020-02-11 17:38:21 +01:00
0xd4d 1d63a25308 Update build.yml 2020-02-10 22:03:21 +01:00
0xd4d 3247c17794 Update README 2020-02-10 22:03:13 +01:00
0xd4d 6bda7a1aa8 Update README 2020-02-10 21:42:04 +01:00
0xd4d 4db41e0ce5 Change sig from &MemoryOperand to MemoryOperand 2020-02-10 20:04:21 +01:00
0xd4d e035d8d202 Add Instruction Display trait test 2020-02-10 20:04:14 +01:00
0xd4d 5728762b33 Add Rust reg add/sub op tests 2020-02-10 20:04:05 +01:00
0xd4d ef0fe6f9fe Rename NO_xxx to xxx 2020-02-10 20:03:58 +01:00
0xd4d 5b196a54dc Intel formatter updates 2020-02-10 20:03:50 +01:00
0xd4d d7f1afd439 Add Rust examples 2020-02-10 20:03:39 +01:00
0xd4d cc80a59599 Misc 2020-02-10 20:03:06 +01:00
0xd4d 35ed5541da Update #[cfg] attr 2020-02-09 22:54:58 +01:00
0xd4d 695f586a6e Update 16-bit xbegin in 16-bit mode 2020-02-09 20:18:17 +01:00
0xd4d bdbd2cd1b6 Change symbol_size to an Option 2020-02-09 17:55:12 +01:00
0xd4d 81e84e4e69 Add VA tests (Rust) 2020-02-09 17:55:05 +01:00
0xd4d c36fe88a83 Remove Enum.GetValues() calls 2020-02-09 17:54:57 +01:00
0xd4d 1318aec75a Intel formatter: mmx -> mm reg names 2020-02-09 17:54:50 +01:00
0xd4d d7c7baf0e6 Don't convert to 2-op arg nop form (Intel formatter) 2020-02-09 17:54:42 +01:00
0xd4d 18fad1fa88 Don't hide {er} even if instr ignores it (nasm/gas) 2020-02-06 19:27:05 +01:00
0xd4d 9cdb2f6534 Add symbol resolver tests (Rust) 2020-02-06 19:26:52 +01:00
0xd4d ca8adb8591 Fix #if condition 2020-02-05 00:13:25 +01:00
0xd4d 11643f59d2 Create invalid instruction if mem op + opmask + z 2020-02-04 23:53:29 +01:00
0xd4d 3562d491b9 #UD if no CPU supports a cr/dr reg 2020-02-04 23:53:16 +01:00
0xd4d 7a5157b401 Check for more invalid LL encodings 2020-02-04 23:53:07 +01:00
0xd4d 34555e163f Update build.yml, Cargo.toml 2020-02-04 02:03:37 +01:00