| Age | Commit message (Expand) | Author | Lines |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -89/+101 |
| 2018-04-10 | Update ui test references. | dragan.mladjenovic | -7/+7 |
| 2018-04-10 | Small nits to make couple of tests pass on mips targets. | dragan.mladjenovic | -0/+8 |
| 2018-04-10 | Auto merge of #49504 - GuillaumeGomez:doc-all-types, r=QuietMisdreavus | bors | -36/+267 |
| 2018-04-10 | Auto merge of #49258 - zackmdavis:not_going_to_recover, r=petrochenkov | bors | -2/+151 |
| 2018-04-10 | Disallow `impl Trait` in unsupported position | Shotaro Yamada | -17/+74 |
| 2018-04-10 | Auto merge of #49435 - tmandry:rule-implied-bound-from-trait, r=nikomatsakis | bors | -5/+212 |
| 2018-04-09 | rustfmt explain_borrow/mod | Santiago Pastorino | -2/+2 |
| 2018-04-09 | Fix ICE when a borrow is used after drop | Santiago Pastorino | -11/+67 |
| 2018-04-09 | std: Be sure to modify atomics in tests | Alex Crichton | -4/+6 |
| 2018-04-09 | add regression test for issue #16223: fixed by NLL | Hero | -0/+63 |
| 2018-04-09 | fix tests | steveklabnik | -27/+29 |
| 2018-04-09 | more lints | steveklabnik | -46/+1035 |
| 2018-04-09 | document deny by default lints | steveklabnik | -12/+237 |
| 2018-04-09 | add a lot of text about lints | steveklabnik | -0/+824 |
| 2018-04-09 | add targets to TOC | steveklabnik | -0/+6 |
| 2018-04-09 | write 'what is rustc' | steveklabnik | -0/+67 |
| 2018-04-09 | write headings for command line arguments | steveklabnik | -2/+58 |
| 2018-04-09 | fix authorship in book.toml | steveklabnik | -1/+1 |
| 2018-04-09 | Add a TOC | steveklabnik | -3/+23 |
| 2018-04-09 | update doc index to link to the rustc book | steveklabnik | -0/+4 |
| 2018-04-09 | Add rustc book to the build system | steveklabnik | -2/+4 |
| 2018-04-09 | initialize the rustc book | steveklabnik | -0/+10 |
| 2018-04-09 | tidy fixes | gaurikholkar | -3/+3 |
| 2018-04-09 | Stop emitting color codes on TERM=dumb | Mark Simulacrum | -1/+3 |
| 2018-04-09 | Take OutputType::DepInfo into account for metadata_output_only | varkor | -3/+2 |
| 2018-04-09 | in which the non-shorthand patterns lint keeps its own counsel in macros | Zack M. Davis | -0/+30 |
| 2018-04-09 | Make tidy treat "test/ui/foo.nll.stderr" just like "foo.stderr". | Felix S. Klock II | -2/+29 |
| 2018-04-09 | Use sort_by_cached_key for partitioning | varkor | -5/+3 |
| 2018-04-09 | Use cmp::Reverse instead of subtraction | varkor | -4/+5 |
| 2018-04-09 | in which `!` is suggested for erroneous identifier `not` | Zack M. Davis | -2/+146 |
| 2018-04-09 | don't suggest placing code in block if next token is open-brace | Zack M. Davis | -0/+5 |
| 2018-04-09 | Add trivial early return for sort_by_cached_key | varkor | -0/+1 |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -9/+5 |
| 2018-04-09 | Convert sort_unstable_by to sort_by_cached_key | varkor | -3/+2 |
| 2018-04-09 | Convert sort_unstable_by_key to sort_by_cached_key | varkor | -9/+6 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -6/+13 |
| 2018-04-09 | Auto merge of #49805 - nrc:update, r=kennytm | bors | -43/+29 |
| 2018-04-09 | Update Rustfmt | Nick Cameron | -43/+29 |
| 2018-04-09 | Auto merge of #49778 - tamird:install-relative-prefix, r=Mark-Simulacrum | bors | -1/+3 |
| 2018-04-09 | Auto merge of #49673 - ollie27:stab, r=sfackler | bors | -8/+10 |
| 2018-04-09 | Auto merge of #49770 - tamird:csv-dumper-comment, r=nrc | bors | -3/+2 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -63/+23 |
| 2018-04-09 | Properly look for uninhabitedness of variants in niche-filling check | Anthony Ramine | -3/+10 |
| 2018-04-08 | rustbuild: canonicalize prefix `install_sh` | Tamir Duberstein | -1/+3 |
| 2018-04-08 | Auto merge of #49774 - danc86:configure.py-tools, r=alexcrichton | bors | -1/+3 |
| 2018-04-08 | Auto merge of #49771 - tamird:incremental-no-stage-1, r=Mark-Simulacrum | bors | -7/+1 |
| 2018-04-08 | tidy fixes | gaurikholkar | -2/+2 |
| 2018-04-08 | Auto merge of #49759 - ollie27:rustbuild_cargo, r=Mark-Simulacrum | bors | -1/+1 |
| 2018-04-08 | fixup! std: Child::kill() returns error if process has already exited | Andreas Tolfsen | -1/+1 |