about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2020-02-22Rollup merge of #69354 - MichaelMcDonnell:duration_overflow_test, r=CentrilDylan DPC-0/+6
2020-02-22Rollup merge of #68984 - ecstatic-morse:const-u8-is-ascii, r=sfacklerDylan DPC-1/+2
2020-02-22Auto merge of #69332 - nnethercote:revert-u8to64_le-changes, r=michaelwoeristerbors-1/+3
2020-02-22Auto merge of #67330 - golddranks:split_inclusive, r=kodrausbors-1/+421
2020-02-21Test `Duration::new` panics on overflowMichael Mc Donnell-0/+6
2020-02-21Revert `u8to64_le` changes from #68914.Nicholas Nethercote-1/+3
2020-02-20Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obkDylan DPC-23/+49
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-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 #Safety of core::ptr::drop_in_placeAmos Onn-1/+4
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-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-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
2020-02-10Rollup merge of #68986 - ecstatic-morse:const-ascii-ctype, r=CentrilDylan DPC-20/+41
2020-02-10Auto merge of #68835 - CAD97:sound-range-inclusive, r=Mark-Simulacrumbors-53/+26
2020-02-10Rollup merge of #68976 - ecstatic-morse:const-non-zero, r=dtolnayDylan DPC-1/+2
2020-02-09Don't return empty slice on last iteration with matched terminator. Test reve...Pyry Kontio-123/+161
2020-02-09Implement split_inclusive for slice and str, an splitting iterator that inclu...Pyry Kontio-1/+383
2020-02-08Make `u8::is_ascii` a stable `const fn`Dylan MacKenzie-1/+2
2020-02-08Make the ASCII ctype inherent methods constDylan MacKenzie-20/+41
2020-02-08Make integer power methods constDylan MacKenzie-14/+31
2020-02-08Use bespoke macro instead of `?` inside const fnsDylan MacKenzie-6/+16
2020-02-08[!] Use `rustc_inherit_overflow_checks` in `next_power_of_two`Dylan MacKenzie-3/+2
2020-02-08Make `num::NonZeroX::new` an unstable `const fn`Dylan MacKenzie-1/+2
2020-02-09Rollup merge of #68946 - mjbshaw:must_use, r=mjbshawDylan DPC-0/+13
2020-02-09Rollup merge of #68918 - brson:unwrapdoc, r=Dylan-DPCDylan DPC-63/+75
2020-02-08Remove problematic specialization from RangeInclusiveCAD97-53/+26
2020-02-08Mark several functions and methods in core::cmp as #[must_use]Michael Bradshaw-0/+13
2020-02-08Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakisbors-57/+91
2020-02-07Don't use the word 'unwrap' to describe core unwrapping functionsBrian Anderson-26/+38
2020-02-06Rollup merge of #68886 - tom-a-wagner:master, r=Mark-SimulacrumDylan DPC-0/+12