about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2017-03-19Rollup merge of #40281 - jimmycuadra:try-from-from-str, r=aturonCorey Farwell-13/+28
2017-03-19Rollup merge of #40241 - Sawyer47:fix-39997, r=alexcrichtonCorey Farwell-1/+5
2017-03-18add inline attributes to stage 0 methodsTim Neumann-0/+4
2017-03-18translate drop glue using MIRAriel Ben-Yehuda-1/+36
2017-03-17Minor fixups to fix tidy errorsAlex Crichton-2/+1
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-15use simd blocksDjzin-10/+20
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-13add SWAP_BLOCK_SIZE constantDjzin-7/+9
2017-03-13Fix a typo in Rev docsStjepan Glavina-1/+1
2017-03-12fix typoDjzin-1/+1
2017-03-12a new approach; ditch xor cuteness and maximize cache localityDjzin-6/+18
2017-03-12avoid recursionDjzin-2/+5
2017-03-12speed up mem::swapDjzin-12/+9
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