| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-12-14 | Auto merge of #56568 - notriddle:master, r=alexcrichton | bors | -54/+210 |
| 2018-12-14 | format: minor stylistic improvements | ljedrz | -12/+6 |
| 2018-12-14 | Always run rustc in a thread | Oliver Scherer | -61/+5 |
| 2018-12-14 | format: refactor verify_arg_type | ljedrz | -22/+16 |
| 2018-12-14 | fix issue 54153 by ignoring issue-18804 test on windows/mac. | Felix S. Klock II | -0/+5 |
| 2018-12-14 | format: refactor report_invalid_references | ljedrz | -25/+21 |
| 2018-12-14 | Fix docs path to PermissionsExt | Danilo Bargen | -1/+2 |
| 2018-12-14 | format: inline one-liners related to parse_expr | ljedrz | -0/+3 |
| 2018-12-14 | format: remove unreachable condition | ljedrz | -22/+9 |
| 2018-12-14 | Fixes broken links | Roberto Vidal | -3/+3 |
| 2018-12-14 | Auto merge of #56490 - faern:add-checked-add-to-instant, r=alexcrichton | bors | -166/+150 |
| 2018-12-14 | Auto merge of #56536 - alexcrichton:update-master, r=Mark-Simulacrum | bors | -62/+46 |
| 2018-12-14 | Auto merge of #56778 - Xanewok:update-clippy, r=kennytm | bors | -14/+16 |
| 2018-12-13 | debug logging, added conditional error message, tests updated | Kevyn Grasso | -4/+24 |
| 2018-12-14 | Auto merge of #56351 - davidtwco:issue-55396-stabilize-linker-flavor, r=nagisa | bors | -98/+12 |
| 2018-12-13 | Update panic message to be clearer about env-vars | Daniel Silverstone | -5/+7 |
| 2018-12-13 | rustc: Add an unstable `simd_select_bitmask` intrinsic | Alex Crichton | -5/+97 |
| 2018-12-13 | Change bounds on `TryFrom` blanket impl to use `Into` instead of `From` | Ozaren | -2/+2 |
| 2018-12-13 | Auto merge of #56142 - jnqnfe:osstr_lossy_example, r=alexcrichton | bors | -8/+33 |
| 2018-12-13 | Split on words instead | Guillaume Gomez | -7/+27 |
| 2018-12-13 | Make determining the discriminant a normal Shallow read | Matthew Jasper | -24/+73 |
| 2018-12-13 | add `crates` to the final doctest | QuietMisdreavus | -0/+3 |
| 2018-12-13 | Wording changes | Esteban Küber | -5/+5 |