about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2019-03-18Simplify Iterator::{lt, gt}Tim Vermeulen-8/+2
2019-03-18Replaced self-reflective explicit types with clearer `Self` or `Self::…` in...Vincent Esche-44/+44
2019-03-17Add iter::{bench_partial_cmp, bench_lt} benchmarksTim Vermeulen-0/+10
2019-03-17Forward Iterator::{ne, lt, le, gt, ge} to Iterator::{eq, partial_cmp}Tim Vermeulen-96/+18
2019-03-16Rollup merge of #59231 - matklad:copied, r=Centrilkennytm-7/+2
2019-03-16Rollup merge of #59221 - czipperz:as_ref_documentation, r=Centrilkennytm-4/+4
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-34/+34
2019-03-16Rollup merge of #59185 - lukaslueg:patch-2, r=cramertjkennytm-4/+2
2019-03-16Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapinkennytm-30/+19
2019-03-16Rollup merge of #59102 - newpavlov:duration_float, r=alexcrichtonkennytm-11/+129
2019-03-16Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centrilkennytm-24/+27
2019-03-16Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytmkennytm-34/+0
2019-03-16Tweak documentation of RefCell::borrow_stateAnthony Ramine-6/+10
2019-03-16Stabilize Option::copiedAleksey Kladov-7/+2
2019-03-16Rollup merge of #58938 - dlrobertson:fix_58280, r=joshtriplettkennytm-7/+7
2019-03-15Option and Result: Add references to documentation of as_ref and as_mutChris Gregory-4/+4
2019-03-15Revert "Deprecate std::cell::RefCell::borrow_state"Anthony Ramine-4/+0
2019-03-15Revert "Remove RefCell::borrow_state"Anthony Ramine-0/+49
2019-03-15Improved test output for libcore/num/int_macrossntdevco-24/+24
2019-03-15Improved test output for libcore/opssntdevco-4/+4
2019-03-15Improved test output for libcore/cellsntdevco-6/+6
2019-03-15Auto merge of #58710 - EdorianDark:master, r=sfacklerbors-0/+26
2019-03-15consistent naming for Rhs type parameter in libcore/opsGrigorii Kargin-50/+50
2019-03-14Update sources.rslukaslueg-4/+2
2019-03-12Stabilize Range*::contains.Steven Malis-30/+19
2019-03-13Rollup merge of #59138 - timvermeulen:simplify_select_fold1, r=sfacklerMazdak Farrokhzad-58/+49
2019-03-13Rollup merge of #59130 - RalfJung:non-null, r=rkruppeMazdak Farrokhzad-0/+10
2019-03-13Rollup merge of #59124 - sntdevco:master, r=CentrilMazdak Farrokhzad-118/+118
2019-03-13Rollup merge of #59121 - czipperz:fix_assert_result_fromiterater, r=CentrilMazdak Farrokhzad-1/+1
2019-03-13Rollup merge of #59057 - czipperz:standardize_range_documentation, r=shepmasterMazdak Farrokhzad-27/+43
2019-03-13Rollup merge of #59056 - scottmcm:even-fewer-lifetimes, r=sfacklerMazdak Farrokhzad-39/+39
2019-03-13Rollup merge of #58998 - xTibor:doc_from_bytes, r=scottmcmMazdak Farrokhzad-8/+8
2019-03-12Forward `max` and `min` to `max_by` and `min_by` respectivelyTim Vermeulen-4/+2
2019-03-12Auto merge of #58015 - icefoxen:tryfrom-docs, r=SimonSapinbors-6/+72
2019-03-12Add tests to ensure that Iterator::min and Iterator::max are stableTim Vermeulen-0/+28
2019-03-12Fix commentTim Vermeulen-1/+1
2019-03-12Remove the projection part of select_fold1Tim Vermeulen-56/+21
2019-03-12Fix the bench_max and bench_max_by_key benchmarksTim Vermeulen-2/+2
2019-03-12Remove stabilized feature gate in doctestSimon Sapin-1/+0
2019-03-12fix typoArtyom Pavlov-1/+1
2019-03-12expandRalf Jung-1/+2
2019-03-12Note that NonNull does not launder shared references for mutationRalf Jung-0/+9
2019-03-12Replace assert with assert_eq for better debuggingSayan Nandan-118/+118
2019-03-11impl FromIterator for Result: Use assert_eq! instead of assert!Chris Gregory-1/+1
2019-03-11Fix RangeBounds documentation to include inclusive operationsChris Gregory-1/+1
2019-03-11Standardize `Range*` documentationChris Gregory-26/+42
2019-03-11fix testArtyom Pavlov-2/+2
2019-03-11Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s...Pavel Krajcevski-0/+355
2019-03-11fix testsnewpavlov-5/+9
2019-03-11move MAX_NANOS_F64/32 to methodsnewpavlov-2/+4