about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-10-01Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obkbors-122/+108
2020-10-01Bless mir-opt tests for 32 bitAntoine Martin-16/+12
2020-10-01Add test for multiple terminator optimizationAntoine Martin-0/+44
2020-10-01Bless mir-opt tests with new optAntoine Martin-106/+52
2020-10-01Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obkbors-355/+345
2020-10-01Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi...bors-2/+2
2020-10-01Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkorDylan DPC-0/+18
2020-10-01Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJungDylan DPC-0/+9
2020-10-01Rollup merge of #77349 - ehuss:update-cargo, r=ehussDylan DPC-0/+0
2020-10-01Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnrDylan DPC-0/+74
2020-10-01Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkovDylan DPC-24/+35
2020-10-01Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkorDylan DPC-41/+49
2020-10-01Rollup merge of #77202 - ehuss:defer-apple-sdkroot, r=petrochenkovDylan DPC-11/+8
2020-10-01Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkovDylan DPC-0/+86
2020-09-30Improve wording for external crate resolution errorCamelid-2/+2
2020-09-30Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievinkbors-2/+71
2020-09-30Rollup merge of #77348 - ehuss:update-books, r=ehussJonas Schievink-0/+0
2020-09-30Rollup merge of #77345 - samlich:test-issue-74761, r=lcnrJonas Schievink-0/+31
2020-09-30Rollup merge of #77331 - hameerabbasi:issue-74906, r=lcnrJonas Schievink-0/+25
2020-09-30Rollup merge of #77322 - rust-lang:wesleywiser-patch-1, r=steveklabnikJonas Schievink-0/+8
2020-09-30Rollup merge of #77280 - petrochenkov:llvmcomp, r=Mark-SimulacrumJonas Schievink-2/+7
2020-09-30Remove trailing space in error messageCamelid-1/+1
2020-09-30Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievinkbors-0/+175
2020-09-30Remove E0019, use E0015 for inline assembly in a constDylan MacKenzie-3/+3
2020-09-30Add test for error messageCamelid-0/+18
2020-09-30Add more tests and check for ABIHugues de Valon-4/+68
2020-09-30Auto merge of #77298 - jyn514:bootstrap-config, r=Mark-Simulacrumbors-5/+7
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+111
2020-09-30Auto merge of #77281 - tmiasko:liveness-everybody, r=oli-obkbors-8/+146
2020-09-30Validate `rustc_args_required_const`varkor-0/+74
2020-09-30Auto merge of #77356 - RalfJung:miri, r=RalfJungbors-7/+34
2020-09-30update miriRalf Jung-7/+34
2020-09-30References to ZSTs may be at arbitrary aligned addressesOliver Scherer-0/+9
2020-09-30Auto merge of #77294 - shepmaster:try-anchors, r=pietroalbinibors-13/+13
2020-09-30Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakisbors-50/+459
2020-09-29Update `compile-fail` testDylan MacKenzie-0/+2
2020-09-30Add test for issue #74761samlich-0/+31
2020-09-29Bless testsDylan MacKenzie-15/+55
2020-09-29Bless outputDylan MacKenzie-15/+95
2020-09-29Bless testsDylan MacKenzie-242/+71
2020-09-29Bless mut testsDylan MacKenzie-105/+173
2020-09-29Fix "unstable in stable" errorDylan MacKenzie-3/+12
2020-09-29`delay_span_bug` if const-checking an `async` functionDylan MacKenzie-59/+21
2020-09-30Auto merge of #77133 - tmandry:bootstrap-host, r=Mark-Simulacrumbors-86/+52
2020-09-29Update cargoEric Huss-0/+0
2020-09-29Filter out empty items in bootstrap::flags::splitTyler Mandry-1/+1
2020-09-29Update booksEric Huss-0/+0
2020-09-29Liveness analysis for everybodyTomasz Miąsko-8/+146
2020-09-29Use --host='' instead of --host ''Tyler Mandry-14/+14
2020-09-29Auto merge of #77274 - tmiasko:liveness-cnd, r=lcnrbors-0/+53