about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-07-13Fix redox libstd leftoverTatsuyuki Ishi-2/+2
2018-07-13Auto merge of #52281 - cramertj:fast-tls, r=alexcrichtonbors-6/+1
2018-07-13Switch to any from count when checking for non_exhaustive attribute.David Wood-2/+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-13Fix bitslice printing.Nicholas Nethercote-11/+5
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-13Make BitSlice's `Word` properly generic.Nicholas Nethercote-22/+22
2018-07-13Auto merge of #52046 - cramertj:fix-generator-mir, r=eddybbors-44/+246
2018-07-13Inline and remove `DataflowAnalysis::num_bits_overall()`.Nicholas Nethercote-13/+3
2018-07-13proc_macro: Fix crate root detectionVadim Petrochenkov-10/+39
2018-07-12task: remove wrong comments about non-existent LocalWake traitSean McArthur-5/+3
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-12Update llvm-rebuild-trigger in light of LLVM 7 upgradevarkor-1/+1
2018-07-12Moved non_exhaustive message to fields/variants section and onto type.David Wood-19/+18
2018-07-12Ensure StorageDead is created even if variable initialization failsTaylor Cramer-44/+246
2018-07-12Resolve FIXME(#27942)ljedrz-21/+1
2018-07-12deprecation message improvementArtyom Pavlov-2/+2
2018-07-12Fix ICE when using a pointer cast as array sizevarkor-1/+28
2018-07-12Revert "Auto merge of #51165 - SimonSapin:opt2, r=alexcrichton"kennytm-7/+0