| Age | Commit message (Expand) | Author | Lines |
| 2016-07-10 | Make it nicer from @alexandermerritt | ubsan | -5/+6 |
| 2016-07-10 | Add examples for std::Error module | Guillaume Gomez | -0/+70 |
| 2016-07-10 | Move variant_size_differences out of trans | Jonas Schievink | -241/+123 |
| 2016-07-10 | Auto merge of #34753 - sfackler:demangle-curly-braces, r=alexcrichton | bors | -1/+3 |
| 2016-07-10 | Improve std::any module doc | Guillaume Gomez | -2/+158 |
| 2016-07-10 | Demangle curly braces | Steven Fackler | -1/+3 |
| 2016-07-10 | Auto merge of #34657 - oli-obk:no_needless_const_eval, r=eddyb | bors | -28/+1 |
| 2016-07-10 | Auto merge of #34731 - GGist:fix_sync_try_recv, r=alexcrichton | bors | -1/+10 |
| 2016-07-09 | Auto merge of #34745 - alexandermerritt:slice-doc, r=brson | bors | -1/+1 |
| 2016-07-10 | Switch around Examples and Alternatives | ubsan | -45/+48 |
| 2016-07-09 | make clone_from_slice consistent with copy_from_slice | Alexander Merritt | -1/+1 |
| 2016-07-09 | Auto merge of #34723 - GuillaumeGomez:slice_doc, r=apasel422 | bors | -1/+0 |
| 2016-07-09 | Auto merge of #34365 - petrochenkov:deferr, r=eddyb | bors | -818/+646 |
| 2016-07-10 | Update on struct expressions (check #32769) | abhi | -1/+3 |
| 2016-07-09 | Auto merge of #34717 - frewsxcv:sink, r=apasel422 | bors | -2/+2 |
| 2016-07-09 | Auto merge of #34728 - michaelwoerister:issue34569, r=luqmana | bors | -40/+74 |
| 2016-07-09 | trans: Make sure that closures only get translated once. | Michael Woerister | -40/+74 |
| 2016-07-09 | Auto merge of #34709 - GuillaumeGomez:primitives, r=steveklabnik | bors | -0/+62 |
| 2016-07-09 | Improve slice docs | Guillaume Gomez | -9/+236 |
| 2016-07-09 | Auto merge of #33987 - crlf0710:patch-1, r=steveklabnik | bors | -2/+2 |
| 2016-07-08 | Auto merge of #34719 - glandium:issue34674, r=alexcrichton | bors | -0/+0 |
| 2016-07-08 | document DoubleEndedIterator::next_back | Alex Burka | -3/+4 |
| 2016-07-08 | Check for data in Receiver::try_recv before reporting disconnect | Andrew | -1/+10 |
| 2016-07-08 | Auto merge of #34700 - inejge:ai-hints, r=alexcrichton | bors | -0/+19 |
| 2016-07-08 | Improve primitive integers documentation | Guillaume Gomez | -0/+62 |
| 2016-07-08 | Auto merge of #33890 - michaelwoerister:collector-driven-trans, r=eddyb | bors | -905/+1388 |
| 2016-07-08 | trans: Adjust linkage assignment so that we don't need weak linkage. | Michael Woerister | -60/+85 |
| 2016-07-08 | Update LLVM. | Michael Woerister | -1/+1 |
| 2016-07-08 | trans: Remove tracking of translation item state. | Michael Woerister | -149/+8 |
| 2016-07-08 | trans: Set COMDAT section for weak symbols so that Windows can handle them. | Michael Woerister | -1/+10 |
| 2016-07-08 | trans: Enable falling back to on-demand instantiation for drop-glue and monom... | Michael Woerister | -22/+66 |
| 2016-07-08 | trans: Add missing normalize_associated_type() call to callee::get_fn(). | Michael Woerister | -2/+2 |
| 2016-07-08 | hir-trans: Don't generate code for unreachable operands in short-circuiting l... | Michael Woerister | -0/+13 |
| 2016-07-08 | trans::collector: Also consider initializers of const items. | Michael Woerister | -16/+45 |
| 2016-07-08 | collector-driven-trans: Take care of nits. | Michael Woerister | -30/+35 |
| 2016-07-08 | Pacify make tidy. | Michael Woerister | -4/+5 |
| 2016-07-08 | Fix codegen tests by make sure items are translated in AST order. | Michael Woerister | -13/+49 |
| 2016-07-08 | Clean up trans::trans_crate() after making things collector driven. | Michael Woerister | -62/+69 |
| 2016-07-08 | Make item translation order deterministic by sorting by symbol name. | Michael Woerister | -8/+39 |
| 2016-07-08 | Build SymbolMap for symbol name conflict checking and caching. | Michael Woerister | -54/+237 |
| 2016-07-08 | Make drop-glue translation collector-driven. | Michael Woerister | -150/+178 |
| 2016-07-08 | Improve linkage assignment in trans::partitioning. | Michael Woerister | -69/+146 |
| 2016-07-08 | Adapt backend to trans::partitioning dictating the codegen-unit setup. | Michael Woerister | -95/+181 |
| 2016-07-08 | Ignore closure-related translation item collection tests. | Michael Woerister | -0/+10 |
| 2016-07-08 | trans: Get rid of the last potential on-demand creation of non-closure functi... | Michael Woerister | -91/+11 |
| 2016-07-08 | Drive function item translation from collector | James Miller | -175/+211 |
| 2016-07-09 | Add the unstable attribute to the new mpsc::Receiver::try_iter API | mitchmindtree | -0/+3 |
| 2016-07-09 | Add a test for Receiver::try_iter | mitchmindtree | -0/+28 |
| 2016-07-08 | trans: Make translation of statics collector-driven. | Michael Woerister | -137/+221 |
| 2016-07-08 | Auto merge of #34720 - Manishearth:rollup, r=Manishearth | bors | -90/+84 |