| Age | Commit message (Expand) | Author | Lines |
| 2018-03-08 | Rollup merge of #48752 - alexcrichton:fix-target-feature, r=michaelwoerister | Manish Goregaokar | -1/+14 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -34/+46 |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -124/+167 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -239/+223 |
| 2018-03-08 | Adjust test which differs between 32 bit and 64 bit | Oliver Schneider | -2/+2 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -0/+2 |
| 2018-03-08 | Fix mozjs crater failure | Oliver Schneider | -0/+37 |
| 2018-03-08 | Add regression test | Oliver Schneider | -0/+34 |
| 2018-03-08 | Rebase fallout | Oliver Schneider | -2/+2 |
| 2018-03-08 | Report tcx errors with the span of the currently evaluating statement | Oliver Schneider | -2/+2 |
| 2018-03-08 | Update compile-fail tests | Oliver Schneider | -89/+24 |
| 2018-03-08 | Add a test for transmuting via unions in constants | Oliver Schneider | -0/+62 |
| 2018-03-08 | Unregress error spans in constant errors | Oliver Schneider | -4/+3 |
| 2018-03-08 | Stage 2 doesn't see suggestion_approximate | Oliver Schneider | -16/+0 |
| 2018-03-08 | Remove dead code | Oliver Schneider | -0/+37 |
| 2018-03-08 | Update tests | Oliver Schneider | -26/+30 |
| 2018-03-08 | Add regression test for const prop | Oliver Schneider | -0/+28 |
| 2018-03-08 | Update tests | Oliver Schneider | -0/+24 |
| 2018-03-08 | Update tests | Oliver Schneider | -50/+67 |
| 2018-03-08 | Adjust tests to changed const err lints | Oliver Schneider | -27/+47 |
| 2018-03-08 | Adjust tests to more aggressive const err linting | Oliver Schneider | -0/+26 |
| 2018-03-08 | Report errors in statics during collecting instead of translating | Oliver Schneider | -4/+14 |
| 2018-03-08 | Add regression tests | Oliver Schneider | -0/+58 |
| 2018-03-08 | Reduce noise in error reporting | Oliver Schneider | -7/+23 |
| 2018-03-08 | Nuke ConstInt and Const*size | Oliver Schneider | -3/+4 |
| 2018-03-08 | Add test for #45044 | Oliver Schneider | -0/+20 |
| 2018-03-08 | Add test for attempting to use array indexing for conditional const eval | Oliver Schneider | -0/+43 |
| 2018-03-08 | Add InterpretInterner to StableHashingContext for AllocId serialization | Oliver Schneider | -2/+39 |
| 2018-03-08 | Add tests for fixed issues | Oliver Schneider | -0/+515 |
| 2018-03-08 | Codegen tests | Oliver Schneider | -7/+8 |
| 2018-03-08 | Fully use miri in trans | Oliver Schneider | -293/+476 |
| 2018-03-08 | Nuke the entire ctfe from orbit, it's the only way to be sure | Oliver Schneider | -18/+17 |
| 2018-03-08 | Produce instead of pointers | Oliver Schneider | -35/+47 |
| 2018-03-07 | rustc: Fix ICE with `#[target_feature]` on module | Alex Crichton | -1/+14 |
| 2018-03-07 | Rollup merge of #48778 - sinkuu:rls_crash_tuple_struct, r=nrc | Alex Crichton | -0/+7 |
| 2018-03-06 | Rollup merge of #48618 - scottmcm:elaborate-exitcode, r=alexcrichton | Alex Crichton | -1/+1 |
| 2018-03-07 | Do not panic on tuple struct access out of bounds | Shotaro Yamada | -0/+3 |
| 2018-03-07 | Fix save-analysis generation panic with invalid tuple access | Shotaro Yamada | -0/+4 |
| 2018-03-06 | Make causal tracking lazy | Santiago Pastorino | -0/+2 |
| 2018-03-06 | Remove nll-dump-cause flag and always track causes | Santiago Pastorino | -34/+44 |
| 2018-03-06 | Rollup merge of #47463 - bluss:fused-iterator, r=alexcrichton | kennytm | -1/+0 |
| 2018-03-06 | Rollup merge of #48732 - debris:remove_powerpc64, r=alexcrichton | kennytm | -10/+0 |
| 2018-03-06 | Rollup merge of #48573 - Amanieu:bitreverse2, r=sfackler | kennytm | -1/+36 |
| 2018-03-06 | Rollup merge of #48546 - GuillaumeGomez:raw-string-error-note, r=estebank | kennytm | -0/+22 |
| 2018-03-06 | Rollup merge of #48432 - flip1995:lit_diag, r=oli-obk | kennytm | -0/+91 |
| 2018-03-06 | Rollup merge of #48403 - lukaslueg:casted, r=steveklabnik | kennytm | -14/+14 |
| 2018-03-06 | Add i128 tests for intrinsics | Amanieu d'Antras | -1/+26 |
| 2018-03-05 | Fix procedural_mbe_matching test case after libsyntax change. | Michael Woerister | -1/+1 |
| 2018-03-05 | incr.comp.: Add regression test for detecting feature gate changes. | Michael Woerister | -0/+23 |
| 2018-03-04 | Auto merge of #48592 - spastorino:borrowed_value_error, r=nikomatsakis | bors | -12/+167 |