| Age | Commit message (Expand) | Author | Lines |
| 2018-03-10 | tidy fixes | gaurikholkar | -2/+2 |
| 2018-03-10 | code refactor, modify compile-fail tests | gaurikholkar | -56/+92 |
| 2018-03-10 | minor changes | gaurikholkar | -10/+24 |
| 2018-03-10 | add collect_writes.rs | gaurikholkar | -0/+51 |
| 2018-03-10 | minor refactorings to fix trait import issue | gaurikholkar | -42/+11 |
| 2018-03-10 | update visit_local for FindLocalAssignmentVisitor | gaurikholkar | -44/+29 |
| 2018-03-10 | adding Visitor changes | gaurikholkar | -1/+23 |
| 2018-03-10 | changes for new compile-fail/E0389 message | gaurikholkar | -9/+50 |
| 2018-03-10 | Auto merge of #47574 - zilbuz:issue-14844, r=nikomatsakis | bors | -43/+309 |
| 2018-03-10 | Auto merge of #48755 - GuillaumeGomez:rustdoc-fixes, r=QuietMisdreavus | bors | -64/+97 |
| 2018-03-09 | rustbuild: Pass `-j1` to OpenSSL `make install` | Alex Crichton | -1/+1 |
| 2018-03-09 | Auto merge of #48891 - alexcrichton:dist-osx-9.3, r=kennytm | bors | -2/+2 |
| 2018-03-09 | travis: Upgrade dist builders for OSX | Alex Crichton | -2/+2 |
| 2018-03-09 | Fix anchor not always being put at the right place | Guillaume Gomez | -0/+3 |
| 2018-03-09 | Fix escape not working when searchbar selected | Guillaume Gomez | -3/+6 |
| 2018-03-09 | Add missing items in the sidebar for functions | Guillaume Gomez | -55/+71 |
| 2018-03-09 | rustbuild: Fix MSBuild location of `llvm-config.exe` | Alex Crichton | -24/+20 |
| 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 | Update tests | Basile Desloges | -13/+61 |
| 2018-03-08 | Update "type parameters from outer function" error messages | Basile Desloges | -6/+122 |
| 2018-03-08 | Add codemap functions to retrieve the source before a given span | Basile Desloges | -3/+63 |
| 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 | Add a map of `DefId` to `Span` in the `Definitions` struct | Basile Desloges | -21/+63 |
| 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 |