Files
rust/src/librustdoc
bors 8513e78dbb Auto merge of #84034 - jyn514:regex-in-loop, r=Mark-Simulacrum
Fix perf regression in rustdoc::bare_urls

This regressed in #81764. After that PR, rustdoc compiled the regex for every single item in the crate: https://perf.rust-lang.org/compare.html?start=125505306744a0a5bb01d62337260a95d9ff8d57&end=2e495d2e845cf27740e3665f718acfd3aa17253e&stat=instructions%3Au

This would have been caught by `clippy::declare_interior_mutable_const` (cc https://github.com/rust-lang/rust/issues/77983).
2021-04-09 18:47:52 +00:00
..
2021-04-08 15:32:22 +02:00
2021-04-04 14:10:26 -07:00
2021-03-23 11:19:42 -07:00
2021-04-05 09:25:36 -04:00
2021-03-30 20:31:06 +02:00

For more information about how librustdoc works, see the rustc dev guide.