about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2016-08-03Auto merge of #34520 - Manishearth:fix-unsafecell-docs, r=steveklabnikbors-0/+19
2016-08-02core: fix `cargo build` for targets with "max-atomic-width": 0Jorge Aparicio-0/+2
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
2016-07-22Add BuildHasher exampleggomez-0/+10
2016-07-21Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string...bors-7/+11
2016-07-21Fix nitsubsan-8/+7
2016-07-21Rollup merge of #34828 - seanmonstar:into-opton, r=alexcrichtonGuillaume Gomez-0/+8
2016-07-20core: impl From<T> for Option<T>Sean McArthur-0/+8
2016-07-19Auto merge of #34898 - sanxiyn:rollup, r=sanxiynbors-0/+10
2016-07-18Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichtonbors-2/+11
2016-07-18Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brsonbors-2/+28
2016-07-18Fix doctest of `ExactSizeIterator::is_empty`Tobias Bucher-1/+3
2016-07-18Rollup merge of #34875 - frewsxcv:std-slice-struct, r=GuillaumeGomezSeo Sanghyeon-0/+10
2016-07-17Indicate where `std::slice` structs originate from.Corey Farwell-0/+10
2016-07-17Implement traits for variadic function pointersVadim Petrochenkov-2/+11
2016-07-16Rollup merge of #34838 - steveklabnik:gh33677, r=alexcrichtonGuillaume Gomez-5/+8
2016-07-16Rollup merge of #34837 - GuillaumeGomez:better_example, r=nagisaGuillaume Gomez-1/+1
2016-07-16Rollup merge of #34768 - alexcrichton:issue-audit, r=aturonGuillaume Gomez-8/+8
2016-07-15Fix up documentation around no_stdSteve Klabnik-5/+8
2016-07-15Improve float number exampleGuillaume Gomez-1/+1
2016-07-15Rollup merge of #34804 - GuillaumeGomez:fix_ret, r=steveklabnikGuillaume Gomez-5/+24
2016-07-15Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomezGuillaume Gomez-0/+2
2016-07-14Auto merge of #33907 - strake:decode_utf8, r=alexcrichtonbors-0/+47
2016-07-13add core::char::DecodeUtf8M Farkas-Dyck-0/+47
2016-07-13Add examples for FpCategoryggomez-5/+24
2016-07-12std: Clean out deprecated APIsAlex Crichton-33/+0
2016-07-12Rollup merge of #34749 - GuillaumeGomez:any_doc, r=steveklabnikGuillaume Gomez-2/+158
2016-07-12Rollup merge of #34736 - GuillaumeGomez:cells_doc, r=steveklabnikGuillaume Gomez-0/+49
2016-07-12doc: Mention that writeln! and println! always use LFMike Hommey-0/+2
2016-07-11std: Correct tracking issue for SipHash{13,24}Alex Crichton-8/+8
2016-07-11Auto merge of #34686 - alexcrichton:new-stage, r=luqmanabors-1/+0
2016-07-11Add missing examples for std::cell typesGuillaume Gomez-0/+49
2016-07-10Make it nicer from @alexandermerrittubsan-5/+6