| Age | Commit message (Expand) | Author | Lines |
| 2018-03-09 | Remove unused field on BorrowData | bobtwinkles | -3/+1 |
| 2018-03-09 | Complete re-implementation of 2-phase borrows | bobtwinkles | -33/+32 |
| 2018-03-09 | mir dataflow: change graphviz output | bobtwinkles | -142/+149 |
| 2018-03-09 | Finally start down the right path | bobtwinkles | -431/+427 |
| 2018-03-09 | Rename BorrowData::location to BorrowData::reserve_location | bobtwinkles | -7/+10 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -108/+324 |
| 2018-03-08 | Rollup merge of #48857 - Songbird0:improve_column_macro_documentation, r=josh... | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Rollup merge of #48856 - Songbird0:improve_line_macro_documentation, r=joshtr... | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Rollup merge of #48801 - Manishearth:epoch-features, r=nikomatsakis | Manish Goregaokar | -263/+328 |
| 2018-03-08 | Rollup merge of #48588 - alexcrichton:termcolor, r=BurntSushi | Manish Goregaokar | -166/+136 |
| 2018-03-08 | Rollup merge of #48527 - zackmdavis:and_the_social_construction_of_tuples, r=... | Manish Goregaokar | -5/+174 |
| 2018-03-08 | Add rust_2018_idioms lint group | Manish Goregaokar | -2/+8 |
| 2018-03-08 | Note the future epoch for epoch lints | Manish Goregaokar | -7/+14 |
| 2018-03-08 | Make bare_trait_object not be an epoch lint | Manish Goregaokar | -6/+1 |
| 2018-03-08 | Make tyvar_behind_raw_pointer an epoch lint | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Add test | Manish Goregaokar | -0/+21 |
| 2018-03-08 | Make bare_trait_lint allow for now | Manish Goregaokar | -4/+2 |
| 2018-03-08 | Make it possible to ungate features by epoch | Manish Goregaokar | -7/+22 |
| 2018-03-08 | Allow mentioning an optional epoch on features | Manish Goregaokar | -185/+186 |
| 2018-03-08 | Move epochs to libsyntax | Manish Goregaokar | -61/+83 |
| 2018-03-09 | Modify part of `column!` documentation. | Anthony Defranceschi | -1/+1 |
| 2018-03-09 | Modify part of `line!` documentation. | Anthony Defranceschi | -1/+1 |
| 2018-03-08 | in which parentheses are suggested for should-have-been-tuple-patterns | Zack M. Davis | -5/+174 |
| 2018-03-08 | Rollup merge of #48808 - Zoxc:reg-diag, r=michaelwoerister | Manish Goregaokar | -59/+99 |
| 2018-03-08 | Rollup merge of #48789 - GuillaumeGomez:horizontal-scroll, r=QuietMisdreavus | Manish Goregaokar | -1/+1 |
| 2018-03-08 | Rollup merge of #48752 - alexcrichton:fix-target-feature, r=michaelwoerister | Manish Goregaokar | -2/+22 |
| 2018-03-08 | Rollup merge of #48738 - Songbird0:parseinterror_potential_cause, r=joshtriplett | Manish Goregaokar | -0/+7 |
| 2018-03-08 | Rollup merge of #48699 - frewsxcv:frewsxcv-impl-trait, r=nikomatsakis | Manish Goregaokar | -99/+53 |
| 2018-03-08 | Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis | Manish Goregaokar | -860/+1255 |
| 2018-03-08 | Rollup merge of #48292 - topecongiro:from_str-for-path-and-pathbuf, r=alexcri... | Manish Goregaokar | -0/+27 |
| 2018-03-08 | Don't derive traits on packed structs | Oliver Schneider | -1/+22 |
| 2018-03-08 | Clean up the binary hex lint | Oliver Schneider | -3/+5 |
| 2018-03-08 | simplify constant value pair field access | Oliver Schneider | -6/+1 |
| 2018-03-08 | Unify the const folding errors | Oliver Schneider | -155/+278 |
| 2018-03-08 | Correct the shift overflow check in miri | Oliver Schneider | -1/+1 |
| 2018-03-08 | Regenerate tests | Oliver Schneider | -283/+247 |
| 2018-03-08 | Use clearer name for integer bit width helper function | Oliver Schneider | -4/+4 |
| 2018-03-08 | Reuse `Integer::from_attr` | Oliver Schneider | -5/+6 |
| 2018-03-08 | Remove unused error code | Oliver Schneider | -35/+0 |
| 2018-03-08 | Generator assertions are unconditionally triggered | Oliver Schneider | -4/+6 |
| 2018-03-08 | Address review comments | Oliver Schneider | -71/+33 |
| 2018-03-08 | Adjust test which differs between 32 bit and 64 bit | Oliver Schneider | -2/+2 |
| 2018-03-08 | Decide signdedness on the layout instead of the type | Oliver Schneider | -69/+77 |
| 2018-03-08 | Deduplicate some code | Oliver Schneider | -73/+67 |
| 2018-03-08 | Don't use the undefined bytes of PrimVal::Bytes | Oliver Schneider | -277/+255 |
| 2018-03-08 | Fix mozjs crater failure | Oliver Schneider | -3/+48 |
| 2018-03-08 | Const eval will oom together with rustc now | Oliver Schneider | -44/+0 |
| 2018-03-08 | Step limit is now terminator limit | Oliver Schneider | -3/+4 |
| 2018-03-08 | Add regression test | Oliver Schneider | -0/+34 |
| 2018-03-08 | Rebase fallout | Oliver Schneider | -1197/+22 |