| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | Moving more build-pass tests to check-pass | Val Markovic | -40/+40 |
| 2020-04-23 | Rollup merge of #71479 - RalfJung:scalar-null-ptr, r=jonas-schievink | Dylan DPC | -0/+5 |
| 2020-04-23 | Rollup merge of #71470 - TyPR124:fix-doc-links, r=jonas-schievink | Dylan DPC | -4/+4 |
| 2020-04-23 | Rollup merge of #71446 - Amanieu:transmute_copy, r=sfackler | Dylan DPC | -1/+6 |
| 2020-04-23 | Rollup merge of #71442 - TimDiekmann:allocref-mut-ref, r=Amanieu | Dylan DPC | -0/+47 |
| 2020-04-23 | Rollup merge of #71408 - GuillaumeGomez:check-code-blocks-tags, r=kinnison | Dylan DPC | -27/+711 |
| 2020-04-23 | Rollup merge of #71404 - cuviper:chain-unfused, r=scottmcm | Dylan DPC | -35/+62 |
| 2020-04-23 | Rollup merge of #70633 - kper:master, r=estebank | Dylan DPC | -6/+104 |
| 2020-04-23 | add back Scalar::null_ptr | Ralf Jung | -0/+5 |
| 2020-04-23 | Make VaList::arg link actually work | Tyler Ruckinger | -1/+1 |
| 2020-04-23 | Update LangString::parse usage in markdown tests | Guillaume Gomez | -1/+1 |
| 2020-04-23 | Merge branch 'master' into fix-doc-links | Tyler Ruckinger | -825/+813 |
| 2020-04-23 | Fix doc link errors | Tyler Ruckinger | -4/+4 |
| 2020-04-23 | Add UI tests for new rustdoc lint | Guillaume Gomez | -0/+493 |
| 2020-04-23 | Rollup merge of #71461 - GuillaumeGomez:improve-e0567, r=Dylan-DPC | Dylan DPC | -4/+2 |
| 2020-04-23 | Rollup merge of #71454 - ecstatic-morse:inline-core-ptr-docs, r=RalfJung | Dylan DPC | -0/+3 |
| 2020-04-23 | Rollup merge of #71452 - ecstatic-morse:no-more-snapshot, r=RalfJung | Dylan DPC | -2/+0 |
| 2020-04-23 | Rollup merge of #71396 - DeeDeeG:improve-e0308-again, r=estebank | Dylan DPC | -45/+36 |
| 2020-04-23 | Rollup merge of #71198 - oli-obk:const_check_cleanup, r=RalfJung | Dylan DPC | -156/+180 |
| 2020-04-23 | Rollup merge of #71005 - jonas-schievink:no-place-like-return, r=oli-obk | Dylan DPC | -156/+86 |
| 2020-04-23 | Create new rustdoc lint to check for code blocks tags | Guillaume Gomez | -26/+217 |
| 2020-04-23 | Document our sanity assertion around explicit promotion | Oliver Scherer | -0/+4 |
| 2020-04-23 | Catch and fix explicit promotions that fail to actually promote | Oliver Scherer | -0/+8 |
| 2020-04-23 | Use `ConstCx` for `validate_candidates` | Oliver Scherer | -10/+8 |
| 2020-04-23 | Improve E0567 explanation | Guillaume Gomez | -4/+2 |
| 2020-04-23 | Use ConstCx in the promoted collector | Oliver Scherer | -16/+14 |
| 2020-04-23 | Use ConstCx in more places | Oliver Scherer | -15/+27 |
| 2020-04-23 | Rename `Item` to `ConstCx`. | Oliver Scherer | -120/+120 |
| 2020-04-23 | Fix ui test blessing when a test has an empty stderr file after having had co... | Oliver Scherer | -1/+5 |
| 2020-04-23 | Auto merge of #71343 - RalfJung:miri, r=RalfJung | bors | -7/+10 |
| 2020-04-23 | Auto merge of #71312 - wesleywiser:const_prop_bitset, r=Mark-Simulacrum | bors | -5/+4 |
| 2020-04-22 | Inline some function docs re-exported in `std::ptr` | Dylan MacKenzie | -0/+3 |
| 2020-04-23 | Auto merge of #71445 - Dylan-DPC:rollup-31givp1, r=Dylan-DPC | bors | -129/+345 |
| 2020-04-22 | Remove outdated reference to interpreter snapshotting | Dylan MacKenzie | -2/+0 |
| 2020-04-23 | update Miri | Ralf Jung | -7/+10 |
| 2020-04-22 | Only use read_unaligned in transmute_copy if necessary | Amanieu d'Antras | -1/+6 |
| 2020-04-22 | Rollup merge of #71440 - TimDiekmann:copy-allocerr, r=Amanieu | Dylan DPC | -1/+1 |
| 2020-04-22 | Rollup merge of #71400 - dtolnay:isavailable, r=petrochenkov | Dylan DPC | -0/+56 |
| 2020-04-22 | Rollup merge of #71369 - ctaggart:wasm32_profiling, r=ecstatic-morse | Dylan DPC | -31/+42 |
| 2020-04-22 | Rollup merge of #71350 - GuillaumeGomez:error-code-explanation-extra-check, r... | Dylan DPC | -84/+231 |
| 2020-04-22 | Rollup merge of #71256 - cuviper:must_use_replace, r=estebank | Dylan DPC | -13/+15 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -684/+454 |
| 2020-04-22 | Add a "by reference" adaptor for `AllocRef` | Tim Diekmann | -0/+47 |
| 2020-04-22 | Make `AllocErr` copyable | Tim Diekmann | -1/+1 |
| 2020-04-22 | Add tracking issue for proc_macro_is_available | David Tolnay | -1/+1 |
| 2020-04-22 | Auto merge of #71431 - Dylan-DPC:rollup-rvm6tfy, r=Dylan-DPC | bors | -35/+128 |
| 2020-04-22 | Replace multiple calls to `predecessors_for` | Dylan MacKenzie | -2/+4 |
| 2020-04-22 | Add `#[inline]` declarations | Dylan MacKenzie | -0/+16 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -317/+224 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -78/+77 |