]> git.lizzy.rs Git - rust.git/commit
Auto merge of #31057 - bluss:memrchr-fallback, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 21 Jan 2016 13:31:43 +0000 (13:31 +0000)
committerbors <bors@rust-lang.org>
Thu, 21 Jan 2016 13:31:43 +0000 (13:31 +0000)
commit038de0f95e35acc6748aa305dff97dea7b814a1a
treee2cbf5f81e707d3c430af445025d47b6704fcf59
parent34b4e66736a0fb65235feadbb5178d42bd09ed67
parent078a6231a78a974eb19df884630edb8c65909941
Auto merge of #31057 - bluss:memrchr-fallback, r=alexcrichton

Use the fallback impl for memrchr on non-linux

The memrchr code was never used(!). This brings the memrchr improvements to
non-linux platforms (LineWriter / buffered stdout benefits).

Previous PR #30381