summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-09-25Backport libs stabilizations to 1.21 betaDavid Tolnay-5/+5
2017-09-24stabilized needs_drop (fixes #41890)Michal Budzynski-2/+1
2017-09-24Added more text from unstable-book to `compiler_fence` docsMichal Budzynski-4/+19
2017-09-24Added example to `compiler_fence` docs taken from unstable-bookMichal Budzynski-0/+34
2017-09-24stabilized compiler_fences (fixes #41091)Michal Budzynski-1/+1
2017-09-24stabilized iterator_for_each (closes #42986)Michal Budzynski-5/+1
2017-09-24stabilized ord_max_min (fixes #25663)Michal Budzynski-7/+2
2017-09-14update "since" for discriminant_valueAlex Burka-8/+8
2017-09-14stabilize mem::discriminant (closes #24263)Alex Burka-9/+8
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-4/+0
2017-08-26Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnikCorey Farwell-8/+8
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-25Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichtonbors-0/+13
2017-08-24Fix inconsistent doc headingslukaramu-8/+8
2017-08-21Add [T]::swap_with_sliceScott McMurray-0/+13
2017-08-22Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakisbors-0/+8
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-14Make `Clone` a lang item and generate builtin impls.scalexm-0/+8
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