lib/standard: Remove lshift and rshift from Int and Byte
authorLucas Bajolet <r4pass@hotmail.com>
Fri, 7 Aug 2015 20:26:13 +0000 (16:26 -0400)
committerLucas Bajolet <r4pass@hotmail.com>
Fri, 7 Aug 2015 20:46:21 +0000 (16:46 -0400)
commit48be319379dd178872b65688d44b57197f1a2178
treedf4bdef2fb48dad6512232a4cf8fa33d0304918f
parent1cd172b5f3151e9e481f455e7c02ff47f7a14994
lib/standard: Remove lshift and rshift from Int and Byte

Signed-off-by: Lucas Bajolet <r4pass@hotmail.com>
19 files changed:
contrib/pep8analysis/src/ast/suffixed_instructions.nit
lib/bitmap/bitmap.nit
lib/perfect_hashing.nit
lib/standard/kernel.nit
lib/standard/math.nit
lib/standard/text/abstract_text.nit
lib/standard/text/flat.nit
src/compiler/abstract_compiler.nit
src/compiler/java_compiler.nit
tests/bench_add_all.nit
tests/bench_bintree_gen.nit
tests/bench_netsim.nit
tests/bench_nsieve_bool.nit
tests/bench_send.nit
tests/bench_send2.nit
tests/shootout_binarytrees.nit
tests/shootout_mandelbrot.nit
tests/shootout_nsieve.nit
tests/shootout_nsieve_bytes_alt.nit