about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-10-15Auto merge of #45200 - mikhail-m1:match-with-false-edges, r=nikomatsakisbors-5/+49
2017-10-14Auto merge of #44867 - kennytm:rustdoc-md-test-title, r=alexcrichtonbors-30/+50
2017-10-14Auto merge of #45177 - oli-obk:clippy, r=alexcrichtonbors-27/+19
2017-10-14Auto merge of #45175 - petrochenkov:dyn, r=nikomatsakisbors-49/+154
2017-10-14Auto merge of #45167 - pnkfelix:migrate-remaining-ast-diagnostics, r=arielb1bors-530/+622
2017-10-14Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakisbors-105/+398
2017-10-14Update rustfmt submoduleVadim Petrochenkov-8/+5
2017-10-14Implement `dyn Trait` syntaxVadim Petrochenkov-41/+149
2017-10-14Auto merge of #45155 - Nashenas88:nll-infer, r=nikomatsakisbors-9/+245
2017-10-14Auto merge of #45137 - theotherjimmy:vtable-methods-query, r=nikomatsakisbors-147/+79
2017-10-14Auto merge of #45104 - vitiral:incr_auto_assert2, r=michaelwoeristerbors-475/+786
2017-10-14Auto merge of #45102 - petrochenkov:noar, r=alexcrichtonbors-59/+6
2017-10-13Auto merge of #45069 - sinkuu:tuple_arg, r=nikomatsakisbors-52/+209
2017-10-13Auto merge of #45261 - kennytm:rollup, r=kennytmbors-179/+818
2017-10-13fix review commentsGarrett Berg-49/+51
2017-10-13Rollup merge of #45253 - Gankro:drop_docs, r=kennytmkennytm-3/+5
2017-10-13Rollup merge of #45245 - stjepang:more-padding-between-impls, r=QuietMisdreavuskennytm-1/+1
2017-10-13Rollup merge of #45240 - GuillaumeGomez:mobile-sidebar-improvements, r=QuietM...kennytm-5/+7
2017-10-13Rollup merge of #45236 - alexcrichton:build-less, r=Mark-Simulacrumkennytm-4/+10
2017-10-13Rollup merge of #45221 - estebank:issue-41790, r=nikomatsakiskennytm-1/+45
2017-10-13Rollup merge of #45209 - kennytm:treat-checksum-error-as-download-error, r=Ma...kennytm-20/+37
2017-10-13Rollup merge of #45203 - alexcrichton:update-llvm, r=michaelwoeristerkennytm-0/+0
2017-10-13Rollup merge of #45189 - alexcrichton:thinlto-allocators, r=michaelwoeristerkennytm-41/+25
2017-10-13Rollup merge of #45178 - Badel2:comma-after-struct, r=petrochenkovkennytm-0/+56
2017-10-13Rollup merge of #45173 - laumann:suggest-misspelled-labels, r=petrochenkovkennytm-10/+72
2017-10-13Rollup merge of #45133 - GuillaumeGomez:usize-index-msg, r=dtolnaykennytm-1/+40
2017-10-13Rollup merge of #45122 - jean-lourenco:master, r=nikomatsakiskennytm-1/+7
2017-10-13Rollup merge of #45110 - Nashenas88:master, r=arielb1kennytm-25/+71
2017-10-13Rollup merge of #44855 - federicomenaquintero:master, r=steveklabnikkennytm-67/+442
2017-10-13Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...bors-25/+90
2017-10-13Remove recursion from `define_{provider|map}_struct`Jimmy Brisson-99/+4
2017-10-13Remove export of vtable_methodsJimmy Brisson-1/+1
2017-10-13Wrap vtable_methods return type in RCJimmy Brisson-44/+47
2017-10-13get_vtable_methods => vtable_methods queryJimmy Brisson-8/+32
2017-10-13Convert return type of get_vtable_methods to VecJimmy Brisson-4/+4
2017-10-13Add License to infer.rsSantiago Pastorino-0/+10
2017-10-13TODO -> FIXMESantiago Pastorino-4/+4
2017-10-13Add allow_dead code directive to unused methodsSantiago Pastorino-0/+5
2017-10-13Do not move infcx, just borrow itSantiago Pastorino-7/+8
2017-10-13borrow block_data instead of moving itSantiago Pastorino-1/+1
2017-10-13sup_def is a mutable referenceSantiago Pastorino-1/+1
2017-10-13inteference_context should be mutSantiago Pastorino-1/+1
2017-10-13Mark Region as publicSantiago Pastorino-1/+1
2017-10-13Mark free regions handling as TODOSantiago Pastorino-9/+10
2017-10-13Initial attempt at implementation of inference layout for nllPaul Faria-5/+224
2017-10-13Auto merge of #45055 - GuillaumeGomez:search-tabs, r=QuietMisdreavusbors-22/+175
2017-10-13Auto merge of #45032 - alexcrichton:target-cfu, r=michaelwoeristerbors-50/+56
2017-10-13Auto merge of #45031 - alexcrichton:nounwind, r=arielb1bors-3/+50
2017-10-13Clarify how needs_drop is conservativeAlexis Beingessner-3/+5
2017-10-12incr comp: rustc_clean/dirty auto assertGarrett Berg-465/+774