| Age | Commit message (Expand) | Author | Lines |
| 2018-12-31 | Auto merge of #57061 - Zoxc:graph-refactor, r=michaelwoerister | bors | -187/+193 |
| 2018-12-31 | Address comments | John Kåre Alsaker | -12/+14 |
| 2018-12-31 | Use `entry` API to avoid double lookup when interning dep nodes | John Kåre Alsaker | -30/+39 |
| 2018-12-31 | Group dep node data into a single structure | John Kåre Alsaker | -170/+165 |
| 2018-12-31 | Auto merge of #57208 - estebank:issue-57198, r=petrochenkov | bors | -2/+30 |
| 2018-12-30 | Tweak E0308 error for clarity | Esteban Küber | -72/+87 |
| 2018-12-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -123/+149 |
| 2018-12-31 | now that some intrisics are safe, use that fact. | Mazdak Farrokhzad | -0/+24 |
| 2018-12-31 | make some intrinsics safe. | Mazdak Farrokhzad | -9/+15 |
| 2018-12-31 | qualify_min_const_fn: improve note. | Mazdak Farrokhzad | -1/+2 |
| 2018-12-31 | unchecked_{shl,shr}: extend const tests. | Mazdak Farrokhzad | -15/+428 |
| 2018-12-31 | const stabilizations: adjust run-pass tests. | Mazdak Farrokhzad | -6/+0 |
| 2018-12-31 | stabilize const_int_sign | Mazdak Farrokhzad | -3/+0 |
| 2018-12-31 | stabilize const_int_rotate | Mazdak Farrokhzad | -10/+12 |
| 2018-12-31 | stabilize const_int_wrapping. | Mazdak Farrokhzad | -18/+32 |
| 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 | 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 |