about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2018-04-29Auto merge of #50217 - z4v1er:patch-1, r=aturonbors-1/+0
2018-04-28Auto merge of #50149 - aaronaaeng:master, r=estebankbors-0/+13
2018-04-28Rollup merge of #49858 - dmizuk:unique-doc-hidden, r=steveklabnikkennytm-0/+1
2018-04-26Add more doc aliasesGuillaume Gomez-0/+33
2018-04-25Fix typez4v1er-1/+0
2018-04-24Rollup merge of #50185 - dmizuk:mod_euc-fix-overflow, r=kennytmkennytm-1/+11
2018-04-24Rollup merge of #49970 - SimonSapin:deprecate, r=sfacklerkennytm-0/+15
2018-04-24Rollup merge of #49906 - kennytm:stable-unreachable, r=sfacklerkennytm-16/+69
2018-04-24Rollup merge of #49727 - stjepang:cell-update, r=SimonSapinkennytm-0/+39
2018-04-23Assign the tracking issueStjepan Glavina-1/+1
2018-04-24core: Minor cleanupDaiki Mizukami-1/+1
2018-04-23Clarify the docs for Cell::updateStjepan Glavina-2/+3
2018-04-24core: Fix overflow in `int::mod_euc` when `self < 0 && rhs == MIN`Daiki Mizukami-1/+11
2018-04-22Make must_use lint cover all binary/unary operatorsAaron Aaeng-0/+13
2018-04-22Remove Alloc::oomSteven Fackler-26/+0
2018-04-22Replace GlobalAlloc::oom with a lang itemSteven Fackler-11/+0
2018-04-22Auto merge of #50109 - SimonSapin:copy, r=sfacklerbors-1/+1
2018-04-22Auto merge of #49757 - GuillaumeGomez:never-search, r=QuietMisdreavusbors-0/+25
2018-04-22Auto merge of #49896 - SimonSapin:inherent, r=alexcrichtonbors-112/+3838
2018-04-21Auto merge of #50121 - pnkfelix:revert-stabilization-of-never-type-et-al, r=a...bors-29/+27
2018-04-21add more aliasesGuillaume Gomez-0/+25
2018-04-21Auto merge of #50039 - ExpHP:quick-50002, r=alexcrichtonbors-7/+2
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-24/+36
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-72/+0
2018-04-21Add some f32 and f64 inherent methods in libcoreSimon Sapin-1/+580
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-14/+1750
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-1/+1406
2018-04-21Move non-allocating [u8] inherent methods to libcoreSimon Sapin-0/+66
2018-04-20Revert "Stabilize the TryFrom and TryInto traits"Felix S. Klock II-21/+18
2018-04-20Revert stabilization of `feature(never_type)`.Felix S. Klock II-8/+9
2018-04-20Implement Copy for std::alloc::LayoutSimon Sapin-1/+1
2018-04-19Auto merge of #48553 - seanmonstar:atomic-debug, r=alexcrichtonbors-5/+3
2018-04-19Auto merge of #49630 - npmccallum:shl, r=alexcrichtonbors-3/+3
2018-04-18Auto merge of #50017 - tinaun:stabilize-all-the-things, r=sfacklerbors-27/+21
2018-04-17smaller PR just to fix #50002Michael Lamparski-7/+2
2018-04-17Auto merge of #49542 - GuillaumeGomez:intra-link-resolution-error, r=Guillaum...bors-2/+2
2018-04-17stabilize `nonnull_cast` featuretinaun-1/+1
2018-04-17stabilize `duration_extras` featuretinaun-6/+3
2018-04-17stabilize `duration_from_micros` featuretinaun-2/+1
2018-04-17stabilize `swap_with_slice` featuretinaun-1/+1
2018-04-17stabilize `swap_nonoverlapping` featuretinaun-3/+1
2018-04-17stabilize `slice_rsplit` featuretinaun-14/+14
2018-04-17Auto merge of #49664 - alexcrichton:stable-simd, r=BurntSushibors-3/+26
2018-04-16Auto merge of #49488 - alexcrichton:small-wasm-panic, r=sfacklerbors-4/+24
2018-04-16Remove unwanted auto-linking and updateGuillaume Gomez-2/+2
2018-04-16Separately gate each target_feature featureAlex Crichton-0/+8
2018-04-16Auto merge of #49130 - smmalis37:range, r=alexcrichtonbors-34/+123
2018-04-16Stabilize x86/x86_64 SIMDAlex Crichton-3/+18
2018-04-16Stabilize core::hint::unreachable_unchecked.kennytm-16/+69
2018-04-16Auto merge of #49963 - llogiq:stabilize-13226, r=kennytmbors-13/+12