about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-02-20Auto merge of #69256 - nnethercote:misc-inlining, r=Centrilbors-1/+1
2020-02-19Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqdbors-5/+7
2020-02-18Revert "Remove `checked_add` in `Layout::repeat`"Sebastian Hahn-5/+7
2020-02-18Rollup merge of #69249 - LeSeulArtichaut:stabilize-logs-consts, r=sfacklerYuki Okushi-4/+4
2020-02-18Rollup merge of #68597 - ollie27:skip_nth_last, r=AmanieuYuki Okushi-13/+7
2020-02-18Always inline `run_utf8_validation`.Nicholas Nethercote-1/+1
2020-02-17Move the show_usize marker function to a staticMark Rousskov-7/+16
2020-02-17Move to using an extern type for opaquenessMark Rousskov-12/+4
2020-02-17Drop unused argument to float functionsMark Rousskov-240/+224
2020-02-17Rollup merge of #68701 - amosonn:patch-2, r=RalfJungYuki Okushi-4/+15
2020-02-17Rollup merge of #68495 - sdegutis:patch-1, r=Mark-SimulacrumYuki Okushi-1/+2
2020-02-16Stabilize {f32, f64}::{LOG2_10, LOG10_2}LeSeulArtichaut-4/+4
2020-02-16Improve documentation on iteratorsLeSeulArtichaut-2/+4
2020-02-16debug_assert a few more raw pointer methodsRalf Jung-5/+16
2020-02-16Improve #Safety of core::ptr::drop_in_placeAmos Onn-1/+4
2020-02-15Formatter::sign is &'static strMark Rousskov-21/+21
2020-02-15Improve #Safety in various methods in core::ptrAmos Onn-0/+8
2020-02-15Improve #Safety of core::ptr::replaceAmos Onn-1/+1
2020-02-15Improve #Safety in various methods in core::ptrAmos Onn-2/+2
2020-02-14implement LowerExp and UpperExp for integersMax Blachman-0/+243
2020-02-12Add trait `Self` filtering to `rustc_on_unimplemented`Esteban Küber-4/+1
2020-02-12Account for `Pin::new(_)` and `Pin::new(Box::new(_))` when `Box::pin(_)` woul...Esteban Küber-0/+7
2020-02-12Add usage recommendation to old float constantsLinus Färnstrand-0/+28
2020-02-12Update float documentation to use associated constsLinus Färnstrand-22/+2
2020-02-12Add notice about using new consts in new code on int modulesLinus Färnstrand-0/+36
2020-02-12Add notice about using new consts in new code on float modulesLinus Färnstrand-0/+6
2020-02-12Remove uint_macros that was identical to int_macrosLinus Färnstrand-45/+13
2020-02-12Replace min/max_value() with MIN/MAX in integer docsLinus Färnstrand-52/+52
2020-02-12Use new preferred consts in int docsLinus Färnstrand-35/+13
2020-02-12Add "soft deprecation" notice to old MIN/MAX docsLinus Färnstrand-12/+41
2020-02-12Add "soft deprecation" notice to old min/max_value() docsLinus Färnstrand-40/+60
2020-02-12Stabilize assoc_int_constsLinus Färnstrand-37/+32
2020-02-12Add tracking number, adjust documentation wordingAndreas Molzer-4/+5
2020-02-12Rollup merge of #67585 - ranma42:fix/char-is-ascii-codegen, r=AmanieuDylan DPC-10/+40
2020-02-12Rollup merge of #69027 - TimDiekmann:zeroed-alloc, r=AmanieuYuki Okushi-0/+137
2020-02-12Rollup merge of #69026 - TimDiekmann:common-usage, r=AmanieuYuki Okushi-199/+2
2020-02-11Document stabilized versions of atomic singlethreaded fencesLeSeulArtichaut-0/+24
2020-02-11Remove references to `wrapping` methodsLeSeulArtichaut-10/+10
2020-02-11Fix mistake in atomic comparaison docsLeSeulArtichaut-19/+19
2020-02-11Add newline between summary and stable version documentationLeSeulArtichaut-1/+144
2020-02-11Document stable versions of number-related intrinsicsLeSeulArtichaut-2/+32
2020-02-11Document stable versions of memory-related intrinsicsLeSeulArtichaut-0/+25
2020-02-11Document stable versions of `type_name` and `type_id`LeSeulArtichaut-0/+4
2020-02-11Document stable versions of `f32` and `f64` intrinsicsLeSeulArtichaut-2/+240
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-0/+2
2020-02-11Improve `char::is_ascii_*` codeAndrea Canciani-10/+40
2020-02-10Auto merge of #69030 - Dylan-DPC:rollup-t9uk7vc, r=Dylan-DPCbors-20/+41
2020-02-10Add `repr(no_niche)` to `UnsafeCell`. Fix #68303.Felix S. Klock II-0/+2
2020-02-10Add missing `_zeroed` varants to `AllocRef`Tim Diekmann-0/+137
2020-02-10Remove common usage pattern from `AllocRef`Tim Diekmann-199/+2