| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 | -22/+21 |
| 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 | -22/+21 |
| 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 | 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 |
| 2018-12-28 | Auto merge of #57167 - Dylan-DPC:feature/non-zero-getters, r=SimonSapin | bors | -1/+10 |
| 2018-12-28 | Removed aligned ZST requirement from docs of read_/write_unaligned. | kennytm | -2/+2 |
| 2018-12-28 | Update src/test/ui/consts/const-nonzero.rs | Oliver Scherer | -1/+1 |
| 2018-12-28 | Make the getter for NonZero types into a const fn | dylan_DPC | -1/+10 |
| 2018-12-28 | Auto merge of #57137 - cramertj:unpin-prelude, r=SimonSapin | bors | -1/+1 |
| 2018-12-28 | Auto merge of #55519 - fhartwig:hashmap-index-example, r=Centril | bors | -0/+6 |
| 2018-12-27 | Give the crate select chevron room to breathe. | John Heitmann | -1/+1 |