about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-08-20Auto merge of #43996 - shanavas786:fix-typo, r=frewsxcvbors-1/+1
2017-08-20Auto merge of #43978 - GuillaumeGomez:missing-links, r=frewsxcvbors-27/+73
2017-08-20Fix typo in docShanavas M-1/+1
2017-08-18Minor Iterator::filter_map description rewording.Corey Farwell-1/+1
2017-08-18Add missing urls for Result structGuillaume Gomez-27/+73
2017-08-17Rollup merge of #43928 - anthonyclays:anthonyclays-refcell-docfix, r=QuietMis...Corey Farwell-1/+1
2017-08-17Rollup merge of #43905 - partim:master, r=steveklabnikCorey Farwell-1/+8
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-5/+5
2017-08-17Fixed typo in RefCell::get_mutAnthony Clays-1/+1
2017-08-16Document that std::hash::Hasher::finish() does not reset the hasher.Martin Hoffmann-1/+8
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-40/+40
2017-08-15Fix typos & us spellingsFourchaux-5/+5
2017-08-14Rollup merge of #43868 - lukaramu:issue-43866, r=steveklabnikCorey Farwell-0/+2
2017-08-14Add missing newline in Deref docs to fix renderinglukaramu-0/+2
2017-08-14Auto merge of #43574 - notriddle:master, r=sfacklerbors-0/+71
2017-08-14Auto merge of #43856 - sfackler:no-inline-debug, r=alexcrichtonbors-5/+0
2017-08-13Don't inline debug methodsSteven Fackler-5/+0
2017-08-13Auto merge of #43836 - taleks:issue-39827, r=arielb1bors-3/+16
2017-08-13Addresses comments in PR #43836Alexey Tarasov-10/+8
2017-08-13Rollup merge of #43814 - Eijebong:fix_typos2, r=petrochenkovGuillaume Gomez-1/+1
2017-08-12Auto merge of #43724 - lukaramu:std-ops-docs, r=QuietMisdreavusbors-529/+615
2017-08-12std::ops docs: incorporated changes suggested in reviewlukaramu-58/+82
2017-08-12Fix some typosBastien Orivel-1/+1
2017-08-12Follow up commit for the issue 39827Alexey Tarasov-3/+18
2017-08-12Auto merge of #43794 - Eijebong:fix_typos, r=lukaramu,steveklanik,imperiobors-5/+5
2017-08-11Auto merge of #43750 - tbu-:pr_fn_unreachable, r=sfacklerbors-3/+17
2017-08-11Add `#[inline]` to `mem::unreachable`Tobias Bucher-0/+1
2017-08-11Fix some more typos, this time words that are duplicated.Bastien Orivel-1/+1
2017-08-11Fix some typosBastien Orivel-4/+4
2017-08-10Auto merge of #43582 - ivanbakel:unused_mut_ref, r=arielb1bors-9/+9
2017-08-10Auto merge of #43735 - est31:master, r=alexcrichtonbors-2/+12
2017-08-09Auto merge of #43728 - zackmdavis:fnused, r=eddybbors-0/+7
2017-08-09Auto merge of #43595 - oyvindln:master, r=aturonbors-3/+10
2017-08-09`mem::unreachable`: Add tracking issueTobias Bucher-1/+1
2017-08-09Put `intrinsics::unreachable` on a possible path to stabilizationTobias Bucher-3/+16
2017-08-08mark comparison trait methods as #[must_use]Zack M. Davis-0/+7
2017-08-08Clarify the language around `RefCell::swap`Michael Howell-1/+1
2017-08-08Avoid calling the column!() macro in panicest31-2/+12
2017-08-08Added to core::ops module docslukaramu-5/+12
2017-08-08Revised core::ops::range::* docslukaramu-95/+120
2017-08-07Revise `Fn`/`FnMut`/`FnOnce` documentationlukaramu-21/+74
2017-08-07Revise `Index` and `IndexMut` docs.lukaramu-26/+23
2017-08-07Revise `Drop` docslukaramu-22/+40
2017-08-07Expand docs on `Deref` and `DerefMut`lukaramu-24/+78
2017-08-07Revise documentation in core::ops::bitlukaramu-150/+122
2017-08-07Revise documentation in core::ops::arithlukaramu-182/+118
2017-08-06Preface 'cares' with 'only'Ryan Leckey-1/+1
2017-08-02Change "Example" to "Examples" in the doc commentsMichael Howell-2/+2
2017-08-02Fixed errors in libstd.Isaac van Bakel-6/+6
2017-08-02Rollup merge of #43423 - xliiv:cell-example, r=steveklabnikCorey Farwell-0/+28