From: bors Date: Tue, 19 Jun 2018 19:22:12 +0000 (+0000) Subject: Auto merge of #51543 - SimonSapin:oom, r=SimonSapin X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=d692ab406ebab720f99f950ac3e9aba1e01296af;p=rust.git Auto merge of #51543 - SimonSapin:oom, r=SimonSapin Rename OOM to allocation error The acronym is not descriptive unless one has seen it before. * Rename the `oom` function to `handle_alloc_error`. It was **stabilized in 1.28**, so if we do this at all we need to land it this cycle. * Rename `set_oom_hook` to `set_alloc_error_hook` * Rename `take_oom_hook` to `take_alloc_error_hook` Bikeshed: `on` v.s. `for`, `alloc` v.s. `allocator`, `error` v.s. `failure` --- d692ab406ebab720f99f950ac3e9aba1e01296af