| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | Rename uneval_consts to required_consts | Santiago Pastorino | -41/+44 |
| 2020-04-23 | Adjust name of never typed const test | Santiago Pastorino | -4/+5 |
| 2020-04-23 | Bless mir-opt tests | Santiago Pastorino | -42/+32 |
| 2020-04-23 | Add a note about fat pointers | LeSeulArtichaut | -0/+6 |
| 2020-04-23 | doc-example: Refactor pointer name to avoid confusion | cohenarthur | -4/+2 |
| 2020-04-23 | Clean up fragile checks of optimized away constants | Santiago Pastorino | -25/+10 |
| 2020-04-23 | Make ConstPropagator only visit basic blocks when visiting body | Santiago Pastorino | -0/+6 |
| 2020-04-23 | Visit unevaluated constants in super_body | Santiago Pastorino | -0/+5 |
| 2020-04-23 | Make inlining carry over unevaluated consts | Santiago Pastorino | -1/+9 |
| 2020-04-23 | Evaluate unevaluated MIR constants in codegen_mir | Santiago Pastorino | -0/+14 |
| 2020-04-23 | Add MirPass to collect Unevaluated consts in MIR body | Santiago Pastorino | -1/+40 |
| 2020-04-23 | Make mir::Constant Copy | Santiago Pastorino | -1/+1 |
| 2020-04-23 | Enable "full tools" option on ARM dist builders | Alex Crichton | -4/+4 |
| 2020-04-23 | explain what we are testing in mutable_const | Ralf Jung | -9/+18 |
| 2020-04-23 | Set RUSTDOCFLAGS in `cargo` invocation | Dylan MacKenzie | -2/+9 |
| 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 | miri-unleash tests: ensure they fire even with 'allow(const_err)' | Ralf Jung | -174/+140 |
| 2020-04-23 | liballoc: more compact way to adjust test sizes for Miri | Ralf Jung | -71/+35 |
| 2020-04-23 | Cycle errors now occur during const-eval, not checking | Dylan MacKenzie | -27/+106 |
| 2020-04-23 | Lazily run dataflow for const qualification | Dylan MacKenzie | -43/+56 |
| 2020-04-23 | Don't cache result of `in_any_value_of_ty` for locals | Dylan MacKenzie | -53/+51 |
| 2020-04-23 | Make type alias private | Dylan MacKenzie | -1/+1 |
| 2020-04-23 | libcore: more compact way to adjust test sizes for Miri | Ralf Jung | -30/+16 |
| 2020-04-23 | Miri Frame: use mir::Location to represent position in function | Ralf Jung | -41/+29 |
| 2020-04-23 | Add note about padding | LeSeulArtichaut | -2/+3 |
| 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 | Update src/librustc_mir/interpret/memory.rs | Oliver Scherer | -1/+3 |
| 2020-04-23 | Disallow statics initializing themselves | Oliver Scherer | -3/+37 |
| 2020-04-23 | Stabilize UNICODE_VERSION (feature unicode_version) | Pyfisch | -7/+8 |
| 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 |