about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-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-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
2018-07-22Don't keep the possibly init flow around longer than neededMatthew Jasper-19/+1
2018-07-22Auto merge of #52359 - matthewjasper:combine-move-error-reporting, r=pnkfelixbors-88/+101
2018-07-22Auto merge of #52394 - estebank:println, r=oli-obkbors-123/+351
2018-07-21Only run the test on x86_64Scott McMurray-0/+1
2018-07-21Don't use SIMD in mem::swap for types smaller than the block sizeScott McMurray-1/+40
2018-07-21fix testEsteban Küber-2/+2
2018-07-22Auto merge of #52250 - nnethercote:no-SparseBitMatrix, r=nikomatsakisbors-212/+37
2018-07-21fix tidy ~ againEsteban Küber-13/+0
2018-07-21Don't use the new `eprintln` for stage0 and stage1Esteban Küber-2/+2
2018-07-21Fix tidy by adding new feature gate testEsteban Küber-0/+24
2018-07-21fix logic bugEsteban Küber-2/+2
2018-07-21Auto merge of #51485 - estebank:dehighlight-secondary-msgs, r=GuillaumeGomezbors-4/+11
2018-07-21Remove dependency on `libsyntax`Esteban Küber-23/+13