Oliver Schneider
|
c57233abca
|
needless clones
|
2016-09-13 13:03:54 +02:00 |
|
Oliver Schneider
|
5c47e3dbd8
|
only allow the modification of static mut or statics with interior mutability
|
2016-09-11 11:02:45 +02:00 |
|
Oliver Schneider
|
0e58c2a31b
|
document the fields of Allocation
|
2016-09-11 11:02:45 +02:00 |
|
Oliver Schneider
|
78bef956c9
|
don't load memory as mutable if not necessary
|
2016-09-11 11:02:45 +02:00 |
|
Oliver Schneider
|
00c551c5f0
|
implement calling methods through trait objects
|
2016-09-09 12:51:14 +02:00 |
|
Oliver Schneider
|
0f177fdecf
|
implement more casts
|
2016-09-07 18:34:59 +02:00 |
|
Oliver Schneider
|
cd91f9feee
|
replace all unreachable! and panic! calls with bug!
|
2016-09-06 16:16:49 +02:00 |
|
Oliver Schneider
|
f8cfc387fd
|
address nits
|
2016-07-25 12:30:35 +02:00 |
|
Oliver Schneider
|
ec897f9156
|
don't allow runtime-aligning of memory
|
2016-07-22 16:35:39 +02:00 |
|
Oliver Schneider
|
613d15c672
|
clippy
|
2016-07-07 13:19:17 +02:00 |
|
Oliver Schneider
|
4c258d1ed2
|
Merge remote-tracking branch 'origin/master' into alignment
|
2016-07-07 13:17:08 +02:00 |
|
Oliver Schneider
|
9669acc3a3
|
Merge remote-tracking branch 'origin/master' into the_outer_limits
|
2016-07-07 11:27:49 +02:00 |
|
Oliver Schneider
|
5381981446
|
shrink_to_fit some vectors to prevent interpreted code from passing the memory limits
|
2016-07-07 11:21:18 +02:00 |
|
Oliver Schneider
|
8d3817cfc6
|
use usize instead of u64 for memory limits
|
2016-07-07 11:20:46 +02:00 |
|
Oliver Schneider
|
51ce4a2584
|
use byteorder's write_f{32,64} instead of transmuting
|
2016-07-06 11:51:32 +02:00 |
|
Oliver Schneider
|
1bd8e04228
|
check alignment in various places
|
2016-07-06 11:12:44 +02:00 |
|
Oliver Schneider
|
50987e3697
|
some methods to check pointers for correct alignment
|
2016-07-06 10:58:51 +02:00 |
|
Oliver Schneider
|
082effb3ee
|
align allocations in the worst possible way
|
2016-07-05 14:27:27 +02:00 |
|
Oliver Schneider
|
756fbcce48
|
add a memory limit
|
2016-07-05 10:47:10 +02:00 |
|
Oliver Schneider
|
4b831569f6
|
implement floats by running the ops on the host architecture
|
2016-07-05 09:08:24 +02:00 |
|
Scott Olson
|
a7cc77a010
|
Compare against ZST_ALLOC_ID in points_to_zst.
|
2016-07-01 16:40:52 -06:00 |
|
Oliver Schneider
|
3d9588332f
|
address comments
|
2016-07-01 13:09:40 +02:00 |
|
Oliver Schneider
|
594f1d79da
|
optimize all ZST allocations into one single allocation
|
2016-07-01 13:09:17 +02:00 |
|
Scott Olson
|
756d73b3ca
|
Remove filling drop to prep for elaborated drops.
|
2016-06-30 21:30:03 -06:00 |
|
Oliver Schneider
|
b91338b220
|
things priroda needs to be public or changed
|
2016-06-30 11:29:25 +02:00 |
|
Oliver 'ker' Schneider
|
37287d2a5d
|
use free methods instead of traits
|
2016-06-25 16:50:33 +02:00 |
|
Oliver Schneider
|
0288486b73
|
use target byte order
|
2016-06-23 15:16:25 +02:00 |
|
Oliver Schneider
|
86040c0d29
|
simplify write_ptr
|
2016-06-23 13:04:05 +02:00 |
|
Oliver Schneider
|
4c7aae73bc
|
adjust all pointer_size checks to use the method
|
2016-06-23 10:02:39 +02:00 |
|
Oliver Schneider
|
d13153c424
|
add a pointer_size method to Memory for easy access
|
2016-06-23 09:59:16 +02:00 |
|
Oliver Schneider
|
205a988c1b
|
improve rustdoc rendering
|
2016-06-23 09:40:01 +02:00 |
|
Oliver Schneider
|
055b6a8d38
|
store full TargetDataLayout in Memory instead of just pointer size
|
2016-06-23 09:36:37 +02:00 |
|
Oliver Schneider
|
7a9272c8e1
|
no need to cast chars as u32 before casting to u64
|
2016-06-21 09:43:45 +02:00 |
|
Oliver Schneider
|
2dbd30fa51
|
implement char handling
|
2016-06-21 09:35:20 +02:00 |
|
Oliver Schneider
|
68469be89b
|
rename function cache member
|
2016-06-20 16:52:53 +02:00 |
|
Oliver Schneider
|
e90ee1674a
|
fix comparing of function pointers
|
2016-06-20 10:35:15 +02:00 |
|
Oliver Schneider
|
c36dcff005
|
forbid calling functions through pointers of a different type
|
2016-06-14 10:34:54 +02:00 |
|
Oliver Schneider
|
fe9b455006
|
comment nit
|
2016-06-13 15:32:08 +02:00 |
|
Oliver Schneider
|
4d090fa693
|
report better errors when using a fn ptr as memory and vice versa
|
2016-06-13 11:39:15 +02:00 |
|
Oliver Schneider
|
3aa585e421
|
Merge remote-tracking branch 'origin/master' into function_pointers2
|
2016-06-13 11:24:01 +02:00 |
|
Oliver Schneider
|
384623daa7
|
function pointers
|
2016-06-10 18:06:36 +02:00 |
|
Oliver Schneider
|
c881cf10d8
|
clippy nits
|
2016-06-08 09:41:28 +02:00 |
|
Oliver Schneider
|
f910019da1
|
add a note to Memory::new mentioning tcx.data_layout
|
2016-06-01 11:24:23 +02:00 |
|
Oliver Schneider
|
29516c3129
|
improve out of bounds error message
|
2016-06-01 11:22:37 +02:00 |
|
Oliver Schneider
|
12c2e5fab2
|
4byte pointers
|
2016-06-01 11:10:43 +02:00 |
|
Oliver Schneider
|
b78ca5f7e1
|
replace panic! s with Result
|
2016-06-01 11:10:43 +02:00 |
|
Scott Olson
|
382dc0ccb2
|
Update for my github username change.
|
2016-05-09 20:08:37 -06:00 |
|
Scott Olson
|
b859444562
|
Do or do not.
|
2016-05-09 18:52:53 -06:00 |
|
Scott Olson
|
49b6349577
|
Update to a new nightly.
|
2016-05-09 15:32:18 -06:00 |
|
Scott Olson
|
5f07e2ebd3
|
Merge branch 'new-data-layout'
|
2016-05-08 19:31:28 -06:00 |
|