| Age | Commit message (Expand) | Author | Lines |
| 2019-01-02 | bootstrap: Link LLVM as a dylib with ThinLTO | Alex Crichton | -51/+17 |
| 2019-01-02 | Auto merge of #57250 - codeworm96:tyerr_msg, r=varkor | bors | -105/+105 |
| 2019-01-02 | Auto merge of #57251 - petrochenkov:reregr, r=varkor | bors | -2/+15 |
| 2019-01-02 | Auto merge of #56827 - faern:eliminate-recv-timeout-panic, r=KodrAus | bors | -6/+30 |
| 2019-01-01 | Auto merge of #57209 - estebank:suggest-raw-ident, r=petrochenkov | bors | -0/+92 |
| 2019-01-01 | syntax: Fix regression in diagnostics for patterns in trait method parameters | Vadim Petrochenkov | -2/+15 |
| 2019-01-01 | Auto merge of #57125 - doitian:inconsistent-clone-doc, r=bluss | bors | -9/+20 |
| 2019-01-01 | Auto merge of #55937 - davidtwco:issue-54943, r=pnkfelix | bors | -500/+804 |
| 2019-01-01 | Auto merge of #57210 - estebank:str-err, r=zackmdavis | bors | -11/+148 |
| 2019-01-01 | Auto merge of #57194 - matthiaskrgr:copyright_headers, r=Centril | bors | -213/+13 |
| 2019-01-01 | Auto merge of #57199 - petrochenkov:ambig, r=estebank | bors | -54/+63 |
| 2018-12-31 | Improve type mismatch error messages | Yuning Zhang | -105/+105 |
| 2018-12-31 | Auto merge of #56878 - petrochenkov:privdyn, r=arielb1 | bors | -559/+621 |
| 2019-01-01 | Address review comments | Vadim Petrochenkov | -96/+126 |
| 2019-01-01 | privacy: Use common `DefId` visiting infra for all privacy visitors | Vadim Petrochenkov | -533/+565 |
| 2018-12-31 | Auto merge of #57047 - euclio:field-structured-suggestions, r=estebank | bors | -35/+50 |
| 2018-12-31 | Do not use unicode character in diagnostic help | Esteban Küber | -4/+4 |
| 2018-12-31 | use structured suggestions for nonexistent fields | Andy Russell | -35/+50 |
| 2018-12-31 | Use structured suggestion for braceless unicode escape squence | Esteban Küber | -16/+47 |
| 2018-12-31 | Account for `\xFF` and `\u{FF}` sequences in string format errors | Esteban Küber | -1/+107 |
| 2018-12-31 | Update tests after rebase | Esteban Küber | -0/+4 |
| 2018-12-31 | Address review comments | Esteban Küber | -19/+68 |
| 2018-12-31 | Suggest using raw identifiers in 2018 edition when using keywords | Esteban Küber | -8/+47 |
| 2018-12-31 | Auto merge of #57220 - quark-zju:mcount, r=estebank | bors | -1/+23 |
| 2018-12-31 | Fix inconsistent Clone documentation. | ian | -9/+20 |
| 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-31 | Auto merge of #57044 - varkor:E0512-equal-type, r=matthewjasper | bors | -123/+149 |
| 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 | 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 | 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 |