| Age | Commit message (Expand) | Author | Lines |
| 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 | -5/+5 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -5/+5 |
| 2022-10-29 | Auto merge of #102698 - michaelwoerister:unord-collections, r=lncr | bors | -1/+3 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -3/+3 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -1/+3 |
| 2022-10-27 | Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) | Michael Woerister | -1/+3 |
| 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 | -3/+3 |
| 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 | -21/+31 |
| 2022-10-26 | Auto merge of #103279 - compiler-errors:normalize-hack-back, r=lcnr | bors | -2/+13 |
| 2022-10-25 | rustc_middle: Rearrange resolver outputs structures slightly | Vadim Petrochenkov | -21/+31 |
| 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 | 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 | -4/+4 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -4/+4 |
| 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 | -293/+316 |
| 2022-10-22 | Pretty print lifetimes captured by RPIT | Michael Goulet | -0/+16 |
| 2022-10-22 | Introduce InhabitedPredicate | Cameron Steffen | -293/+316 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -83/+39 |
| 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 | -1/+0 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -1/+18 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -3/+12 |
| 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 hash non-fresh Ty::Infer or RegionKind::Infer | Michael Goulet | -2/+4 |
| 2022-10-19 | Get rid of native_library projection queries | nils | -1/+0 |
| 2022-10-19 | stop folding `UnevaluatedConst` | lcnr | -77/+5 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -6/+34 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -97/+0 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+10 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -3/+16 |
| 2022-10-15 | Auto merge of #102895 - Nilstrieb:query-cleanups, r=cjgillot | bors | -1/+10 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -0/+3 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+3 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -1/+10 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -5/+3 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -2/+75 |
| 2022-10-14 | Auto merge of #102695 - compiler-errors:int-and-float-trivial-copy, r=lcnr | bors | -1/+4 |
| 2022-10-14 | float and int vars are trivially copy | Michael Goulet | -1/+4 |
| 2022-10-14 | more dupe word typos | Rageking8 | -5/+3 |
| 2022-10-14 | Auto merge of #102684 - JhonnyBillM:delete-target-data-layout-errors-wrapper,... | bors | -2/+1 |
| 2022-10-14 | Make dyn* cast into a coercion | Michael Goulet | -0/+3 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -5/+258 |