| Age | Commit message (Expand) | Author | Lines |
| 2018-12-17 | address review comments | Ariel Ben-Yehuda | -15/+15 |
| 2018-12-17 | trigger unsized coercions keyed on Sized bounds | Ariel Ben-Yehuda | -55/+197 |
| 2018-12-16 | rustc: Update Clang used to build LLVM on LInux | Alex Crichton | -17/+14 |
| 2018-12-16 | Auto merge of #56875 - Centril:rollup, r=Centril | bors | -827/+635 |
| 2018-12-16 | Add test to check order of repr(int) enum fields | Peter Todd | -24/+30 |
| 2018-12-16 | Disable field reordering for repr(int). | Emilio Cobos Álvarez | -2/+3 |
| 2018-12-16 | Add version display for associated consts | Guillaume Gomez | -8/+32 |
| 2018-12-16 | Implement Eq, PartialEq and Hash for atomic::Ordering | Amanieu d'Antras | -1/+1 |
| 2018-12-16 | Fix invalid JS file generation | Guillaume Gomez | -4/+4 |
| 2018-12-16 | Rollup merge of #56858 - tbu-:pr_doc_canonicalize, r=shepmaster | Mazdak Farrokhzad | -1/+1 |
| 2018-12-16 | Rollup merge of #56857 - tbu-:pr_doc_abssub, r=zackmdavis | Mazdak Farrokhzad | -2/+4 |
| 2018-12-16 | Rollup merge of #56855 - nikic:remove-cttz-hack, r=nagisa | Mazdak Farrokhzad | -14/+1 |
| 2018-12-16 | Rollup merge of #56850 - alexreg:fix-self-in-typedefs, r=petrochenkov | Mazdak Farrokhzad | -55/+176 |
| 2018-12-16 | Rollup merge of #56844 - GuillaumeGomez:improve-css-rule, r=QuietMisdreavus | Mazdak Farrokhzad | -1/+1 |
| 2018-12-16 | Rollup merge of #56832 - alexcrichton:external-demangle, r=Mark-Simulacrum | Mazdak Farrokhzad | -228/+14 |
| 2018-12-16 | Rollup merge of #56826 - alexcrichton:atomic-u128, r=gnzlbg | Mazdak Farrokhzad | -0/+2 |
| 2018-12-16 | Rollup merge of #56793 - QuietMisdreavus:better-doctests, r=GuillaumeGomez | Mazdak Farrokhzad | -16/+88 |
| 2018-12-16 | Rollup merge of #56790 - rust-lang:borrowck-niche-discriminants, r=nikomatsakis | Mazdak Farrokhzad | -24/+73 |
| 2018-12-16 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | Mazdak Farrokhzad | -5/+24 |
| 2018-12-16 | Rollup merge of #56781 - nikic:llvm-update, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2018-12-16 | Rollup merge of #56761 - estebank:path-display, r=zackmdavis | Mazdak Farrokhzad | -2/+28 |
| 2018-12-16 | Rollup merge of #56742 - ljedrz:remove_query_response_box, r=oli-obk | Mazdak Farrokhzad | -26/+25 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -131/+33 |
| 2018-12-16 | Rollup merge of #56672 - ccouzens:master, r=nikic | Mazdak Farrokhzad | -1/+5 |
| 2018-12-16 | Rollup merge of #56648 - RalfJung:btree, r=sfackler | Mazdak Farrokhzad | -57/+117 |
| 2018-12-16 | Rollup merge of #56640 - myfreeweb:patch-1, r=alexcrichton | Mazdak Farrokhzad | -0/+8 |
| 2018-12-16 | Rollup merge of #56439 - JohnGinger:master, r=nikomatsakis | Mazdak Farrokhzad | -4/+19 |
| 2018-12-16 | Rollup merge of #56343 - yui-knk:remove_mir_stats_mod, r=nikomatsakis | Mazdak Farrokhzad | -257/+0 |
| 2018-12-16 | Rollup merge of #53506 - phungleson:fix-from-docs-atomic, r=KodrAus | Mazdak Farrokhzad | -2/+15 |
| 2018-12-16 | Fix js errors | Guillaume Gomez | -2/+2 |
| 2018-12-15 | Add a note about why the unsafe is sound | Scott McMurray | -0/+10 |
| 2018-12-15 | Auto merge of #56600 - ljedrz:fix_edition, r=Mark-Simulacrum | bors | -97/+99 |
| 2018-12-16 | fix trait objects with a Self-having projection va | Ariel Ben-Yehuda | -3/+103 |
| 2018-12-15 | stop treating trait objects from #[fundamental] traits as fundamental | Ariel Ben-Yehuda | -4/+37 |
| 2018-12-15 | Auto merge of #56203 - aheart:master, r=varkor | bors | -15/+89 |
| 2018-12-15 | Corrected expected test err messages. | Alexander Regueiro | -10/+10 |
| 2018-12-15 | Fixed minor issues raised in review. | Alexander Regueiro | -11/+11 |
| 2018-12-15 | Added test for issue #56835. | Alexander Regueiro | -0/+25 |
| 2018-12-15 | Fixed issue #56199. | Alexander Regueiro | -55/+151 |
| 2018-12-15 | Auto merge of #56847 - pietroalbini:fix-broken-toolstate, r=pietroalbini | bors | -25/+7 |
| 2018-12-15 | Fix doc of `std::fs::canonicalize` | Tobias Bucher | -1/+1 |
| 2018-12-15 | Fix a small mistake regarding NaNs in a deprecation message | Tobias Bucher | -2/+4 |
| 2018-12-15 | Remove u8 cttz hack | Nikita Popov | -14/+1 |
| 2018-12-15 | submodules: update clippy from b7a431ea to a416c5e0 | Matthias Krüger | -19/+12 |
| 2018-12-15 | Add common struct for range | Shotaro Yamada | -69/+48 |
| 2018-12-15 | Factor out | Shotaro Yamada | -15/+24 |
| 2018-12-15 | Revert "Rollup merge of #56758 - Manishearth:emoji-status-toolstate, r=kennytm" | Pietro Albini | -25/+7 |
| 2018-12-15 | Rollup merge of #56841 - phansch:add_various_compiletest_unittests, r=oli-obk | Pietro Albini | -0/+54 |
| 2018-12-15 | Rollup merge of #56713 - xfix:vec-test-zst-capacity, r=TimNN | Pietro Albini | -0/+5 |
| 2018-12-15 | Rollup merge of #56710 - jethrogb:jb/sgx-target-features, r=alexcrichton | Pietro Albini | -0/+1 |