]> git.lizzy.rs Git - rust.git/commit
auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydon
authorbors <bors@rust-lang.org>
Tue, 23 Apr 2013 04:09:49 +0000 (21:09 -0700)
committerbors <bors@rust-lang.org>
Tue, 23 Apr 2013 04:09:49 +0000 (21:09 -0700)
commit3867470feb72e847e2960314b134199a9f3cd02d
treea6befa5e5f297514cc8e1e4b1a09a4ecf714dd4d
parent309f0c5603b369021bf887bf427670b83d8e75f7
parenta117cf03bc90addb9c0b6364db8ff7e54b10d753
auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydon

BigInt had been supported quot/rem and div/mod correctly, but after merging #5990 they have been broken.
This commit fixes it.