about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-05-17Rollup merge of #50837 - steveklabnik:revert-49767, r=QuietMisdreavusMark Simulacrum-430/+101
2018-05-17Rollup merge of #50553 - clarcharr:option_xor, r=sfacklerMark Simulacrum-0/+36
2018-05-17Change align_offset to support different stridesSimonas Kazlauskas-55/+256
2018-05-17Revert #49767steveklabnik-430/+101
2018-05-17Auto merge of #50629 - Mark-Simulacrum:stage-step, r=alexcrichtonbors-1261/+385
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-1261/+385
2018-05-17Rename trans to codegen everywhere.Irina Popa-1/+1
2018-05-17Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichtonkennytm-132/+14
2018-05-16Stabilize num::NonZeroU*Simon Sapin-10/+7
2018-05-16Remove unstable deprecated num::NonZeroI* typesSimon Sapin-17/+1
2018-05-16Make core::nonzero privateSimon Sapin-106/+7
2018-05-16Fix `Debug` impl of `Duration` for precisions > 9Lukas Kalbertodt-11/+24
2018-05-16Implement rounding for `Duration`s Debug outputLukas Kalbertodt-7/+51
2018-05-16fix a typo in signed-integer::from_str_radix()SHA Miao-1/+1
2018-05-15Separate feature gate for wrapping_next_power_of_twoClar Charr-4/+6
2018-05-15Add Option::xor methodClar Charr-0/+36
2018-05-15Rollup merge of #50745 - kraai:patch-1, r=kennytmGuillaume Gomez-1/+1
2018-05-15Rollup merge of #49767 - ecstatic-morse:ptr-docs, r=steveklabnikGuillaume Gomez-101/+430
2018-05-14Add implementation of Extend for ()Taylor Cramer-0/+7
2018-05-14Uncapitalize "You"Matt Kraai-1/+1
2018-05-13Fix incorrect statement about return value for Iterator::zip.Corey Farwell-2/+1
2018-05-12Rollup merge of #50545 - rizakrko:const_time, r=oli-obkMark Simulacrum-6/+48
2018-05-10const timeRoman Stoliar-6/+48
2018-05-10Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcvAlex Crichton-4/+4
2018-05-10Rollup merge of #50574 - s3bk:range_inclusive_into_inner, r=SimonSapinAlex Crichton-0/+15
2018-05-10Rollup merge of #50010 - ExpHP:slice-bounds, r=alexcrichtonAlex Crichton-74/+242
2018-05-09Shorten ownership safety discussion in `read_volatile`Dylan MacKenzie-8/+15
2018-05-09move See also links to topMichael Lamparski-4/+4
2018-05-09Use the "Safety" heading instead of "Undefined Behavior"Dylan MacKenzie-65/+9
2018-05-09add fn `into_inner(self) -> (Idx, Idx)` to RangeInclusive (#49022)Sebastian Köln-0/+15
2018-05-09Rollup merge of #50511 - Manishearth:must-use, r=QuietMisdreavuskennytm-6/+6
2018-05-09Rollup merge of #50464 - est31:master, r=rkruppekennytm-6/+4
2018-05-09Rollup merge of #50148 - japaric:const-manuallydrop, r=oli-obkkennytm-1/+2
2018-05-09Rollup merge of #50539 - clarcharr:log_const, r=dtolnaykennytm-0/+16
2018-05-08Add missing Wrapping methods, use doc_comment!Clar Charr-199/+486
2018-05-08Add more logarithm constantsClar Charr-0/+16
2018-05-07Add explanation for #[must_use] on Debug buildersManish Goregaokar-5/+5
2018-05-07Add explanation for #[must_use] on ResultManish Goregaokar-1/+1
2018-05-07Unpin: Fix references to Pin typeRalf Jung-4/+4
2018-05-07Rename PinMut::borrow to PinMut::reborrow and make it a methodRalf Jung-3/+6
2018-05-07PinMut::get_mut can also preserve the lifetimeRalf Jung-1/+1
2018-05-07Change PinMut::map to be able to preserve the original reference's lifetimeRalf Jung-1/+1
2018-05-07Rename Pin to PinMutRalf Jung-24/+24
2018-05-07make the const constructor unstableJorge Aparicio-0/+1
2018-05-06Improve `Debug` impl of `core::time::Duration`Lukas Kalbertodt-1/+189
2018-05-06Added some simple documentation.kennytm-0/+8
2018-05-06Some final touches to ensure `./x.py test --stage 0 src/lib*` workskennytm-0/+3
2018-05-06Move the tests in src/libcore/slice/memchr.rs as well.kennytm-82/+86
2018-05-06Fix warning in `core::time` testsLukas Kalbertodt-4/+6
2018-05-06Move libcore/time tests from `time.rs` to `tests/time.rs`Lukas Kalbertodt-116/+123