]> git.lizzy.rs Git - rust.git/history - src/intptrcast.rs
Auto merge of #822 - RalfJung:tls, r=RalfJung
[rust.git] / src / intptrcast.rs
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungavoid integer overflow in ptr-to-int cast
2019-07-03 Ralf Jungallow dangling ptr-to-int casts; use force_bits for...
2019-07-01 borsAuto merge of #815 - RalfJung:memory-audit, r=RalfJung
2019-06-30 borsAuto merge of #809 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungadd some tracing to intptrcast
2019-06-30 borsAuto merge of #804 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungfix comparing function pointers with intptrcast
2019-06-30 borsAuto merge of #801 - RalfJung:num_cpus, r=RalfJung
2019-06-29 borsAuto merge of #795 - RalfJung:intptrcast, r=RalfJung
2019-06-29 Ralf Jungsupport num_cpus and test that
2019-06-29 Ralf Jungdon't compute residue twice
2019-06-29 Ralf Jungmore sensible slack
2019-06-29 Ralf Jungtweak inttoptr allocation behavior
2019-06-28 borsAuto merge of #794 - RalfJung:alignment-sanity, r=oli-obk
2019-06-28 Ralf Jungptr-to-int alignment sanity check
2019-06-26 borsAuto merge of #779 - christianpoveda:intptrcast-model...
2019-06-26 Christian PovedaFix alignment of base addresses
2019-06-25 Christian PovedaFix merge conflicts
2019-06-24 Christian PovedaReorganize MemoryExtra and AllocExtra structures
2019-06-24 Christian PovedaRename new fields and move rng to MemoryExtra
2019-06-21 Christian PovedaImplement intptrcast methods