| Age | Commit message (Expand) | Author | Lines |
| 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 | Update stderrs. | jumbatm | -75/+75 |
| 2020-05-01 | Partially unrevert #70566. | jumbatm | -116/+133 |
| 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 | remove obsolete comments | Tshepang Lekhonkhobe | -6/+0 |
| 2020-05-01 | submodules: update cargo from 90931d9b3 to 258c89644 | Matthias Krüger | -0/+0 |
| 2020-05-01 | fmt | Ralf Jung | -2/+2 |
| 2020-05-01 | remove obsolete comment | Tshepang Lekhonkhobe | -1/+0 |
| 2020-05-01 | remove AllocId generalization of Pointer | Ralf Jung | -39/+33 |
| 2020-05-01 | liballoc tests: Miri supports threads now | Ralf Jung | -8/+5 |
| 2020-05-01 | bootstrap: also apply unused-attributes hack without deny_warnings | Ralf Jung | -6/+6 |
| 2020-05-01 | Auto merge of #71704 - RalfJung:miri-error-print, r=oli-obk | bors | -82/+87 |
| 2020-05-01 | use hex for invalid bool and char (consistently with validation) | Ralf Jung | -2/+6 |
| 2020-05-01 | rename InvalidIntPtrUsage | Ralf Jung | -50/+54 |
| 2020-05-01 | bless you | Ralf Jung | -2/+2 |
| 2020-05-01 | InterpError printing really is more Display than Debug | Ralf Jung | -32/+29 |
| 2020-05-01 | tweak InvalidIntPointerUsage message | Ralf Jung | -2/+2 |
| 2020-05-01 | Auto merge of #71623 - petrochenkov:localink, r=estebank | bors | -5/+16 |
| 2020-04-30 | Turn of rustc-dev-guide toolstate for now | mark | -1/+0 |
| 2020-05-01 | Auto merge of #70674 - cjgillot:query-arena-all, r=matthewjasper | bors | -256/+313 |
| 2020-05-01 | Implement the manual_non_exhaustive lint | Eduardo Broto | -0/+352 |
| 2020-05-01 | mismatched_target_os: link to respective section in rust reference | Matthias Krüger | -0/+1 |
| 2020-04-30 | Test for zero-sized function items not ICEing | Jubilee Young | -0/+40 |
| 2020-04-30 | Auto merge of #71721 - tmandry:rollup-e27pxex, r=tmandry | bors | -174/+176 |
| 2020-04-30 | Rollup merge of #71719 - tmandry:update-backtrace-sys, r=Mark-Simulacrum | Tyler Mandry | -2/+2 |
| 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 | -47/+6 |
| 2020-04-30 | Rollup merge of #71682 - ehuss:bump-pulldown-cmark, r=Dylan-DPC | Tyler Mandry | -4/+4 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -97/+131 |
| 2020-04-30 | Rollup merge of #71567 - Mark-Simulacrum:no-success, r=matthiaskrgr | Tyler Mandry | -0/+3 |
| 2020-04-30 | Rollup merge of #71465 - oli-obk:is_thread_local_cleanup, r=matthewjasper | Tyler Mandry | -13/+17 |
| 2020-04-30 | Rollup merge of #71148 - bluss:vec-drop-raw-slice, r=RalfJung | Tyler Mandry | -4/+10 |
| 2020-04-30 | wf: {Int,Float}Var can only infer to always-WF ints/floats. | Eduard-Mihai Burtescu | -2/+8 |
| 2020-04-30 | wf: handle "livelock" checking before reaching `WfPredicates::compute`. | Eduard-Mihai Burtescu | -42/+38 |
| 2020-04-30 | Update backtrace-sys | Tyler Mandry | -2/+2 |
| 2020-04-30 | Auto merge of #71717 - Dylan-DPC:rollup-av5vjor, r=Dylan-DPC | bors | -296/+485 |
| 2020-04-30 | Rollup merge of #71597 - CohenArthur:refactor-unique-empty, r=shepmaster | Dylan DPC | -9/+8 |