| Age | Commit message (Expand) | Author | Lines |
| 2019-03-21 | Wrapped a line such that it does not exceed 100 characters. | Christian | -1/+2 |
| 2019-03-21 | Changed inline code by using a single quote. | Christian | -20/+20 |
| 2019-03-21 | Added back a reference to "the book" | Christian | -2/+2 |
| 2019-03-21 | review fixes | Saleem Jaffer | -56/+38 |
| 2019-03-21 | FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1] | MikaelUrankar | -2/+2 |
| 2019-03-21 | use suggestions for "enum instead of variant" error | Andy Russell | -47/+118 |
| 2019-03-21 | Auto merge of #58422 - LukasKalbertodt:seek-convenience, r=alexcrichton | bors | -2/+134 |
| 2019-03-21 | Fixed indentation of list items. | Christian | -4/+2 |
| 2019-03-21 | Reformatted the text such that the line length does not exceed 100. | Christian | -15/+22 |
| 2019-03-21 | Fix undefined behavior in hint::spin_loop for x86 targets without SSE2 | gnzlbg | -6/+25 |
| 2019-03-21 | Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavus | bors | -7/+51 |
| 2019-03-21 | Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplett | bors | -2/+45 |
| 2019-03-21 | Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco | bors | -60/+129 |
| 2019-03-20 | Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichton | bors | -62/+99 |
| 2019-03-20 | Fix f64 test | Jacob Kiesel | -1/+1 |
| 2019-03-21 | cleanup: Remove compile-fail-fulldeps directory again | Vadim Petrochenkov | -45/+0 |
| 2019-03-20 | Initial version of the documentation change of std::convert. | Christian | -85/+85 |
| 2019-03-20 | rustc: Allow using `clang` for wasm32 targets | Alex Crichton | -107/+174 |
| 2019-03-20 | Fix formatting and add unit tests for panic cases | Jacob Kiesel | -2/+38 |
| 2019-03-20 | Add NAN test to docs | Jacob Kiesel | -0/+2 |
| 2019-03-20 | expand the fixme | Niko Matsakis | -1/+4 |
| 2019-03-20 | refactor so that `relate_ty_var` can accommodate vid on a or b side | Niko Matsakis | -22/+130 |
| 2019-03-20 | nll_relate/mod.rs: rustfmt | Niko Matsakis | -25/+27 |
| 2019-03-20 | Fix a bug in implied bounds | scalexm | -7/+36 |
| 2019-03-20 | Fix a bug in chalk lowering | scalexm | -1/+8 |
| 2019-03-20 | Add unsize impls for arrays | scalexm | -0/+88 |
| 2019-03-20 | Reorganize `chalk_context::program_clauses` | scalexm | -319/+343 |
| 2019-03-20 | Gather region constraints not coming from unification | scalexm | -57/+34 |
| 2019-03-20 | Fix a bug in chalk unification code | scalexm | -2/+14 |
| 2019-03-20 | Tweak incorrect escaped char diagnostic | Esteban Küber | -72/+51 |
| 2019-03-20 | Update tests | varkor | -182/+179 |
| 2019-03-20 | Unify E0109, E0110 and E0111 errors | varkor | -16/+13 |
| 2019-03-20 | Unify E0109, E0110 and E0111 diagnostic messages | varkor | -25/+14 |
| 2019-03-20 | Add a test for size_of Option<ThreadId> | Simon Sapin | -1/+7 |
| 2019-03-20 | Auto merge of #58791 - denzp:asm-compile-tests, r=alexcrichton | bors | -140/+327 |
| 2019-03-20 | Fix whitespace | John Kåre Alsaker | -3/+3 |
| 2019-03-20 | Add eval_always to query macro and move a query over | John Kåre Alsaker | -13/+25 |
| 2019-03-20 | Add anon to query macro and move a query over | John Kåre Alsaker | -27/+44 |
| 2019-03-20 | Add no_force to query macro and move some queries over | John Kåre Alsaker | -65/+71 |
| 2019-03-20 | Allow itertools | John Kåre Alsaker | -0/+1 |
| 2019-03-20 | Add no_hash to query macro and move some queries over | John Kåre Alsaker | -235/+240 |
| 2019-03-20 | Auto merge of #57018 - dcreager:redundant-linker, r=alexcrichton | bors | -25/+75 |
| 2019-03-20 | remove visit_static from librustc::mir | Saleem Jaffer | -32/+23 |
| 2019-03-20 | Add messages for different verbosity levels. | O01eg | -0/+12 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -21/+26 |
| 2019-03-20 | Auto merge of #59298 - kennytm:rollup, r=kennytm | bors | -15/+46 |
| 2019-03-20 | Move some bench tests back from libtest | gnzlbg | -0/+25 |
| 2019-03-20 | Rollup merge of #59257 - redox-os:upstream-redox, r=sanxiyn | kennytm | -10/+4 |
| 2019-03-20 | Rollup merge of #59253 - kennytm:precise-docker-cache-hash, r=pietroalbini | kennytm | -1/+12 |
| 2019-03-20 | Rollup merge of #59038 - kennytm:track-embedded-book, r=oli-obk | kennytm | -3/+9 |