| Age | Commit message (Expand) | Author | Lines |
| 2023-05-04 | Rollup merge of #110791 - compiler-errors:negative-bounds, r=oli-obk | Dylan DPC | -0/+3 |
| 2023-05-03 | rustc_middle: Fix `opt_item_ident` for non-local def ids | Vadim Petrochenkov | -4/+3 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -4/+4 |
| 2023-05-02 | Implement negative bounds | Michael Goulet | -0/+3 |
| 2023-05-02 | correctly recurse when expanding anon consts | Boxy | -1/+2 |
| 2023-05-02 | Avoid ICEing miri on layout query cycles | Oli Scherer | -0/+5 |
| 2023-05-02 | resolve: One more attempt to simplify `module_children` | Vadim Petrochenkov | -17/+7 |
| 2023-04-30 | Use dynamic dispatch for queries | John Kåre Alsaker | -29/+38 |
| 2023-04-29 | Auto merge of #109611 - Zoxc:query-engine-rem, r=cjgillot | bors | -78/+143 |
| 2023-04-28 | Rollup merge of #110927 - nnethercote:Encoder-Decoder-cleanups, r=scottmcm | Matthias Krüger | -1/+1 |
| 2023-04-28 | Remove some unnecessary derives. | Nicholas Nethercote | -1/+1 |
| 2023-04-27 | Rollup merge of #110838 - nnethercote:more-Folder-Visitable-cleanups, r=lcnr | Matthias Krüger | -23/+3 |
| 2023-04-27 | Explicitly reject negative and reservation drop impls | Michael Goulet | -5/+5 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -5/+5 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -6/+6 |
| 2023-04-26 | Rollup merge of #110835 - nnethercote:strict-region-folders-2, r=compiler-errors | Matthias Krüger | -1/+7 |
| 2023-04-26 | Don't return a `Binder` from `TraitRef::identity` | Maybe Waffle | -6/+2 |
| 2023-04-26 | Add new `ToPredicate` impls and `TraitRef` methods to remove some `ty::Binber... | Maybe Waffle | -0/+30 |
| 2023-04-26 | Switch `ty::TraitRef::from_lang_item` from using `TyCtxtAt` to `TyCtxt` and a... | Maybe Waffle | -4/+4 |
| 2023-04-26 | Add query accessor functions | John Kåre Alsaker | -32/+55 |
| 2023-04-26 | Remove QueryEngine trait | John Kåre Alsaker | -53/+95 |
| 2023-04-26 | Remove unused `TypeFoldable`/`TypeVisitable` impls. | Nicholas Nethercote | -23/+3 |
| 2023-04-26 | Auto merge of #110634 - saethlin:pointy-decoder, r=cjgillot | bors | -0/+10 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -1/+7 |
| 2023-04-25 | Auto merge of #110811 - compiler-errors:vars-are-question-mark, r=WaffleLapkin | bors | -2/+2 |
| 2023-04-25 | Fix lifetime suggestion for type aliases with objects in them | Michael Goulet | -3/+5 |
| 2023-04-25 | vars are ? | Michael Goulet | -2/+2 |
| 2023-04-25 | Rollup merge of #110671 - compiler-errors:polarity, r=lcnr | Matthias Krüger | -0/+5 |
| 2023-04-25 | Rollup merge of #110615 - WaffleLapkin:impl_tag, r=cjgillot | Matthias Krüger | -23/+6 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -9/+14 |
| 2023-04-25 | Rename `TraitRef::{_use_mk_trait_ref_instead => _use_trait_ref_new_instead}` | Maybe Waffle | -3/+3 |
| 2023-04-25 | Remove `tcx.mk_trait_ref` | Maybe Waffle | -18/+0 |
| 2023-04-25 | Replace `tcx.mk_trait_ref` with `ty::TraitRef::new` | Maybe Waffle | -11/+19 |
| 2023-04-25 | Move `TraitRef` constructors to the top | Maybe Waffle | -14/+14 |
| 2023-04-25 | Add `ty::TraitRef::{new, from_lang_item}` | Maybe Waffle | -1/+20 |
| 2023-04-24 | Consider polarity in new solver | Michael Goulet | -0/+5 |
| 2023-04-24 | Switch `impl_tag!` from explicit tags to `${index()}` | Maybe Waffle | -4/+4 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -10/+10 |
| 2023-04-24 | Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-... | Matthias Krüger | -59/+40 |
| 2023-04-23 | Rewrite MemDecoder around pointers not a slice | Ben Kimock | -0/+10 |
| 2023-04-23 | Auto merge of #108118 - oli-obk:lazy_typeck, r=cjgillot | bors | -6/+20 |
| 2023-04-22 | Auto merge of #110666 - JohnTitor:rollup-3pwilte, r=JohnTitor | bors | -30/+16 |
| 2023-04-22 | Rollup merge of #110660 - compiler-errors:placeholders-pretty, r=wesleywiser,... | Yuki Okushi | -1/+15 |
| 2023-04-22 | Rollup merge of #110622 - WaffleLapkin:hashtag#, r=compiler-errors | Yuki Okushi | -29/+1 |
| 2023-04-22 | Print ty placeholders pretty | Michael Goulet | -1/+15 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -0/+34 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -6/+20 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -1/+1 |
| 2023-04-21 | intern offsetof fields | DrMeepster | -0/+22 |
| 2023-04-21 | offset_of | DrMeepster | -0/+12 |