about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-12-02Add missing checkGuillaume Gomez-1/+1
2019-11-30Auto merge of #66873 - RalfJung:miri-args, r=dtolnaybors-1/+7
2019-11-29Rollup merge of #66872 - Mikotochan:patch-1, r=jonas-schievinkRalf Jung-1/+1
2019-11-29Rollup merge of #66844 - RalfJung:caller-location-leak, r=oli-obkRalf Jung-5/+9
2019-11-29Rollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnayRalf Jung-2/+2
2019-11-29Rollup merge of #66808 - GuillaumeGomez:cleanup-err-code-3, r=Dylan-DPCRalf Jung-14/+21
2019-11-29Rollup merge of #66793 - matthewjasper:record-static-refs, r=cramertjRalf Jung-10/+69
2019-11-29Rollup merge of #66791 - cjgillot:arena, r=Mark-SimulacrumRalf Jung-256/+328
2019-11-29Rollup merge of #66766 - RalfJung:panic-comments, r=SimonSapinRalf Jung-28/+45
2019-11-29Rollup merge of #66613 - Areredify:trait-ref-print, r=eddybRalf Jung-42/+92
2019-11-29Rollup merge of #66589 - TheSamsa:master, r=Dylan-DPCRalf Jung-4/+28
2019-11-29Rollup merge of #66379 - CreepySkeleton:patch-1, r=RalfJungRalf Jung-14/+24
2019-11-29really_init cmdline args on MiriRalf Jung-1/+7
2019-11-29Minor documentation fixMikotochan-1/+1
2019-11-29Auto merge of #66321 - ninjasource:async-fn-resume-after-completion, r=oli-obkbors-66/+232
2019-11-29Ignore wasm for panic testsDavid Haig-0/+6
2019-11-29Auto merge of #66697 - petrochenkov:nocstore, r=eddybbors-324/+338
2019-11-29allow customising ty::TraitRef's printing behaviorMikhail Babenko-42/+92
2019-11-29Auto merge of #66645 - RalfJung:dereferenceable, r=pnkfelixbors-2/+13
2019-11-29Auto merge of #66590 - Aaron1011:fix/real-impl-trait-coherence, r=varkorbors-15/+52
2019-11-29Auto merge of #66547 - leo60228:procfs-fallback, r=dtolnaybors-1/+62
2019-11-29Auto merge of #66567 - estebank:suggest-copy, r=Centrilbors-121/+187
2019-11-28Auto merge of #66843 - RalfJung:miri, r=RalfJungbors-8/+8
2019-11-28review commentsEsteban Küber-77/+81
2019-11-28Deduplicate type param constraint suggestion codeEsteban Küber-154/+128
2019-11-28Use structured suggestion when requiring `Copy` constraint in type paramEsteban Küber-52/+140
2019-11-28Apply proper commit from PR #63934Aaron Hill-15/+52
2019-11-28do not consider memory allocated by caller_location leakedRalf Jung-5/+9
2019-11-28rustc: Move some queries to `rustc_metadata`Vadim Petrochenkov-46/+24
2019-11-28rustc_metadata: Avoid some side effects during speculative crate resolutionVadim Petrochenkov-28/+5
2019-11-28rustc_metadata: Pass SVH by valueVadim Petrochenkov-11/+10
2019-11-28rustc_metadata: Move `has_global_allocator` from session to cstoreVadim Petrochenkov-28/+29
2019-11-28rustc_metadata: Privatize some fields and methods of `CStore`Vadim Petrochenkov-7/+15
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-121/+103
2019-11-28rustc_metadata: Privatize `CrateMetadata::root`Vadim Petrochenkov-16/+32
2019-11-28rustc_metadata: Privatize all fields of `CrateRoot`Vadim Petrochenkov-57/+105
2019-11-28rustc_metadata: Privatize `CrateMetadata::dep_kind`Vadim Petrochenkov-6/+12
2019-11-28rustc_metadata: Privatize `CrateMetadata::source`Vadim Petrochenkov-6/+10
2019-11-28rustc_metadata: Privatize `CrateMetadata::extern_crate`Vadim Petrochenkov-31/+23
2019-11-28rustc_metadata: Privatize `CrateMetadata::dependencies`Vadim Petrochenkov-5/+13
2019-11-28rustc_metadata: Cleanup generation of crate dependency listsVadim Petrochenkov-33/+28
2019-11-28update MiriRalf Jung-8/+8
2019-11-28Auto merge of #66642 - ecstatic-morse:promotion-in-const, r=eddybbors-129/+48
2019-11-28Auto merge of #66603 - Nadrieril:fix-65413, r=varkorbors-43/+111
2019-11-28Clarify `{f32,f64}::EPSILON` docsOhad Ravid-2/+2
2019-11-28Auto merge of #66246 - matthewjasper:simplify-mem-cat, r=pnkfelixbors-1957/+993
2019-11-28Moved tests and fixed merge conflictDavid Haig-3/+3
2019-11-28Fail fast if generator_kind is NoneDavid Haig-8/+9
2019-11-28Block indent formattingDavid Haig-19/+22
2019-11-28Fixed unit testDavid Haig-1/+1