| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | Rollup merge of #69326 - JOE1994:os_str_widestring, r=RalfJung | Mazdak Farrokhzad | -0/+27 |
| 2020-03-06 | mir-interpret: add method Memory::read wide_string | JOE1994 | -0/+27 |
| 2020-03-04 | Don't use "if let" bindings to only check a value and not actually bind anyth... | Matthias Krüger | -1/+1 |
| 2020-03-01 | Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk | bors | -26/+33 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-23 | canonicalize alloc ID before calling tag_static_base_pointer | Ralf Jung | -1/+2 |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -25/+31 |
| 2020-02-19 | Check `RUSTC_CTFE_BACKTRACE` much less by generating fewer errors | Wesley Wiser | -6/+6 |
| 2020-01-16 | let rustfmt undo most of my edits :( | Ralf Jung | -2/+1 |
| 2020-01-16 | fix rustfmt fallout | Ralf Jung | -2/+2 |
| 2019-12-28 | Avoid copying some undef memory in MIR | Santiago Pastorino | -24/+28 |
| 2019-12-27 | Avoid memory copy logic for zsts | Santiago Pastorino | -1/+9 |
| 2019-12-23 | Dynamically prevent constants from accessing statics | Oliver Scherer | -3/+4 |
| 2019-12-22 | Format the world | Mark Rousskov | -110/+93 |
| 2019-12-20 | 1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}. | Mazdak Farrokhzad | -3/+3 |
| 2019-12-06 | Rename to `then_some` and `then` | varkor | -1/+1 |
| 2019-12-06 | Use `to_option` in various places | varkor | -1/+1 |
| 2019-12-02 | fix init_allocation_extra | Ralf Jung | -7/+13 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -6/+9 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -1/+1 |
| 2019-11-28 | do not consider memory allocated by caller_location leaked | Ralf Jung | -3/+7 |
| 2019-11-23 | only print LEAK REPORT if there is a leak | Ralf Jung | -2/+4 |
| 2019-11-23 | Miri: print leak report even without tracing | Ralf Jung | -11/+12 |
| 2019-11-22 | fix reoccuring typo: dereferencable -> dereferenceable | Ralf Jung | -3/+3 |
| 2019-11-08 | Rollup merge of #66154 - RalfJung:to_usize, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-11-08 | miri: Rename to_{u,i}size to to_machine_{u,i}size | Ralf Jung | -1/+1 |
| 2019-11-08 | rename Memory::get methods to get_raw to indicate their unchecked nature | Ralf Jung | -14/+18 |
| 2019-11-04 | let caller of check_ptr_access_align control the error message | Ralf Jung | -4/+6 |
| 2019-10-22 | relax ExactSizeIterator bound on write_bytes: too many iterators don't have t... | Ralf Jung | -3/+4 |
| 2019-10-21 | Rollup merge of #65647 - nnethercote:rm-unnecessary-traits, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 |
| 2019-10-20 | miri add write_bytes method to Memory doing bounds-checks and supporting iter... | Ralf Jung | -1/+20 |
| 2019-09-28 | Allow reading non-mutable statics in const prop | Wesley Wiser | -0/+2 |
| 2019-09-02 | Auto merge of #63561 - HeroicKatora:alloc-private-bytes, r=oli-obk | bors | -94/+23 |
| 2019-08-30 | Move relocation range copies into allocation | Andreas Molzer | -27/+3 |
| 2019-08-29 | Make allocation relocation field private | Andreas Molzer | -2/+2 |
| 2019-08-28 | Address naming and comments from reviews | Andreas Molzer | -2/+2 |
| 2019-08-21 | Expose encapsulated undef mask as immutable | Andreas Molzer | -1/+1 |
| 2019-08-21 | Replace usage of alloc.bytes in interpret | Andreas Molzer | -10/+15 |
| 2019-08-17 | fix typos | Dante-Broggi | -1/+1 |
| 2019-08-17 | Move copy of undef_mask into allocation | Andreas Molzer | -55/+3 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -2/+2 |
| 2019-08-05 | Auto merge of #63079 - RalfJung:ctfe-no-align, r=oli-obk | bors | -13/+31 |
| 2019-08-02 | dedup free-form Unsupported errors; add macros for free-form UB and Unsupport... | Ralf Jung | -6/+6 |
| 2019-08-02 | miri: validity checks alignment even when machine otherwise does not | Ralf Jung | -2/+15 |
| 2019-08-02 | CTFE: simplify Value type by not checking for alignment | Ralf Jung | -13/+18 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -1/+1 |
| 2019-07-31 | code review fixes | Saleem Jaffer | -14/+11 |
| 2019-07-30 | renaming throw_err_* to throw_* | Saleem Jaffer | -28/+26 |
| 2019-07-30 | renaming err to err_unsup | Saleem Jaffer | -21/+23 |