about summary refs log tree commit diff
path: root/src/librustc
AgeCommit message (Expand)AuthorLines
2020-02-15Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakisYuki Okushi-3/+6
2020-02-14Simplify function signature in opaque_typesMatthew Jasper-8/+4
2020-02-14Give some more queries descriptionsMatthew Jasper-1/+6
2020-02-14Distinguish RPIT from other impl traitMatthew Jasper-0/+1
2020-02-14Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxcbors-123/+21
2020-02-13Add `Place` getter to `Operand`Dylan MacKenzie-0/+9
2020-02-14Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoeristerbors-159/+312
2020-02-13Rollup merge of #69108 - cjgillot:trait_candidate, r=ZoxcDylan DPC-2/+5
2020-02-13Don't instantiate so many copies of `drop_in_place`Matthew Jasper-4/+21
2020-02-13Move resolve_instance to rustc_ty.Camille GILLOT-123/+21
2020-02-13Make TraitCandidate generic.Camille GILLOT-21/+6
2020-02-13Use HirId in TraitCandidate.Camille GILLOT-2/+20
2020-02-13Auto merge of #68969 - RalfJung:dont-panic, r=oli-obkbors-122/+115
2020-02-13rename PanicInfo -> AssertKindRalf Jung-10/+10
2020-02-13improve comments:Ralf Jung-0/+1
2020-02-13small cleanup in ConstEvalErr::struct_genericRalf Jung-31/+40
2020-02-13move PanicInfo to mir moduleRalf Jung-63/+59
2020-02-13remove PanicInfo::Panic variant that MIR does not use or needRalf Jung-12/+5
2020-02-13remove Panic variant from InterpErrorRalf Jung-21/+15
2020-02-13Constness -> enum Const { Yes(Span), No }Mazdak Farrokhzad-13/+13
2020-02-13Rollup merge of #69082 - estebank:boxfuture-box-pin, r=tmandryDylan DPC-4/+11
2020-02-12Add trait `Self` filtering to `rustc_on_unimplemented`Esteban Küber-0/+10
2020-02-12When expecting `BoxFuture` and using `async {}`, suggest `Box::pin`Esteban Küber-4/+1
2020-02-12Auto merge of #68679 - matthewjasper:needs-type-op, r=varkorbors-159/+118
2020-02-12Address commentsJohn Kåre Alsaker-24/+21
2020-02-12Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPCDylan DPC-2/+0
2020-02-12Drop the lock guardJohn Kåre Alsaker-3/+3
2020-02-12Use a counter instead of pointers to the stackJohn Kåre Alsaker-74/+106
2020-02-12Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPCYuki Okushi-4/+3
2020-02-12Rollup merge of #68554 - cjgillot:lang_items, r=ZoxcYuki Okushi-737/+40
2020-02-12Construct query job latches on-demandJohn Kåre Alsaker-151/+275
2020-02-12remove some unused objectsljedrz-2/+0
2020-02-12Fix outdated doc comment.jumbatm-4/+3
2020-02-11Review comments.Camille GILLOT-6/+6
2020-02-11Merge rustc::middle::*lang_items.Camille GILLOT-33/+24
2020-02-11Move it all into rustc_hir.Camille GILLOT-6/+3
2020-02-11Move weak_lang_items checking to librustc_passes.Camille GILLOT-0/+32
2020-02-11Move weak_lang_items.rs to librustc_passes.Camille GILLOT-130/+0
2020-02-11Move weak lang items to librustc_lang_items.Camille GILLOT-68/+31
2020-02-11Move get_lang_items query in librustc_passes.Camille GILLOT-172/+1
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-281/+64
2020-02-11Move hir::check_attr::Target to librustc_lang_items.Camille GILLOT-127/+2
2020-02-11Move macro enum_from_u32 to rustc_data_structures.Camille GILLOT-37/+0
2020-02-11Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=olibors-8/+25
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-41/+48
2020-02-11Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwcoDylan DPC-30/+43
2020-02-11Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkovDylan DPC-4/+5
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-7/+0
2020-02-11Run RustFmtjumbatm-23/+31
2020-02-11Box `decorate` to avoid code bloat.jumbatm-107/+119