about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-04-23Set RUSTDOCFLAGS in `cargo` invocationDylan MacKenzie-2/+9
2020-04-23Auto merge of #5498 - phansch:update_changelog, r=flip1995bors-5/+88
2020-04-23Rollup merge of #71479 - RalfJung:scalar-null-ptr, r=jonas-schievinkDylan DPC-0/+5
2020-04-23Rollup merge of #71470 - TyPR124:fix-doc-links, r=jonas-schievinkDylan DPC-4/+4
2020-04-23Rollup merge of #71446 - Amanieu:transmute_copy, r=sfacklerDylan DPC-1/+6
2020-04-23Rollup merge of #71442 - TimDiekmann:allocref-mut-ref, r=AmanieuDylan DPC-0/+47
2020-04-23Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnisonDylan DPC-27/+711
2020-04-23Rollup merge of #71404 - cuviper:chain-unfused, r=scottmcmDylan DPC-35/+62
2020-04-23Rollup merge of #70633 - kper:master, r=estebankDylan DPC-6/+104
2020-04-23add back Scalar::null_ptrRalf Jung-0/+5
2020-04-23miri-unleash tests: ensure they fire even with 'allow(const_err)'Ralf Jung-174/+140
2020-04-23liballoc: more compact way to adjust test sizes for MiriRalf Jung-71/+35
2020-04-23Cycle errors now occur during const-eval, not checkingDylan MacKenzie-27/+106
2020-04-23Lazily run dataflow for const qualificationDylan MacKenzie-43/+56
2020-04-23Don't cache result of `in_any_value_of_ty` for localsDylan MacKenzie-53/+51
2020-04-23Make type alias privateDylan MacKenzie-1/+1
2020-04-23libcore: more compact way to adjust test sizes for MiriRalf Jung-30/+16
2020-04-23Miri Frame: use mir::Location to represent position in functionRalf Jung-41/+29
2020-04-23Add note about paddingLeSeulArtichaut-2/+3
2020-04-23Make VaList::arg link actually workTyler Ruckinger-1/+1
2020-04-23Update LangString::parse usage in markdown testsGuillaume Gomez-1/+1
2020-04-23Merge branch 'master' into fix-doc-linksTyler Ruckinger-825/+813
2020-04-23Fix doc link errorsTyler Ruckinger-4/+4
2020-04-23Auto merge of #71467 - Dylan-DPC:rollup-d1os8ug, r=Dylan-DPCbors-363/+307
2020-04-23Add UI tests for new rustdoc lintGuillaume Gomez-0/+493
2020-04-23README: fix lit count lineMatthias Krüger-1/+1
2020-04-23clippy_dev: make it fatal when the regex for updating lint count does not matchMatthias Krüger-2/+3
2020-04-23Rollup merge of #71461 - GuillaumeGomez:improve-e0567, r=Dylan-DPCDylan DPC-4/+2
2020-04-23Rollup merge of #71454 - ecstatic-morse:inline-core-ptr-docs, r=RalfJungDylan DPC-0/+3
2020-04-23Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJungDylan DPC-2/+0
2020-04-23Rollup merge of #71396 - DeeDeeG:improve-e0308-again, r=estebankDylan DPC-45/+36
2020-04-23Rollup merge of #71198 - oli-obk:const_check_cleanup, r=RalfJungDylan DPC-156/+180
2020-04-23Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obkDylan DPC-156/+86
2020-04-23Update src/librustc_mir/interpret/memory.rsOliver Scherer-1/+3
2020-04-23Disallow statics initializing themselvesOliver Scherer-3/+37
2020-04-23Stabilize UNICODE_VERSION (feature unicode_version)Pyfisch-7/+8
2020-04-23Create new rustdoc lint to check for code blocks tagsGuillaume Gomez-26/+217
2020-04-23Document our sanity assertion around explicit promotionOliver Scherer-0/+4
2020-04-23Catch and fix explicit promotions that fail to actually promoteOliver Scherer-0/+8
2020-04-23Use `ConstCx` for `validate_candidates`Oliver Scherer-10/+8
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 #5508 - lzutao:rustup-71044, r=phanschbors-4/+3
2020-04-23Auto merge of #71312 - wesleywiser:const_prop_bitset, r=Mark-Simulacrumbors-5/+4