about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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
2023-05-29Rollup merge of #111827 - AngelicosPhosphoros:add_docs_to_cranelift, r=bjorn3Matthias Krüger-0/+26
2023-05-29Add test for `#![doc(test(...)]` with literal parameterObei Sideg-2/+2
2023-05-29Avoid ICE on `#![doc(test(...)]` with literal parameterObei Sideg-6/+19
2023-05-29disable some layout optimizations for unsizable structsThe 8472-42/+48
2023-05-29Rename `tcx.mk_re_*` => `Region::new_*`Maybe Waffle-234/+292
2023-05-29rustc_session: Feature gate linker flavors for tier 3 targetsVadim Petrochenkov-1/+14
2023-05-29linker: Report linker flavors incompatible with the current targetVadim Petrochenkov-2/+39
2023-05-29rustc_target: Refactor linker flavor inferenceVadim Petrochenkov-56/+76
2023-05-29Fix linkage for large binaries on mips64 platforms ...Ximin Luo-2/+2
2023-05-29add FIXMElcnr-0/+5
2023-05-29unique borrows are mutating useslcnr-19/+7
2023-05-29Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieubors-0/+1
2023-05-29Make struct layout not depend on unsizeable tailLukas Markeffsky-2/+6
2023-05-29EarlyBinder::new -> EarlyBinder::bindlcnr-53/+53
2023-05-29Enable ConstGoto pass by default.Camille GILLOT-1/+1
2023-05-29Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3bors-33/+63