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