| Age | Commit message (Expand) | Author | Lines |
| 2016-05-26 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -21/+13 |
| 2016-05-20 | Rollup merge of #33683 - sanxiyn:paren-span, r=nikomatsakis | Guillaume Gomez | -1/+1 |
| 2016-05-20 | Rollup merge of #33668 - dns2utf8:catch_thread, r=steveklabnik | Guillaume Gomez | -3/+8 |
| 2016-05-19 | Auto merge of #33103 - ranma42:escape-unicode-last, r=alexcrichton | bors | -0/+12 |
| 2016-05-19 | Catch thread in example | Stefan Schindler | -3/+8 |
| 2016-05-18 | address review comments | Ariel Ben-Yehuda | -12/+12 |
| 2016-05-18 | implement fuzzy matching in on_unimplemented | Ariel Ben-Yehuda | -5/+12 |
| 2016-05-18 | Remove unnecessary parens in macro | Seo Sanghyeon | -1/+1 |
| 2016-05-16 | Auto merge of #33429 - ranma42:fix-x87-parsing, r=alexcrichton | bors | -10/+81 |
| 2016-05-16 | Fix `asm!` blocks | Andrea Canciani | -2/+2 |
| 2016-05-16 | Cleanup documentation | Andrea Canciani | -31/+10 |
| 2016-05-15 | Rollup merge of #33534 - dns2utf8:atomic_docs, r=GuillaumeGomez | Manish Goregaokar | -2/+2 |
| 2016-05-14 | Auto merge of #33579 - Amanieu:atomic_bool2, r=alexcrichton | bors | -58/+36 |
| 2016-05-13 | Make AtomicBool the same size as bool | Amanieu d'Antras | -58/+36 |
| 2016-05-13 | Document the x87 control word | Andrea Canciani | -5/+62 |
| 2016-05-13 | Fix fast path of float parsing on x87 | Andrea Canciani | -7/+42 |
| 2016-05-12 | Auto merge of #33282 - alexcrichton:rustbuild-crate-tests, r=brson | bors | -0/+7 |
| 2016-05-12 | rustbuild: Add support for crate tests + doctests | Alex Crichton | -0/+4 |
| 2016-05-12 | Auto merge of #33306 - vadixidav:master, r=alexcrichton | bors | -1/+73 |
| 2016-05-11 | Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix | Guillaume Gomez | -0/+5 |
| 2016-05-11 | Rollup merge of #33129 - GuillaumeGomez:fmt_doc, r=steveklabnik | Steve Klabnik | -0/+26 |
| 2016-05-11 | Improve error message for Index trait on slices | Guillaume Gomez | -0/+4 |
| 2016-05-11 | Extend rustc_on_unimplemented flag: if a message is available at an impl, thi... | ggomez | -0/+1 |
| 2016-05-10 | rustbuild: Tighten dependencies of build scripts | Alex Crichton | -0/+3 |
| 2016-05-10 | Doc improvement on std::fmt module | Guillaume Gomez | -0/+26 |
| 2016-05-10 | Simplify text | Stefan Schindler | -2/+2 |
| 2016-05-09 | Add new atomic integer types | Amanieu d'Antras | -602/+418 |
| 2016-05-09 | Add #[cfg(target_has_atomic)] to get atomic support for the current target | Amanieu d'Antras | -0/+1 |
| 2016-05-08 | Rollup merge of #33426 - sfackler:try-from, r=aturon | Manish Goregaokar | -11/+141 |
| 2016-05-08 | Rollup merge of #33420 - durka:patch-20, r=alexcrichton | Manish Goregaokar | -0/+5 |
| 2016-05-07 | Rollup merge of #33428 - fiveop:wrapping_example, r=steveklabnik | Steve Klabnik | -0/+11 |
| 2016-05-07 | Rollup merge of #33409 - kindlychung:patch-2, r=steveklabnik | Steve Klabnik | -2/+2 |
| 2016-05-07 | Implement RFC 1542 | Steven Fackler | -11/+141 |
| 2016-05-06 | Auto merge of #33138 - arielb1:sized-shortcut, r=nikomatsakis | bors | -1/+1 |
| 2016-05-06 | Add `get_mut` methods to the `RefCell` and `Cell` | Tobias Bucher | -0/+24 |
| 2016-05-05 | Auto merge of #33067 - notriddle:wrapping_neg, r=alexcrichton | bors | -0/+9 |
| 2016-05-05 | Add an example to Wrapping's documentation. | Philipp Matthias Schaefer | -0/+11 |
| 2016-05-04 | implement RFC 1521 | Alex Burka | -0/+5 |
| 2016-05-04 | Update iterator.rs | Kaiyin Zhong | -1/+1 |
| 2016-05-04 | errors in the doc | Kaiyin Zhong | -2/+2 |
| 2016-05-03 | require the non-last elements of a tuple to be Sized | Ariel Ben-Yehuda | -1/+1 |
| 2016-05-03 | Rollup merge of #33357 - pcwalton:inline-mem-forget, r=brson | Manish Goregaokar | -0/+1 |
| 2016-05-03 | Rollup merge of #33335 - cramertj:master, r=alexcrichton | Manish Goregaokar | -5/+5 |
| 2016-05-02 | libcore: Inline `mem::forget()`. | Patrick Walton | -0/+1 |
| 2016-05-02 | Auto merge of #33289 - birkenfeld:chain-find, r=bluss | bors | -0/+17 |
| 2016-05-01 | docs: Changed docs for `size_of` to describe size as a stride offset | Taylor Cramer | -5/+5 |
| 2016-05-01 | change unstable to stable on traits and set version properly | Geordon Worley | -4/+4 |
| 2016-05-01 | fix implementation of Ord for Cell<T> and RefCell<T> where T: Ord | Geordon Worley | -1/+73 |
| 2016-04-30 | Implement find() on Chain iterators | Georg Brandl | -0/+17 |
| 2016-04-30 | Impl int/uint::MIN/MAX in terms of min/max_value | Simonas Kazlauskas | -0/+26 |