about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-30Feature gate `rustc` attributes harderVadim Petrochenkov-14/+132
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-185/+127
2019-06-30Auto merge of #61459 - GuillaumeGomez:fix-rustdoc-sysroot-panic, r=ollie27,bj...bors-4/+2
2019-06-29Rollup merge of #62204 - Hywan:patch-2, r=rkruppeMazdak Farrokhzad-1/+1
2019-06-29Rollup merge of #62163 - cuviper:unix-uninit, r=RalfJungMazdak Farrokhzad-61/+58
2019-06-29Rollup merge of #62104 - Zoxc:query-info, r=eddybMazdak Farrokhzad-32/+61
2019-06-29Rollup merge of #62023 - RalfJung:miri-toolstate, r=kennytmMazdak Farrokhzad-28/+33
2019-06-29Rollup merge of #61818 - tmandry:issue-60709-test, r=cramertjMazdak Farrokhzad-2/+30
2019-06-29Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkovMazdak Farrokhzad-88/+194
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-12/+15
2019-06-29Auto merge of #62105 - JohnTitor:update-miri, r=RalfJungbors-7/+9
2019-06-28Move async-fn-size test to async-await/Tyler Mandry-2/+2
2019-06-28Add regression test for #60709Tyler Mandry-0/+28
2019-06-28doc(libcore) Fix CSIvan Enderlin-1/+1
2019-06-27Rollup merge of #62176 - Xanewok:update-rls, r=alexcrichtonMazdak Farrokhzad-0/+0
2019-06-27Rollup merge of #62171 - alexcrichton:more-restarts, r=eddybMazdak Farrokhzad-24/+47
2019-06-27Rollup merge of #62164 - jsgf:buffer-save-analysis, r=XanewokMazdak Farrokhzad-3/+4
2019-06-27Rollup merge of #62160 - ia0:question_mark_macro_sep, r=petrochenkovMazdak Farrokhzad-17/+1
2019-06-27Rollup merge of #62156 - ehuss:update-books, r=ehussMazdak Farrokhzad-0/+0
2019-06-27Rollup merge of #62155 - cramertj:61872, r=centrilMazdak Farrokhzad-0/+21
2019-06-27Rollup merge of #62154 - mark-i-m:old-fixme, r=CentrilMazdak Farrokhzad-1/+1
2019-06-27Rollup merge of #62152 - doctorn:async_let_ice, r=cramertjMazdak Farrokhzad-9/+89
2019-06-27Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkovMazdak Farrokhzad-49/+49
2019-06-27Rollup merge of #62124 - matklad:without-with, r=petrochenkovMazdak Farrokhzad-139/+121
2019-06-27Rollup merge of #62106 - cramertj:test-await, r=centrilMazdak Farrokhzad-0/+338
2019-06-27Rollup merge of #62102 - RalfJung:read, r=CentrilMazdak Farrokhzad-1/+10
2019-06-27Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasperMazdak Farrokhzad-0/+193
2019-06-27Rollup merge of #62043 - Centril:remove-fnbox, r=cramertjMazdak Farrokhzad-128/+1
2019-06-27Rollup merge of #61878 - RalfJung:pin, r=Dylan-DPCMazdak Farrokhzad-41/+130
2019-06-27Auto merge of #62136 - lzutao:clippy-up, r=oli-obkbors-11/+9
2019-06-27Add suggestion for missing `.await` keywordNathan Corbyn-0/+193
2019-06-27Update RLSIgor Matuszewski-0/+0
2019-06-27rustc: Retry SIGILL linker invocationsAlex Crichton-24/+47
2019-06-26save-analysis: use buffered writesJeremy Fitzhardinge-3/+4
2019-06-26Use pointer::write_bytes for android sigemptysetJosh Stone-5/+3
2019-06-26Avoid mem::uninitialized() in std::sys::unixJosh Stone-58/+57
2019-06-27Update miriYuki Okushi-7/+9
2019-06-26Remove outdated question_mark_macro_sep lintJulien Cretin-17/+1
2019-06-26Update booksEric Huss-0/+0
2019-06-26Add regression test for MIR drop generation in async loopsTaylor Cramer-0/+21
2019-06-26remove old fixmeMark Mansi-1/+1
2019-06-26Don't ICE on item in `.await` expressionNathan Corbyn-9/+89
2019-06-26Hash force_pass_mode when config.mode == Pretty.Mazdak Farrokhzad-1/+1
2019-06-26Fix clippy::precedenceIgor Matuszewski-1/+1
2019-06-26Fix clippy::print_with_newlineIgor Matuszewski-3/+3
2019-06-26Fix clippy::redundant_closureIgor Matuszewski-1/+1
2019-06-26Fix clippy::cast_loslessIgor Matuszewski-13/+13
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-29/+29
2019-06-26ci: Disable assertions in PR buildsAlex Crichton-0/+6
2019-06-26Auto merge of #61872 - matthewjasper:refactor-mir-drop-gen, r=nikomatsakisbors-468/+536