| Age | Commit message (Expand) | Author | Lines |
| 2016-08-03 | Auto merge of #34520 - Manishearth:fix-unsafecell-docs, r=steveklabnik | bors | -0/+19 |
| 2016-08-02 | core: fix `cargo build` for targets with "max-atomic-width": 0 | Jorge Aparicio | -0/+2 |
| 2016-07-30 | Rollup merge of #35058 - jethrogb:no_panic_abs, r=alexcrichton | Manish Goregaokar | -0/+84 |
| 2016-07-29 | Rollup merge of #35072 - munyari:assert_debug, r=steveklabnik | Guillaume Gomez | -0/+18 |
| 2016-07-29 | Rollup merge of #35062 - frewsxcv:chars-as-str, r=GuillaumeGomez | Guillaume Gomez | -0/+13 |
| 2016-07-28 | Auto merge of #34485 - tbu-:pr_unicode_debug_str, r=alexcrichton | bors | -11/+744 |
| 2016-07-28 | Add non-panicking abs() functions to all signed integer types. | Jethro Beekman | -0/+84 |
| 2016-07-28 | Add documentation example for `str::Chars::as_str`. | Corey Farwell | -0/+13 |
| 2016-07-28 | Rename `char::escape` to `char::escape_debug` and add tracking issue | Tobias Bucher | -14/+14 |
| 2016-07-27 | Mention debug_assert! in assert! doc | Panashe M. Fundira | -1/+2 |
| 2016-07-27 | Revert section about panic! in assert! doc | Panashe M. Fundira | -3/+2 |
| 2016-07-27 | Correct minor typo in debug_assert doc | Panashe M. Fundira | -1/+1 |
| 2016-07-27 | Update docs for assert! and debug_assert! | Panashe M. Fundira | -2/+20 |
| 2016-07-26 | Rollup merge of #34732 - durka:patch-27, r=steveklabnik | Steve Klabnik | -3/+4 |
| 2016-07-26 | Rollup merge of #34609 - ubsan:transmute_docs, r=steveklabnik | Steve Klabnik | -5/+188 |
| 2016-07-26 | Restore `char::escape_default` and add `char::escape` instead | Tobias Bucher | -3/+39 |
| 2016-07-26 | Clarify UnsafeCell docs; fix #34496 | Manish Goregaokar | -0/+19 |
| 2016-07-24 | Rollup merge of #34976 - GuillaumeGomez:build_hasher_doc, r=steveklabnik | Manish Goregaokar | -0/+10 |
| 2016-07-23 | Fix indentation in src/libcore/lib.rs | Tobias Bucher | -9/+9 |
| 2016-07-23 | Escape fewer Unicode codepoints in `Debug` impl of `str` | Tobias Bucher | -2/+699 |
| 2016-07-22 | Add BuildHasher example | ggomez | -0/+10 |
| 2016-07-21 | Auto merge of #34544 - 3Hren:issue/xx/reinterpret-format-precision-for-string... | bors | -7/+11 |
| 2016-07-21 | Fix nits | ubsan | -8/+7 |
| 2016-07-21 | Rollup merge of #34828 - seanmonstar:into-opton, r=alexcrichton | Guillaume Gomez | -0/+8 |
| 2016-07-20 | core: impl From<T> for Option<T> | Sean McArthur | -0/+8 |
| 2016-07-19 | Auto merge of #34898 - sanxiyn:rollup, r=sanxiyn | bors | -0/+10 |
| 2016-07-18 | Auto merge of #34879 - petrochenkov:fnptr, r=alexcrichton | bors | -2/+11 |
| 2016-07-18 | Auto merge of #34357 - tbu-:pr_exact_size_is_empty, r=brson | bors | -2/+28 |
| 2016-07-18 | Fix doctest of `ExactSizeIterator::is_empty` | Tobias Bucher | -1/+3 |
| 2016-07-18 | Rollup merge of #34875 - frewsxcv:std-slice-struct, r=GuillaumeGomez | Seo Sanghyeon | -0/+10 |
| 2016-07-17 | Indicate where `std::slice` structs originate from. | Corey Farwell | -0/+10 |
| 2016-07-17 | Implement traits for variadic function pointers | Vadim Petrochenkov | -2/+11 |
| 2016-07-16 | Rollup merge of #34838 - steveklabnik:gh33677, r=alexcrichton | Guillaume Gomez | -5/+8 |
| 2016-07-16 | Rollup merge of #34837 - GuillaumeGomez:better_example, r=nagisa | Guillaume Gomez | -1/+1 |
| 2016-07-16 | Rollup merge of #34768 - alexcrichton:issue-audit, r=aturon | Guillaume Gomez | -8/+8 |
| 2016-07-15 | Fix up documentation around no_std | Steve Klabnik | -5/+8 |
| 2016-07-15 | Improve float number example | Guillaume Gomez | -1/+1 |
| 2016-07-15 | Rollup merge of #34804 - GuillaumeGomez:fix_ret, r=steveklabnik | Guillaume Gomez | -5/+24 |
| 2016-07-15 | Rollup merge of #34777 - glandium:issue34697, r=GuillaumeGomez | Guillaume Gomez | -0/+2 |
| 2016-07-14 | Auto merge of #33907 - strake:decode_utf8, r=alexcrichton | bors | -0/+47 |
| 2016-07-13 | add core::char::DecodeUtf8 | M Farkas-Dyck | -0/+47 |
| 2016-07-13 | Add examples for FpCategory | ggomez | -5/+24 |
| 2016-07-12 | std: Clean out deprecated APIs | Alex Crichton | -33/+0 |
| 2016-07-12 | Rollup merge of #34749 - GuillaumeGomez:any_doc, r=steveklabnik | Guillaume Gomez | -2/+158 |
| 2016-07-12 | Rollup merge of #34736 - GuillaumeGomez:cells_doc, r=steveklabnik | Guillaume Gomez | -0/+49 |
| 2016-07-12 | doc: Mention that writeln! and println! always use LF | Mike Hommey | -0/+2 |
| 2016-07-11 | std: Correct tracking issue for SipHash{13,24} | Alex Crichton | -8/+8 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -1/+0 |
| 2016-07-11 | Add missing examples for std::cell types | Guillaume Gomez | -0/+49 |
| 2016-07-10 | Make it nicer from @alexandermerritt | ubsan | -5/+6 |