| Age | Commit message (Expand) | Author | Lines |
| 2018-11-13 | Bypass ppaux for `Outlives` predicates | scalexm | -18/+48 |
| 2018-11-13 | Provide program clauses for builtin types | scalexm | -229/+512 |
| 2018-11-13 | Adjust documentation | scalexm | -3/+8 |
| 2018-11-13 | Pretty print quantified goals and clauses | scalexm | -79/+198 |
| 2018-11-13 | Replace type params with bound vars in `rustc_traits::lowering` | scalexm | -61/+143 |
| 2018-11-13 | Rollup merge of #55722 - RalfJung:impl-stable-hash, r=varkor | kennytm | -377/+192 |
| 2018-11-13 | Rollup merge of #55136 - GuillaumeGomez:short-doc, r=QuietMisdreavus | kennytm | -35/+78 |
| 2018-11-13 | Rollup merge of #55908 - KWierso:patch-1, r=wesleywiser | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55905 - nnethercote:short_name-to-literal_name, r=Mark-Simul... | kennytm | -8/+8 |
| 2018-11-13 | Rollup merge of #55896 - rust-lang:opt-fuse, r=shepmaster | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55889 - RalfJung:global-alloc, r=alexcrichton | kennytm | -0/+9 |
| 2018-11-13 | Rollup merge of #55888 - RalfJung:alloc-extra, r=oli-obk | kennytm | -12/+13 |
| 2018-11-13 | Rollup merge of #55882 - hugwijst:rc_return_crate_inherent_impls, r=Mark-Simu... | kennytm | -3/+4 |
| 2018-11-13 | Rollup merge of #55879 - Xanewok:dont-panic-with-globs, r=nrc | kennytm | -15/+19 |
| 2018-11-13 | Rollup merge of #55874 - denisvasilik:docs, r=alexcrichton | kennytm | -0/+41 |
| 2018-11-13 | Rollup merge of #55870 - waywardmonkeys:typo-fixes, r=wesleywiser | kennytm | -22/+22 |
| 2018-11-13 | Rollup merge of #55863 - dwijnand:patch-1, r=bluss | kennytm | -1/+1 |
| 2018-11-13 | Rollup merge of #55858 - GuillaumeGomez:fixes-rustdoc-codeblocks, r=QuietMisd... | kennytm | -4/+9 |
| 2018-11-13 | Rollup merge of #55843 - Axary:master, r=sfackler | kennytm | -1/+17 |
| 2018-11-13 | Rollup merge of #55840 - dlrobertson:fix_stage0_download, r=alexcrichton | kennytm | -2/+2 |
| 2018-11-13 | Rollup merge of #55837 - Centril:spökdata-skall-vara-strukturellt-matchbar, ... | kennytm | -0/+55 |
| 2018-11-13 | Rollup merge of #55805 - nnethercote:mv-static_assert, r=Mark-Simulacrum | kennytm | -20/+40 |
| 2018-11-13 | Rollup merge of #55804 - QuietMisdreavus:eager-crate-inline, r=pnkfelix | kennytm | -1/+81 |
| 2018-11-13 | Rollup merge of #55754 - spastorino:fix-process-output-docs, r=alexcrichton | kennytm | -3/+6 |
| 2018-11-13 | Rollup merge of #55711 - kngwyu:btreemap-rangemut-doc, r=Mark-Simulacrum | kennytm | -3/+4 |
| 2018-11-13 | Auto merge of #55589 - oli-obk:min_length_💣, r=pnkfelix | bors | -189/+308 |
| 2018-11-12 | Fix their/there grammar nit | KWierso | -1/+1 |
| 2018-11-13 | Auto merge of #55052 - newpavlov:patch-2, r=alexcrichton | bors | -1/+1 |
| 2018-11-13 | Move two `static_assert!`s to better spots. | Nicholas Nethercote | -6/+9 |
| 2018-11-13 | Add a static assertion about the size of `ast::Expr`. | Nicholas Nethercote | -0/+5 |
| 2018-11-13 | Move a `static_assert!` to a better spot. | Nicholas Nethercote | -4/+4 |
| 2018-11-13 | Move `static_assert!` into librustc_data_structures. | Nicholas Nethercote | -10/+22 |
| 2018-11-12 | Auto merge of #55278 - Centril:constification-1, r=alexcrichton | bors | -85/+118 |
| 2018-11-12 | Update docs | Stjepan Glavina | -16/+3 |
| 2018-11-12 | Add forget_unsized only | Stjepan Glavina | -107/+15 |
| 2018-11-12 | Deduplicate field and variant visitor methods | Oliver Scherer | -25/+22 |
| 2018-11-12 | miri-engine value visitor update to VariantIdx | Oliver Scherer | -10/+42 |
| 2018-11-12 | Use type safe `VariantIdx` instead of `usize` everywhere | Oliver Scherer | -104/+144 |
| 2018-11-12 | Use IndexVec instead of `usize` in librustc | Oliver Scherer | -68/+108 |
| 2018-11-12 | Shrink some internal enums | Oliver Scherer | -6/+17 |
| 2018-11-12 | Merge an assert + cast into a `try_into` call | Oliver Scherer | -2/+1 |
| 2018-11-12 | Document optimizations enabled by FusedIterator | Simon Sapin | -1/+1 |
| 2018-11-12 | Fix fallout it rustc_driver tests | Oliver Scherer | -5/+5 |
| 2018-11-12 | Typo nit | Oliver Scherer | -1/+1 |
| 2018-11-12 | Fix fulldeps test with NodeId | Oliver Scherer | -1/+1 |
| 2018-11-12 | Reintroduce the original debug formatting for NodeIds | Oliver Scherer | -0/+1 |
| 2018-11-12 | Fix rustdoc | Oliver Scherer | -6/+6 |
| 2018-11-12 | Turn `HirLocalId` into a `newtype_index` | Oliver Scherer | -42/+36 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -46/+26 |
| 2018-11-12 | remove unused import | Ralf Jung | -1/+1 |