about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-07-12Rollup merge of #62623 - pnkfelix:issue-62614-downgrade-indirect-structural-m...Mazdak Farrokhzad-14/+99
2019-07-12Rollup merge of #62608 - delan:async-unsafe-fn-tests, r=CentrilMazdak Farrokhzad-2/+118
2019-07-12Rollup merge of #62607 - estebank:this-mem-is-out-of-control, r=petrochenkovMazdak Farrokhzad-2/+16
2019-07-12Rollup merge of #62605 - estebank:emit-dropped-err, r=pnkfelixMazdak Farrokhzad-12/+16
2019-07-12Rollup merge of #62599 - RalfJung:uninit, r=cramertjMazdak Farrokhzad-1/+1
2019-07-12Rollup merge of #62595 - ngoldbaum:path-clarity-doc, r=CentrilMazdak Farrokhzad-1/+5
2019-07-12Rollup merge of #62578 - JohnTitor:add-test-for-49919, r=alexcrichtonMazdak Farrokhzad-0/+16
2019-07-12Rollup merge of #62568 - lzutao:replace_may_dangle, r=matthewjasperMazdak Farrokhzad-150/+32
2019-07-12Rollup merge of #62453 - zackmdavis:single_path, r=estebankMazdak Farrokhzad-26/+99
2019-07-12Rollup merge of #62431 - czipperz:add-messages-to-must-use-is_-methods, r=sco...Mazdak Farrokhzad-4/+5
2019-07-12Rollup merge of #62274 - eddyb:const-false-unwind, r=pnkfelixMazdak Farrokhzad-28/+58
2019-07-12Rollup merge of #61535 - ohadravid:test-generic-with-default-assiociated-type...Mazdak Farrokhzad-0/+36
2019-07-12add test caseEsteban Küber-0/+13
2019-07-12Change `indirect_structural_match` lint to allow-by-default.Felix S. Klock II-1/+62
2019-07-12Turn `indirect_structural_match` lint on explicitly in ui tests.Felix S. Klock II-13/+37
2019-07-12Auto merge of #61462 - GuillaumeGomez:fix-local-storage, r=Manishearthbors-3/+1
2019-07-12Auto merge of #62549 - ehuss:update-cargo-vendor, r=alexcrichtonbors-46/+43
2019-07-12test `unsafe fn` and `async unsafe fn` calls in `unsafe { async || }`Delan Azabani-2/+25
2019-07-12Auto merge of #61590 - matthewjasper:remove-borrowck-mir-dependency, r=pnkfelixbors-2647/+831
2019-07-12remove redundant async_closure test in async-await.rsDelan Azabani-7/+1
2019-07-12test E0133 when calling free/impl `async unsafe fn` in `async fn`Delan Azabani-1/+22
2019-07-12remove unused #![feature(async_closure)]Delan Azabani-1/+1
2019-07-12test `unsafe fn` and `async unsafe fn` calls in `async` in `unsafe`Delan Azabani-0/+26
2019-07-12test E0133 when calling free/impl `async unsafe fn` in safe codeDelan Azabani-0/+35
2019-07-12align async-await.rs and await-macro.rs with one anotherDelan Azabani-3/+20
2019-07-11Correctly break out of recovery loopEsteban Küber-2/+3
2019-07-11Emit dropped unemitted errors to aid in ICE debuggingEsteban Küber-12/+16
2019-07-11move mem::uninitialized deprecation back by 1 release, to 1.39Ralf Jung-1/+1
2019-07-11Remove feature gate `dropck_parametricity` completelyLzu Tao-125/+17
2019-07-11document that crate refers to the project rootNathan Goldbaum-1/+5
2019-07-11Replace unsafe_destructor_blind_to_params with may_dangleLzu Tao-31/+21
2019-07-11Move rustc_borrowck -> rustc_ast_borrowckMatthew Jasper-3/+3
2019-07-11Remove rustc_mir dependency from rustc_borrowckMatthew Jasper-2045/+229
2019-07-12Update miriYuki Okushi-9/+7
2019-07-11Auto merge of #62503 - pnkfelix:dont-recur-infiitely-from-print-def-path, r=e...bors-1/+41
2019-07-11Address review commentsVadim Petrochenkov-9/+10
2019-07-11rustc_mir: follow FalseUnwind's real_target edge in qualify_consts.Eduard-Mihai Burtescu-28/+58
2019-07-11pretty-print: Merge `print_tts` and `print_tts_ext`Vadim Petrochenkov-10/+6
2019-07-11pretty-print: Do not lose the `$crate` printing flag in `print_tt`Vadim Petrochenkov-11/+29
2019-07-11Rollup merge of #62557 - taiki-e:typo, r=CentrilMazdak Farrokhzad-1/+2
2019-07-11Rollup merge of #62519 - pnkfelix:add-test-for-30786, r=pnkfelixMazdak Farrokhzad-0/+140
2019-07-11Rollup merge of #62476 - petrochenkov:expref, r=matthewjasperMazdak Farrokhzad-1034/+1116
2019-07-11Rollup merge of #62425 - cyphar:linux-cloexec-use-fcntl, r=alexcrichtonMazdak Farrokhzad-0/+2
2019-07-11Rollup merge of #62270 - agnxy:move-async-test, r=Centril,tmandryMazdak Farrokhzad-66/+10
2019-07-11Rollup merge of #61923 - Zoxc:dep-stream-prefix-2, r=pnkfelixMazdak Farrokhzad-35/+51
2019-07-11Rollup merge of #61665 - aschampion:slice-eq-ptr, r=sfacklerMazdak Farrokhzad-6/+17
2019-07-11Add test for #49919Yuki Okushi-0/+16
2019-07-11Refactor diagnostic emission for green nodesJohn Kåre Alsaker-35/+51
2019-07-10Auto merge of #62561 - Centril:rollup-5pxj3bo, r=Centrilbors-521/+505
2019-07-11Add a regression test for #44692Vadim Petrochenkov-1/+128