]> git.lizzy.rs Git - rust.git/commit
auto merge of #7133 : kballard/rust/terminfo-parm, r=thestinger
authorbors <bors@rust-lang.org>
Sat, 15 Jun 2013 10:07:05 +0000 (03:07 -0700)
committerbors <bors@rust-lang.org>
Sat, 15 Jun 2013 10:07:05 +0000 (03:07 -0700)
commitda42e6b7a0fcadcca819d221738894dcb6c4b76d
tree748b47c869b046a4918f734b4bced05d706ae950
parent83d44f87e5fe8935c1f8a5f26409a99286675650
parentda4e614742ea67677ed122985c1730590748d788
auto merge of #7133 : kballard/rust/terminfo-parm, r=thestinger

Implement conditional support in terminfo, along with a few other related operators.

Fix implementation of non-commutative arithmetic operators.

Remove all known cases of task failure from `terminfo::parm::expand`, and change the method signature.

Fix some other miscellaneous issues.