| Age | Commit message (Expand) | Author | Lines |
| 2020-02-15 | Rollup merge of #68475 - Aaron1011:fix/forest-caching, r=nikomatsakis | Yuki Okushi | -3/+6 |
| 2020-02-14 | Simplify function signature in opaque_types | Matthew Jasper | -8/+4 |
| 2020-02-14 | Give some more queries descriptions | Matthew Jasper | -1/+6 |
| 2020-02-14 | Distinguish RPIT from other impl trait | Matthew Jasper | -0/+1 |
| 2020-02-14 | Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxc | bors | -123/+21 |
| 2020-02-13 | Add `Place` getter to `Operand` | Dylan MacKenzie | -0/+9 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -159/+312 |
| 2020-02-13 | Rollup merge of #69108 - cjgillot:trait_candidate, r=Zoxc | Dylan DPC | -2/+5 |
| 2020-02-13 | Don't instantiate so many copies of `drop_in_place` | Matthew Jasper | -4/+21 |
| 2020-02-13 | Move resolve_instance to rustc_ty. | Camille GILLOT | -123/+21 |
| 2020-02-13 | Make TraitCandidate generic. | Camille GILLOT | -21/+6 |
| 2020-02-13 | Use HirId in TraitCandidate. | Camille GILLOT | -2/+20 |
| 2020-02-13 | Auto merge of #68969 - RalfJung:dont-panic, r=oli-obk | bors | -122/+115 |
| 2020-02-13 | rename PanicInfo -> AssertKind | Ralf Jung | -10/+10 |
| 2020-02-13 | improve comments: | Ralf Jung | -0/+1 |
| 2020-02-13 | small cleanup in ConstEvalErr::struct_generic | Ralf Jung | -31/+40 |
| 2020-02-13 | move PanicInfo to mir module | Ralf Jung | -63/+59 |
| 2020-02-13 | remove PanicInfo::Panic variant that MIR does not use or need | Ralf Jung | -12/+5 |
| 2020-02-13 | remove Panic variant from InterpError | Ralf Jung | -21/+15 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -13/+13 |
| 2020-02-13 | Rollup merge of #69082 - estebank:boxfuture-box-pin, r=tmandry | Dylan DPC | -4/+11 |
| 2020-02-12 | Add trait `Self` filtering to `rustc_on_unimplemented` | Esteban Küber | -0/+10 |
| 2020-02-12 | When expecting `BoxFuture` and using `async {}`, suggest `Box::pin` | Esteban Küber | -4/+1 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -159/+118 |
| 2020-02-12 | Address comments | John Kåre Alsaker | -24/+21 |
| 2020-02-12 | Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC | Dylan DPC | -2/+0 |
| 2020-02-12 | Drop the lock guard | John Kåre Alsaker | -3/+3 |
| 2020-02-12 | Use a counter instead of pointers to the stack | John Kåre Alsaker | -74/+106 |
| 2020-02-12 | Rollup merge of #69077 - jumbatm:fix-comment, r=Dylan-DPC | Yuki Okushi | -4/+3 |
| 2020-02-12 | Rollup merge of #68554 - cjgillot:lang_items, r=Zoxc | Yuki Okushi | -737/+40 |
| 2020-02-12 | Construct query job latches on-demand | John Kåre Alsaker | -151/+275 |
| 2020-02-12 | remove some unused objects | ljedrz | -2/+0 |
| 2020-02-12 | Fix outdated doc comment. | jumbatm | -4/+3 |
| 2020-02-11 | Review comments. | Camille GILLOT | -6/+6 |
| 2020-02-11 | Merge rustc::middle::*lang_items. | Camille GILLOT | -33/+24 |
| 2020-02-11 | Move it all into rustc_hir. | Camille GILLOT | -6/+3 |
| 2020-02-11 | Move weak_lang_items checking to librustc_passes. | Camille GILLOT | -0/+32 |
| 2020-02-11 | Move weak_lang_items.rs to librustc_passes. | Camille GILLOT | -130/+0 |
| 2020-02-11 | Move weak lang items to librustc_lang_items. | Camille GILLOT | -68/+31 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -172/+1 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -281/+64 |
| 2020-02-11 | Move hir::check_attr::Target to librustc_lang_items. | Camille GILLOT | -127/+2 |
| 2020-02-11 | Move macro enum_from_u32 to rustc_data_structures. | Camille GILLOT | -37/+0 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -8/+25 |
| 2020-02-11 | Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPC | bors | -41/+48 |
| 2020-02-11 | Rollup merge of #69044 - jonas-schievink:dont-run-coherence-twice, r=davidtwco | Dylan DPC | -30/+43 |
| 2020-02-11 | Rollup merge of #69022 - ljedrz:traits_tweak_vecs, r=petrochenkov | Dylan DPC | -4/+5 |
| 2020-02-11 | Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPC | Dylan DPC | -7/+0 |
| 2020-02-11 | Run RustFmt | jumbatm | -23/+31 |
| 2020-02-11 | Box `decorate` to avoid code bloat. | jumbatm | -107/+119 |