about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2019-03-11consistent naming for duration_float methods and additional f32 methodsnewpavlov-9/+121
2019-03-11Improvements to comments in libstd, libcore, liballoc.Alexander Regueiro-24/+27
2019-03-10we can now skip should_panic tests with the libtest harnessRalf Jung-34/+0
2019-03-09Use lifetime contravariance to elide more lifetimes in core+alloc+stdScott McMurray-39/+39
2019-03-09Revert "Revert "Add clamp functions""Dirk Leifeld-0/+26
2019-03-09Rollup merge of #58924 - cuviper:more-as_slice, r=dtolnayMazdak Farrokhzad-0/+28
2019-03-09Rollup merge of #58750 - TimDiekmann:master, r=oli-obkMazdak Farrokhzad-3/+5
2019-03-09Rollup merge of #58660 - RalfJung:maybe-uninit, r=CentrilMazdak Farrokhzad-30/+229
2019-03-09Auto merge of #57882 - euclio:unused-doc-attributes, r=estebankbors-1/+1
2019-03-08expand unused doc comment diagnosticAndy Russell-1/+1
2019-03-08Fix documentation of from_ne_bytes and from_le_bytesNagy Tibor-8/+8
2019-03-06Apply suggestions from code reviewRalf Jung-1/+1
2019-03-06Apply suggestions from code reviewMazdak Farrokhzad-3/+3
2019-03-06Implement `iter::Sum` and `iter::Product` for `Option`John Downey-0/+129
2019-03-05Add a tracking issue for new as_slice methodsJosh Stone-1/+1
2019-03-05Clean up the example on slice::IterMut::as_slice()Josh Stone-6/+2
2019-03-05Apply suggestions from code reviewMazdak Farrokhzad-4/+4
2019-03-05Fix a tiny error in documentation of std::pin.Taeguk Kwon-1/+1
2019-03-05core: ensure VaList passes improper_ctypes lintDan Robertson-7/+7
2019-03-04Add as_slice() to slice::IterMut and vec::DrainJosh Stone-0/+32
2019-03-03Remove stray ` in the documentation for the FromIterator implementation for O...Alexandra V-1/+1
2019-03-03Auto merge of #58866 - kennytm:rollup, r=kennytmbors-36/+49
2019-03-02Bootstrap compiler update for 1.35 releaseMark Rousskov-122/+8
2019-03-02Rollup merge of #58821 - alex:patch-1, r=Centrilkennytm-1/+1
2019-03-02Rollup merge of #58782 - tspiteri:str-escape-self, r=kennytmkennytm-3/+3
2019-03-02Rollup merge of #58780 - RalfJung:manually-drop, r=nagisakennytm-0/+8
2019-03-02Rollup merge of #58730 - timvermeulen:internal_iteration, r=scottmcmkennytm-32/+37
2019-02-28Fixed a syntax error in the pin docsAlex Gaynor-1/+1
2019-02-28fixed tests againMarcel Hellwig-14/+12
2019-02-28add feature flag to testMarcel Hellwig-0/+1
2019-02-28Update src/libcore/mem.rsMazdak Farrokhzad-1/+1
2019-02-28fixed nonzero testsMarcel Hellwig-4/+3