| Age | Commit message (Expand) | Author | Lines |
| 2019-03-22 | Rename miri component to miri-preview | Mateusz Mikuła | -3/+4 |
| 2019-03-22 | Auto merge of #59035 - estebank:closure-instacall, r=davidtwco | bors | -1/+53 |
| 2019-03-22 | Add tracking issue number for `seek_convenience` | Lukas Kalbertodt | -2/+2 |
| 2019-03-22 | Auto merge of #58995 - Centril:refactor-build-manifest, r=alexcrichton | bors | -204/+197 |
| 2019-03-22 | Auto merge of #59031 - estebank:recover-from-comaless, r=petrochenkov | bors | -43/+78 |
| 2019-03-22 | Fix ICE with const generic param in struct | varkor | -17/+48 |
| 2019-03-21 | Auto merge of #58981 - estebank:elseless-if, r=davidtwco | bors | -3/+135 |
| 2019-03-21 | Include llvm-ar with llvm-tools component | Philipp Oppermann | -0/+1 |
| 2019-03-21 | Fix invalid returned types generation | Guillaume Gomez | -46/+63 |
| 2019-03-21 | Add bounds for return types as well | Guillaume Gomez | -30/+59 |
| 2019-03-21 | Improve bounds search | Guillaume Gomez | -52/+11 |
| 2019-03-21 | Small generics search improvement | Guillaume Gomez | -1/+4 |
| 2019-03-21 | Greatly improve generics handling in rustdoc search | Guillaume Gomez | -22/+273 |
| 2019-03-21 | Unify OsString/OsStr for byte-based implementations | Jethro Beekman | -809/+186 |
| 2019-03-21 | Move one test from run-make-fulldeps to ui | Vadim Petrochenkov | -50/+57 |
| 2019-03-21 | hygiene: Fix identifier comparison in impl overlap check | Vadim Petrochenkov | -1/+36 |
| 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 |