| Age | Commit message (Expand) | Author | Lines |
| 2022-07-15 | Revert a hack that only ever worked on level deep | Oli Scherer | -5/+1 |
| 2022-07-15 | Make destructuring a defining use | Oli Scherer | -0/+8 |
| 2022-07-15 | Allow destructuring opaque types, since the patterns constrain the opaque types | Oli Scherer | -7/+38 |
| 2022-07-15 | Some tracing helpers | Oli Scherer | -0/+3 |
| 2022-07-15 | Reuse a helper method instead of manually rolling it | Oli Scherer | -3/+1 |
| 2022-07-15 | Remove early return that would likely have caused miscompilations if it ever ... | Oli Scherer | -13/+3 |
| 2022-07-15 | Pass one argument instead of fetching two fields of it at every call site | Oli Scherer | -100/+60 |
| 2022-07-15 | Add some tracing instrumentation | Oli Scherer | -27/+29 |
| 2022-07-15 | interpret/visitor: support visiting with a PlaceTy | Ralf Jung | -48/+268 |
| 2022-07-15 | Introduce opaque type to hidden type projection | Oli Scherer | -6/+96 |
| 2022-07-15 | passes: migrate half of `check_attr` | David Wood | -445/+764 |
| 2022-07-15 | macros: support adding warnings to diags | David Wood | -22/+48 |
| 2022-07-15 | macros: support `MultiSpan` in diag derives | David Wood | -59/+88 |
| 2022-07-15 | errors: lint on `LintDiagnosticBuilder::build` | David Wood | -24/+39 |
| 2022-07-15 | errors: impl `IntoDiagnosticArg` for `char` | David Wood | -77/+33 |
| 2022-07-15 | hir typeck: `fulfillment_cx` ignore regions | lcnr | -1/+11 |
| 2022-07-15 | provide `generic_param_scope` for region errors | lcnr | -84/+83 |
| 2022-07-15 | don't require `FnCtxt` to check global asm | lcnr | -14/+29 |
| 2022-07-15 | try to avoid `FnCtxt` during wf | lcnr | -355/+414 |
| 2022-07-15 | remove unnecessary `select_obligations_where_possible` | lcnr | -12/+5 |
| 2022-07-15 | remove `impl_implied_bounds` from `FnCtxt` | lcnr | -23/+37 |
| 2022-07-15 | `QueryNormalizer` bug on ambiguity | lcnr | -2/+2 |
| 2022-07-15 | Auto merge of #99046 - nnethercote:final-derive-output-improvements, r=Mark-S... | bors | -320/+285 |
| 2022-07-15 | Auto merge of #99278 - Dylan-DPC:rollup-fcln6st, r=Dylan-DPC | bors | -149/+235 |
| 2022-07-15 | Rollup merge of #99119 - TaKO8Ki:remove-string-matching-about-methods, r=cjgi... | Dylan DPC | -49/+58 |
| 2022-07-15 | Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillot | Dylan DPC | -100/+71 |
| 2022-07-15 | Rollup merge of #88991 - libstd-switch:aarch64-nintendo-switch, r=wesleywiser | Dylan DPC | -0/+106 |
| 2022-07-15 | Auto merge of #99013 - RalfJung:dont-poison-my-places, r=oli-obk | bors | -22/+15 |
| 2022-07-15 | Auto merge of #99267 - Dylan-DPC:rollup-d8l7y1o, r=Dylan-DPC | bors | -86/+187 |
| 2022-07-15 | simplify `suggest_deref_ref_or_into` | Takayuki Maeda | -45/+47 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -32/+19 |
| 2022-07-15 | Rollup merge of #99241 - danbev:intrinsics-comment, r=fee1-dead | Dylan DPC | -2/+0 |
| 2022-07-15 | Rollup merge of #99131 - compiler-errors:label-fn, r=cjgillot | Dylan DPC | -84/+187 |
| 2022-07-15 | Auto merge of #97406 - aliemjay:verify-bounds-fix-master, r=oli-obk | bors | -53/+46 |
| 2022-07-15 | Remove some span_of_impl+unwrap | Michael Goulet | -3/+3 |
| 2022-07-15 | Move item_span from check_item_type into each function | Michael Goulet | -20/+18 |
| 2022-07-15 | remove tcx from ObligationCauseCode::span | Michael Goulet | -18/+12 |
| 2022-07-15 | Remove some more usages of guess_head_span | Michael Goulet | -20/+14 |
| 2022-07-15 | Remove some usages of guess_head_span from typeck | Michael Goulet | -17/+15 |
| 2022-07-15 | Make item spans more consistent | Michael Goulet | -7/+7 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -113/+105 |
| 2022-07-14 | Point out custom Fn-family trait impl | Michael Goulet | -53/+98 |
| 2022-07-14 | Add support for APIT and RPIT callables in label_fn_like | Michael Goulet | -40/+98 |
| 2022-07-14 | interpret/validity: improve some comments | Ralf Jung | -2/+4 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -72/+116 |
| 2022-07-14 | Auto merge of #96544 - m-ysk:feature/issue-96358, r=cjgillot | bors | -145/+296 |
| 2022-07-14 | Remove FIXME from MIR `always_storage_live_locals` | pierwill | -3/+0 |
| 2022-07-14 | Rename aarch64-nintendo-switch to aarch64-nintendo-switch-freestanding | leo60228 | -2/+2 |
| 2022-07-14 | Remove obsolete crt0 references in linker script | leo60228 | -6/+1 |
| 2022-07-14 | Remove unneeded options from Nintendo Switch target | jam1garner | -23/+13 |