about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-10-20Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obkMatthias Krüger-20/+43
2022-10-20Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3Matthias Krüger-1/+0
2022-10-20Rollup merge of #103230 - nnethercote:clarify-startup, r=jyn514Matthias Krüger-45/+50
2022-10-20Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obkMatthias Krüger-3/+3
2022-10-20Improve "`~const` is not allowed here" messageDeadbeef-20/+43
2022-10-20interpret: remove an incorrect assertionRalf Jung-1/+0
2022-10-20Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiserbors-4/+9
2022-10-20Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgrbors-2/+9
2022-10-20Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwcobors-18/+70
2022-10-20Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8KiMatthias Krüger-2/+9
2022-10-20Auto merge of #103220 - compiler-errors:deny-infers, r=lcnrbors-98/+97
2022-10-20check if impl_self is `Some`Takayuki Maeda-1/+1
2022-10-20Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillotbors-20/+23
2022-10-20Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726bors-3/+77
2022-10-19Erase regions before checking for default in uninitialized binding errorMichael Goulet-2/+9
2022-10-19Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-16/+11
2022-10-19Extract orig_opt_local_def_id as a functionSantiago Pastorino-4/+12
2022-10-19Rollup merge of #103239 - m-ou-se:unstable-abi-fn-impl-check, r=lcnrMatthias Krüger-159/+126
2022-10-19Rollup merge of #103223 - compiler-errors:deref-sugg-slow, r=wesleywiserMatthias Krüger-5/+6
2022-10-19Deny const variables as wellMichael Goulet-5/+12
2022-10-19Don't call `own_existential_vtable_entries` on unresolved trait refMichael Goulet-19/+8
2022-10-19Make ClosureOutlivesRequirement not rely on an unresolved typeMichael Goulet-71/+72
2022-10-19Don't hash non-fresh Ty::Infer or RegionKind::InferMichael Goulet-7/+9
2022-10-19Auto merge of #103214 - Nilstrieb:set-theory, r=petrochenkovbors-7/+5
2022-10-19Add testcase for next_point, fix more trivial issues in find_width_of_charact...yukang-6/+58
2022-10-19Allow #[unstable] impl for fn() -> UnstableType.Mara Bos-7/+19
2022-10-19Use Set instead of Vec in transitive_relationnils-7/+5
2022-10-19Allow #[unstable] impls for fn() with unstable abi.Mara Bos-3/+8
2022-10-19Split is_stable from rustc_target::spec::abi::is_enabled.Mara Bos-159/+109
2022-10-19Rollup merge of #103216 - cjgillot:issue-103210, r=jackh726Dylan DPC-6/+11
2022-10-19Rollup merge of #103182 - Nilstrieb:query-desc-cleanup, r=oli-obkDylan DPC-89/+92
2022-10-19Rollup merge of #103034 - nathanwhit:let-chains-rhs-temporaries, r=wesleywiserDylan DPC-2/+6
2022-10-19Rollup merge of #102863 - compiler-errors:call-suggestion-on-unimplemented, r...Dylan DPC-80/+168
2022-10-19Add a comment to `Compiler`.Nicholas Nethercote-1/+4
2022-10-19Clarify `run_in_thread_pool_with_globals`.Nicholas Nethercote-44/+46
2022-10-19Rollup merge of #103176 - nnethercote:fix-TyKind-is_simple_path, r=spastorinoMatthias Krüger-2/+5
2022-10-19Use already checked RHS ty for LHS deref suggestionsMichael Goulet-5/+6
2022-10-19instantiate -> constructMichael Goulet-6/+4
2022-10-19fix `SelfVisitor::is_self_ty` ICETakayuki Maeda-3/+3
2022-10-19Generalize call suggestion for unsatisfied predicateMichael Goulet-53/+126
2022-10-19Standardize arg suggestions between typeck and trait selectionMichael Goulet-51/+57
2022-10-19Use predicate_must_hold_modulo_regionsMichael Goulet-14/+8
2022-10-19Suggest calling ctor when trait is unimplementedMichael Goulet-1/+18
2022-10-18Consider patterns in fn params in an `Elided(Infer)` lifetime rib.Camille GILLOT-6/+11
2022-10-19Replace a `spawn_unchecked` with `spawn_scoped`.Nicholas Nethercote-12/+16
2022-10-19Apply `Lrc` later to `sess` and `codegen_backend`.Nicholas Nethercote-10/+5
2022-10-19Inline and remove `create_compiler_and_run`.Nicholas Nethercote-53/+51
2022-10-19Reduce visibility of some functions.Nicholas Nethercote-3/+3
2022-10-19Inline and remove `scoped_thread`.Nicholas Nethercote-15/+9
2022-10-18Auto merge of #102418 - citrus-it:illumos-strip-debug, r=nagisabors-9/+40