about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2022-03-27 09:19:50 +0000
committerbors <bors@rust-lang.org>2022-03-27 09:19:50 +0000
commit100f12d17026fccfc5d80527b5976dd66b228b13 (patch)
tree0a24aa3884c9cd02883363a9838890ffd2254d73 /compiler/rustc_llvm/llvm-wrapper
parent223b58e484675bedc0fe4ed378e0ce8991fca1f3 (diff)
parent1431c76c560a54f9027fa75d0d04c81c72a17453 (diff)
downloadrust-100f12d17026fccfc5d80527b5976dd66b228b13.tar.gz
rust-100f12d17026fccfc5d80527b5976dd66b228b13.zip
Auto merge of #95355 - dtolnay:ripgreptest, r=Dylan-DPC
Bump the ripgrep commit exercised by cargotest

This update goes from https://github.com/BurntSushi/ripgrep/commit/3de31f752729525d85a3d1575ac1978733b3f7e7 (Aug 1, 2019) to current master, https://github.com/BurntSushi/ripgrep/commit/ced5b92aa93eb47e892bd2fd26ab454008721730 (March 21, 2022).

I need this in order to pick up https://github.com/BurntSushi/ripgrep/pull/1722, which picked up https://github.com/BurntSushi/bstr/pull/58, which unblocks https://github.com/rust-lang/rust/pull/95345. Ripgrep uses the Debug representation of a `BStr` in some of its tests. In old versions of bstr, that used to just use the standard library's `escape_debug()` implementation, so the output ends up being sensitive to whether the standard library renders character 0 as `\u{0}` or as `\0`. The newer bstr always renders character 0 as `\0` and ripgrep's test suite has been correspondingly updated.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions