summary refs log tree commit diff
path: root/src/test/run-pass/shift.rs
AgeCommit message (Collapse)AuthorLines
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on ↵Michael Sullivan-25/+10
the signedness. Closes #2417.
2012-02-22rustc: Allow any integral types on rhs of shift opsBrian Anderson-0/+86