| Age | Commit message (Expand) | Author | Lines |
| 2018-12-10 | Upgrade `smallvec` to 0.6.7 and use the new `may_dangle` feature. | Nicholas Nethercote | -11/+11 |
| 2018-12-09 | Fix typo | BeatButton | -1/+1 |
| 2018-12-09 | Add lint for items deprecated in future | aheart | -15/+80 |
| 2018-12-09 | Fix rebase + Add missing `// force-host` | Vadim Petrochenkov | -3/+4 |
| 2018-12-09 | Remove compile-fail-fulldeps test suite | Vadim Petrochenkov | -13/+3 |
| 2018-12-09 | Move some tests from ui-fulldeps to ui | Vadim Petrochenkov | -15/+0 |
| 2018-12-09 | Move compile-fail-fulldeps tests to ui-fulldeps | Vadim Petrochenkov | -99/+444 |
| 2018-12-09 | Move former compile-fail-fulldeps tests to ui | Vadim Petrochenkov | -46/+662 |
| 2018-12-09 | avoid as_leaf_mut asserting exclusive access | Ralf Jung | -30/+33 |
| 2018-12-09 | fix BTree creating shared references that are not entirely in-bounds | Ralf Jung | -29/+86 |
| 2018-12-09 | Auto merge of #56631 - matthiaskrgr:clippy, r=nikic | bors | -14/+14 |
| 2018-12-09 | Bump minimum required LLVM version to 6.0 | Nikita Popov | -64/+13 |
| 2018-12-09 | Auto merge of #56630 - sinkuu:core_iter, r=kennytm | bors | -22/+39 |
| 2018-12-09 | Add FreeBSD unsigned char platforms to std::os::raw | myfreeweb | -0/+8 |
| 2018-12-08 | Auto merge of #56615 - integer32llc:update-book, r=GuillaumeGomez | bors | -0/+0 |
| 2018-12-08 | Auto merge of #56616 - estebank:issue-56539, r=davidtwco | bors | -2/+9 |
| 2018-12-08 | fix span for invalid number of parameters in trait method | Guillaume Gomez | -11/+61 |
| 2018-12-08 | rustdoc: Fix local reexports of proc macros | Oliver Middleton | -4/+19 |
| 2018-12-08 | Fix right arrow size for crate filter | Guillaume Gomez | -1/+1 |
| 2018-12-09 | Don't call size_hint of underlying iterator needlessly | Shotaro Yamada | -2/+10 |
| 2018-12-09 | Resolve FIXME and cleanup | Shotaro Yamada | -20/+8 |
| 2018-12-09 | Override Cycle::try_fold | Shotaro Yamada | -0/+21 |
| 2018-12-08 | Reduce the numbers of syn versions compiled from 4 to 2 | Bastien Orivel | -1/+1 |
| 2018-12-08 | submodules: update clippy from 1df5766c to a3c77f6a | Matthias Krüger | -14/+14 |
| 2018-12-08 | Add Arc/Rc Eq tests | Thomas Heck | -0/+84 |
| 2018-12-08 | Use private trait for Rc/Arc Eq specialization | Thomas Heck | -37/+74 |
| 2018-12-08 | Short-circuit Rc/Arc equality checking on equal pointers where T: Eq | Jo Liss | -5/+46 |
| 2018-12-08 | update miri | Ralf Jung | -13/+15 |
| 2018-12-08 | Rollup merge of #56621 - Morganamilo:fix-generators-comma, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2018-12-08 | Rollup merge of #56620 - petrochenkov:noclutter, r=estebank | Mazdak Farrokhzad | -40/+30 |
| 2018-12-08 | Rollup merge of #56602 - dwijnand:fix-ptr-hash-docs, r=Centril | Mazdak Farrokhzad | -2/+5 |
| 2018-12-08 | Rollup merge of #56599 - dlrobertson:fix_va_arg, r=eddyb | Mazdak Farrokhzad | -10/+28 |
| 2018-12-08 | Rollup merge of #56597 - vext01:dump-mir-usage, r=wesleywiser | Mazdak Farrokhzad | -1/+7 |
| 2018-12-08 | Rollup merge of #56248 - estebank:suggest-bare-pub, r=petrochenkov | Mazdak Farrokhzad | -31/+124 |
| 2018-12-08 | Add missing comma in Generators | morganamilo | -1/+1 |
| 2018-12-08 | Auto merge of #56578 - alexreg:cosmetic-1, r=alexreg | bors | -2234/+2187 |
| 2018-12-08 | Fixed nll stderr file. | Alexander Regueiro | -1/+1 |
| 2018-12-08 | resolve: Reduce some clutter in import ambiguity errors | Vadim Petrochenkov | -40/+30 |
| 2018-12-07 | Fixed line numbers in stderr file. | Alexander Regueiro | -2/+2 |
| 2018-12-07 | Fixed test stderr files. | Alexander Regueiro | -160/+86 |
| 2018-12-07 | Fixed incorrect reference to issue #23121. | Alexander Regueiro | -1/+1 |
| 2018-12-07 | Fixed more imports and variable names. | Alexander Regueiro | -5/+4 |
| 2018-12-07 | Re-added accidentally-removed imports. | Alexander Regueiro | -2/+6 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2317/+2341 |
| 2018-12-07 | Auto merge of #56258 - euclio:fs-read-write, r=euclio | bors | -235/+137 |
| 2018-12-07 | codegen: Fix va_list - aaarch64 iOS/Windows | Dan Robertson | -10/+28 |
| 2018-12-07 | Encode `TraitAlias` as if they were `Trait` | Esteban Küber | -2/+9 |
| 2018-12-07 | Update the book to fix some edition-related bugs | Carol (Nichols || Goulding) | -0/+0 |
| 2018-12-07 | Fix broken doc test | Corey Farwell | -1/+1 |
| 2018-12-07 | Auto merge of #56502 - Zoxc:hir-func, r=eddyb | bors | -1210/+1220 |