| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Rollup merge of #66613 - Areredify:trait-ref-print, r=eddyb | Ralf Jung | -42/+92 |
| 2019-11-29 | Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPC | Ralf Jung | -4/+28 |
| 2019-11-29 | Rollup merge of #66379 - CreepySkeleton:patch-1, r=RalfJung | Ralf Jung | -14/+24 |
| 2019-11-29 | Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obk | bors | -66/+232 |
| 2019-11-29 | Ignore wasm for panic tests | David Haig | -0/+6 |
| 2019-11-29 | Auto merge of #66697 - petrochenkov:nocstore, r=eddyb | bors | -324/+338 |
| 2019-11-29 | allow customising ty::TraitRef's printing behavior | Mikhail Babenko | -42/+92 |
| 2019-11-29 | Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelix | bors | -2/+13 |
| 2019-11-29 | Auto merge of #66590 - Aaron1011:fix/real-impl-trait-coherence, r=varkor | bors | -15/+52 |
| 2019-11-29 | Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnay | bors | -1/+62 |
| 2019-11-29 | Auto merge of #66567 - estebank:suggest-copy, r=Centril | bors | -121/+187 |
| 2019-11-28 | Auto merge of #66843 - RalfJung:miri, r=RalfJung | bors | -8/+8 |
| 2019-11-28 | review comments | Esteban Küber | -77/+81 |
| 2019-11-28 | Deduplicate type param constraint suggestion code | Esteban Küber | -154/+128 |
| 2019-11-28 | Use structured suggestion when requiring `Copy` constraint in type param | Esteban Küber | -52/+140 |
| 2019-11-28 | Apply proper commit from PR #63934 | Aaron Hill | -15/+52 |
| 2019-11-28 | rustc: Move some queries to `rustc_metadata` | Vadim Petrochenkov | -46/+24 |
| 2019-11-28 | rustc_metadata: Avoid some side effects during speculative crate resolution | Vadim Petrochenkov | -28/+5 |
| 2019-11-28 | rustc_metadata: Pass SVH by value | Vadim Petrochenkov | -11/+10 |
| 2019-11-28 | rustc_metadata: Move `has_global_allocator` from session to cstore | Vadim Petrochenkov | -28/+29 |
| 2019-11-28 | rustc_metadata: Privatize some fields and methods of `CStore` | Vadim Petrochenkov | -7/+15 |
| 2019-11-28 | rustc_metadata: Merge `cstore.rs` into `creader.rs` | Vadim Petrochenkov | -121/+103 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::root` | Vadim Petrochenkov | -16/+32 |
| 2019-11-28 | rustc_metadata: Privatize all fields of `CrateRoot` | Vadim Petrochenkov | -57/+105 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::dep_kind` | Vadim Petrochenkov | -6/+12 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::source` | Vadim Petrochenkov | -6/+10 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::extern_crate` | Vadim Petrochenkov | -31/+23 |
| 2019-11-28 | rustc_metadata: Privatize `CrateMetadata::dependencies` | Vadim Petrochenkov | -5/+13 |
| 2019-11-28 | rustc_metadata: Cleanup generation of crate dependency lists | Vadim Petrochenkov | -33/+28 |
| 2019-11-28 | update Miri | Ralf Jung | -8/+8 |
| 2019-11-28 | Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddyb | bors | -129/+48 |
| 2019-11-28 | Auto merge of #66603 - Nadrieril:fix-65413, r=varkor | bors | -43/+111 |
| 2019-11-28 | Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelix | bors | -1957/+993 |
| 2019-11-28 | Moved tests and fixed merge conflict | David Haig | -3/+3 |
| 2019-11-28 | Fail fast if generator_kind is None | David Haig | -8/+9 |
| 2019-11-28 | Block indent formatting | David Haig | -19/+22 |
| 2019-11-28 | Fixed unit test | David Haig | -1/+1 |
| 2019-11-28 | Reduced repetition by refactoring new body to constructor function | David Haig | -41/+40 |
| 2019-11-28 | Removed FIXME comment | David Haig | -2/+0 |
| 2019-11-28 | Fixed tidy errors | David Haig | -4/+10 |
| 2019-11-28 | Remove duplication using single variant for error | David Haig | -38/+22 |
| 2019-11-28 | Fixed merge issue | David Haig | -0/+10 |
| 2019-11-28 | Fixed merge issue | David Haig | -1/+1 |
| 2019-11-28 | Squash | David Haig | -33/+192 |
| 2019-11-28 | Auto merge of #66294 - davidhewitt:const_fn_memoization, r=oli-obk | bors | -132/+101 |
| 2019-11-28 | Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfackler | bors | -0/+9 |
| 2019-11-28 | Auto merge of #66829 - Manishearth:clippyup, r=Manishearth | bors | -14/+11 |
| 2019-11-27 | Update clippy | Manish Goregaokar | -14/+11 |
| 2019-11-27 | Rollup merge of #66800 - jyn514:combine-const-match-tests, r=Dylan-DPC | Tyler Mandry | -22/+11 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -37/+37 |