| Age | Commit message (Expand) | Author | Lines |
| 2018-03-09 | Complete re-implementation of 2-phase borrows | bobtwinkles | -1/+0 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -16/+19 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -36/+184 |
| 2018-03-08 | Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakis | Manish Goregaokar | -1/+22 |
| 2018-03-08 | Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=... | Manish Goregaokar | -0/+135 |
| 2018-03-08 | Add rust_2018_idioms lint group | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Add test | Manish Goregaokar | -0/+21 |
| 2018-03-08 | in which parentheses are suggested for should-have-been-tuple-patterns | Zack M. Davis | -0/+135 |
| 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 |