| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-10-17 | rm `try_normalize_mir_const_after_erasing_regions` | lcnr | -8/+0 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -169/+10 |
| 2022-10-17 | Duplicate comment in mod.rs | Samuel Moelius | -5/+0 |
| 2022-10-16 | Auto merge of #102026 - Bryanskiy:resolve_update, r=petrochenkov | bors | -32/+104 |
| 2022-10-16 | Populate effective visibilities in 'rustc_resolve' | Bryanskiy | -32/+104 |
| 2022-10-16 | Rollup merge of #102953 - WaffleLapkin:better_docs_for_decorate_param, r=Ralf... | Matthias Krüger | -0/+43 |
| 2022-10-16 | fix typo | Ralf Jung | -1/+1 |
| 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 | -2/+14 |
| 2022-10-15 | Auto merge of #101832 - compiler-errors:dyn-star-plus, r=eholk | bors | -2/+5 |
| 2022-10-14 | Fix line numbers for MIR inlined code | Wesley Wiser | -1/+3 |
| 2022-10-14 | Get rid of `rustc_query_description!` | Nilstrieb | -2/+14 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -6/+4 |
| 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 | -6/+4 |
| 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 | -2/+5 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -5/+258 |
| 2022-10-13 | Print RPITIT verbosely if -Zverbose | Michael Goulet | -1/+3 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -0/+1 |
| 2022-10-12 | ADD - IntoDiagnostic conformance for TargetDataLayoutErrors in rustc_errors | Jhonny Bill Mena | -2/+1 |
| 2022-10-12 | link lint function with `decorate` function param to `struct_lint_level` | Maybe Waffle | -0/+10 |
| 2022-10-12 | Apply suggestions from code review | Waffle Maybe | -9/+4 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -4/+8 |
| 2022-10-12 | Improve docs for `struct_lint_level` function. | Maybe Waffle | -0/+38 |
| 2022-10-12 | Rollup merge of #102890 - camsteffen:adt-sized-representability, r=cjgillot | Dylan DPC | -27/+4 |
| 2022-10-12 | Rollup merge of #102110 - CleanCut:migrate_rustc_passes_diagnostics, r=davidtwco | Dylan DPC | -1/+20 |
| 2022-10-11 | Rollup merge of #101727 - est31:stabilize_map_first_last, r=m-ou-se | Matthias Krüger | -1/+0 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -27/+4 |
| 2022-10-10 | Fix compiler docs | Guillaume Gomez | -3/+3 |