about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-23Improve E0567 explanationGuillaume Gomez-4/+2
2020-04-23Use ConstCx in the promoted collectorOliver Scherer-16/+14
2020-04-23Use ConstCx in more placesOliver Scherer-15/+27
2020-04-23Rename `Item` to `ConstCx`.Oliver Scherer-120/+120
2020-04-23Fix ui test blessing when a test has an empty stderr file after having had co...Oliver Scherer-1/+5
2020-04-23fix error code for E0751YI-30/+30
2020-04-23Auto merge of #71343 - RalfJung:miri, r=RalfJungbors-7/+10
2020-04-23Add leading 0x to offset in Debug fmt of PointerDavid Cook-40/+40
2020-04-23Auto merge of #71312 - wesleywiser:const_prop_bitset, r=Mark-Simulacrumbors-5/+4
2020-04-22Add module docs and restrict visibilityDylan MacKenzie-5/+7
2020-04-22Use a ref-counted pointer for ownership of the predecessor cacheDylan MacKenzie-14/+23
2020-04-22Remove `predecessors_for`Dylan MacKenzie-16/+5
2020-04-22Use lib crate type for SGX in `fn build_auxiliary`Mohsen Zohrevandi-0/+1
2020-04-22Inline some function docs re-exported in `std::ptr`Dylan MacKenzie-0/+3
2020-04-23Auto merge of #71445 - Dylan-DPC:rollup-31givp1, r=Dylan-DPCbors-129/+345
2020-04-22Sort `MultiSpan`s on creationEsteban Küber-4/+5
2020-04-22Remove outdated reference to interpreter snapshottingDylan MacKenzie-2/+0
2020-04-22Move `{Free,}RegionRelations` and `FreeRegionMap` out of `rustc_middle`Dylan MacKenzie-53/+51
2020-04-23update MiriRalf Jung-7/+10
2020-04-22smoke-test for async fn with mir-opt-level=0Ralf Jung-0/+15
2020-04-22Only use read_unaligned in transmute_copy if necessaryAmanieu d'Antras-1/+6
2020-04-22Rollup merge of #71440 - TimDiekmann:copy-allocerr, r=AmanieuDylan DPC-1/+1
2020-04-22Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkovDylan DPC-0/+56
2020-04-22Rollup merge of #71369 - ctaggart:wasm32_profiling, r=ecstatic-morseDylan DPC-31/+42
2020-04-22Rollup merge of #71350 - GuillaumeGomez:error-code-explanation-extra-check, r...Dylan DPC-84/+231
2020-04-22Rollup merge of #71256 - cuviper:must_use_replace, r=estebankDylan DPC-13/+15
2020-04-22Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obkbors-684/+454
2020-04-22Add a "by reference" adaptor for `AllocRef`Tim Diekmann-0/+47
2020-04-22Make `AllocErr` copyableTim Diekmann-1/+1
2020-04-22fix testEsteban Küber-1/+1
2020-04-22review commentEsteban Küber-1/+2
2020-04-22Revert old span changeEsteban Küber-21/+11
2020-04-22Tweak wordingEsteban Küber-34/+61
2020-04-22Tweak `'static` suggestion codeEsteban Küber-149/+532
2020-04-22Add tracking issue for proc_macro_is_availableDavid Tolnay-1/+1
2020-04-22Auto merge of #71431 - Dylan-DPC:rollup-rvm6tfy, r=Dylan-DPCbors-35/+128
2020-04-22Replace multiple calls to `predecessors_for`Dylan MacKenzie-2/+4
2020-04-22Add `#[inline]` declarationsDylan MacKenzie-0/+16
2020-04-22Use `Body` everywhereDylan MacKenzie-317/+224
2020-04-22Don't use `*` for deref-coercionDylan MacKenzie-78/+77
2020-04-22Use internal mutability for predecessor cacheDylan MacKenzie-287/+133
2020-04-22ci: remove duplicated job names on GHAPietro Albini-65/+0
2020-04-22ci: set a default shell on GHAPietro Albini-37/+37
2020-04-22Add help message for missing right operand in conditionAntoni Boucher-0/+7
2020-04-22remove some extra }Cameron Taggart-30/+28
2020-04-22suggested rearrangement of the cfg if statementsCameron Taggart-32/+30
2020-04-22Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiserDylan DPC-25/+10
2020-04-22Rollup merge of #71370 - PankajChaudhary5:ErrorCode-E0696, r=GuillaumeGomezDylan DPC-2/+52
2020-04-22Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obkDylan DPC-6/+59
2020-04-22Rollup merge of #71280 - RalfJung:mplace-check-align, r=oli-obkDylan DPC-2/+7