| Age | Commit message (Expand) | Author | Lines |
| 2020-05-02 | Rollup merge of #71772 - cjgillot:ensure, r=petrochenkov | Dylan DPC | -1/+1 |
| 2020-05-02 | Rollup merge of #69274 - LeSeulArtichaut:target-feature-11, r=hanna-kruppe | Dylan DPC | -1/+25 |
| 2020-05-02 | Move ensure_sufficient_stack to data_structures | Simonas Kazlauskas | -2/+2 |
| 2020-05-02 | Prevent stack overflow for deeply recursive code | Oliver Scherer | -2/+6 |
| 2020-05-02 | fix miri-unleash delayed sanity checking | Ralf Jung | -0/+2 |
| 2020-05-02 | explain why we use def_span | Ralf Jung | -0/+1 |
| 2020-05-02 | make sure the miri-unleash-flag is not used to circumvent feature gates | Ralf Jung | -0/+3 |
| 2020-05-02 | Report cannot move errors in promoted MIR | Matthew Jasper | -6/+42 |
| 2020-05-02 | Rollup merge of #71738 - RalfJung:pointer-no-alloc-id, r=oli-obk | Ralf Jung | -24/+22 |
| 2020-05-02 | Rollup merge of #71712 - RalfJung:error-backtrace, r=oli-obk | Ralf Jung | -1/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -4/+8 |
| 2020-05-02 | Added MIR constant propagation of Scalars into function call arguments | Félix Fischer | -5/+51 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -5/+0 |
| 2020-05-01 | Remove a comment that made only sense in the original position of this cycle ... | Oliver Scherer | -3/+1 |
| 2020-05-01 | Mark query function as must_use. | Camille GILLOT | -1/+1 |
| 2020-05-01 | Prevent calls to functions with `#[target_feature]` in safe contexts | LeSeulArtichaut | -1/+25 |
| 2020-05-01 | Move recursion check for zsts back to read site instead of access check site. | Oliver Scherer | -12/+10 |
| 2020-05-01 | Note that try_validation_pat can take a format str directly. | jumbatm | -0/+9 |
| 2020-05-01 | Manually format macro to not go over text width. | jumbatm | -2/+8 |
| 2020-05-01 | Expect at least one expr for p, what_fmt and expected_fmt. | jumbatm | -2/+2 |
| 2020-05-01 | Also make expected param wrapped in format_args. | jumbatm | -3/+3 |
| 2020-05-01 | Wrap try_validation_pat! args in format_args! | jumbatm | -3/+3 |
| 2020-05-01 | Update try_validation_pat! doc comment. | jumbatm | -2/+13 |
| 2020-05-01 | Apply suggestions for try_validation_pat!. | jumbatm | -12/+11 |
| 2020-05-01 | Fix comment to reflect error handling behaviour. | jumbatm | -1/+1 |
| 2020-05-01 | Allow unreachable_patterns instead of using `if true` | jumbatm | -1/+2 |
| 2020-05-01 | Match kind in try_validation_pat!. | jumbatm | -3/+3 |
| 2020-05-01 | Add FIXME about replacing all usages of try_validation. | jumbatm | -0/+1 |
| 2020-05-01 | Apply suggestions from code review | jumbatm | -5/+5 |
| 2020-05-01 | Partially unrevert #70566. | jumbatm | -5/+5 |
| 2020-05-01 | Throw validation failure for InvalidUndefBytes. | jumbatm | -1/+2 |
| 2020-05-01 | Don't fail for UndefinedBehaviourInfo in validation. | jumbatm | -2/+5 |
| 2020-05-01 | Don't duplicate body of try_validation. | jumbatm | -6/+3 |
| 2020-05-01 | Add try_validation_pat. | jumbatm | -1/+21 |
| 2020-05-01 | Don't duplicate macro for optional arg. | jumbatm | -24/+6 |
| 2020-05-01 | fmt | Ralf Jung | -2/+2 |
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -23/+21 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -6/+6 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -2/+2 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -15/+15 |
| 2020-04-30 | Rollup merge of #71691 - ecstatic-morse:const-unreachable, r=oli-obk,RalfJung | Tyler Mandry | -7/+3 |
| 2020-04-30 | Rollup merge of #71688 - ecstatic-morse:const-downcast, r=oli-obk | Tyler Mandry | -18/+2 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -14/+23 |
| 2020-04-30 | Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasper | Tyler Mandry | -5/+3 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -52/+118 |
| 2020-04-30 | deduplicate warnings | Ralf Jung | -1/+1 |
| 2020-04-30 | unleashed Miri: open all the gates | Ralf Jung | -3/+3 |
| 2020-04-30 | Miri: port error backtraces to std::backtrace | Ralf Jung | -1/+1 |
| 2020-04-30 | Add a convenience function for testing whether a static is `#[thread_local]` | Oliver Scherer | -5/+3 |