| 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-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 | 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 | 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 |
| 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 | Auto merge of #56924 - ehuss:update-cargo-rls-miri, r=alexcrichton | bors | -82/+79 |
| 2018-12-29 | Auto merge of #57181 - petrochenkov:impice3, r=estebank | bors | -5/+17 |
| 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 |
| 2018-12-29 | Rollup merge of #57168 - kennytm:fix-unaligned-docs, r=rkruppe | kennytm | -2/+2 |
| 2018-12-29 | Rollup merge of #57163 - JohnHeitmann:chevron-fix, r=estebank | kennytm | -1/+1 |
| 2018-12-29 | Rollup merge of #57159 - ids1024:closed-issue, r=Centril | kennytm | -23/+23 |
| 2018-12-29 | Rollup merge of #57153 - estebank:doc, r=cramertj | kennytm | -1/+1 |
| 2018-12-29 | Rollup merge of #57149 - rust-lang:sgrif-patch-1, r=rkruppe | kennytm | -1/+1 |
| 2018-12-29 | Auto merge of #57160 - petrochenkov:impice2, r=estebank | bors | -6/+45 |
| 2018-12-29 | Auto merge of #57140 - estebank:str-err, r=varkor | bors | -37/+61 |
| 2018-12-29 | Fixed stderr files for ui tests. | Alexander Regueiro | -12/+3 |
| 2018-12-29 | add non-copy note to stderr | csmoe | -45/+62 |
| 2018-12-28 | Update cargo, rls, miri | Eric Huss | -82/+79 |
| 2018-12-29 | Auto merge of #57006 - GuillaumeGomez:no-crate-filter, r=QuietMisdreavus | bors | -19/+78 |
| 2018-12-29 | resolve: Never override real bindings with `Def::Err`s from error recovery | Vadim Petrochenkov | -26/+33 |
| 2018-12-28 | Auto merge of #57138 - matthiaskrgr:clippy, r=oli-obk | bors | -7/+9 |
| 2018-12-29 | resolve: Fix another ICE in import validation | Vadim Petrochenkov | -5/+17 |
| 2018-12-28 | Auto merge of #57118 - Zoxc:query-stats, r=wesleywiser | bors | -2/+112 |
| 2018-12-28 | Fix warning when compiling rustc | varkor | -1/+0 |
| 2018-12-28 | Add specific diagnostic for transmuting between equal associated types | varkor | -0/+24 |
| 2018-12-28 | Clarify wording of E0512 | varkor | -121/+123 |
| 2018-12-28 | Suggest `.as_ref()` when appropriate for `Option` and `Result` | Esteban Küber | -47/+165 |
| 2018-12-28 | Update link to rustc guide | Lin Clark | -1/+1 |
| 2018-12-28 | submodules: update clippy from fc24fce7 to f7bdf500 | Matthias Krüger | -7/+9 |