rust/compiler/rustc_mir/src
Dylan DPC e58313248a
Rollup merge of #82977 - camsteffen:opt-get-insert-def, r=m-ou-se
Rename `Option::get_or_default` to `get_or_insert_default`

...as [suggested](https://github.com/rust-lang/rust/issues/82901#issuecomment-793548515) by `@m-ou-se.` In hindsight this seems rather obvious, at least to me.

r? `@joshtriplett`
2021-03-10 17:55:47 +01:00
..
borrow_check Clean up todos 2021-03-09 19:31:31 +00:00
const_eval fix review 2021-02-25 04:21:12 +03:00
dataflow Clean up todos 2021-03-09 19:31:31 +00:00
interpret fix error message for copy(_nonoverlapping) overflow 2021-03-10 15:50:44 +01:00
monomorphize Fixes -Zpolymorphize for src/test/ui/const-generics/auxiliary/crayte.rs 2021-03-04 15:45:31 +00:00
transform Rename Option::get_or_insert_default 2021-03-10 09:07:16 -06:00
util Update match branches 2021-03-09 16:54:13 +00:00
lib.rs Rename Option::get_or_insert_default 2021-03-10 09:07:16 -06:00
shim.rs Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix 2021-03-08 08:39:24 +00:00