about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-06-29Remove default bound for Machine::MemoryExtraChristian Poveda-2/+3
2019-06-29Add MemoryExtra in InterpretCx constructor paramsChristian Poveda-6/+15
2019-06-29Auto merge of #62105 - JohnTitor:update-miri, r=RalfJungbors-7/+9
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-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-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
2019-06-26submodules: Update clippy from 8c80b65f to e3cb40e4Lzu Tao-11/+9
2019-06-26Auto merge of #62072 - eddyb:generator-memory-index, r=tmandrybors-38/+107
2019-06-25Use `Local`s instead of `Place`s in MIR drop generationMatthew Jasper-100/+81
2019-06-25Add StorageDead statements for `while` conditionsMatthew Jasper-128/+172
2019-06-25Unify `return`, `break` and `continue` handlingMatthew Jasper-181/+200
2019-06-25Avoid checking if references implement dropMatthew Jasper-10/+0
2019-06-25Use `as_temp` to evaluate statement expressionsMatthew Jasper-81/+96
2019-06-25Fix incorrect double assignment in MIR for while loopsMatthew Jasper-6/+25
2019-06-25Use f{32,64}::from_bitsIgor Matuszewski-2/+2
2019-06-25tweak wordingRalf Jung-3/+3
2019-06-25cleanup: rename name_from to symbol_fromAleksey Kladov-20/+19
2019-06-25Add more tests for async/awaitTaylor Cramer-0/+338
2019-06-25Auto merge of #62119 - Centril:rollup-el20wu0, r=Centrilbors-356/+463
2019-06-25refactor lexer to use idiomatic borrowingAleksey Kladov-121/+104