| Age | Commit message (Expand) | Author | Lines |
| 2018-07-13 | Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelix | bors | -60/+239 |
| 2018-07-13 | Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelix | bors | -919/+1728 |
| 2018-07-13 | Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapin | bors | -112/+208 |
| 2018-07-13 | Auto merge of #52281 - cramertj:fast-tls, r=alexcrichton | bors | -6/+1 |
| 2018-07-12 | Bless one more test | ashtneoi | -0/+11 |
| 2018-07-12 | Factor out suggest_ref_mut; use it in rustc_borrowck | ashtneoi | -39/+27 |
| 2018-07-12 | Bless tests and update ERROR | ashtneoi | -5/+6 |
| 2018-07-12 | span_suggestion | csmoe | -11/+28 |
| 2018-07-12 | add nll stderr | csmoe | -0/+11 |
| 2018-07-12 | update test | csmoe | -3/+3 |
| 2018-07-12 | replace ref | csmoe | -4/+9 |
| 2018-07-12 | lint with ref_span | csmoe | -8/+6 |
| 2018-07-12 | update test | csmoe | -0/+25 |
| 2018-07-12 | fix wrong replacing | csmoe | -1/+1 |
| 2018-07-12 | Also test `&mut self` suggestion | ashtneoi | -4/+24 |
| 2018-07-12 | Simplify match expression | ashtneoi | -10/+8 |
| 2018-07-12 | Put the two halves of suggest_ampmut back together | ashtneoi | -22/+16 |
| 2018-07-12 | Don't try to suggest `ref mut` for implicit `ref` | ashtneoi | -20/+26 |
| 2018-07-12 | Reimplement some "add `mut`" suggestions under NLL | ashtneoi | -35/+88 |
| 2018-07-12 | Add `ref mut` suggestion test | ashtneoi | -0/+52 |
| 2018-07-13 | nit: fix typo | Niko Matsakis | -1/+1 |
| 2018-07-13 | nit: fix `all_sccs` comment | Niko Matsakis | -1/+1 |
| 2018-07-13 | nit: tweak comment order | Niko Matsakis | -21/+23 |
| 2018-07-13 | nit: improve SCC comments | Niko Matsakis | -4/+19 |
| 2018-07-13 | nit: clarify "keep it around" comment | Niko Matsakis | -2/+2 |
| 2018-07-13 | nit: s/successor/successors/ | Niko Matsakis | -2/+2 |
| 2018-07-13 | nit: `use graph::{self, ..}` | Niko Matsakis | -2/+1 |
| 2018-07-13 | dump scc graphviz too | Niko Matsakis | -8/+90 |
| 2018-07-13 | impl graphviz trait for a newtype of regioncx | Niko Matsakis | -8/+11 |
| 2018-07-13 | compute region values using SCCs not iterative flow | Niko Matsakis | -214/+340 |
| 2018-07-13 | Changed implementation of the third field to make LLVM optimize it better. | kennytm | -31/+39 |
| 2018-07-13 | Auto merge of #52275 - alexcrichton:no-macro-use, r=nrc | bors | -1/+99 |
| 2018-07-13 | Include is_empty() in PartialEq and Hash. | kennytm | -0/+19 |
| 2018-07-13 | Upgrade implementation of StepBy<RangeInclusive<_>>. | kennytm | -3/+5 |
| 2018-07-13 | Fix some RangeInclusive test cases. | kennytm | -10/+19 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -97/+155 |
| 2018-07-13 | Auto merge of #52046 - cramertj:fix-generator-mir, r=eddyb | bors | -44/+246 |
| 2018-07-12 | rustc: Lint against `#[macro_use]` in 2018 idioms | Alex Crichton | -1/+99 |
| 2018-07-12 | Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichton | bors | -8/+54 |
| 2018-07-12 | Ensure StorageDead is created even if variable initialization fails | Taylor Cramer | -44/+246 |
| 2018-07-12 | Auto merge of #52256 - tinco:issue_52255, r=sanxiyn | bors | -8/+5 |
| 2018-07-12 | Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrum | kennytm | -1/+1 |
| 2018-07-12 | Rollup merge of #52295 - ljedrz:dyn_libsyntax_ext, r=petrochenkov | kennytm | -35/+37 |
| 2018-07-12 | Rollup merge of #52287 - ljedrz:dyn_librustc_resolve, r=petrochenkov | kennytm | -4/+6 |
| 2018-07-12 | Rollup merge of #52277 - kraai:patch-2, r=kennytm | kennytm | -1/+1 |
| 2018-07-12 | Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkov | kennytm | -4/+78 |
| 2018-07-12 | Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytm | kennytm | -5/+6 |
| 2018-07-12 | Rollup merge of #52164 - euclio:references, r=TimNN | kennytm | -13/+11 |
| 2018-07-12 | Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichton | kennytm | -0/+24 |
| 2018-07-12 | Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytm | kennytm | -5/+18 |