about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-06-13Change the for-loop desugar so the `break` does not affect type inference. Fi...John Kåre Alsaker-2/+4
2017-06-11Auto merge of #42155 - seanmonstar:unimplemented, r=sfacklerbors-1/+2
2017-06-11Auto merge of #40454 - djzin:fast-swap, r=sfacklerbors-13/+54
2017-06-11Auto merge of #42569 - birkenfeld:patch-2, r=frewsxcvbors-6/+3
2017-06-10Auto merge of #42556 - scottmcm:ctz-nz, r=BurntSushibors-1/+50
2017-06-09Simplify FromIterator example of ResultGeorg Brandl-6/+3
2017-06-09hack around bug in emscriptenDjzin-1/+3
2017-06-08Use ctlz_nonzero to improve ASM from next_power_of_twoScott McMurray-1/+16
2017-06-08Add ctlz_nonzero & cttz_nonzero intrinsicsScott McMurray-0/+34
2017-06-08doc: a more complete explanation, and a better exampleTshepang Lekhonkhobe-5/+5
2017-06-08Auto merge of #42522 - frewsxcv:rollup, r=frewsxcvbors-1/+1
2017-06-08Auto merge of #40706 - irfanhudda:doc-next-power-of-two, r=alexcrichtonbors-11/+27
2017-06-07core: allow messages in unimplemented!() macroSean McArthur-1/+2
2017-06-07Update docs to say iterator instead of rangeMatt Brubeck-1/+1
2017-06-06Rollup merge of #42469 - citizen428:document-assert-macros, r=steveklabnikCorey Farwell-5/+13
2017-06-05Doc changes for assert macrosMichael Kohl-5/+13
2017-06-05doc rewordingking6cong-1/+1
2017-06-04Auto merge of #42265 - Zoxc:for-sugar, r=eddybbors-3/+4
2017-06-02Rollup merge of #42310 - scottmcm:deprecate-range-stepby, r=alexcrichtonMark Simulacrum-13/+42
2017-06-02Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichtonbors-0/+143
2017-06-02Auto merge of #41418 - hirschenberger:prefetch-intrinsic, r=nagisabors-0/+47
2017-06-01Change for-loop desugar to not borrow the iterator during the loopJohn Kåre Alsaker-3/+4
2017-06-01Adding support for the llvm `prefetch` intrinsicFalco Hirschenberger-0/+47
2017-05-31Avoid range::step_by in another testScott McMurray-2/+2
2017-05-31Deprecate iter::range::StepByScott McMurray-0/+15
2017-05-31Deprecate Range*::step_byScott McMurray-13/+27
2017-06-01Rollup merge of #42275 - scottmcm:try-trait, r=nikomatsakisCorey Farwell-17/+67
2017-05-31Simplify helper functionsIrfan Hudda-15/+13
2017-05-31Rollup merge of #42329 - rap2hpoutre:patch-6, r=steveklabnikMark Simulacrum-2/+2
2017-05-31Rollup merge of #42315 - scottmcm:rangefrom-sizehint, r=alexcrichtonMark Simulacrum-1/+8
2017-05-31Rollup merge of #42252 - stjepang:clarify-alignof-docs, r=nikomatsakisMark Simulacrum-4/+4
2017-05-31Rollup merge of #42126 - clarcharr:into_docs, r=steveklabnikMark Simulacrum-1/+37
2017-05-31fix links to "module-level documentation"Raphaël Huchet-2/+2
2017-05-31Give the `try_trait` feature its own tracking issueScott McMurray-7/+7
2017-05-30Add 'the'Stjepan Glavina-4/+4
2017-05-30RangeFrom should have an infinite size_hintScott McMurray-1/+8
2017-05-28Clarify docs on implementing Into.Clar Charr-1/+37
2017-05-28restore old behaviourDjzin-18/+1
2017-05-28restore old behaviour for sizes < 128Djzin-41/+34
2017-05-28Auto merge of #42167 - scottmcm:iter-stepby-sizehint, r=alexcrichtonbors-1/+95
2017-05-27Rollup merge of #42260 - stjepang:document-cmp-traits-agreement, r=alexcrichtonMark Simulacrum-2/+14
2017-05-27better respect alignment for copying tailDjzin-25/+37
2017-05-27Docs: impls of PartialEq/PartialOrd/Ord must agreeStjepan Glavina-2/+14
2017-05-27Merge remote-tracking branch 'upstream/master' into fast-swapDjzin-2389/+12008
2017-05-27copy tail bytes better for aligned typesDjzin-0/+21
2017-05-27Clarify the docs for align_of and its variantsStjepan Glavina-4/+4
2017-05-26Auto merge of #42245 - frewsxcv:rollup, r=frewsxcvbors-5/+5
2017-05-26Rollup merge of #42169 - scottmcm:new-step-trait-issue, r=alexcrichtonCorey Farwell-5/+5
2017-05-26Auto merge of #42014 - tbu-:pr_scan_not_fused, r=alexcrichtonbors-4/+0
2017-05-25Lower `?` to `Try` instead of `Carrier`Scott McMurray-17/+67