| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-14 | Use checked_add for adding time in recv_timeout | Linus Färnstrand | -6/+18 |
| 2018-12-14 | Bootstrap: Add testsuite for compiletest tool | Philipp Hansch | -0/+40 |
| 2018-12-14 | Auto merge of #56572 - kevgrasso:let_self_err_dev, r=estebank | bors | -4/+24 |
| 2018-12-14 | rustc: Add the `cmpxchg16b` target feature on x86/x86_64 | Alex Crichton | -0/+2 |
| 2018-12-14 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -5/+24 |
| 2018-12-14 | Remove dead code | Oliver Scherer | -42/+0 |
| 2018-12-14 | fix english | Ariel Ben-Yehuda | -2/+1 |
| 2018-12-14 | use tracking issue instead of original issue | Ariel Ben-Yehuda | -4/+4 |
| 2018-12-14 | fix stupid bug | Ariel Ben-Yehuda | -38/+48 |
| 2018-12-14 | add coherence future-compat warnings for marker-only trait objects | Ariel Ben-Yehuda | -56/+433 |
| 2018-12-14 | std: Activate compiler_builtins `mem` feature for no_std targets | Alex Crichton | -1/+6 |
| 2018-12-14 | add the ORDER_DEPENDENT_TRAIT_OBJECTS lint | Ariel Ben-Yehuda | -0/+13 |
| 2018-12-14 | remove the typeck::autoderef::Autoderef fcx field | Ariel Ben-Yehuda | -42/+43 |
| 2018-12-14 | process nested obligations in autoderef | Ariel Ben-Yehuda | -17/+80 |
| 2018-12-14 | simplify deprecation and stability rendering | Andy Russell | -129/+141 |
| 2018-12-14 | Auto merge of #56818 - kennytm:rollup-2, r=kennytm | bors | -100/+335 |
| 2018-12-14 | add test for parsing comments in doctest headers | QuietMisdreavus | -0/+30 |
| 2018-12-14 | include comments in doctest partition logic | QuietMisdreavus | -16/+55 |
| 2018-12-14 | Rollup merge of #56562 - pnkfelix:issue-55465-update-libc-version, r=alexcric... | kennytm | -1/+1 |
| 2018-12-14 | Rollup merge of #56789 - alexcrichton:simd_select_bitmask, r=rkruppe | kennytm | -5/+97 |
| 2018-12-14 | Rollup merge of #56756 - tromey:Bug-56730-btree-pretty-printer, r=alexcrichton | kennytm | -3/+18 |
| 2018-12-14 | Rollup merge of #56749 - alexcrichton:adx, r=gnzlbg | kennytm | -0/+1 |
| 2018-12-14 | Rollup merge of #56748 - kinnison:kinnison/fix-56734, r=dtolnay | kennytm | -5/+7 |
| 2018-12-14 | Rollup merge of #56744 - ljedrz:unbox_the_children, r=matthewjasper | kennytm | -8/+33 |
| 2018-12-14 | Rollup merge of #56709 - GuillaumeGomez:reduce-search-index, r=QuietMisdreavus | kennytm | -6/+30 |
| 2018-12-14 | Rollup merge of #56708 - oli-obk:stability_internal_const_fn, r=alexcrichton | kennytm | -26/+1 |
| 2018-12-14 | Rollup merge of #56702 - wesleywiser:calc_total_time_stats, r=michaelwoerister | kennytm | -4/+9 |
| 2018-12-14 | Rollup merge of #56699 - nnethercote:SymbolIndex, r=oli-obk | kennytm | -22/+46 |
| 2018-12-14 | Rollup merge of #56695 - varkor:let-exhaustive-range, r=estebank | kennytm | -1/+41 |
| 2018-12-14 | Rollup merge of #56658 - Xanewok:non-panicking-file-parser, r=petrochenkov | kennytm | -8/+29 |
| 2018-12-14 | Rollup merge of #56637 - ollie27:rustdoc_proc_macro_local_reexport, r=QuietMi... | kennytm | -4/+19 |
| 2018-12-14 | Rollup merge of #56609 - michaelwoerister:unconditional-target-cpu-attr, r=al... | kennytm | -7/+3 |