about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-23Moving more build-pass tests to check-passVal Markovic-40/+40
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-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-23Add UI tests for new rustdoc lintGuillaume Gomez-0/+493
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-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-23Auto merge of #71343 - RalfJung:miri, r=RalfJungbors-7/+10
2020-04-23Auto merge of #71312 - wesleywiser:const_prop_bitset, r=Mark-Simulacrumbors-5/+4
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-22Remove outdated reference to interpreter snapshottingDylan MacKenzie-2/+0
2020-04-23update MiriRalf Jung-7/+10
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-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