| Age | Commit message (Expand) | Author | Lines |
| 2019-09-22 | fix nll tests | Esteban Küber | -29/+26 |
| 2019-09-22 | ignore-x86 instead of ignore-musl | Esteban Küber | -12/+12 |
| 2019-09-22 | hack to avoid incorrect suggestion | Esteban Küber | -8/+9 |
| 2019-09-22 | review comments | Esteban Küber | -20/+19 |
| 2019-09-22 | Point at type param when it's cause of unfulfilled obligation | Esteban Küber | -109/+176 |
| 2019-09-22 | Fix rebase | Esteban Küber | -5/+2 |
| 2019-09-22 | ignore musl target in tests to avoid issues with output differences | Esteban Küber | -28/+52 |
| 2019-09-22 | review comments | Esteban Küber | -32/+34 |
| 2019-09-22 | Point at correct span for parenthesized types | Esteban Küber | -91/+95 |
| 2019-09-22 | On obligation errors point at the unfulfilled binding when possible | Esteban Küber | -512/+588 |
| 2019-09-22 | Point at definition when misusing ADT | Esteban Küber | -24/+126 |
| 2019-09-22 | make mbe::TokenTree private to module | Aleksey Kladov | -26/+26 |
| 2019-09-22 | push TokenTree::parse down | Aleksey Kladov | -16/+14 |
| 2019-09-22 | pull mbe token tree definition up | Aleksey Kladov | -234/+243 |
| 2019-09-22 | docstring for mbe module | Aleksey Kladov | -0/+5 |
| 2019-09-22 | move mbe module to a separate file | Aleksey Kladov | -7/+6 |
| 2019-09-22 | rename tt -> mbe, part 2 | Aleksey Kladov | -17/+17 |
| 2019-09-22 | rename libsyntax::ext::tt to mbe | Aleksey Kladov | -0/+0 |
| 2019-09-22 | reduce visibility of a bunch of stuff in ext::tt | Aleksey Kladov | -58/+50 |
| 2019-09-22 | Clarify the "since" tidy check | Mazdak Farrokhzad | -1/+1 |
| 2019-09-22 | Update rls to fix build error | Lzu Tao | -0/+0 |
| 2019-09-22 | Update clippy | Lzu Tao | -9/+15 |
| 2019-09-22 | Fix some unused variable warnings | Georg Semmler | -2/+2 |
| 2019-09-22 | Auto merge of #64669 - estebank:unreachable, r=Centril | bors | -334/+191 |
| 2019-09-22 | Infer consts consistently. Moved some logic into super_combined_consts, | ben | -86/+42 |
| 2019-09-21 | Remove manual unrolling from slice::Iter(Mut)::try_fold | Scott McMurray | -13/+7 |
| 2019-09-21 | review comments: wording | Esteban Küber | -3/+3 |
| 2019-09-21 | review comments | Esteban Küber | -30/+19 |
| 2019-09-22 | remove outdated comment | Tshepang Lekhonkhobe | -1/+0 |
| 2019-09-21 | Parse assoc type bounds in generic params and provide custom diagnostic | Esteban Küber | -38/+80 |
| 2019-09-21 | review comments | Esteban Küber | -2/+2 |
| 2019-09-21 | Propagate `types.err` in locals further to avoid spurious knock-down errors | Esteban Küber | -3/+41 |
| 2019-09-21 | Inline attribute constructors | Mark Rousskov | -21/+10 |
| 2019-09-21 | Inline ty_infer | Mark Rousskov | -5/+1 |
| 2019-09-21 | Remove unused code | Mark Rousskov | -291/+3 |
| 2019-09-21 | Do not trigger unreachable lint in async body and Use span labels | Esteban Küber | -334/+191 |
| 2019-09-21 | Rollup merge of #64664 - matklad:remove-ast-builder, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+0 |
| 2019-09-21 | Rollup merge of #64660 - guanqun:unify-errors-for-tuple-struct, r=estebank | Mazdak Farrokhzad | -5/+43 |
| 2019-09-21 | Rollup merge of #64635 - gnzlbg:const_fn_ptr, r=oli-obk | Mazdak Farrokhzad | -2/+308 |
| 2019-09-21 | Rollup merge of #64634 - cuviper:llvm-9.0.0, r=alexcrichton | Mazdak Farrokhzad | -0/+0 |
| 2019-09-21 | Rollup merge of #64619 - sam09:fix-63962, r=Centril | Mazdak Farrokhzad | -11/+53 |
| 2019-09-21 | Rollup merge of #64618 - alexcrichton:improve-dist-output, r=Mark-Simulacrum | Mazdak Farrokhzad | -19/+47 |
| 2019-09-21 | Rollup merge of #64617 - alexcrichton:smaller-msi, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2019-09-21 | Rollup merge of #64615 - alexcrichton:smaller-exe, r=Mark-Simulacrum | Mazdak Farrokhzad | -3/+3 |
| 2019-09-21 | Rollup merge of #63907 - estebank:assoc-type-mismatch, r=oli-obk | Mazdak Farrokhzad | -23/+181 |
| 2019-09-21 | Remove constraints argument from path_all | Mark Rousskov | -14/+13 |
| 2019-09-21 | fully remove AstBuilder | Aleksey Kladov | -3/+0 |
| 2019-09-22 | Fixes #63962. Hint about missing tuple parentheses in patterns | Sam Radhakrishan | -11/+53 |
| 2019-09-21 | libtest: Add --report-time flag to print test execution time | Jakob Schikowski | -48/+162 |
| 2019-09-21 | update ui tests | Guillaume Gomez | -10/+9 |