about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-06-01Auto merge of #111567 - Urgau:uplift_cast_ref_to_mut, r=b-naberbors-0/+84
2023-05-31Auto merge of #110807 - petrochenkov:strictflavor, r=lqd,wesleywiserbors-59/+129
2023-05-31Auto merge of #111913 - oli-obk:valtrees2, r=lcnrbors-310/+292
2023-05-31Inline from_inline_const into its sole call siteOli Scherer-78/+62
2023-05-31Explain and simplify valtree -> mir-const fallbackOli Scherer-7/+9
2023-05-31`bug!` message nitOli Scherer-1/+1
2023-05-31Simplify an `if let Some` to a `?`Oli Scherer-13/+10
2023-05-31Remove some dead codeOli Scherer-15/+2
2023-05-31Remove `lit_to_mir_constant` queryOli Scherer-16/+11
2023-05-31Remove `deref_mir_constant`Oli Scherer-53/+1
2023-05-31Only rewrite valtree-constants to patterns and keep other constants opaqueOli Scherer-160/+228
2023-05-31Auto merge of #111076 - notriddle:notriddle/silence-private-dep-trait-impl-su...bors-17/+68
2023-05-31Auto merge of #112132 - matthiaskrgr:rollup-x2l75gf, r=matthiaskrgrbors-9/+10
2023-05-31Uplift clippy::cast_ref_to_mut to rustcUrgau-0/+82
2023-05-31Add diagnostic items for `ptr::cast_mut` and `ptr::from_ref` Urgau-0/+2
2023-05-31Rollup merge of #112103 - Mark-Simulacrum:bootstrap-update, r=clubby789Matthias Krüger-7/+7
2023-05-31Rollup merge of #111975 - jyn514:normalization, r=cjgillotMatthias Krüger-0/+1
2023-05-31Rollup merge of #111772 - liushuyu:ubuntu/mips64-linkage, r=jackh726Matthias Krüger-2/+2
2023-05-31Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errorsbors-14/+57
2023-05-31Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkinMatthias Krüger-3/+8
2023-05-31Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley...Matthias Krüger-1319/+1182
2023-05-31move hack to `normalize_param_env_or_error`Boxy-14/+57
2023-05-31Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obkbors-19/+12
2023-05-30Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726bors-211/+207
2023-05-30Remove a hack that has become obsolete after https://github.com/rust-lang/rus...Oli Scherer-13/+1
2023-05-30Get `lit_to_const` in sync with `const_to_valtree_inner`Oli Scherer-0/+13
2023-05-30Lower the tracing level of some very verbose messagesOli Scherer-3/+3
2023-05-30Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstriebbors-85/+225
2023-05-30Swap out CURRENT_RUSTC_VERSION to 1.71.0Mark Rousskov-7/+7
2023-05-30update universe used by the leak checklcnr-1/+3
2023-05-30add the leak check to the new solverlcnr-0/+5
2023-05-30change redundant `clear()` to assertionlcnr-4/+2
2023-05-30rework the leak_check to take the outer_universelcnr-166/+178
2023-05-30Rollup merge of #112100 - jieyouxu:issue-106929, r=oli-obkNilstrieb-32/+14
2023-05-30Rollup merge of #112060 - lcnr:early-binder, r=jackh726Nilstrieb-53/+53
2023-05-30Rollup merge of #111872 - bvanjoi:fix-103646, r=cjgillotNilstrieb-0/+6
2023-05-30Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkinNilstrieb-0/+152
2023-05-30coherence: don't add hidden types for opaqueslcnr-10/+22
2023-05-30leak_check: remove unused codepathlcnr-42/+9
2023-05-30Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillotbors-83/+112
2023-05-30Don't typecheck suggested method call许杰友 Jieyou Xu (Joe)-32/+14
2023-05-30Rename `partitioning/mod.rs` as `partitioning.rs`.Nicholas Nethercote-0/+0
2023-05-30Merge `default.rs` into `mod.rs`.Nicholas Nethercote-649/+632
2023-05-30Remove `-Zcgu-partitioning-strategy`.Nicholas Nethercote-396/+276
2023-05-30Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnrbors-234/+292
2023-05-30Auto merge of #111989 - klensy:deps-up-26-05-23, r=Mark-Simulacrumbors-1/+1
2023-05-29offset_of: Don't require type to be sizedclubby789-3/+8
2023-05-29Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errorsMatthias Krüger-1/+1
2023-05-29Rollup merge of #112022 - compiler-errors:coercion-check-deep, r=lcnrMatthias Krüger-1/+18
2023-05-29Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errorsMatthias Krüger-77/+175