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