about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-03-05Add InferConstvarkor-0/+11
2019-03-05Add ConstVidvarkor-0/+7
2019-03-05Add ParamConstvarkor-0/+20
2019-03-05Add Const generic param to tyvarkor-4/+24
2019-03-05Add self to mailmapNathan West-0/+1
2019-03-05only print coverage pass lists if running on nightlyQuietMisdreavus-7/+11
2019-03-05remove unused Display implQuietMisdreavus-7/+0
2019-03-05Add a test for HashStable stabilityJohn Kåre Alsaker-0/+63
2019-03-05Make rustc_macro a Rust 2018 crateJohn Kåre Alsaker-20/+9
2019-03-05Move locate_ctxt backJohn Kåre Alsaker-21/+21
2019-03-05Removed whitespaceGiles Cope-1/+1
2019-03-05Remove JSBackend from config.tomlHadley Canine-1/+1
2019-03-05fixes rust-lang#52482Saleem Jaffer-47/+32
2019-03-05Unrolled await macro.Giles Cope-6/+6
2019-03-05Auto merge of #58423 - nox:relax-bounds-buf-reader, r=dtolnaybors-0/+2
2019-03-04Elide invalid method receiver error when it contains TyErrEsteban Küber-1/+33
2019-03-05Use Ident for projectJohn Kåre Alsaker-4/+3
2019-03-05Add librustc, libsyntax to rust-src distribution.Taeguk Kwon-0/+2
2019-03-04Make the lifetime parameters of tcx consistent.Gabriela Alexandra Moldovan-4/+4
2019-03-05Update Cargo.lockJohn Kåre Alsaker-0/+11
2019-03-05Add ignore and project attributesJohn Kåre Alsaker-5/+61
2019-03-05Encode proc macro stabilityJohn Kåre Alsaker-2/+7
2019-03-05Bootstrap changesJohn Kåre Alsaker-36/+96
2019-03-05Allow linking to a proc macro on the target in metadata and still use a host ...John Kåre Alsaker-56/+122
2019-03-05Create a derive macro for HashStableJohn Kåre Alsaker-7/+63
2019-03-04Add as_slice() to slice::IterMut and vec::DrainJosh Stone-0/+51
2019-03-04Fix rebase and move suggestion to its own methodEsteban Küber-29/+46
2019-03-04Add an explicit test for issue #50582Josh Stone-0/+15
2019-03-04Add fixmeEsteban Küber-3/+4
2019-03-04On return type `impl Trait` for block with no expr point at last semiEsteban Küber-5/+47
2019-03-04Regression test added for an async ICE.Giles Cope-0/+27
2019-03-04Fix release note problems noticed after merging.Mark Rousskov-21/+23
2019-03-04Use early unwraps instead of bubbling up errors just to unwrap in the endOliver Scherer-44/+30
2019-03-04Regression test for #58435.Felix S. Klock II-0/+17
2019-03-04Make the Entry API of HashMap<K, V> Sync and Send (fixes #45219)Anthony Ramine-0/+11
2019-03-04Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavisbors-96/+401
2019-03-04Auto merge of #58807 - Xanewok:update-clippy, r=Xanewokbors-12/+15
2019-03-03Update ClippyIgor Matuszewski-12/+15
2019-03-03Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasperbors-267/+179
2019-03-03Add .nll.stderr outputTim-0/+39
2019-03-04Monomorphize generator field types for debuginfoWim Looman-0/+28
2019-03-03race condition in thread local storage examplebenaryorg-1/+4
2019-03-03Auto merge of #58425 - wesleywiser:more_profiler_changes, r=michaelwoeristerbors-372/+343
2019-03-03Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelixbors-16/+408
2019-03-03Use FxHashMapWesley Wiser-3/+4
2019-03-03Reduce the size of events by using a u64 instead of InstantWesley Wiser-37/+37
2019-03-03Remove profiler output and replace with a raw event dumpWesley Wiser-329/+271
2019-03-03Wrap the self-profiler in an `Arc<Mutex<>>`Wesley Wiser-32/+60
2019-03-03Remove stray ` in the documentation for the FromIterator implementation for O...Alexandra V-1/+1
2019-03-03Auto merge of #58879 - spastorino:update_miri, r=oli-obkbors-14/+36