summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2017-01-24Extend Cell to work with non-Copy typesWesley Wiser-36/+94
2017-01-24Remove Reflectest31-57/+0
2017-01-24add explanation, fix testAndre Bogus-0/+11
2017-01-20Revert previous commitGeoff Yoerger-4/+0
2017-01-19Clarify the `default` option to useGeoff Yoerger-1/+6
2017-01-19Into item level docs (enum Ordering)Geoff Yoerger-0/+2
2017-01-19'.'Geoff Yoerger-1/+1
2017-01-19Module level docGeoff Yoerger-1/+2
2017-01-17Add warning about varying hashes/orderingsSean Leffler-0/+4
2017-01-17Auto merge of #37972 - bluss:iter-find-is-on-a-roll, r=sfacklerbors-14/+185
2017-01-17fix style nitsAndre Bogus-7/+6
2017-01-16Rollup merge of #38247 - federicomenaquintero:assert-eq-argument-docs, r=Guil...Guillaume Gomez-1/+12
2017-01-16branchless .filter(_).count()Andre Bogus-0/+10
2017-01-14Auto merge of #38982 - clarcharr:expect_err, r=aturonbors-0/+25
2017-01-13expect_err for Result.Clar Charr-0/+25
2017-01-13Rollup merge of #39024 - stjepang:owned-to-string, r=steveklabnikGuillaume Gomez-8/+8