rust/src/libcore
Mazdak Farrokhzad b131230c3b
Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercote
Inline `{min,max}_value` even in debug builds

I think it is worth to inline `{min,max}_value` even in debug builds.
See this godbolt link: https://godbolt.org/z/-COkVS
2019-10-03 08:04:33 +02:00
..
benches
char Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
fmt Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
future
hash Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
iter replace try_for_each with try_fold to generate less code 2019-10-01 07:56:18 +02:00
mem Add missing links for mem::needs_drop 2019-09-30 16:12:01 +00:00
num Rollup merge of #64941 - lzutao:inline-max_min_value, r=nnethercote 2019-10-03 08:04:33 +02:00
ops
prelude
ptr Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
slice Auto merge of #64600 - scottmcm:no-slice-tryfold-unroll, r=bluss 2019-09-30 09:52:29 +00:00
str Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
sync Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcrichton 2019-09-18 10:58:05 -07:00
task
tests Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviper 2019-09-21 04:21:25 +00:00
unicode
alloc.rs
any.rs Remove unneeded fn main blocks from docs 2019-10-01 11:55:46 +00:00
array.rs
ascii.rs
bool.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
borrow.rs
Cargo.toml
cell.rs
clone.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
cmp.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
convert.rs address rebase damage 2019-09-25 23:18:31 +03:00
default.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
ffi.rs
hint.rs broken hyperlinks in documentation 2019-09-18 12:31:34 +02:00
internal_macros.rs
intrinsics.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
iter_private.rs
lib.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
macros.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
marker.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
option.rs Fixed a misleading documentation issue #64844 2019-09-30 00:26:42 -05:00
panic.rs
panicking.rs Snap cfgs to new beta 2019-09-25 08:42:46 -04:00
pin.rs pin.rs: fix links to primitives in documentation 2019-09-27 14:33:08 +00:00
raw.rs
result.rs
time.rs
tuple.rs
unit.rs