summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-03-17Stabilize rc_raw feature, closes #37197Aaron Turon-3/+11
2017-03-17Stabilize ordering_chaining, closes #37053Aaron Turon-6/+2
2017-03-17Stabilize ptr_unaligned feature, closes #37955Aaron Turon-6/+2
2017-03-17Stabilize expect_err feature, closes #39041Aaron Turon-2/+1
2017-03-17Stabilize move_cell feature, closes #39264Aaron Turon-8/+4
2017-03-17Rollup merge of #40520 - steveklabnik:link-core-slice, r=alexcrichtonCorey Farwell-1/+3
2017-03-17Rollup merge of #40514 - stjepang:inline-then-ordering, r=alexcrichtonCorey Farwell-0/+2
2017-03-17Rollup merge of #40505 - frewsxcv:hash-docs, r=alexcrichtonCorey Farwell-13/+31
2017-03-17Rollup merge of #40456 - frewsxcv:frewsxcv-docs-function-parens, r=GuillaumeG...Corey Farwell-198/+198
2017-03-17Rollup merge of #40387 - tbu-:pr_doc_ptr_write2, r=steveklabnikCorey Farwell-3/+5
2017-03-15Rename TryFrom's associated type and implement str::parse using TryFrom.Jimmy Cuadra-13/+28
2017-03-15Change how the 0 flag works in format! for floatsPiotr Jawniak-1/+4
2017-03-15Change how the `0` flag works in format!Piotr Jawniak-0/+1
2017-03-15make shift builtins panic-free with new unchecked_sh* intrinsicsTim Neumann-18/+104
2017-03-14Link core::slice to std::slicesteveklabnik-1/+3
2017-03-14Inline functions Ordering::{then, then_with}Stjepan Glavina-0/+2
2017-03-14Add tracking issue number for Utf8Error::error_lenSimon Sapin-1/+1
2017-03-14Replace Utf8Error::resume_from with Utf8Error::error_lenSimon Sapin-10/+12
2017-03-14Add Utf8Error::resume_from, to help incremental and/or lossy decoding.Simon Sapin-22/+56
2017-03-14A few improvements to the `core::hash` top-level docs.Corey Farwell-13/+31
2017-03-13Remove function invokation parens from documentation links.Corey Farwell-198/+198
2017-03-13Fix a typo in Rev docsStjepan Glavina-1/+1
2017-03-11Rollup merge of #40299 - GuillaumeGomez:fmt-display-example, r=frewsxcvAriel Ben-Yehuda-1/+20
2017-03-10Add missing example for Display::fmtGuillaume Gomez-1/+20
2017-03-09Reword the non-dropping of `src` for `ptr::write{,_unaligned}`Tobias Bucher-3/+5
2017-03-08Rollup merge of #40333 - tbu-:pr_doc_ptr_write, r=alexcrichtonAriel Ben-Yehuda-0/+4
2017-03-07Clarify handling of `src` in `ptr::write`Tobias Bucher-0/+4
2017-03-07Add missing urls in some macros docGuillaume Gomez-7/+16
2017-03-01Only keep one copy of the UTF8_CHAR_WIDTH table.Simon Sapin-0/+7
2017-02-28Rollup merge of #40126 - GuillaumeGomez:fmt-write-docs, r=frewsxcvCorey Farwell-9/+62
2017-02-28Add missing docs and examples for fmt::WriteGuillaume Gomez-9/+62
2017-02-24Rollup merge of #39886 - mbrubeck:doc-edit, r=steveklabnikGuillaume Gomez-0/+16
2017-02-21Get linkchecker cleanSteve Klabnik-7/+7
2017-02-20Revert "Fix up links"Steve Klabnik-2/+2
2017-02-19Docs: Better explanation of return values for min, max functionsMikhail Pak-6/+22
2017-02-17code order tweakking6cong-3/+3
2017-02-16Additional docs for Vec, String, and slice trait implsMatt Brubeck-0/+16
2017-02-15Rollup merge of #39793 - RalfJung:cell, r=alexcrichtonCorey Farwell-62/+62
2017-02-15Auto merge of #39633 - steveklabnik:vendor-mdbook, r=alexcrichtonbors-2/+2
2017-02-14Remove Copy bound from some Cell trait implsRalf Jung-2/+2
2017-02-14Auto merge of #38981 - sdleffler:patch-1, r=alexcrichtonbors-1/+5
2017-02-13Allow more Cell methods for non-Copy typesRalf Jung-60/+60
2017-02-13Fix up linksSteve Klabnik-2/+2
2017-02-13Rollup merge of #39716 - F001:swapCell, r=alexcrichtonCorey Farwell-0/+27
2017-02-12Fix some typos in the core::fmt docs.Ahmed Charles-2/+2
2017-02-12Rollup merge of #39756 - JordiPolo:feature/try_to_question, r=steveklabnikGuillaume Gomez-23/+15
2017-02-12Auto merge of #39554 - zackmdavis:assert_eq_has_a_terrible_error_message_when...bors-6/+6
2017-02-12Sustitutes try! for ? in the Result documentationJordi Polo-23/+15
2017-02-11Auto merge of #39736 - frewsxcv:rollup, r=frewsxcvbors-2/+5
2017-02-11Add `swap` method for `Cell`Charlie Fan-0/+27