| Age | Commit message (Expand) | Author | Lines |
| 2019-11-19 | Use a `SmallVec` for `Candidate::match_pairs`. | Nicholas Nethercote | -4/+6 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -1650/+296 |
| 2019-11-17 | Auto merge of #66384 - cjgillot:typefoldable, r=Zoxc | bors | -758/+142 |
| 2019-11-17 | Auto merge of #66488 - RalfJung:miri, r=RalfJung | bors | -7/+9 |
| 2019-11-17 | update Miri | Ralf Jung | -7/+9 |
| 2019-11-17 | Auto merge of #66336 - ehuss:update-cargo-books, r=Mark-Simulacrum | bors | -0/+0 |
| 2019-11-17 | Rollup merge of #66477 - ALSchwalm:clarify-transmute-copy, r=Centril | Yuki Okushi | -5/+5 |
| 2019-11-17 | Rollup merge of #66471 - Alexendoo:test-issue-63116, r=Centril | Yuki Okushi | -0/+27 |
| 2019-11-17 | Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkov | Yuki Okushi | -21/+21 |
| 2019-11-17 | Rollup merge of #66466 - RalfJung:seh, r=oli-obk | Yuki Okushi | -6/+20 |
| 2019-11-17 | Rollup merge of #66465 - mulimoen:fix_lifetime_elision_not_shown, r=rkruppe | Yuki Okushi | -1/+1 |
| 2019-11-17 | Rollup merge of #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -52/+39 |
| 2019-11-17 | Rollup merge of #66395 - jplatte:centralize-panic-docs, r=Dylan-DPC | Yuki Okushi | -50/+49 |
| 2019-11-17 | Rollup merge of #66381 - Centril:66340, r=petrochenkov | Yuki Okushi | -1/+23 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -143/+12 |
| 2019-11-17 | Rollup merge of #66271 - petrochenkov:abism, r=Centril | Yuki Okushi | -177/+271 |
| 2019-11-17 | Rollup merge of #65739 - mqudsi:vec_split_off_docs, r=dtolnay | Yuki Okushi | -4/+3 |
| 2019-11-16 | Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obk | bors | -3/+33 |
| 2019-11-16 | Add test for issue 63116 | Alex Macleod | -0/+27 |
| 2019-11-17 | Add some more tests | Vadim Petrochenkov | -1/+45 |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -13/+11 |
| 2019-11-16 | Clarify transmute_copy documentation example | Adam Schwalm | -5/+5 |
| 2019-11-16 | Revise the text of `vec::split_off()` per review in #65739 | Mahmoud Al-Qudsi | -4/+3 |
| 2019-11-16 | Improve documentation of `Vec::split_off(...)` | Mahmoud Al-Qudsi | -4/+4 |
| 2019-11-16 | Auto merge of #64694 - petrochenkov:reshelp, r=matthewjasper | bors | -57/+195 |
| 2019-11-16 | parse: Use string literal parsing in the `asm` macro | Vadim Petrochenkov | -59/+56 |
| 2019-11-16 | parse: Support parsing optional literals | Vadim Petrochenkov | -21/+27 |
| 2019-11-16 | ast: Keep string literals in ABIs precisely | Vadim Petrochenkov | -30/+49 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -88/+118 |
| 2019-11-16 | Only run tests on x86_64 | Wesley Wiser | -1/+3 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -143/+12 |
| 2019-11-16 | Add some more tests | Vadim Petrochenkov | -13/+78 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -41/+49 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -13/+78 |
| 2019-11-16 | resolve: `Scope::DeriveHelpers` -> `Scope::DeriveHelpersCompat` | Vadim Petrochenkov | -6/+6 |
| 2019-11-16 | Auto merge of #66333 - mark-i-m:fix-rustc-guide-1, r=ehuss | bors | -0/+0 |
| 2019-11-16 | Use "field is never read" instead of "field is never used" | cosine | -21/+21 |
| 2019-11-16 | avoid linking errors | Ralf Jung | -6/+1 |
| 2019-11-16 | miri panic_unwind: fix hack for SEH platforms | Ralf Jung | -6/+25 |
| 2019-11-16 | add missing 'static lifetime in docs | Magnus Ulimoen | -1/+1 |
| 2019-11-16 | Auto merge of #66255 - ehuss:update-cc, r=alexcrichton | bors | -5/+9 |
| 2019-11-16 | Auto merge of #66453 - Centril:rollup-w1ohzxs, r=Centril | bors | -198/+192 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -52/+39 |
| 2019-11-15 | Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkor | bors | -347/+255 |
| 2019-11-15 | Respond to review feedback | Wesley Wiser | -0/+4 |
| 2019-11-15 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -0/+10 |
| 2019-11-15 | Fix spurious CI filures due to OOM | Wesley Wiser | -3/+17 |
| 2019-11-15 | Remove newtype for qualifs in `rustc_metadata` | Dylan MacKenzie | -17/+12 |
| 2019-11-15 | Fix nits from review | Dylan MacKenzie | -19/+23 |
| 2019-11-15 | Use `mir::QualifSet` to store qualifs | Dylan MacKenzie | -22/+23 |