| Age | Commit message (Expand) | Author | Lines |
| 2020-02-13 | Print flow state in debug messages for `find_dead_unwinds` | Dylan MacKenzie | -3/+9 |
| 2020-02-13 | Use more descriptive name to get `InitializationData` state | Dylan MacKenzie | -5/+5 |
| 2020-02-13 | Use `seek_before` instead of `seek_after` | Dylan MacKenzie | -7/+7 |
| 2020-02-13 | Use `ResultsCursor` for `elaborate_drops` | Dylan MacKenzie | -81/+33 |
| 2020-02-12 | Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelix | bors | -516/+788 |
| 2020-02-12 | Auto merge of #69088 - JohnTitor:rollup-x7bk7h7, r=JohnTitor | bors | -1024/+1201 |
| 2020-02-12 | Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC | Yuki Okushi | -4/+3 |
| 2020-02-12 | Rollup merge of #69070 - Bassetts:master, r=alexcrichton | Yuki Okushi | -0/+1 |
| 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 | -9/+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/+688 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -8/+57 |
| 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 | -11/+22 |
| 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 | -94/+20 |
| 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/+40 |
| 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 | Clarify why you shouldn't override `Analysis::into_engine` | Dylan MacKenzie | -3/+11 |
| 2020-02-11 | Use exhaustive matching | Dylan MacKenzie | -1/+10 |
| 2020-02-11 | Add note about `elaborate_drops::InitializationData` | Dylan MacKenzie | -0/+3 |
| 2020-02-11 | Skip caching block transfer functions for acyclic MIR | Dylan MacKenzie | -10/+14 |
| 2020-02-11 | Use new dataflow framework for `rustc_peek` tests | Dylan MacKenzie | -42/+30 |
| 2020-02-11 | Use new dataflow framework for drop elaboration and borrow checking | Dylan MacKenzie | -312/+166 |
| 2020-02-11 | Add self to .mailmap | Jason Liquorish | -0/+1 |
| 2020-02-11 | remove some dependencies on itertools | Andreas Jonson | -9/+1 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -375/+533 |
| 2020-02-11 | Rollup merge of #69055 - GuillaumeGomez:clean-up-e0307, r=Dylan-DPC | Dylan DPC | -3/+17 |
| 2020-02-11 | Rollup merge of #69047 - ehuss:rustfmt-vendor, r=Centril | Dylan DPC | -0/+1 |
| 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/+56 |