| Age | Commit message (Expand) | Author | Lines |
| 2020-06-01 | Auto merge of #71192 - oli-obk:eager_alloc_id_canonicalization, r=wesleywiser | bors | -0/+1 |
| 2020-05-30 | Rollup merge of #72772 - RalfJung:valid-char, r=petrochenkov | Ralf Jung | -1/+1 |
| 2020-05-30 | Make TLS accesses explicit in MIR | Oliver Scherer | -0/+1 |
| 2020-05-30 | miri validation: clarify valid values of 'char' | Ralf Jung | -1/+1 |
| 2020-05-25 | Rename upvar_list to closure_captures | Dhruv Jauhar | -1/+1 |
| 2020-05-22 | Rollup merge of #71610 - divergentdave:InvalidUndefBytes-range, r=RalfJung | Ralf Jung | -6/+8 |
| 2020-05-15 | InvalidUninitBytes: Track more info about access | David Cook | -6/+8 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -1/+0 |
| 2020-05-12 | strings do not have to be valid UTF-8 any more | Ralf Jung | -3/+4 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -1/+0 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -1/+1 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -4/+4 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -1/+1 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -4/+4 |
| 2020-05-07 | use hex for pointers in Miri error messages; refine vtable error message | Ralf Jung | -3/+4 |
| 2020-05-06 | more precise vtable errors | Ralf Jung | -11/+14 |
| 2020-05-06 | try_validation: handle multi-branching, and use macro for most remaining manu... | Ralf Jung | -74/+46 |
| 2020-05-06 | convert throw_validation_failure macro to same syntax as try_validation | Ralf Jung | -56/+51 |
| 2020-05-06 | properly catch invalid-drop-fn errors | Ralf Jung | -0/+1 |
| 2020-05-06 | convert remaining try_validation to new macro | Ralf Jung | -27/+25 |
| 2020-05-06 | validation: port more checks to the pattern-based macro (and give it the shor... | Ralf Jung | -29/+48 |
| 2020-05-03 | Rollup merge of #71663 - jumbatm:caller-handles-validation-error, r=RalfJung | Dylan DPC | -31/+61 |
| 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 | 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 | rename InvalidIntPtrUsage | Ralf Jung | -2/+2 |
| 2020-04-28 | better document const-pattern dynamic soundness checks, and fix a soundness hole | Ralf Jung | -7/+15 |
| 2020-04-27 | Use `LocalDefId` in `typeck_tables_of` and `used_trait_imports` queries | marmeladema | -2/+2 |
| 2020-04-19 | Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung | bors | -3/+3 |
| 2020-04-17 | Auto merge of #70629 - anyska:fields-variant, r=oli-obk | bors | -4/+6 |
| 2020-04-16 | rustc_target::abi: add Primitive variant to FieldsShape. | Ana-Maria Mihalache | -4/+6 |
| 2020-04-16 | switch back to 'bytes' | Ralf Jung | -1/+1 |
| 2020-04-15 | Make the necessary changes to support concurrency in Miri. | Vytautas Astrauskas | -3/+3 |
| 2020-04-15 | reword Miri validity errors: undefined -> uninitialized | Ralf Jung | -6/+11 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -10/+11 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |