| Age | Commit message (Expand) | Author | Lines |
| 2018-03-09 | Move PROFQ_CHAN to a Session field | John Kåre Alsaker | -170/+175 |
| 2018-03-08 | Merge branch 'master' of github.com:1011X/rust | 1011X | -1388/+2361 |
| 2018-03-08 | declare ascii test module in core | 1011X | -0/+1 |
| 2018-03-08 | Refactor run_host_only to have the proper effect. | Mark Simulacrum | -3/+3 |
| 2018-03-08 | Deny warnings | Mark Simulacrum | -1/+1 |
| 2018-03-08 | Print out the sysroot and libdir on verbose builds. | Mark Simulacrum | -2/+4 |
| 2018-03-08 | Remove ONLY_BUILD. | Mark Simulacrum | -28/+34 |
| 2018-03-08 | Remove ONLY_BUILD_TARGETS. | Mark Simulacrum | -26/+5 |
| 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 | and again :( | Maxim Nazarenko | -3/+3 |
| 2018-03-08 | tidy. Again | Maxim Nazarenko | -2/+2 |
| 2018-03-08 | another rewrite | Maxim Nazarenko | -15/+31 |
| 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 | test: ignore mips64 in abi-main-signature-16bit-c-int.rs | James Cowgill | -0/+1 |
| 2018-03-08 | test: remove useless ignore-mips*el headers | James Cowgill | -8/+0 |
| 2018-03-08 | tools/compiletest: add mips64 to ARCH_LIST | James Cowgill | -0/+1 |
| 2018-03-08 | librustc_trans: add fp64 to mips features whitelist | James Cowgill | -1/+1 |
| 2018-03-08 | librustc_back: enable fpxx on 32-bit hardfloat mips targets | James Cowgill | -2/+2 |
| 2018-03-08 | librustc_back: bump ISA level of mipsel targets to mips32r2 | James Cowgill | -6/+6 |
| 2018-03-08 | borrowck-asm: enable on mips | James Cowgill | -1/+3 |
| 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 |