| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-15 | Rollup merge of #56682 - alexcrichton:update-stdsimd, r=nikomatsakis | Pietro Albini | -0/+0 |
| 2018-12-15 | Rollup merge of #56679 - euclio:external-doc-parse, r=estebank | Pietro Albini | -18/+119 |
| 2018-12-15 | Rollup merge of #56677 - aelred:must-use-on-traits, r=estebank | Pietro Albini | -0/+52 |
| 2018-12-15 | Improve CSS rule | Guillaume Gomez | -1/+1 |
| 2018-12-15 | Auto merge of #56840 - pietroalbini:rollup, r=pietroalbini | bors | -90/+413 |
| 2018-12-15 | Add unstable VecDeque::rotate_{left|right} | Scott McMurray | -0/+102 |
| 2018-12-15 | compiletest: unit test parse_normalization_string | Philipp Hansch | -0/+26 |
| 2018-12-15 | compiletest: Add some compiletest::util unittests | Philipp Hansch | -0/+28 |
| 2018-12-15 | Bootstrap: Add testsuite for compiletest tool | Philipp Hansch | -0/+40 |
| 2018-12-15 | Rollup merge of #56809 - dbrgn:permissions-ext, r=alexcrichton | Pietro Albini | -1/+2 |
| 2018-12-15 | Rollup merge of #56808 - jrvidal:broken-links, r=kennytm | Pietro Albini | -3/+3 |
| 2018-12-15 | Rollup merge of #56792 - phansch:add_compiletest_testsuite, r=alexcrichton | Pietro Albini | -0/+40 |
| 2018-12-15 | Rollup merge of #56769 - dvdhrm:uefi-target, r=alexcrichton | Pietro Albini | -0/+135 |
| 2018-12-15 | Rollup merge of #56760 - estebank:dedup-bounds, r=oli-obk | Pietro Albini | -5/+30 |
| 2018-12-15 | Rollup merge of #56758 - Manishearth:emoji-status-toolstate, r=kennytm | Pietro Albini | -7/+25 |
| 2018-12-15 | Rollup merge of #56755 - estebank:impl-trait-lt-sugg, r=cramertj | Pietro Albini | -11/+75 |
| 2018-12-15 | Rollup merge of #56751 - mbrubeck:hash, r=dtolnay | Pietro Albini | -1/+1 |
| 2018-12-15 | Rollup merge of #56747 - ljedrz:remove_box_from_target, r=zackmdavis | Pietro Albini | -3/+3 |
| 2018-12-15 | Rollup merge of #56746 - pnkfelix:issue-56537-add-test-of-closure-using-regio... | Pietro Albini | -0/+74 |
| 2018-12-15 | Rollup merge of #56738 - turboladen:fix-private_no_mangle_fns-message, r=zack... | Pietro Albini | -4/+4 |
| 2018-12-15 | Rollup merge of #56731 - GuillaumeGomez:ffi-doc-urls, r=Centril | Pietro Albini | -13/+15 |
| 2018-12-15 | Rollup merge of #56725 - piersfinlayson:master, r=alexcrichton | Pietro Albini | -2/+2 |
| 2018-12-15 | Rollup merge of #56718 - RalfJung:use-libbacktrace-printing, r=alexcrichton | Pietro Albini | -40/+4 |
| 2018-12-15 | Auto merge of #56584 - davidtwco:issue-53990, r=nikomatsakis | bors | -6/+25 |
| 2018-12-15 | Auto merge of #56005 - GuillaumeGomez:speedup-doc-render, r=QuietMisdreavus | bors | -612/+688 |
| 2018-12-15 | Auto merge of #56540 - oli-obk:less_const_hackery, r=varkor | bors | -89/+318 |
| 2018-12-14 | Call poly_project_and_unify_type on types that contain inference types | Aaron Hill | -2/+36 |
| 2018-12-15 | Auto merge of #56825 - alexcrichton:demangle-mem, r=nikomatsakis | bors | -1/+6 |
| 2018-12-15 | Improve `match` MIR generation for ranges | Shotaro Yamada | -5/+207 |
| 2018-12-15 | address review comments | Ariel Ben-Yehuda | -7/+5 |
| 2018-12-14 | std: Use `rustc_demangle` from crates.io | Alex Crichton | -228/+14 |
| 2018-12-15 | Provide -isysroot with sdkroot for ios builds | Simonas Kazlauskas | -0/+2 |
| 2018-12-15 | Cleanups | Shotaro Yamada | -28/+23 |
| 2018-12-15 | fix Rc -> Lrc | Ariel Ben-Yehuda | -2/+1 |
| 2018-12-15 | move overflow error reporting out of the query | Ariel Ben-Yehuda | -29/+73 |
| 2018-12-15 | make autoderef steps a query | Ariel Ben-Yehuda | -48/+110 |
| 2018-12-15 | implement "isolated" autoderef using the Canonical mechanism | Ariel Ben-Yehuda | -110/+239 |
| 2018-12-14 | Add documentation about panicking Add<Duration> impls | Linus Färnstrand | -0/+12 |