| Age | Commit message (Expand) | Author | Lines |
| 2019-11-29 | Make libcore/unicode/tables.rs compatible with rustfmt | David Tolnay | -29/+36 |
| 2019-11-29 | Make libcore/unicode/printable.rs compatible with rustfmt | David Tolnay | -4/+11 |
| 2019-11-29 | Make dec2flt_table compatible with rustfmt | David Tolnay | -1230/+1241 |
| 2019-11-29 | Auto merge of #66879 - RalfJung:rollup-nprxpzi, r=RalfJung | bors | -379/+622 |
| 2019-11-29 | Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievink | Ralf Jung | -1/+1 |
| 2019-11-29 | Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obk | Ralf Jung | -5/+9 |
| 2019-11-29 | Rollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnay | Ralf Jung | -2/+2 |
| 2019-11-29 | Rollup merge of #66826 - mlodato517:mlodato517-clarify-pr-message-assigner, r... | Ralf Jung | -3/+3 |
| 2019-11-29 | Rollup merge of #66808 - GuillaumeGomez:cleanup-err-code-3, r=Dylan-DPC | Ralf Jung | -14/+21 |
| 2019-11-29 | Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertj | Ralf Jung | -10/+69 |
| 2019-11-29 | Rollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum | Ralf Jung | -256/+328 |
| 2019-11-29 | Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapin | Ralf Jung | -28/+45 |
| 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 | Minor documentation fix | Mikotochan | -1/+1 |
| 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 | -45/+12 |
| 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 | do not consider memory allocated by caller_location leaked | Ralf Jung | -5/+9 |
| 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 | -45/+12 |
| 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 | Clarify `{f32,f64}::EPSILON` docs | Ohad Ravid | -2/+2 |
| 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 |