summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-09-20Fix build errorBrian Anderson-1/+0
2016-09-19Remove data structure specialization for .zip() iteratorUlrik Sverdrup-38/+14
2016-08-22std: Stabilize APIs for the 1.12 releaseAlex Crichton-10/+48
2016-08-16Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakisbors-0/+59
2016-08-14Rollup merge of #35622 - matthew-piziak:convert-docs-typos, r=apasel422Eduard-Mihai Burtescu-4/+4
2016-08-14Rollup merge of #35588 - Antti:fix-atomics-docs, r=alexcrichtonEduard-Mihai Burtescu-1/+1
2016-08-14Rollup merge of #35392 - malbarbo:cell-from, r=brsonEduard-Mihai Burtescu-0/+22
2016-08-13Rename empty/bang to neverAndrew Cann-7/+7
2016-08-13Minor fixups based on @eddyb's feedbackAndrew Cann-4/+6
2016-08-13Control usage of `!` through a feature gate.Andrew Cann-0/+1
2016-08-13implement std::cmp::* traits for `!`Andrew Cann-0/+33
2016-08-13impl Debug + Display for !Andrew Cann-0/+23
2016-08-12fix small typos in std::convert documentationMatthew Piziak-4/+4
2016-08-11Rollup merge of #35562 - birkenfeld:as-mut-doc, r=steveklabnikJonathan Turner-2/+2
2016-08-11Rollup merge of #35279 - cengizIO:master, r=brsonJonathan Turner-8/+37
2016-08-11Use an existing constant name as an example.Andrii Dmytrenko-1/+1
2016-08-10Remove redundant `&mut ref mut` in doc for Result::as_mut()Georg Brandl-2/+2
2016-08-09Auto merge of #35425 - apasel422:refcell, r=alexcrichtonbors-9/+116
2016-08-08Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichtonbors-8/+8
2016-08-08Implement `RefCell::{try_borrow, try_borrow_mut}`Andrew Paseltiner-9/+116
2016-08-09extend lifetime on binary_search_by_key of SliceExt traitRahul Sharma-8/+8
2016-08-06Indicate tracking issue for `exact_size_is_empty` unstability.Corey Farwell-1/+1
2016-08-06Rollup merge of #35281 - apasel422:repr, r=GuillaumeGomezEduard-Mihai Burtescu-8/+8
2016-08-05Clean up `std::raw` docsAndrew Paseltiner-8/+8
2016-08-05Implement From for Cell, RefCell and UnsafeCellMarco A L Barbosa-0/+22
2016-08-05Rollup merge of #35042 - Havvy:copy_error_doc, r=GuillaumeGomezGuillaume Gomez-0/+6
2016-08-03Auto merge of #34520 - Manishearth:fix-unsafecell-docs, r=steveklabnikbors-0/+19
2016-08-04Be more explicit about duck typingCengiz Can-20/+24
2016-08-04Use consistent spelling for word 'implementor'Cengiz Can-4/+4
2016-08-04Provide a cleaner documentation for 'write!'Cengiz Can-6/+31
2016-08-02core: fix `cargo build` for targets with "max-atomic-width": 0Jorge Aparicio-0/+2
2016-08-01Add Derive not possible question to CopyRyan Scheel (Havvy)-0/+6
2016-07-30Rollup merge of #35058 - jethrogb:no_panic_abs, r=alexcrichtonManish Goregaokar-0/+84
2016-07-29Rollup merge of #35072 - munyari:assert_debug, r=steveklabnikGuillaume Gomez-0/+18
2016-07-29Rollup merge of #35062 - frewsxcv:chars-as-str, r=GuillaumeGomezGuillaume Gomez-0/+13
2016-07-28Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichtonbors-11/+744
2016-07-28Add non-panicking abs() functions to all signed integer types.Jethro Beekman-0/+84
2016-07-28Add documentation example for `str::Chars::as_str`.Corey Farwell-0/+13
2016-07-28Rename `char::escape` to `char::escape_debug` and add tracking issueTobias Bucher-14/+14
2016-07-27Mention debug_assert! in assert! docPanashe M. Fundira-1/+2
2016-07-27Revert section about panic! in assert! docPanashe M. Fundira-3/+2
2016-07-27Correct minor typo in debug_assert docPanashe M. Fundira-1/+1
2016-07-27Update docs for assert! and debug_assert!Panashe M. Fundira-2/+20
2016-07-26Rollup merge of #34732 - durka:patch-27, r=steveklabnikSteve Klabnik-3/+4
2016-07-26Rollup merge of #34609 - ubsan:transmute_docs, r=steveklabnikSteve Klabnik-5/+188
2016-07-26Restore `char::escape_default` and add `char::escape` insteadTobias Bucher-3/+39
2016-07-26Clarify UnsafeCell docs; fix #34496Manish Goregaokar-0/+19
2016-07-24Rollup merge of #34976 - GuillaumeGomez:build_hasher_doc, r=steveklabnikManish Goregaokar-0/+10
2016-07-23Fix indentation in src/libcore/lib.rsTobias Bucher-9/+9
2016-07-23Escape fewer Unicode codepoints in `Debug` impl of `str`Tobias Bucher-2/+699