| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Rollup merge of #70397 - JOE1994:write_wide_str, r=RalfJung | Dylan DPC | -2/+42 |
| 2020-03-26 | Miri float->int casts: be explicit that this is saturating | Ralf Jung | -0/+4 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-26 | add 'fn write_u16s'(rustc_mir::interpret::Memory) | JOE1994 | -2/+42 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -71/+25 |
| 2020-03-26 | Rollup merge of #70385 - RalfJung:miri-nits, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-25 | Rollup merge of #69700 - anyska:layout-details-rename, r=oli-obk | Dylan DPC | -3/+3 |
| 2020-03-25 | Rollup merge of #70379 - JOE1994:patch-2, r=petrochenkov | Dylan DPC | -2/+2 |
| 2020-03-25 | Rename LayoutDetails to just Layout. | Ana-Maria Mihalache | -3/+3 |
| 2020-03-25 | add usize methods for Size getters | Ralf Jung | -7/+6 |
| 2020-03-25 | go back to infix ops for Size | Ralf Jung | -21/+18 |
| 2020-03-25 | make Size::from* methods generic in the integer type they accept | Ralf Jung | -4/+4 |
| 2020-03-25 | remove unnecessary cast | Ralf Jung | -1/+1 |
| 2020-03-25 | miri: avoid a bunch of casts by offering usized-based field indexing | Ralf Jung | -63/+97 |
| 2020-03-25 | avoid double-cast in mplace_field | Ralf Jung | -8/+8 |
| 2020-03-25 | make bit_width return u64, consistently with other sizes in the compiler | Ralf Jung | -7/+6 |
| 2020-03-25 | use checked casts and arithmetic in Miri engine | Ralf Jung | -62/+79 |
| 2020-03-25 | miri: simplify shift operator overflow checking | Ralf Jung | -12/+13 |
| 2020-03-25 | rename def_id -> static_def_id | Ralf Jung | -1/+1 |
| 2020-03-25 | Rollup merge of #70373 - Centril:canon-imports, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | fix type name typo in doc comments | Youngsuk Kim | -2/+2 |
| 2020-03-24 | normalize some imports, prefer direct ones. | Mazdak Farrokhzad | -1/+1 |
| 2020-03-24 | fix const_prop ICE | Ralf Jung | -1/+5 |
| 2020-03-24 | get back the more precise error message | Ralf Jung | -1/+2 |
| 2020-03-24 | move ModifiedStatic error to ConstEval errors, and generally adjust terminolo... | Ralf Jung | -82/+87 |
| 2020-03-24 | Rollup merge of #70087 - ecstatic-morse:remove-const-eval-loop-detector, r=Ra... | Mazdak Farrokhzad | -440/+0 |
| 2020-03-22 | miri engine: turn error sanity checks into assertions | Ralf Jung | -4/+3 |
| 2020-03-22 | Rollup merge of #70229 - matthiaskrgr:cl3ppy, r=Mark-Simulacrum | Dylan DPC | -3/+5 |
| 2020-03-21 | Rollup merge of #70126 - wesleywiser:fix_miri_ice_neg_zst_enum_discr, r=RalfJ... | Dylan DPC | -3/+7 |
| 2020-03-21 | clarify when we pass () to functions (clippy::unit_arg) | Matthias Krüger | -3/+5 |
| 2020-03-21 | Rename `cast_from_int` to `cast_from_int_like` | Wesley Wiser | -3/+5 |
| 2020-03-21 | Fix ICE caused by truncating a negative ZST enum discriminant | Wesley Wiser | -1/+3 |
| 2020-03-21 | Rollup merge of #70138 - RalfJung:throw-not-return, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #70189 - RalfJung:is_signed, r=eddyb | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-Simulacrum | Mazdak Farrokhzad | -7/+5 |
| 2020-03-21 | Rollup merge of #70165 - matthewjasper:erase-more, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | Rollup merge of #70139 - RalfJung:delay, r=eddyb | Mazdak Farrokhzad | -0/+4 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -7/+5 |
| 2020-03-20 | Abi::is_signed: assert that we are a Scalar | Ralf Jung | -1/+1 |
| 2020-03-20 | Rollup merge of #69935 - davidtwco:issue-69925, r=eddyb | Yuki Okushi | -15/+25 |
| 2020-03-20 | Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJung | Yuki Okushi | -9/+1 |
| 2020-03-19 | Use erased regions in MIR | Matthew Jasper | -1/+1 |
| 2020-03-19 | add delay_span_bug to TransmuteSizeDiff, just to be sure | Ralf Jung | -0/+4 |
| 2020-03-19 | do not 'return' in 'throw_' macros | Ralf Jung | -1/+1 |
| 2020-03-18 | Rollup merge of #69839 - RalfJung:miri-error-cleanup, r=oli-obk | Mazdak Farrokhzad | -171/+203 |
| 2020-03-17 | Remove infinite loop detector | Dylan MacKenzie | -421/+0 |
| 2020-03-17 | Use `const_eval_limit` instead of infinite loop detector | Dylan MacKenzie | -19/+0 |
| 2020-03-16 | Small fixes in documentation | Youngsuk Kim | -3/+3 |
| 2020-03-16 | Auto merge of #67133 - oli-obk:it_must_be_a_sign, r=eddyb | bors | -42/+42 |
| 2020-03-14 | fix comment, rustfmt | Ralf Jung | -1/+1 |