summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-02-10Rollup merge of #39174 - rspeer:iter-nth-doc-fix, r=alexcrichtonCorey Farwell-2/+5
2017-02-11Auto merge of #39642 - stjepang:specialize-slice-partialord, r=alexcrichtonbors-3/+4
2017-02-10iterator docs: Move paragraph about discarding; clarify "consumed"Rob Speer-5/+5
2017-02-10Rephrase my proposed edit ("objects" -> "elements")Rob Speer-1/+1
2017-02-10Fix a misleading statement in `Iterator.nth()`Rob Speer-1/+4
2017-02-09name anonymous fn parameters in libcore traitsTrevor Spiteri-22/+22
2017-02-09Rollup merge of #39615 - phungleson:corefloat, r=alexcrichtonCorey Farwell-83/+98
2017-02-08Remove unnecessary specialization for [u8]Stjepan Glavina-7/+0
2017-02-08Rollup merge of #39561 - phungleson:libcollectionsbench, r=alexcrichtonCorey Farwell-2/+2
2017-02-08Simplify by calling SliceOrd::compareStjepan Glavina-15/+1
2017-02-08Specialize `PartialOrd<A> for [A] where A: Ord`Stjepan Glavina-0/+22
2017-02-07Improve fmt floatSon-83/+98
2017-02-06improve error message when two-arg assert_eq! receives a trailing commaZack M. Davis-6/+6
2017-02-06Revert "Add 128-bit atomics"Alex Crichton-18/+0
2017-02-06Extract collections benchmarks to libcollections/benchesSon-2/+2
2017-02-05Auto merge of #39567 - frewsxcv:rollup, r=frewsxcvbors-4/+664
2017-02-05Rollup merge of #39501 - phungleson:libcorebench, r=alexcrichtonCorey Farwell-4/+664
2017-02-05Auto merge of #39408 - ollie27:i128_try_from, r=alexcrichtonbors-4/+4
2017-02-05Rollup merge of #39477 - jimmycuadra:try-from-parameter-name, r=alexcrichtonCorey Farwell-1/+1
2017-02-05Rollup merge of #39393 - ollie27:stab_impls, r=alexcrichtonCorey Farwell-37/+59
2017-02-05Rollup merge of #39289 - shahn:option_entry, r=alexcrichtonCorey Farwell-0/+70
2017-02-05Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichtonCorey Farwell-1/+21
2017-02-05Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichtonCorey Farwell-0/+18
2017-02-05Provide Entry-like API for OptionSebastian Hahn-0/+70
2017-02-04Fix TryFrom for i128/u128Oliver Middleton-4/+4
2017-02-04Auto merge of #39399 - clarcharr:iter_rfind, r=alexcrichtonbors-0/+58
2017-02-04Extract libcore benchmarks to a separate folderSon-4/+664
2017-02-03Auto merge of #39463 - alexcrichton:update-bootstrap, r=alexcrichtonbors-187/+31
2017-02-03Bump version, upgrade bootstrapAlex Crichton-187/+31
2017-02-03Merge remote-tracking branch 'upstream/master' into format-with-capacityMichał Krasnoborski-66/+138
2017-02-03Move rfind to DoubleEndedIterator, add tracking issue.Clar Charr-58/+58
2017-02-03Auto merge of #39287 - wesleywiser:move_cell, r=aturonbors-41/+108
2017-02-02Add a name for the parameter to `TryFrom::try_from`.Jimmy Cuadra-1/+1
2017-02-01Update cell docsWesley Wiser-5/+13
2017-02-02remove the wrapping arithmeticsMichał Krasnoborski-10/+5
2017-02-01Adjust heuristics to better handle "{}..." format strings.Michał Krasnoborski-9/+12
2017-01-30Auto merge of #39407 - GuillaumeGomez:convert_module, r=frewsxcvbors-10/+18
2017-01-30Auto merge of #39405 - tshepang:nits, r=sfacklerbors-3/+3
2017-01-30doc: minor Option improvementsTshepang Lekhonkhobe-3/+3
2017-01-29Add missing url in convert moduleGuillaume Gomez-10/+18
2017-01-29Add Iterator::rfind.Clar Charr-0/+58
2017-01-29Fix a few impl stability attributesOliver Middleton-37/+59
2017-01-28use `String::with_capacity` in `format!`Michał Krasnoborski-0/+28
2017-01-27Rollup merge of #39344 - ollie27:links, r=steveklabnikAlex Crichton-5/+6
2017-01-27Rollup merge of #39307 - alexcrichton:stabilize-1.16, r=brsonAlex Crichton-7/+3
2017-01-27Fix a few links in the docsOliver Middleton-5/+6
2017-01-26Move stability attributes per feedbackWesley Wiser-2/+3
2017-01-26Auto merge of #39075 - est31:remove_reflect, r=nikomatsakisbors-57/+0
2017-01-25std: Stabilize APIs for the 1.16.0 releaseAlex Crichton-7/+3
2017-01-25Rollup merge of #38930 - insaneinside:place-left-arrow-syntax-docs, r=brsonGuillaume Gomez-8/+8