| Age | Commit message (Expand) | Author | Lines |
| 2022-07-12 | arena > Rc for query results | lcnr | -6/+7 |
| 2022-07-12 | Rollup merge of #99038 - jackh726:earlybinder-cleanup, r=lcnr | Dylan DPC | -2/+2 |
| 2022-07-12 | Move abstract const to rustc_middle::ty | kadmin | -642/+16 |
| 2022-07-11 | move else block into the `Local` struct | Ding Xiang Fei | -1/+1 |
| 2022-07-11 | lower let-else in MIR instead | Ding Xiang Fei | -2/+2 |
| 2022-07-11 | Rollup merge of #99075 - danobi:dup_type_hint_sugg, r=petrochenkov | Matthias Krüger | -0/+3 |
| 2022-07-11 | cg_fulfill_obligation: expect erased regions | lcnr | -2/+0 |
| 2022-07-11 | Rollup merge of #99091 - compiler-errors:private-types-should-stay-private, r... | Dylan DPC | -2/+22 |
| 2022-07-11 | Rollup merge of #98907 - compiler-errors:plz-no-float, r=oli-obk | Dylan DPC | -2/+20 |
| 2022-07-11 | Use Visibility::is_accessible_from to make suggestion more specific | Michael Goulet | -5/+7 |
| 2022-07-11 | Do not mention private Self types from other crates | Michael Goulet | -2/+20 |
| 2022-07-11 | Deny floats even when adt_const_params is enabled | Michael Goulet | -2/+20 |
| 2022-07-11 | Rollup merge of #99095 - rhysd:issue-99092, r=compiler-errors | Matthias Krüger | -12/+12 |
| 2022-07-10 | Don't pass InferCtxt to WfPredicates | Jack Huey | -23/+29 |
| 2022-07-10 | Don't try to resolve inference variables in WF computation, just register | Jack Huey | -35/+17 |
| 2022-07-10 | Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-07-10 | Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi... | rhysd | -12/+12 |
| 2022-07-10 | avoid some `&str` to `String` conversions | Takayuki Maeda | -1/+1 |
| 2022-07-09 | don't allow ZST in ScalarInt | Ralf Jung | -0/+4 |
| 2022-07-08 | Fix duplicated type annotation suggestion | Daniel Xu | -0/+3 |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -6/+6 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -0/+5 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -13/+71 |
| 2022-07-08 | Rollup merge of #98654 - nnethercote:pest-2.1.3-opt, r=pnkfelix | Dylan DPC | -17/+10 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -13/+71 |
| 2022-07-07 | Use map_bound | Jack Huey | -2/+2 |
| 2022-07-07 | Move code from rustc_trait_selection/opaque_types to better places | Jack Huey | -547/+60 |
| 2022-07-07 | Track `WellFormed` obligations with an appropriate cause, instead of `MiscObl... | Esteban Küber | -6/+6 |
| 2022-07-06 | Rollup merge of #98519 - TaKO8Ki:add-head-span-field-to-item-and-impl-item, r... | Guillaume Gomez | -32/+11 |
| 2022-07-06 | use `named_span` in case of tuple variant | Takayuki Maeda | -1/+1 |
| 2022-07-06 | replace `guess_head_span` with `def_span` | Takayuki Maeda | -32/+11 |
| 2022-07-06 | Rollup merge of #98884 - davidtwco:translation-on-lints-derive, r=oli-obk | Dylan DPC | -2/+1 |
| 2022-07-06 | Auto merge of #98206 - eggyal:align-to-chalk-folding-api, r=jackh726 | bors | -21/+27 |
| 2022-07-06 | Update TypeVisitor paths | Alan Egerton | -18/+22 |
| 2022-07-05 | Relax constrained generics to TypeVisitable | Alan Egerton | -4/+6 |
| 2022-07-05 | Add #[derive(TypeVisitable)] | Alan Egerton | -2/+2 |
| 2022-07-05 | Auto merge of #98936 - matthiaskrgr:rollup-dvr0ucm, r=matthiaskrgr | bors | -4/+3 |
| 2022-07-05 | Rollup merge of #98921 - TaKO8Ki:refactor-fulfillment-context-select, r=Dylan... | Matthias Krüger | -4/+3 |
| 2022-07-05 | lint: `LintDiagnosticBuilder` into `rustc_errors` | David Wood | -2/+1 |
| 2022-07-05 | Auto merge of #98584 - lcnr:region-stuff-more-beans, r=oli-obk | bors | -112/+16 |
| 2022-07-05 | refactor: remove a redundant mutable variable | Takayuki Maeda | -4/+3 |
| 2022-07-04 | region obligations, remove `body_id` | lcnr | -1/+1 |
| 2022-07-04 | implied bounds byebye nested hir ids | lcnr | -21/+4 |
| 2022-07-04 | rip out `RegionCtxt` from hir typeck | lcnr | -67/+3 |
| 2022-07-04 | remove an unused `DefId` | lcnr | -23/+8 |
| 2022-07-04 | remove unused function argument | lcnr | -24/+3 |
| 2022-07-01 | Move Sized check before first error is created | Michael Goulet | -31/+31 |
| 2022-07-01 | Don't point at Self type if we can't find an infer variable in ambiguous trai... | Michael Goulet | -27/+36 |
| 2022-07-01 | Show source of ambiguity in a few more places | Michael Goulet | -3/+3 |
| 2022-07-01 | Only label place where type is needed if span is meaningful | Michael Goulet | -2/+12 |