| Age | Commit message (Expand) | Author | Lines |
| 2022-10-20 | Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obk | Matthias Krüger | -20/+43 |
| 2022-10-20 | Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103230 - nnethercote:clarify-startup, r=jyn514 | Matthias Krüger | -45/+50 |
| 2022-10-20 | Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-10-20 | Improve "`~const` is not allowed here" message | Deadbeef | -20/+43 |
| 2022-10-20 | interpret: remove an incorrect assertion | Ralf Jung | -1/+0 |
| 2022-10-20 | Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser | bors | -4/+9 |
| 2022-10-20 | Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgr | bors | -2/+9 |
| 2022-10-20 | Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwco | bors | -18/+70 |
| 2022-10-20 | Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8Ki | Matthias Krüger | -2/+9 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -98/+97 |
| 2022-10-20 | check if impl_self is `Some` | Takayuki Maeda | -1/+1 |
| 2022-10-20 | Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillot | bors | -20/+23 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -3/+77 |
| 2022-10-19 | Erase regions before checking for default in uninitialized binding error | Michael Goulet | -2/+9 |
| 2022-10-19 | Do anonymous lifetimes remapping correctly for nested rpits | Santiago Pastorino | -16/+11 |
| 2022-10-19 | Extract orig_opt_local_def_id as a function | Santiago Pastorino | -4/+12 |
| 2022-10-19 | Rollup merge of #103239 - m-ou-se:unstable-abi-fn-impl-check, r=lcnr | Matthias Krüger | -159/+126 |
| 2022-10-19 | Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiser | Matthias Krüger | -5/+6 |
| 2022-10-19 | Deny const variables as well | Michael Goulet | -5/+12 |
| 2022-10-19 | Don't call `own_existential_vtable_entries` on unresolved trait ref | Michael Goulet | -19/+8 |
| 2022-10-19 | Make ClosureOutlivesRequirement not rely on an unresolved type | Michael Goulet | -71/+72 |
| 2022-10-19 | Don't hash non-fresh Ty::Infer or RegionKind::Infer | Michael Goulet | -7/+9 |
| 2022-10-19 | Auto merge of #103214 - Nilstrieb:set-theory, r=petrochenkov | bors | -7/+5 |
| 2022-10-19 | Add testcase for next_point, fix more trivial issues in find_width_of_charact... | yukang | -6/+58 |
| 2022-10-19 | Allow #[unstable] impl for fn() -> UnstableType. | Mara Bos | -7/+19 |
| 2022-10-19 | Use Set instead of Vec in transitive_relation | nils | -7/+5 |
| 2022-10-19 | Allow #[unstable] impls for fn() with unstable abi. | Mara Bos | -3/+8 |
| 2022-10-19 | Split is_stable from rustc_target::spec::abi::is_enabled. | Mara Bos | -159/+109 |
| 2022-10-19 | Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726 | Dylan DPC | -6/+11 |
| 2022-10-19 | Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obk | Dylan DPC | -89/+92 |
| 2022-10-19 | Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiser | Dylan DPC | -2/+6 |
| 2022-10-19 | Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r... | Dylan DPC | -80/+168 |
| 2022-10-19 | Add a comment to `Compiler`. | Nicholas Nethercote | -1/+4 |
| 2022-10-19 | Clarify `run_in_thread_pool_with_globals`. | Nicholas Nethercote | -44/+46 |
| 2022-10-19 | Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorino | Matthias Krüger | -2/+5 |
| 2022-10-19 | Use already checked RHS ty for LHS deref suggestions | Michael Goulet | -5/+6 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -6/+4 |
| 2022-10-19 | fix `SelfVisitor::is_self_ty` ICE | Takayuki Maeda | -3/+3 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -53/+126 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -51/+57 |
| 2022-10-19 | Use predicate_must_hold_modulo_regions | Michael Goulet | -14/+8 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -1/+18 |
| 2022-10-18 | Consider patterns in fn params in an `Elided(Infer)` lifetime rib. | Camille GILLOT | -6/+11 |
| 2022-10-19 | Replace a `spawn_unchecked` with `spawn_scoped`. | Nicholas Nethercote | -12/+16 |
| 2022-10-19 | Apply `Lrc` later to `sess` and `codegen_backend`. | Nicholas Nethercote | -10/+5 |
| 2022-10-19 | Inline and remove `create_compiler_and_run`. | Nicholas Nethercote | -53/+51 |
| 2022-10-19 | Reduce visibility of some functions. | Nicholas Nethercote | -3/+3 |
| 2022-10-19 | Inline and remove `scoped_thread`. | Nicholas Nethercote | -15/+9 |
| 2022-10-18 | Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisa | bors | -9/+40 |