about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 #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-31const backtrace: do not skip first frameRalf Jung-5/+17
2020-03-31avoid an unreachable fallbackRalf Jung-11/+11
2020-03-31Don't use an exact lint counter anymoreflip1995-1/+5
2020-03-31Enable rust-lld on dist-x86_64-muslDavid Sonder-0/+1
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-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 #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
2020-03-31rustc_target::abi: rename FieldPlacement to FieldsShape.Ana-Maria Mihalache-64/+64
2020-03-31update `VecDeque::as_(mut)_slice` docsBastian Kauschke-4/+4
2020-03-31remove unnecessary relocation check in const_propRalf Jung-7/+4
2020-03-31more clippy fixesMatthias Krüger-124/+102
2020-03-31Clean up E0466 explanationGuillaume Gomez-1/+1
2020-03-31improve folder name for persistent doc testsLuro02-40/+63
2020-03-31Add missing -lmsvcrt on mingw after -lpthreadAmanieu d'Antras-0/+2
2020-03-31bump MiriRalf Jung-7/+7
2020-03-30Deduplicate crosstool-ng.shBen Wolsieffer-30/+6
2020-03-30Ensure LLVM is in the link path for "fulldeps" testsJosh Stone-1/+10
2020-03-30Add `can_unwind` field to `FnAbi`Wesley Wiser-44/+60
2020-03-30remove a dead parameter that everyone sets to NoneRalf Jung-4/+4
2020-03-30stop unnecessarily passing around span argument for Miri function callsRalf Jung-42/+25
2020-03-30remove caller span from Miri stack frameRalf Jung-12/+2
2020-03-30Fix incorrect documentation for `str::{split_at, split_at_mut}`Jacob Greenfield-2/+2