about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2017-12-22Rollup merge of #46839 - michaelwoerister:faster-span-hashing-2, r=nikomatsakiskennytm-8/+36
2017-12-22Rollup merge of #46820 - nodakai:simplify-int-impl, r=alexcrichtonkennytm-151/+52
2017-12-22Rollup merge of #46814 - varkor:contrib-7, r=alexcrichtonkennytm-5/+67
2017-12-22Rollup merge of #46809 - eddyb:issue-46769-optimal, r=arielb1kennytm-9/+16
2017-12-22Rollup merge of #46784 - bjorn3:patch-1, r=pnkfelixkennytm-59/+24
2017-12-22Rollup merge of #46780 - varkor:contrib-5, r=arielb1kennytm-17/+36
2017-12-22Rollup merge of #46636 - frewsxcv:frewsxcv-fn-box, r=estebankkennytm-32/+22
2017-12-21Auto merge of #46904 - GuillaumeGomez:rollup, r=GuillaumeGomezbors-99/+248
2017-12-21Rollup merge of #46887 - pnkfelix:ensure-activations-are-from-assignments-to-...Guillaume Gomez-1/+17
2017-12-21Rollup merge of #46861 - GuillaumeGomez:fix-ios-sidebar, r=QuietMisdreavusGuillaume Gomez-10/+50
2017-12-21Rollup merge of #46860 - estebank:candidate-def-sp, r=petrochenkovGuillaume Gomez-16/+13
2017-12-21Rollup merge of #46853 - GuillaumeGomez:fix-rustdoc-warning, r=QuietMisdreavusGuillaume Gomez-2/+3
2017-12-21Rollup merge of #46827 - petrochenkov:assocrecov2, r=estebankGuillaume Gomez-70/+165
2017-12-21Auto merge of #46772 - alexcrichton:thinlto-passes, r=michaelwoeristerbors-0/+130
2017-12-21Auto merge of #46754 - cramertj:refactor-arg-impl, r=nikomatsakisbors-185/+92
2017-12-21Auto merge of #46531 - cramertj:no-mo-modrs, r=nikomatsakisbors-63/+609
2017-12-21Auto merge of #46083 - petrochenkov:morepriv, r=nikomatsakisbors-136/+656
2017-12-21Always report private-in-public in associated types as hard errorsVadim Petrochenkov-31/+108
2017-12-21Prohibit access to private statics from other crates through macros 2.0Vadim Petrochenkov-2/+13
2017-12-21Properly check traits in type privacyVadim Petrochenkov-93/+155
2017-12-21Check associated type bindings for privacy and stabilityVadim Petrochenkov-24/+45
2017-12-21Add tests for associated item privacyVadim Petrochenkov-0/+349
2017-12-20Auto merge of #46862 - nikomatsakis:nll-master, r=arielb1bors-1844/+4132
2017-12-20fix truncated commentNiko Matsakis-1/+4
2017-12-20improve comment about instantiating anon typesNiko Matsakis-6/+34
2017-12-20Fix parsing of paths with fn-like generic argumentsVadim Petrochenkov-24/+18
2017-12-20Add tests checking taht "priority" of qpath recovery is higher than unary and...Vadim Petrochenkov-3/+97
2017-12-20Move impls for qpath recovery trait from `ast.rs`Vadim Petrochenkov-58/+65
2017-12-20convert region-liveness-drop{-,-no-}may-dangle.rs into ui testsNiko Matsakis-66/+78
2017-12-20add some run-pass tests for NLL showing that things work as expectedNiko Matsakis-0/+108
2017-12-20when using feature(nll), don't warn about AST-based region errorsNiko Matsakis-13/+120
2017-12-20document and tweak the nll, use_mir, etc helpersNiko Matsakis-7/+28
2017-12-20feature nll implies borrowck=mirSantiago Pastorino-6/+23
2017-12-20feature nll implies two-phase-borrowsSantiago Pastorino-4/+9
2017-12-20Add nll feature and make nll imply nll_dump_causeSantiago Pastorino-10/+51
2017-12-20Add nll_dump_cause helper to SessionSantiago Pastorino-2/+5
2017-12-20use `report_generic_bound_failure` when we can in the compilerNiko Matsakis-85/+189
2017-12-20refactor `report_generic_bound_failure` to be usable by NLL codeNiko Matsakis-13/+22
2017-12-20connect NLL machinery to the `NiceRegionError` codeNiko Matsakis-82/+144
2017-12-20give precedence to `try_report_named_anon_conflict` methodNiko Matsakis-2/+2
2017-12-20use `Option<ErrorReported>` instead of `bool`Niko Matsakis-34/+25
2017-12-20introduce a `NiceRegionError` type and define methods on thatNiko Matsakis-82/+137
2017-12-20nice_region_error: rustfmtNiko Matsakis-83/+98
2017-12-20extract `find_anon_type` into its own moduleNiko Matsakis-263/+296
2017-12-20make `util` fns private to nice_region_errorNiko Matsakis-8/+8
2017-12-20move nice-region-error reporting into its own moduleNiko Matsakis-5/+16
2017-12-20only dump causes if we have nothing betterNiko Matsakis-8/+8
2017-12-20Add three point error handling to borrowckSantiago Pastorino-23/+274
2017-12-20Move categorize logic out of visit_local functionNiko Matsakis-58/+80
2017-12-20Move MirVisitable to visit.rsSantiago Pastorino-24/+27