about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-13Auto merge of #52242 - ashtneoi:suggest-ref-mut, r=pnkfelixbors-60/+239
2018-07-13Auto merge of #51987 - nikomatsakis:nll-region-infer-scc, r=pnkfelixbors-919/+1728
2018-07-13Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapinbors-112/+208
2018-07-13Auto merge of #52281 - cramertj:fast-tls, r=alexcrichtonbors-6/+1
2018-07-12Bless one more testashtneoi-0/+11
2018-07-12Factor out suggest_ref_mut; use it in rustc_borrowckashtneoi-39/+27
2018-07-12Bless tests and update ERRORashtneoi-5/+6
2018-07-12span_suggestioncsmoe-11/+28
2018-07-12add nll stderrcsmoe-0/+11
2018-07-12update testcsmoe-3/+3
2018-07-12replace refcsmoe-4/+9
2018-07-12lint with ref_spancsmoe-8/+6
2018-07-12update testcsmoe-0/+25
2018-07-12fix wrong replacingcsmoe-1/+1
2018-07-12Also test `&mut self` suggestionashtneoi-4/+24
2018-07-12Simplify match expressionashtneoi-10/+8
2018-07-12Put the two halves of suggest_ampmut back togetherashtneoi-22/+16
2018-07-12Don't try to suggest `ref mut` for implicit `ref`ashtneoi-20/+26
2018-07-12Reimplement some "add `mut`" suggestions under NLLashtneoi-35/+88
2018-07-12Add `ref mut` suggestion testashtneoi-0/+52
2018-07-13nit: fix typoNiko Matsakis-1/+1
2018-07-13nit: fix `all_sccs` commentNiko Matsakis-1/+1
2018-07-13nit: tweak comment orderNiko Matsakis-21/+23
2018-07-13nit: improve SCC commentsNiko Matsakis-4/+19
2018-07-13nit: clarify "keep it around" commentNiko Matsakis-2/+2
2018-07-13nit: s/successor/successors/Niko Matsakis-2/+2
2018-07-13nit: `use graph::{self, ..}`Niko Matsakis-2/+1
2018-07-13dump scc graphviz tooNiko Matsakis-8/+90
2018-07-13impl graphviz trait for a newtype of regioncxNiko Matsakis-8/+11
2018-07-13compute region values using SCCs not iterative flowNiko Matsakis-214/+340
2018-07-13Changed implementation of the third field to make LLVM optimize it better.kennytm-31/+39
2018-07-13Auto merge of #52275 - alexcrichton:no-macro-use, r=nrcbors-1/+99
2018-07-13Include is_empty() in PartialEq and Hash.kennytm-0/+19
2018-07-13Upgrade implementation of StepBy<RangeInclusive<_>>.kennytm-3/+5
2018-07-13Fix some RangeInclusive test cases.kennytm-10/+19
2018-07-13Change RangeInclusive to a three-field struct.kennytm-97/+155
2018-07-13Auto merge of #52046 - cramertj:fix-generator-mir, r=eddybbors-44/+246
2018-07-12rustc: Lint against `#[macro_use]` in 2018 idiomsAlex Crichton-1/+99
2018-07-12Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichtonbors-8/+54
2018-07-12Ensure StorageDead is created even if variable initialization failsTaylor Cramer-44/+246
2018-07-12Auto merge of #52256 - tinco:issue_52255, r=sanxiynbors-8/+5
2018-07-12Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrumkennytm-1/+1
2018-07-12Rollup merge of #52295 - ljedrz:dyn_libsyntax_ext, r=petrochenkovkennytm-35/+37
2018-07-12Rollup merge of #52287 - ljedrz:dyn_librustc_resolve, r=petrochenkovkennytm-4/+6
2018-07-12Rollup merge of #52277 - kraai:patch-2, r=kennytmkennytm-1/+1
2018-07-12Rollup merge of #52276 - alexcrichton:validate-proc-macro-attr, r=petrochenkovkennytm-4/+78
2018-07-12Rollup merge of #52220 - ljedrz:dyn_bootstrap, r=kennytmkennytm-5/+6
2018-07-12Rollup merge of #52164 - euclio:references, r=TimNNkennytm-13/+11
2018-07-12Rollup merge of #51912 - mbrubeck:more_box_slice_clone, r=alexcrichtonkennytm-0/+24
2018-07-12Rollup merge of #51816 - nodakai:conf-py-tmpfile, r=kennytmkennytm-5/+18