about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-09-17Auto merge of #44634 - alexcrichton:rollup, r=alexcrichtonbors-7/+66
2017-09-16Rollup merge of #44593 - budziq:stabilize_ord_max_min, r=alexcrichtonAlex Crichton-7/+2
2017-09-16Rollup merge of #44577 - cuviper:flat_map-fold, r=alexcrichtonAlex Crichton-0/+64
2017-09-16Auto merge of #43989 - circuitfox:sliceext-binary-search-sig, r=alexcrichtonbors-15/+10
2017-09-16Auto merge of #43964 - Gankro:unsafe-reform, r=sfacklerbors-12/+1174
2017-09-16Auto merge of #43017 - durka:stabilize-const-invocation, r=eddybbors-2/+55
2017-09-16change #![feature(const_fn)] to specific gatesAlex Burka-2/+55
2017-09-15Add a specific test for `FlatMap::fold`Josh Stone-0/+16
2017-09-15stabilized ord_max_min (fixes #25663)Michal Budzynski-7/+2
2017-09-14Rollup merge of #44552 - durka:patch-42, r=alexcrichtonCorey Farwell-8/+8
2017-09-14Rollup merge of #44536 - Havvy:transmute-docs, r=steveklabnikCorey Farwell-3/+3
2017-09-14Rollup merge of #44477 - napen123:master, r=frewsxcvCorey Farwell-0/+13
2017-09-14Rollup merge of #44472 - smt923:master, r=frewsxcvCorey Farwell-0/+31
2017-09-14Customize `<FlatMap as Iterator>::fold`Josh Stone-0/+48
2017-09-13update "since" for discriminant_valueAlex Burka-8/+8
2017-09-13Fix example in transmute; add safety requirement to Vec::from_raw_partsHavvy-3/+3
2017-09-12Remove Invalid UTF-8 from str::from_utf8_unchecked_mutEthan Dagner-15/+0
2017-09-12Auto merge of #44015 - kennytm:hasher, r=alexcrichtonbors-0/+59
2017-09-12Disable the new Hasher tests on Emscripten.kennytm-0/+3
2017-09-12impl Hasher for {&mut Hasher, Box<Hasher>}kennytm-0/+56
2017-09-12Auto merge of #44310 - ldr709:master, r=BurntSushibors-2/+73
2017-09-10implement unsafe pointer methodsAlexis Beingessner-12/+1174
2017-09-10Add doc examples to str::from_utf8_unchecked_mutEthan Dagner-0/+28
2017-09-10Actually fix the trailing whitespacesmt923-1/+1
2017-09-10Fix markdown link for Utf8Errorsmt923-1/+3
2017-09-10Fix trailing whitespacesmt923-1/+0
2017-09-10Use rvalue promotion to 'static instead of static items.Eduard-Mihai Burtescu-10/+3
2017-09-10Fix incorrect markdown titlesmt923-1/+1
2017-09-10Added short examples for 'str::from_utf8_mut'smt923-0/+30
2017-09-09Auto merge of #44438 - Xaeroxe:clamp, r=Mark-Simulacrumbors-24/+0
2017-09-08Revert "Add clamp functions"Jacob Kiesel-26/+0
2017-09-08Revert "Fix documentation and formatting."Jacob Kiesel-7/+9
2017-09-06Rollup merge of #44328 - mcomstock:from-str-doc-fix, r=steveklabnikMark Simulacrum-1/+0
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-04Removed the incorrect documentation for from_strMax Comstock-1/+0
2017-09-04Additional traits for std::mem::ManuallyDropLance Roy-4/+61
2017-09-04Derive std::mem::ManuallyDrop from Clone and Copy.Lance Roy-0/+14
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