| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | Auto merge of #57035 - Zoxc:query-pref9, r=michaelwoerister | bors | -23/+34 |
| 2018-12-30 | Fix variable string size problem in transmute test | varkor | -3/+3 |
| 2018-12-30 | Point at function name span | Esteban Küber | -77/+132 |
| 2018-12-30 | Point at the return type span on type mismatch due to missing return | Esteban Küber | -123/+96 |
| 2018-12-30 | Remove unused nll debug flags | Matthew Jasper | -19/+9 |
| 2018-12-30 | Address review comments: Remove new `PathResult` variant | Esteban Küber | -15/+6 |
| 2018-12-30 | Add `-Z instrument-mcount` | Jun Wu | -1/+23 |
| 2018-12-30 | Auto merge of #57213 - matthiaskrgr:clippy_submodule_upd, r=oli-obk | bors | -8/+8 |
| 2018-12-30 | submodules: update clippy from f7bdf500 to 39bd8449 | Matthias Krüger | -8/+8 |
| 2018-12-30 | Auto merge of #57205 - petrochenkov:extrecov, r=estebank | bors | -47/+74 |
| 2018-12-30 | Change return types and check return values in tests. | Camille GILLOT | -9/+20 |
| 2018-12-30 | Add comment. | Camille GILLOT | -0/+7 |
| 2018-12-30 | Fix failing diagnostic test. | Camille GILLOT | -0/+1 |
| 2018-12-30 | Move tests to ui. | Camille GILLOT | -0/+2 |
| 2018-12-30 | rustc_typeck: Implement resolution advised in issue 45510. | Camille GILLOT | -4/+16 |
| 2018-12-30 | rustfmt: librust_typeck/check/callee.rs | Camille GILLOT | -144/+200 |
| 2018-12-30 | test: Add test for issues 45510 and 18952. | Camille GILLOT | -0/+75 |
| 2018-12-30 | Guarantee `rustc_dump_user_substs` error order. | David Wood | -9/+24 |
| 2018-12-30 | Stop duplicating projections of type annotation. | David Wood | -114/+99 |
| 2018-12-30 | Stop well-formedness checking unreachable code. | David Wood | -245/+70 |
| 2018-12-30 | Fix unresolved inference variable ICE. | David Wood | -16/+79 |
| 2018-12-30 | Add explicit error annotations to test. | David Wood | -1/+3 |
| 2018-12-30 | Support user type annotations in `ref` bindings. | David Wood | -20/+40 |
| 2018-12-30 | Add user type annotations to MIR dump. | David Wood | -1/+16 |
| 2018-12-30 | Type annotations in associated constant patterns. | David Wood | -13/+86 |
| 2018-12-30 | Add test for unreachable well-formedness. | David Wood | -0/+18 |
| 2018-12-30 | Always check well-formedness. | David Wood | -42/+209 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -355/+476 |
| 2018-12-30 | Auto merge of #57204 - czipperz:ord_docs_must_agree, r=sfackler | bors | -3/+5 |
| 2018-12-30 | docs(rustc): Link to the book's source in rustc | Philipp Hansch | -1/+7 |
| 2018-12-30 | Auto merge of #57158 - estebank:as-ref, r=zackmdavis | bors | -61/+172 |
| 2018-12-30 | Auto merge of #57195 - czipperz:mention_ToString_in_std_fmt_docs, r=SimonSapin | bors | -0/+9 |
| 2018-12-30 | Auto merge of #57185 - petrochenkov:impice4, r=estebank | bors | -26/+33 |
| 2018-12-29 | Do not complain about missing crate named as a keyword | Esteban Küber | -5/+42 |
| 2018-12-29 | Mention ToString in std::fmt docs | Czipperz | -0/+9 |
| 2018-12-29 | Specify criterion for PartialOrd | Czipperz | -2/+3 |
| 2018-12-29 | Auto merge of #56843 - csmoe:non-copy, r=davidtwco | bors | -95/+94 |
| 2018-12-29 | Make std::cmp::Ord documentation specify what it means to agree with PartialEq | Czipperz | -3/+4 |
| 2018-12-30 | Improve error recovery for some built-in macros | Vadim Petrochenkov | -47/+74 |
| 2018-12-29 | Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkov | bors | -758/+1605 |
| 2018-12-29 | Use `same_type` instead of duplicating logic | Esteban Küber | -33/+26 |
| 2018-12-29 | Auto merge of #57197 - kennytm:rollup, r=kennytm | bors | -30/+29 |
| 2018-12-29 | resolve: Simplify treatment of ambiguity errors | Vadim Petrochenkov | -75/+65 |
| 2018-12-29 | Auto merge of #56924 - ehuss:update-cargo-rls-miri, r=alexcrichton | bors | -22/+21 |
| 2018-12-29 | Auto merge of #57181 - petrochenkov:impice3, r=estebank | bors | -5/+17 |
| 2018-12-29 | Create a struct for optimization fuel data | John Kåre Alsaker | -30/+26 |
| 2018-12-29 | Remove unused types from rustc::mir::interpret | Matthew Jasper | -38/+0 |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -175/+100 |
| 2018-12-29 | Rollup merge of #57177 - varkor:fix-duration_as_u128-warning, r=estebank | kennytm | -1/+0 |
| 2018-12-29 | Rollup merge of #57174 - linclark:patch-1, r=varkor | kennytm | -1/+1 |