about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-05-07Rollup merge of #60609 - spastorino:be-explicit-on-mem-replace-doc, r=CentrilMazdak Farrokhzad-2/+2
2019-05-07Be a bit more explicit asserting over the vec rather than the lenSantiago Pastorino-2/+2
2019-05-07Add a `cast` method to raw pointers.Simon Sapin-0/+14
2019-05-06Revert "Disable big-endian simd in swap_nonoverlapping_bytes"Josh Stone-4/+1
2019-05-05to_xe_bytes for isize and usize returns an array of different sizeStepan Koltsov-30/+83
2019-05-05Implement nth_back for RChunks(Exact)(Mut)Tim Vermeulen-0/+124
2019-05-04Fix intra-doc link resolution failure on re-exporting libstdTaiki Endo-0/+23
2019-05-03Add custom nth_back for ChainAndrea Corradi-0/+39
2019-05-02clarify wordingRalf Jung-5/+4
2019-05-01as_ptr returns a read-only pointerRalf Jung-0/+11
2019-04-29Rollup merge of #60356 - JohnTitor:stabilize-as-mut-ptr, r=CentrilMazdak Farrokhzad-1/+1
2019-04-29Rollup merge of #60256 - ethanboxx:master, r=alexcrichtonMazdak Farrokhzad-1/+31
2019-04-29Rollup merge of #59946 - mernen:patch-2, r=ehussMazdak Farrokhzad-1/+1
2019-04-29impl From<Infallible> for TryFromSliceErrorJethro Beekman-1/+8
2019-04-29Auto merge of #60364 - JohnTitor:stabilize-const-needs-drop, r=oli-obkbors-1/+0
2019-04-29const-stabilize std::mem::needs_dropYuki OKUSHI-1/+0
2019-04-29Stabilize str::as_mut_ptrYuki OKUSHI-1/+1
2019-04-27Rename .cap() methods to .capacity()Matthias Geier-2/+2
2019-04-27Stabilize Iterator::copied in 1.36.0.Mazdak Farrokhzad-11/+9
2019-04-26Add flatten option for `Option<Option<T>>`Ethan Brierley-1/+31
2019-04-26Remove feature gates from std and testsChristopher Serr-1/+0
2019-04-26Stabilize pointer::align_offsetChristopher Serr-4/+2
2019-04-26Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasperbors-0/+8
2019-04-26Rollup merge of #60165 - Nemo157:pin-into-inner, r=cramertjMazdak Farrokhzad-0/+34
2019-04-25ignore-tidy-filelength on all files with greater than 3000 linesvarkor-0/+8
2019-04-25Auto merge of #60192 - t-rapp:tr-saturating-funcs, r=alexcrichtonbors-0/+83
2019-04-25Add tests for saturating_abs() and saturating_neg functionsTobias Rapp-0/+27
2019-04-25Add saturating_abs() and saturating_neg() functions to signed integer typesTobias Rapp-0/+56
2019-04-25const-stabilize NonNull::dangling and NonNull::castSimon Sapin-2/+0
2019-04-24Add Pin::{into_inner,into_inner_unchecked}Wim Looman-0/+34
2019-04-23Stabilize futures_apiTaylor Cramer-22/+54
2019-04-23Rollup merge of #59839 - KodrAus:must-use-num, r=sfacklerMazdak Farrokhzad-0/+156
2019-04-23deny -> warnRalf Jung-1/+1
2019-04-22Remove double trailing newlinesvarkor-10/+0
2019-04-22Auto merge of #60133 - phansch:deny_rust_2018_idioms, r=Centrilbors-38/+38
2019-04-20Deny rust_2018_idioms in libcore testsPhilipp Hansch-38/+38
2019-04-19Add implementations of last in terms of next_back on a bunch of DoubleEndedIt...Kyle Huey-0/+47
2019-04-19core::future::Future: Fix markup typo in docs.Jim Blandy-1/+1
2019-04-19Doc fixes for core::future::Future.Jim Blandy-13/+13
2019-04-19Refactor and document unicode.py scriptPaweł Romanowski-302/+518
2019-04-19Rollup merge of #60098 - Centril:libcore-deny-more, r=varkorMazdak Farrokhzad-236/+233
2019-04-19Rollup merge of #60080 - nathankleyn:fix-issue-60068, r=CentrilMazdak Farrokhzad-3/+3
2019-04-19Rollup merge of #60023 - koalatux:nth-back, r=scottmcmMazdak Farrokhzad-0/+49
2019-04-19libcore: deny more...Mazdak Farrokhzad-236/+233
2019-04-18Fix tidy errorsPaweł Romanowski-2/+3
2019-04-18More cleanups for unicode.pyPaweł Romanowski-25/+23
2019-04-18Fix small errors in docs for `rchunks_exact` and `rchunks_exact_mut`.Nathan Kleyn-3/+3
2019-04-18Clean up unicode.py scriptPaweł Romanowski-103/+269
2019-04-18libcore => 2018Taiki Endo-332/+342
2019-04-17Auto merge of #60013 - NieDzejkob:fix-16bit-usize, r=sanxiynbors-1/+1