| Age | Commit message (Expand) | Author | Lines |
| 2023-05-31 | Rollup merge of #111975 - jyn514:normalization, r=cjgillot | Matthias Krüger | -0/+1 |
| 2023-05-31 | Rollup merge of #111772 - liushuyu:ubuntu/mips64-linkage, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-05-31 | Auto merge of #111623 - BoxyUwU:move_eval_hack, r=compiler-errors | bors | -14/+57 |
| 2023-05-31 | Rollup merge of #112069 - clubby789:offset-of-sized-fields, r=WaffleLapkin | Matthias Krüger | -3/+8 |
| 2023-05-31 | Rollup merge of #112053 - nnethercote:rm-Zcpu-partitioning-strategy, r=wesley... | Matthias Krüger | -1319/+1182 |
| 2023-05-31 | move hack to `normalize_param_env_or_error` | Boxy | -14/+57 |
| 2023-05-31 | Auto merge of #112070 - lcnr:disjoint-closure-capture-ub, r=oli-obk | bors | -19/+12 |
| 2023-05-30 | Auto merge of #111881 - lcnr:leak-check, r=nikomatsakis,jackh726 | bors | -211/+207 |
| 2023-05-30 | Remove a hack that has become obsolete after https://github.com/rust-lang/rus... | Oli Scherer | -13/+1 |
| 2023-05-30 | Get `lit_to_const` in sync with `const_to_valtree_inner` | Oli Scherer | -0/+13 |
| 2023-05-30 | Lower the tracing level of some very verbose messages | Oli Scherer | -3/+3 |
| 2023-05-30 | Auto merge of #112102 - Nilstrieb:rollup-ivu1hmc, r=Nilstrieb | bors | -85/+225 |
| 2023-05-30 | Swap out CURRENT_RUSTC_VERSION to 1.71.0 | Mark Rousskov | -7/+7 |
| 2023-05-30 | update universe used by the leak check | lcnr | -1/+3 |
| 2023-05-30 | add the leak check to the new solver | lcnr | -0/+5 |
| 2023-05-30 | change redundant `clear()` to assertion | lcnr | -4/+2 |
| 2023-05-30 | rework the leak_check to take the outer_universe | lcnr | -166/+178 |
| 2023-05-30 | Rollup merge of #112100 - jieyouxu:issue-106929, r=oli-obk | Nilstrieb | -32/+14 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -53/+53 |
| 2023-05-30 | Rollup merge of #111872 - bvanjoi:fix-103646, r=cjgillot | Nilstrieb | -0/+6 |
| 2023-05-30 | Rollup merge of #111543 - Urgau:uplift_invalid_utf8_in_unchecked, r=WaffleLapkin | Nilstrieb | -0/+152 |
| 2023-05-30 | coherence: don't add hidden types for opaques | lcnr | -10/+22 |
| 2023-05-30 | leak_check: remove unused codepath | lcnr | -42/+9 |
| 2023-05-30 | Auto merge of #111768 - oli-obk:pair_const_llvm, r=cjgillot | bors | -83/+112 |
| 2023-05-30 | Don't typecheck suggested method call | 许杰友 Jieyou Xu (Joe) | -32/+14 |
| 2023-05-30 | Rename `partitioning/mod.rs` as `partitioning.rs`. | Nicholas Nethercote | -0/+0 |
| 2023-05-30 | Merge `default.rs` into `mod.rs`. | Nicholas Nethercote | -649/+632 |
| 2023-05-30 | Remove `-Zcgu-partitioning-strategy`. | Nicholas Nethercote | -396/+276 |
| 2023-05-30 | Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnr | bors | -234/+292 |
| 2023-05-30 | Auto merge of #111989 - klensy:deps-up-26-05-23, r=Mark-Simulacrum | bors | -1/+1 |
| 2023-05-29 | offset_of: Don't require type to be sized | clubby789 | -3/+8 |
| 2023-05-29 | Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-05-29 | Rollup merge of #112022 - compiler-errors:coercion-check-deep, r=lcnr | Matthias Krüger | -1/+18 |
| 2023-05-29 | Rollup merge of #111988 - BoxyUwU:make_tykind_debug_good, r=compiler-errors | Matthias Krüger | -77/+175 |
| 2023-05-29 | Rollup merge of #111827 - AngelicosPhosphoros:add_docs_to_cranelift, r=bjorn3 | Matthias Krüger | -0/+26 |
| 2023-05-29 | Add test for `#![doc(test(...)]` with literal parameter | Obei Sideg | -2/+2 |
| 2023-05-29 | Avoid ICE on `#![doc(test(...)]` with literal parameter | Obei Sideg | -6/+19 |
| 2023-05-29 | disable some layout optimizations for unsizable structs | The 8472 | -42/+48 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -234/+292 |
| 2023-05-29 | rustc_session: Feature gate linker flavors for tier 3 targets | Vadim Petrochenkov | -1/+14 |
| 2023-05-29 | linker: Report linker flavors incompatible with the current target | Vadim Petrochenkov | -2/+39 |
| 2023-05-29 | rustc_target: Refactor linker flavor inference | Vadim Petrochenkov | -56/+76 |
| 2023-05-29 | Fix linkage for large binaries on mips64 platforms ... | Ximin Luo | -2/+2 |
| 2023-05-29 | add FIXME | lcnr | -0/+5 |
| 2023-05-29 | unique borrows are mutating uses | lcnr | -19/+7 |
| 2023-05-29 | Auto merge of #111235 - loongarch-rs:stabilize-asm, r=Amanieu | bors | -0/+1 |
| 2023-05-29 | Make struct layout not depend on unsizeable tail | Lukas Markeffsky | -2/+6 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -53/+53 |
| 2023-05-29 | Enable ConstGoto pass by default. | Camille GILLOT | -1/+1 |
| 2023-05-29 | Auto merge of #111329 - jyn514:metadata-ice, r=bjorn3 | bors | -33/+63 |