| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Rollup merge of #88532 - ptrojahn:single_use, r=davidtwco | Mara Bos | -5/+2 |
| 2021-08-31 | Rollup merge of #86362 - ptrojahn:insert_vars_and_temps, r=jackh726 | Mara Bos | -0/+5 |
| 2021-08-31 | Remove single use variables | Paul Trojahn | -5/+2 |
| 2021-08-31 | Avoid cloning LocalDecls | Paul Trojahn | -0/+5 |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -6/+5 |
| 2021-08-26 | Auto merge of #83698 - erikdesjardins:undefconst, r=RalfJung,oli-obk | bors | -160/+438 |
| 2021-08-26 | review | lcnr | -1/+1 |
| 2021-08-26 | is_polymorphic doesn't matter for tests | lcnr | -8/+3 |
| 2021-08-26 | update `TypeFlags` to deal with missing ct substs | lcnr | -3/+7 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-08-25 | use a peekable iterator to check the first chunk | Erik Desjardins | -3/+14 |
| 2021-08-25 | yet more comment improvements | Erik Desjardins | -2/+7 |
| 2021-08-25 | improve comments | Erik Desjardins | -9/+14 |
| 2021-08-25 | put code in a more logical order | Erik Desjardins | -345/+350 |
| 2021-08-25 | add comments | Erik Desjardins | -19/+119 |
| 2021-08-25 | implement InitMaskCompressed using InitChunkIter, cleanup | Erik Desjardins | -23/+33 |
| 2021-08-25 | optimize initialization checks | Erik Desjardins | -9/+102 |
| 2021-08-25 | use undef for uninitialized bytes in constants | Erik Desjardins | -6/+55 |
| 2021-08-25 | Various pattern cleanups | Léo Lanteri Thauvin | -15/+11 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -7/+7 |
| 2021-08-22 | Fix typos “a”→“an” | Frank Steffahn | -3/+3 |
| 2021-08-18 | Remove box syntax from rustc_middle | est31 | -6/+6 |
| 2021-08-06 | Auto merge of #87777 - the8472:fix-mir-max-rss, r=oli-obk,joshtriplett | bors | -5/+5 |
| 2021-08-05 | replace Vec<u8> with Box<[u8]> | The8472 | -5/+4 |
| 2021-08-05 | use box->vec conversion API that doesn't reallocate | The8472 | -1/+1 |
| 2021-08-05 | use zeroed allocation instead of eagerly initializing the memory | The8472 | -3/+4 |
| 2021-08-03 | rustc: Fill out remaining parts of C-unwind ABI | Alex Crichton | -1/+1 |
| 2021-07-31 | typo | Ralf Jung | -1/+1 |
| 2021-07-31 | CTFE: throw unsupported error when partially overwriting a pointer | Ralf Jung | -23/+58 |
| 2021-07-24 | get rid of NoMirFor error variant | Ralf Jung | -3/+0 |
| 2021-07-18 | miri: better ptr-out-of-bounds errors | Ralf Jung | -14/+30 |
| 2021-07-17 | Auto merge of #87123 - RalfJung:miri-provenance-overhaul, r=oli-obk | bors | -291/+287 |
| 2021-07-17 | Auto merge of #86761 - Alexhuszagh:master, r=estebank | bors | -1/+0 |
| 2021-07-17 | Changed dec2flt to use the Eisel-Lemire algorithm. | Alex Huszagh | -1/+0 |
| 2021-07-16 | avoid manual Debug impls by adding extra Provenance bounds to types | Ralf Jung | -3/+5 |
| 2021-07-16 | add some comments regarding the two major quirks of our memory model | Ralf Jung | -1/+8 |
| 2021-07-16 | get rid of incorrect erase_for_fmt | Ralf Jung | -57/+25 |
| 2021-07-15 | tweak pointer out-of-bounds error message | Ralf Jung | -5/+15 |
| 2021-07-15 | enable Miri to fix the bytes in an allocation (since ptr offsets have differe... | Ralf Jung | -16/+24 |
| 2021-07-15 | adjustions and cleanup to make Miri build again | Ralf Jung | -53/+15 |
| 2021-07-14 | remove unused error variant | Ralf Jung | -3/+0 |
| 2021-07-14 | more precise message for the ptr access check on deref | Ralf Jung | -1/+8 |
| 2021-07-14 | use NonZeroU64 for AllocId to restore old type sizes | Ralf Jung | -6/+6 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -83/+70 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -191/+239 |
| 2021-07-12 | remove remaining use of Pointer in Allocation API | Ralf Jung | -10/+9 |
| 2021-07-09 | Rollup merge of #86855 - LeSeulArtichaut:patch-1, r=davidtwco | Mara Bos | -1/+1 |
| 2021-07-06 | Truncate hex stable crate id to 8 characters (32 bits) | bjorn3 | -2/+7 |
| 2021-07-06 | Revert "Revert "Merge CrateDisambiguator into StableCrateId"" | bjorn3 | -5/+8 |
| 2021-07-06 | Rollup merge of #86685 - RalfJung:alloc-mut, r=oli-obk | Yuki Okushi | -0/+3 |