about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-03-31Use Place directly on make_return_dest, it's CopySantiago Pastorino-2/+2
2020-03-31Use Place directly on codegen_drop_terminator, it's CopySantiago Pastorino-2/+2
2020-03-31Use Place directly in peek_at, it's CopySantiago Pastorino-4/+4
2020-03-31Use Place directly on place_contents_drop_state_cannot_differ, it's CopySantiago Pastorino-2/+2
2020-03-31Use Place directly in place_as_reborrow, it's CopySantiago Pastorino-3/+3
2020-03-31Use Place directly in librustc_mir_build, it's CopySantiago Pastorino-63/+55
2020-03-31expand vec![] to Vec::new()Trevor Spiteri-0/+6
2020-03-31Fix double-free and undefined behaviour in libstd::syn::unix::Thread::new.Vytautas Astrauskas-18/+43
2020-03-31Update cargoEric Huss-0/+0
2020-03-31Auto merge of #70625 - Dylan-DPC:rollup-o8n2hw8, r=Dylan-DPCbors-205/+454
2020-03-31Update books.Eric Huss-0/+0
2020-03-31Add io::Write::write_all_vectoredThomas de Zeeuw-1/+161
2020-03-31ci: disable cancel-outdated-builds for the try branchPietro Albini-3/+4
2020-03-31Use Place directly on Operand::place and friends, it's CopySantiago Pastorino-33/+33
2020-03-31Use Place directly, it's Copy even more use casesSantiago Pastorino-119/+120
2020-03-31Use Place directly, it's Copy more use casesSantiago Pastorino-28/+25
2020-03-31Use Place directly on check_mut_borrowing_layout_constrained_field, it's CopySantiago Pastorino-2/+2
2020-03-31Use Place directly on remove_never_initialized_mut_locals, it's CopySantiago Pastorino-4/+4
2020-03-31Use Place directly on borrow_of_local_data, it's CopySantiago Pastorino-4/+4
2020-03-31Use Place directly on propagate_closure_used_mut_place, it's CopySantiago Pastorino-4/+3
2020-03-31Use Place directly, it's CopySantiago Pastorino-94/+88
2020-03-31Rollup merge of #70623 - rcoh:patch-2, r=jonas-schievinkDylan DPC-1/+1
2020-03-31Rollup merge of #70614 - RalfJung:cons-prop-reloc, r=wesleywiserDylan DPC-7/+4
2020-03-31Rollup merge of #70606 - GuillaumeGomez:cleanup-e0466, r=Dylan-DPCDylan DPC-1/+1
2020-03-31Rollup merge of #70600 - danielframpton:aarch64-windows-tests, r=alexcrichtonDylan DPC-17/+0
2020-03-31Rollup merge of #70268 - tmiasko:sanitizer-docs, r=steveklabnikDylan DPC-86/+150
2020-03-31Rollup merge of #69458 - Luro02:master, r=GuillaumeGomez,ollie27Dylan DPC-40/+63
2020-03-31Rollup merge of #69425 - lcnr:make_contiguous, r=AmanieuDylan DPC-53/+235
2020-03-31cargotest: remove webrenderPietro Albini-7/+0
2020-03-31update unused_braces wordingBastian Kauschke-21/+20
2020-03-31add tests for `unused_braces`Bastian Kauschke-0/+134
2020-03-31update testsBastian Kauschke-25/+31
2020-03-31fix internal lint falloutBastian Kauschke-14/+15
2020-03-31Fix broken link in READMERussell Cohen-1/+1
2020-03-31const backtrace: do not skip first frameRalf Jung-5/+17
2020-03-31avoid an unreachable fallbackRalf Jung-11/+11
2020-03-31fix docsBastian Kauschke-1/+1
2020-03-31Fix tests to handle debug_assertRussell Cohen-0/+2
2020-03-31Add a test case for incremental + codegen-units interaction.Michael Woerister-1/+53
2020-03-31Make the rustc respect the `-C codegen-units` flag in incremental mode.Michael Woerister-24/+67
2020-03-31Auto merge of #70617 - Centril:rollup-063ycso, r=Centrilbors-196/+470
2020-03-31Rollup merge of #70613 - matthiaskrgr:cl5ppy_squashed, r=CentrilMazdak Farrokhzad-124/+102
2020-03-31Rollup merge of #70588 - Coder-256:str-split-at-docs, r=Dylan-DPCMazdak Farrokhzad-2/+2
2020-03-31Rollup merge of #70587 - DutchGhost:patch-1, r=Dylan-DPCMazdak Farrokhzad-1/+1
2020-03-31Rollup merge of #70585 - alexcrichton:fix-wasi-align-alloc, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2020-03-31Rollup merge of #70562 - lcnr:const-arr_len, r=CentrilMazdak Farrokhzad-23/+151
2020-03-31Rollup merge of #70561 - tshepang:obsolete-comment, r=petrochenkovMazdak Farrokhzad-3/+0
2020-03-31Rollup merge of #70555 - Centril:fix-70549, r=petrochenkovMazdak Farrokhzad-9/+82
2020-03-31Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomezMazdak Farrokhzad-3/+24
2020-03-31Rollup merge of #69784 - benesch:fast-strip-prefix-suffix, r=kennytmMazdak Farrokhzad-30/+107