| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | typeck: always expose explicit enum discriminant `AnonConst`s' parent in `gen... | Eduard-Mihai Burtescu | -0/+79 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -9/+7 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -17/+10 |
| 2020-05-02 | Report cannot move errors in promoted MIR | Matthew Jasper | -0/+51 |
| 2020-05-02 | Rollup merge of #71782 - cuviper:leave-dev-null-alone, r=Mark-Simulacrum | Ralf Jung | -4/+8 |
| 2020-05-02 | Rollup merge of #71781 - estebank:box-pin-test, r=tmandry | Ralf Jung | -16/+95 |
| 2020-05-02 | Added MIR constant propagation of Scalars into function call arguments | Félix Fischer | -5/+30 |
| 2020-05-02 | Replace convenient function `remove_prefix()` with `replace_prefix()` | Donough Liu | -2/+0 |
| 2020-05-02 | Suggestion for immutable reference -> mutable pointer should be emitted | Donough Liu | -2/+1 |
| 2020-05-02 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` with arbitrary | Donough Liu | -2/+224 |
| 2020-05-02 | Auto merge of #71716 - alexcrichton:bitcode-follow-up, r=nnethercote | bors | -2/+2 |
| 2020-05-01 | SipHasher::new() is literally with SipHasher with both keys being 0 | Hanif Bin Ariffin | -3/+3 |
| 2020-05-01 | Uncomment test code for failure to use `Box::pin` | Esteban Küber | -16/+95 |
| 2020-05-01 | Use a non-existent test path instead of clobbering /dev/null | Josh Stone | -4/+8 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -0/+53 |
| 2020-05-01 | Rename `bitcode-in-rlib` option to `embed-bitcode` | Alex Crichton | -2/+2 |
| 2020-05-01 | Name test appropriately and link to the issues it regress-checks for | Oliver Scherer | -0/+5 |
| 2020-05-01 | Add new tests and bless old tests | LeSeulArtichaut | -12/+286 |
| 2020-05-01 | Move recursion check for zsts back to read site instead of access check site. | Oliver Scherer | -0/+27 |
| 2020-05-01 | Update stderrs. | jumbatm | -75/+75 |
| 2020-05-01 | Partially unrevert #70566. | jumbatm | -111/+128 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -4/+4 |
| 2020-05-01 | bless you | Ralf Jung | -2/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -1/+1 |
| 2020-04-30 | Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk | Tyler Mandry | -29/+4 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -73/+74 |
| 2020-04-30 | Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasper | Tyler Mandry | -1/+1 |
| 2020-04-30 | Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmaster | Dylan DPC | -2/+2 |
| 2020-04-30 | Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC | Dylan DPC | -0/+2 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -171/+276 |
| 2020-04-30 | deduplicate warnings | Ralf Jung | -226/+234 |
| 2020-04-30 | remove no longer needed feature flags | Ralf Jung | -42/+128 |
| 2020-04-30 | handle ByRef in relate | Bastian Kauschke | -0/+53 |
| 2020-04-30 | A test now fails during check instead of build | Oliver Scherer | -1/+1 |
| 2020-04-30 | Remove ignored type alias test | Mark Rousskov | -14/+0 |
| 2020-04-30 | Remove unsized enum test | Mark Rousskov | -13/+0 |
| 2020-04-30 | Rollup merge of #71655 - RalfJung:const-pattern-soundness, r=oli-obk | Dylan DPC | -14/+221 |
| 2020-04-30 | Rollup merge of #71540 - ldm0:ref2ptr, r=oli-obk | Dylan DPC | -0/+122 |
| 2020-04-30 | Rollup merge of #71205 - NeoRaider:check_attr, r=jonas-schievink | Dylan DPC | -21/+120 |
| 2020-04-30 | rename-unique: Rename Unique::empty() to Unique::dangling() | cohenarthur | -2/+2 |
| 2020-04-30 | Auto merge of #70175 - Amanieu:remove_nlp, r=pnkfelix | bors | -96/+43 |
| 2020-04-29 | Auto merge of #71528 - alexcrichton:no-more-bitcode, r=nnethercote | bors | -1/+37 |
| 2020-04-29 | Bless tests | Dylan MacKenzie | -29/+4 |
| 2020-04-29 | Store LLVM bitcode in object files, not compressed | Alex Crichton | -1/+37 |
| 2020-04-29 | Rollup merge of #71617 - samrat:suggest-int-into, r=ecstatic-morse | Dylan DPC | -63/+43 |
| 2020-04-29 | Rollup merge of #71572 - lcnr:type_length, r=Dylan-DPC | Dylan DPC | -0/+31 |
| 2020-04-29 | emit err when using trait objects in pat | Bastian Kauschke | -1/+19 |
| 2020-04-29 | forbid `dyn Trait` in const generics | Bastian Kauschke | -0/+32 |
| 2020-04-29 | rustdoc supports const re-exports | Mark Rousskov | -7/+7 |
| 2020-04-29 | Suggest deref when coercing `ty::Ref` to `ty::RawPtr` | Donough Liu | -0/+122 |