about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-09-06Rollup merge of #44206 - MarkMcCaskey:master, r=steveklabnikMark Simulacrum-3/+1
2017-09-06Rollup merge of #44097 - Xaeroxe:clamp, r=burntsushiMark Simulacrum-0/+24
2017-09-03Auto merge of #44263 - durka:stabilize-discriminant, r=dtolnaybors-9/+8
2017-09-03add error message for the other case tooAriel Ben-Yehuda-1/+6
2017-09-03on_unimplemented: add method-name checks and use them in TryAriel Ben-Yehuda-1/+3
2017-09-03address review commentsAriel Ben-Yehuda-2/+3
2017-09-03enable desugaring-sensitive error messages and use them in TryAriel Ben-Yehuda-2/+10
2017-09-02Merge branch 'master' of git://github.com/rust-lang/rustMarkMcCaskey-141/+1
2017-09-02stabilize mem::discriminant (closes #24263)Alex Burka-9/+8
2017-09-01Fix documentation and formatting.Jacob Kiesel-9/+7
2017-08-31Merge branch 'master' into masterMark-12/+35
2017-08-31Update bootstrap compilerAlex Crichton-141/+1
2017-08-30update unimplemented! docsMarkMcCaskey-2/+5
2017-08-30Rollup merge of #44160 - AndyGauge:api-docs-macros, r=steveklabnikAlex Crichton-14/+42
2017-08-30Auto merge of #43903 - oli-obk:alignto, r=aturonbors-1/+82
2017-08-29Rollup merge of #44158 - dtolnay:zero48, r=sfacklerAriel Ben-Yehuda-1/+1
2017-08-29Rollup merge of #43705 - panicbit:option_ref_mut_cloned, r=aturonAriel Ben-Yehuda-0/+20
2017-08-29API docs: macros. Part of #29329 Standard Library Documentation Checklist.Andy Gauge-14/+42
2017-08-29Use a byte literal ASCII 0 instead of its decimal valueDavid Tolnay-1/+1
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-14/+8
2017-08-27Move unused-extern-crate to late passTatsuyuki Ishi-4/+0
2017-08-26Add clamp functionsJacob Kiesel-0/+26
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-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+13
2017-08-25Auto merge of #44031 - scottmcm:swap_with_slice, r=alexcrichtonbors-0/+13
2017-08-24Fix inconsistent doc headingslukaramu-8/+8
2017-08-22Update intrinsics.rsOliver Schneider-2/+2
2017-08-21Add [T]::swap_with_sliceScott McMurray-0/+13
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-0/+8
2017-08-22Auto merge of #43690 - scalexm:issue-28229, r=nikomatsakisbors-0/+8
2017-08-21Merge remote-tracking branch 'origin/master' into genAlex Crichton-29/+75
2017-08-21Add align_offset intrinsicOliver Schneider-1/+82
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-17Merge remote-tracking branch 'origin/master' into genAlex Crichton-7/+14
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-16Merge remote-tracking branch 'origin/master' into genAlex Crichton-40/+42
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-14Merge remote-tracking branch 'origin/master' into genAlex Crichton-543/+708
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