rust/library
Jack Huey 32c5f39faf
Rollup merge of #84706 - joshtriplett:reduce-aliases, r=m-ou-se
Drop alias `reduce` for `fold` - we have a `reduce` function

Searching for "reduce" currently puts the `reduce` alias for `fold`
above the actual `reduce` function. The `reduce` function already has a
cross-reference for `fold`, and vice versa.
2021-04-29 19:27:27 -04:00
..
alloc Minor grammar tweaks for readability 2021-04-28 19:43:33 -07:00
backtrace@221483ebaf Update backtrace to 0.3.57 2021-04-25 13:48:03 -07:00
core Drop alias reduce for fold - we have a reduce function 2021-04-29 12:05:08 -07:00
panic_abort android: set abort message 2021-04-09 15:33:43 +02:00
panic_unwind
proc_macro don't let const_fn feature flag affect impl-block-level trait bounds 2021-04-29 09:27:45 +02:00
profiler_builtins
rtstartup
rustc-std-workspace-alloc
rustc-std-workspace-core
rustc-std-workspace-std
std Rollup merge of #84692 - r00ster91:var-var_os-vars, r=joshtriplett 2021-04-29 19:27:25 -04:00
stdarch@19f5459dd0 Update stdarch submodule (to before it switched to const generics) 2021-04-12 09:39:04 -04:00
term
test move core::hint::black_box under its own feature gate 2021-04-25 11:08:12 +02:00
unwind