| Age | Commit message (Expand) | Author | Lines |
| 2020-03-01 | Auto merge of #69408 - RalfJung:canonical-alloc-id, r=oli-obk | bors | -45/+57 |
| 2020-03-01 | Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril | Yuki Okushi | -1/+1 |
| 2020-03-01 | Auto merge of #69592 - petrochenkov:nosyntax, r=Centril | bors | -6/+6 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -6/+6 |
| 2020-02-29 | Rollup merge of #69572 - matthiaskrgr:try_err_and_iter_on_ref, r=Centril | Dylan DPC | -1/+1 |
| 2020-02-29 | use .copied() instead of .map(|x| *x) on iterators | Matthias Krüger | -1/+1 |
| 2020-02-29 | downgrade some assertions to debug_ again | Ralf Jung | -5/+7 |
| 2020-02-29 | use .iter() instead of .into_iter() on references. | Matthias Krüger | -1/+1 |
| 2020-02-28 | miri engine: turn some debug_assert into assert | Ralf Jung | -14/+12 |
| 2020-02-28 | remove ScalarMaybeUndef::to_bits and make Scalar::to_bits private | Ralf Jung | -42/+38 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -3/+3 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -5/+1 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -2/+2 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -22/+45 |
| 2020-02-23 | fmt | Ralf Jung | -4/+1 |
| 2020-02-23 | canonicalize alloc ID before calling tag_static_base_pointer | Ralf Jung | -1/+4 |
| 2020-02-23 | miri/machine: add canonical_alloc_id hook to replace find_foreign_static | Ralf Jung | -44/+56 |
| 2020-02-20 | Erase regions before before performing const eval, to improve caching. | Ben Lewis | -5/+1 |
| 2020-02-19 | Check `RUSTC_CTFE_BACKTRACE` much less by generating fewer errors | Wesley Wiser | -6/+6 |
| 2020-02-18 | more English grammar | Ralf Jung | -4/+4 |
| 2020-02-18 | miri value visitor: fix some wrong assumptions about layout; improve error me... | Ralf Jung | -157/+151 |
| 2020-02-16 | Determine type of intrinsics instead of assuming the destination type is the ... | Ben Lewis | -1/+8 |
| 2020-02-16 | Code review changes. | Ben Lewis | -1/+1 |
| 2020-02-15 | Fix emulate intrinsics return type. | Ben Lewis | -2/+1 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -18/+12 |
| 2020-02-13 | Rollup merge of #69126 - RalfJung:exact-div, r=oli-obk | Dylan DPC | -2/+4 |
| 2020-02-13 | miri: fix exact_div | Ralf Jung | -2/+4 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -3/+3 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -32/+6 |
| 2020-02-12 | Rollup merge of #69002 - RalfJung:miri-op-overflow, r=oli-obk,wesleywiser | Dylan DPC | -28/+46 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -4/+7 |
| 2020-02-10 | remove outdated comment | Ralf Jung | -1/+0 |
| 2020-02-09 | miri: equip unary_op with overflow detection | Ralf Jung | -9/+27 |
| 2020-02-09 | bring back extra check for int_min%-1 | Ralf Jung | -0/+11 |
| 2020-02-09 | miri: simplify singed operator overflow detection | Ralf Jung | -24/+14 |
| 2020-02-04 | Implement remaining `unchecked` arithmetic intrinsics | Dylan MacKenzie | -2/+17 |
| 2020-01-31 | Auto merge of #67878 - Others:opt-3, r=Mark-Simulacrum | bors | -0/+3 |
| 2020-01-30 | Change opt-level from 2 back to 3 | Gregor Peach | -0/+3 |
| 2020-01-24 | Print constants in `type_name` for const generics | varkor | -3/+2 |
| 2020-01-17 | Rollup merge of #68288 - RalfJung:fmt, r=oli-obk | Dylan DPC | -28/+20 |
| 2020-01-16 | adjust Deref comment | Ralf Jung | -7/+5 |
| 2020-01-16 | let rustfmt undo most of my edits :( | Ralf Jung | -29/+16 |
| 2020-01-16 | fix rustfmt fallout | Ralf Jung | -36/+43 |
| 2020-01-15 | Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung | bors | -11/+35 |
| 2020-01-15 | Address review comments | Oliver Scherer | -23/+3 |
| 2020-01-15 | Typo | Oliver Scherer | -1/+1 |
| 2020-01-15 | Undo a change not neceesary for this bugfix | Oliver Scherer | -10/+4 |
| 2020-01-15 | Update src/librustc_mir/interpret/intern.rs | Oliver Scherer | -1/+2 |
| 2020-01-15 | Clean up comment | Oliver Scherer | -4/+4 |
| 2020-01-15 | Elaborate on the details in some comments | Oliver Scherer | -9/+20 |