]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #74195 - Manishearth:rollup-h3m0sl8, r=Manishearth
authorbors <bors@rust-lang.org>
Thu, 9 Jul 2020 21:32:02 +0000 (21:32 +0000)
committerbors <bors@rust-lang.org>
Thu, 9 Jul 2020 21:32:02 +0000 (21:32 +0000)
commite59b08e62ea691916d2f063cac5aab4634128022
tree7bafe998869c457ebaa9f82179f49c37baf7a551
parent5db778affee7c6600c8e7a177c48282dab3f6292
parent9353e21bfdea148e910b2530270a3418db836bf3
Auto merge of #74195 - Manishearth:rollup-h3m0sl8, r=Manishearth

Rollup of 14 pull requests

Successful merges:

 - #73292 (Fixing broken link for the Eq trait)
 - #73791 (Allow for parentheses after macro intra-doc-links)
 - #74070 ( Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>.)
 - #74077 (Use relative path for local links to primitives)
 - #74079 (Eliminate confusing "globals" terminology.)
 - #74107 (Hide `&mut self` methods from Deref in sidebar if there are no `DerefMut` impl for the type.)
 - #74136 (Fix broken link in rustdocdoc)
 - #74137 (Update cargo)
 - #74142 (Liballoc use vec instead of vector)
 - #74143 (Try remove unneeded ToString import in liballoc slice)
 - #74146 (update miri)
 - #74150 (Avoid "blacklist")
 - #74184 (Add docs for intra-doc-links)
 - #74188 (Tweak `::` -> `:` typo heuristic and reduce verbosity)

Failed merges:

 - #74122 (Start-up clean-up)
 - #74127 (Avoid "whitelist")

r? @ghost