| Age | Commit message (Expand) | Author | Lines |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -269/+134 |
| 2020-02-12 | Auto merge of #69088 - JohnTitor:rollup-x7bk7h7, r=JohnTitor | bors | -1022/+1198 |
| 2020-02-12 | Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC | Yuki Okushi | -4/+3 |
| 2020-02-12 | Rollup merge of #69058 - TimDiekmann:box, r=Amanieu | Yuki Okushi | -21/+28 |
| 2020-02-12 | Rollup merge of #69027 - TimDiekmann:zeroed-alloc, r=Amanieu | Yuki Okushi | -0/+137 |
| 2020-02-12 | Rollup merge of #69026 - TimDiekmann:common-usage, r=Amanieu | Yuki Okushi | -223/+9 |
| 2020-02-12 | Rollup merge of #68999 - andjo403:itertools, r=Centril | Yuki Okushi | -7/+1 |
| 2020-02-12 | Rollup merge of #68947 - chrissimpkins:python-fmt, r=alexcrichton | Yuki Okushi | -85/+114 |
| 2020-02-12 | Rollup merge of #68937 - ecstatic-morse:unchecked-intrinsics-test, r=RalfJung | Yuki Okushi | -41/+119 |
| 2020-02-12 | Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc | Yuki Okushi | -628/+687 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -8/+56 |
| 2020-02-12 | Rollup merge of #67695 - gilescope:truth, r=centril | Yuki Okushi | -5/+44 |
| 2020-02-12 | Auto merge of #68998 - lzutao:clippyup, r=Manishearth | bors | -7/+9 |
| 2020-02-12 | Auto merge of #68823 - matthiaskrgr:submodule_upd, r=ehuss | bors | -0/+1 |
| 2020-02-12 | Update clippy | Lzu Tao | -7/+9 |
| 2020-02-12 | Fix outdated doc comment. | jumbatm | -4/+3 |
| 2020-02-11 | Test failure of unchecked arithmetic intrinsics in const eval | Dylan MacKenzie | -41/+119 |
| 2020-02-11 | Review comments. | Camille GILLOT | -75/+76 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -42/+30 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -79/+19 |
| 2020-02-11 | Nits. | Camille GILLOT | -1/+1 |
| 2020-02-11 | Move weak_lang_items checking to librustc_passes. | Camille GILLOT | -33/+40 |
| 2020-02-11 | Move weak_lang_items.rs to librustc_passes. | Camille GILLOT | -0/+0 |
| 2020-02-11 | Move weak lang items to librustc_lang_items. | Camille GILLOT | -68/+80 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -172/+176 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -288/+372 |
| 2020-02-11 | Move hir::check_attr::Target to librustc_lang_items. | Camille GILLOT | -3/+25 |
| 2020-02-11 | Move macro enum_from_u32 to rustc_data_structures. | Camille GILLOT | -37/+38 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -24/+521 |
| 2020-02-11 | Keyword docs | Giles Cope | -5/+44 |
| 2020-02-11 | remove some dependencies on itertools | Andreas Jonson | -7/+1 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -375/+528 |
| 2020-02-11 | Rollup merge of #69055 - GuillaumeGomez:clean-up-e0307, r=Dylan-DPC | Dylan DPC | -3/+17 |
| 2020-02-11 | Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwco | Dylan DPC | -30/+43 |
| 2020-02-11 | Rollup merge of #69031 - Centril:dyntest, r=eddyb | Dylan DPC | -30/+30 |
| 2020-02-11 | Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkov | Dylan DPC | -4/+5 |
| 2020-02-11 | Rollup merge of #68824 - ajpaverd:cfguard-rustbuild, r=Mark-Simulacrum | Dylan DPC | -0/+52 |
| 2020-02-11 | Rollup merge of #68816 - estebank:fn-mut-closure, r=varkor | Dylan DPC | -238/+367 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -70/+14 |
| 2020-02-11 | Auto merge of #68725 - jumbatm:invert-control-in-struct_lint_level, r=Centril | bors | -1611/+1795 |
| 2020-02-11 | Preparation for allocator aware `Box` | Tim Diekmann | -21/+28 |
| 2020-02-11 | Clean up E0307 explanation | Guillaume Gomez | -3/+17 |
| 2020-02-11 | Fix stage2 test failures from call to span_lint. | jumbatm | -43/+80 |
| 2020-02-11 | Avoid allocs in a few places. | jumbatm | -13/+14 |
| 2020-02-11 | Address review nitpicks. | jumbatm | -4/+4 |
| 2020-02-11 | Move more into decorate functions. | jumbatm | -51/+58 |
| 2020-02-11 | Run RustFmt | jumbatm | -87/+100 |
| 2020-02-11 | Make cx.span_lint methods lazy | jumbatm | -114/+85 |
| 2020-02-11 | Move more work into `decorate` functions. | jumbatm | -32/+28 |
| 2020-02-11 | Run RustFmt | jumbatm | -499/+476 |