about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-24Rollup merge of #52548 - tko:cursor-doc, r=sfacklerkennytm-8/+9
2018-07-24Rollup merge of #52538 - ljedrz:old_musl_i586_flags, r=kennytmkennytm-3/+1
2018-07-23Auto merge of #52175 - fpoli:testsuite-callsite-span, r=petrochenkovbors-49/+137
2018-07-23Auto merge of #50494 - F001:as_cell, r=alexcrichtonbors-43/+111
2018-07-23Auto merge of #52566 - pnkfelix:buffer-nll-errors-for-z-borrowck-migrate, r=n...bors-81/+161
2018-07-23Auto merge of #52639 - oli-obk:clippyup, r=kennytmbors-5/+5
2018-07-23Auto merge of #52506 - alexcrichton:dont-duplicate-wasm-sections, r=michaelwo...bors-1/+95
2018-07-23use inherent method insteadF001-15/+22
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-49/+137
2018-07-23Thread the `errors_buffer` down through the NLL region_infer code.Felix S. Klock II-5/+7
2018-07-23Separate the construction of a generic bound failure from its emission.Felix S. Klock II-4/+20
2018-07-23thread the `errors_buffer` down into `nll::type_check`.Felix S. Klock II-15/+34
2018-07-23Buffer errors in MIR borrow checkSantiago Pastorino-43/+87
2018-07-23Auto merge of #52589 - petrochenkov:derlint, r=alexcrichtonbors-17/+49
2018-07-23Remove redundant outlives declarationsSantiago Pastorino-2/+2
2018-07-23Remove wrong allow(dead_code) directiveSantiago Pastorino-1/+0
2018-07-23Remove unneded lifetimes relations declarationSantiago Pastorino-2/+2
2018-07-23Let mir reference lifetime be inferredSantiago Pastorino-2/+2
2018-07-23Let lifetimes on find be inferredSantiago Pastorino-4/+4
2018-07-23Remove unused lifetime annotationSantiago Pastorino-1/+1
2018-07-23gcx outlives tcx which outlives a, no need to explicitly do gcx: aSantiago Pastorino-1/+1
2018-07-23Remove duplicated report word in docsSantiago Pastorino-1/+1
2018-07-23Update the clippy submoduleOliver Schneider-5/+5
2018-07-23Auto merge of #52211 - bjorn3:misc_rustdoc_changes, r=QuietMisdreavusbors-16/+4
2018-07-23Auto merge of #52612 - matthewjasper:remove-unnecessary-flow, r=nikomatsakisbors-19/+1
2018-07-23Auto merge of #52571 - oli-obk:promotion_abort, r=nagisabors-3/+46
2018-07-23Auto merge of #52568 - oli-obk:span_bug_error, r=varkorbors-46/+151
2018-07-22Auto merge of #52564 - pnkfelix:issue-52126-lhs-of-assign-op-is-invariant, r=...bors-12/+107
2018-07-22Auto merge of #52069 - zackmdavis:elided_states_of_america—and_to_the_re-pu...bors-53/+324
2018-07-22Auto merge of #52616 - kennytm:rollup, r=kennytmbors-107/+160
2018-07-23Rollup merge of #52051 - scottmcm:swap-directly, r=alexcrichtonkennytm-1/+41
2018-07-23Rollup merge of #52594 - Mark-Simulacrum:error-index-stage0, r=alexcrichtonkennytm-2/+2
2018-07-23Rollup merge of #52587 - csmoe:doc, r=kennytmkennytm-1/+1
2018-07-23Rollup merge of #52582 - felixrabe:patch-2, r=pietroalbinikennytm-1/+1
2018-07-23Rollup merge of #52581 - petrochenkov:bmacrodoc, r=alexcrichtonkennytm-58/+43
2018-07-22Auto merge of #52572 - davidtwco:issue-51027, r=nikomatsakisbors-157/+367
2018-07-22in which the elided-lifetimes-in-paths lint undergoes a revolutionZack M. Davis-53/+324
2018-07-22Rollup merge of #52521 - ehuss:rustdoc-passes-doc, r=kennytmkennytm-2/+2
2018-07-22Rollup merge of #52508 - joshtriplett:dangling-not-sentinel, r=Mark-Simulacrumkennytm-0/+10
2018-07-22Rollup merge of #52507 - estebank:infer-type, r=nikomatsakiskennytm-17/+24
2018-07-22Rollup merge of #52465 - sekineh:add-ci-thumb, r=alexcrichtonkennytm-2/+11
2018-07-22Rollup merge of #51807 - newpavlov:deprecate_str_slice, r=alexcrichtonkennytm-23/+25
2018-07-22Use correct exclusion commentOliver Schneider-1/+2
2018-07-22Fallback to general error handling in ICE cases.David Wood-41/+60
2018-07-22Modified how constraint classification happens to upvars, can now handle func...David Wood-11/+20
2018-07-22Improved is_upvar_field_projection - no longer need recurse parameter.David Wood-19/+21
2018-07-22Improved documentation of functions in new module.David Wood-11/+17
2018-07-22Improved closure errors.David Wood-131/+299
2018-07-22Classify aggregate rvalues as assignments.David Wood-8/+14
2018-07-22Auto merge of #52368 - GuillaumeGomez:intra_doc_link_resolution_failure-docum...bors-4/+102