| Age | Commit message (Expand) | Author | Lines |
| 2022-12-11 | Bump the const eval step limit | Oli Scherer | -1/+1 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -15/+10 |
| 2022-10-29 | Rollup merge of #103618 - nnethercote:rename-OwnerId-fields, r=compiler-errors | Guillaume Gomez | -20/+20 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -20/+20 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -3/+5 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -87/+86 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+3 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -14/+12 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -3/+5 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -15/+10 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -87/+86 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -3/+7 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -22/+32 |
| 2022-10-26 | Rollup merge of #103520 - petrochenkov:resout, r=cjgillot | Dylan DPC | -22/+32 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -2/+13 |
| 2022-10-26 | Auto merge of #103158 - Bryanskiy:resolve_perf, r=petrochenkov | bors | -33/+35 |
| 2022-10-25 | Auto merge of #102340 - JakobDegen:pass-manager-simplification, r=oli-obk | bors | -5/+34 |
| 2022-10-25 | Perf improvements for effective visibility calculating | Bryanskiy | -33/+35 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -22/+32 |
| 2022-10-25 | Added helper to prevent verbose printing from the `PrettyPrinter` when printi... | Sarthak Singh | -3/+7 |
| 2022-10-23 | Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillot | Michael Howell | -0/+10 |
| 2022-10-23 | Split phase change from `MirPass` | Jakob Degen | -5/+34 |
| 2022-10-23 | Add normalize hack back | Michael Goulet | -2/+13 |
| 2022-10-23 | Annotate static lifetimes too | Michael Goulet | -9/+3 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -10/+10 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -10/+10 |
| 2022-10-23 | Auto merge of #103426 - matthiaskrgr:rollup-n6dqdy8, r=matthiaskrgr | bors | -2/+24 |
| 2022-10-23 | Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillot | Matthias Krüger | -2/+24 |
| 2022-10-23 | Auto merge of #102660 - camsteffen:uninhabited-perf, r=oli-obk | bors | -301/+323 |
| 2022-10-22 | Pretty print lifetimes captured by RPIT | Michael Goulet | -0/+16 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -301/+323 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -84/+65 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -2/+24 |
| 2022-10-22 | Auto merge of #103196 - Nilstrieb:no-meta-query, r=cjgillot | bors | -11/+0 |
| 2022-10-22 | Auto merge of #103172 - pcwalton:deduced-param-attrs, r=oli-obk | bors | -1/+23 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -1/+23 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -17/+28 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -2/+75 |
| 2022-10-19 | Deny const variables as well | Michael Goulet | -4/+11 |
| 2022-10-19 | Don't call `own_existential_vtable_entries` on unresolved trait ref | Michael Goulet | -2/+2 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -12/+14 |
| 2022-10-19 | Don't hash non-fresh Ty::Infer or RegionKind::Infer | Michael Goulet | -2/+4 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -11/+0 |
| 2022-10-19 | stop folding `UnevaluatedConst` | lcnr | -77/+5 |
| 2022-10-18 | Clean up query descriptions | nils | -89/+92 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -1/+26 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -6/+34 |
| 2022-10-17 | Auto merge of #102355 - lcnr:bye-bye-type-traversal, r=oli-obk | bors | -185/+21 |
| 2022-10-17 | add inline to `TrivialTypeTraversalImpls` | lcnr | -14/+17 |