| Age | Commit message (Expand) | Author | Lines |
| 2020-02-15 | Add fast path for is_freeze | Matthew Jasper | -2/+38 |
| 2020-02-15 | Change `const_field` and `const_caller_location` to return `ConstValue` inste... | Ben Lewis | -1/+1 |
| 2020-02-15 | Change const eval to return `ConstValue`, instead of `Const` as the type insi... | Ben Lewis | -4/+6 |
| 2020-02-14 | Add fast path to eq_opaque_type_and_type | Matthew Jasper | -3/+9 |
| 2020-02-14 | Erase regions in opaque types in typeck | Matthew Jasper | -4/+14 |
| 2020-02-14 | Auto merge of #69100 - cjgillot:resolve_instance, r=Zoxc | bors | -123/+21 |
| 2020-02-14 | Auto merge of #68693 - Zoxc:query-no-arc, r=michaelwoerister | bors | -159/+312 |
| 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 | -1/+20 |
| 2020-02-13 | Constness -> enum Const { Yes(Span), No } | Mazdak Farrokhzad | -6/+7 |
| 2020-02-12 | Auto merge of #68679 - matthewjasper:needs-type-op, r=varkor | bors | -18/+107 |
| 2020-02-12 | Address comments | John Kåre Alsaker | -24/+21 |
| 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 #68554 - cjgillot:lang_items, r=Zoxc | Yuki Okushi | -6/+2 |
| 2020-02-12 | Construct query job latches on-demand | John Kåre Alsaker | -151/+275 |
| 2020-02-11 | Review comments. | Camille GILLOT | -2/+2 |
| 2020-02-11 | Move get_lang_items query in librustc_passes. | Camille GILLOT | -4/+0 |
| 2020-02-11 | Move lang_items definitions to librustc_lang_items. | Camille GILLOT | -2/+2 |
| 2020-02-11 | Auto merge of #68491 - pnkfelix:hide-niches-under-unsafe-cell, r=oli | bors | -8/+25 |
| 2020-02-11 | Run RustFmt | jumbatm | -2/+2 |
| 2020-02-11 | Invert control in struct_lint_level. | jumbatm | -17/+7 |
| 2020-02-11 | Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC | bors | -2/+3 |
| 2020-02-10 | Add `#[repr(no_niche)]`. | Felix S. Klock II | -8/+25 |
| 2020-02-10 | Rollup merge of #68932 - michaelwoerister:self-profile-generic-activity-args,... | Dylan DPC | -2/+4 |
| 2020-02-10 | self-profile: Support arguments for generic_activities. | Michael Woerister | -2/+4 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -2/+3 |
| 2020-02-09 | Rollup merge of #68911 - jonas-schievink:inherent-overlap, r=petrochenkov | Jonas Schievink | -23/+7 |
| 2020-02-09 | cache adt_drop_tys | Matthew Jasper | -1/+1 |
| 2020-02-09 | Apply suggestions from code review | matthewjasper | -3/+3 |
| 2020-02-08 | Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddyb | bors | -0/+1 |
| 2020-02-08 | Make `provided_trait_methods` use `impl Iterator` | Jonas Schievink | -2/+1 |
| 2020-02-08 | Make `associated_items` query return a slice | Jonas Schievink | -22/+7 |
| 2020-02-07 | Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasper | bors | -46/+147 |
| 2020-02-07 | Rollup merge of #68889 - Zoxc:hir-krate, r=eddyb | Dylan DPC | -9/+4 |
| 2020-02-06 | Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=Zoxc | Dylan DPC | -13/+37 |
| 2020-02-06 | apply various formatting nits | Niko Matsakis | -6/+6 |
| 2020-02-06 | index ReEmpty by universe | Niko Matsakis | -20/+84 |
| 2020-02-06 | integrate the `sub_free_regions` code so we have only one copy of it | Niko Matsakis | -26/+63 |
| 2020-02-06 | Rollup merge of #68837 - jonas-schievink:assoc-item-lookup-2, r=estebank | Dylan DPC | -21/+10 |
| 2020-02-06 | Comment tweaks | John Kåre Alsaker | -0/+1 |
| 2020-02-06 | Remove the `Forest` type | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Move the `krate` method to Hir and remove the Krate dep node | John Kåre Alsaker | -1/+0 |
| 2020-02-06 | Add a `hir_krate` query | John Kåre Alsaker | -1/+1 |
| 2020-02-06 | Add a Hir wrapper type | John Kåre Alsaker | -6/+1 |
| 2020-02-05 | Move ExpectedFound::new to ty::error. | Camille GILLOT | -0/+10 |
| 2020-02-05 | Auto merge of #68831 - Dylan-DPC:rollup-j6x15y9, r=Dylan-DPC | bors | -2/+1 |
| 2020-02-05 | Make associated item lookup a query | Jonas Schievink | -21/+10 |