| Age | Commit message (Expand) | Author | Lines |
| 2023-06-13 | Remove `PartitioningCx::target_cgu_count`. | Nicholas Nethercote | -7/+4 |
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -2/+15 |
| 2023-06-12 | Safe Transmute: Refactor error handling and Answer type | Bryan Garza | -124/+148 |
| 2023-06-12 | Collect VTable stats & add `-Zprint-vtable-sizes` | Maybe Waffle | -5/+151 |
| 2023-06-12 | Rollup merge of #112546 - lcnr:opaque-type-cleanup, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-06-12 | Rollup merge of #112416 - jieyouxu:issue-112363, r=wesleywiser | Matthias Krüger | -5/+15 |
| 2023-06-12 | Rollup merge of #112302 - jieyouxu:issue-85184, r=WaffleLapkin | Matthias Krüger | -0/+43 |
| 2023-06-12 | loongarch: Fix ELF header flags | WANG Rui | -2/+13 |
| 2023-06-12 | update comment | lcnr | -1/+1 |
| 2023-06-12 | extend assert | lcnr | -3/+3 |
| 2023-06-12 | Fix debug ICE for extern type with where clauses | 许杰友 Jieyou Xu (Joe) | -5/+15 |
| 2023-06-12 | Auto merge of #112261 - jieyouxu:c-like-ptr-arithmetics-diagnostics, r=Waffle... | bors | -0/+61 |
| 2023-06-11 | Applied nits | Andrew Xie | -16/+13 |
| 2023-06-12 | Don't record adjustments twice in note_source_of_type_mismatch_constraint | Michael Goulet | -7/+47 |
| 2023-06-11 | Auto merge of #111801 - Bryanskiy:lints1, r=petrochenkov | bors | -49/+352 |
| 2023-06-12 | Private-in-public lints implementation | Bryanskiy | -49/+352 |
| 2023-06-11 | Rollup merge of #112513 - compiler-errors:dont-compute-box-span-for-tait, r=c... | Matthias Krüger | -110/+31 |
| 2023-06-11 | Add subdiagnostic and suggestion for overflowing bin hex with sign bits | Nicky Lim | -4/+63 |
| 2023-06-11 | Fix the overflow issue for transmute_generic_consts | yukang | -1/+7 |
| 2023-06-11 | Detect actual span for getting unexpected token from parsing macros | yukang | -2/+8 |
| 2023-06-11 | `suspicious_double_ref_op`: don't lint on `.borrow()` | Deadbeef | -15/+18 |
| 2023-06-11 | cg_llvm: use index-based loop in write_operand_repeatedly | Erik Desjardins | -15/+7 |
| 2023-06-11 | Auto merge of #112466 - lcnr:opaque-type-cleanup, r=compiler-errors | bors | -175/+204 |
| 2023-06-11 | properly check associated consts for infer placeholders | Michael Goulet | -13/+30 |
| 2023-06-11 | Don't suggest boxing an empty if/else arm | Michael Goulet | -1/+19 |
| 2023-06-11 | Rollup merge of #112498 - SamZhang3:rust-reference-link-update, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-06-11 | Rollup merge of #112493 - fmease:iat-select-complete-bound-var-erasure, r=com... | Matthias Krüger | -19/+57 |
| 2023-06-11 | Rollup merge of #112475 - chenyukang:yukang-fix-112278, r=compiler-errors | Matthias Krüger | -8/+34 |
| 2023-06-10 | prune some unused code | Michael Goulet | -109/+4 |
| 2023-06-10 | Don't compute opt_suggest_box_span for TAIT | Michael Goulet | -0/+8 |
| 2023-06-11 | iat selection: normalize self ty & completely erase bound vars | León Orell Valerian Liehr | -19/+57 |
| 2023-06-10 | Use a better link | Hankai Zhang | -1/+1 |
| 2023-06-10 | Update links to Rust Reference page on literals in diagnostic | Hankai Zhang | -1/+1 |
| 2023-06-10 | Auto merge of #112494 - matthiaskrgr:rollup-xdf3om8, r=matthiaskrgr | bors | -3/+5 |
| 2023-06-10 | Rollup merge of #112413 - jieyouxu:fix-hidden-glob-reexports-span-order, r=pe... | Matthias Krüger | -2/+2 |
| 2023-06-10 | Rollup merge of #112298 - est31:update_field_offset, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2023-06-10 | Auto merge of #111818 - Urgau:uplift_cmp_nan, r=cjgillot | bors | -7/+132 |
| 2023-06-10 | Rollup merge of #112369 - nnethercote:more-cgu-cleanups, r=wesleywiser | Matthias Krüger | -101/+68 |
| 2023-06-10 | Rollup merge of #110141 - petrochenkov:cratecfg2, r=WaffleLapkin | Matthias Krüger | -7/+21 |
| 2023-06-10 | Uplift improved version of `clippy::cmp_nan` to rustc | Urgau | -7/+130 |
| 2023-06-10 | Adjust span labels for `HIDDEN_GLOB_REEXPORTS` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2023-06-10 | Auto merge of #112452 - MU001999:fix/issue-112439, r=petrochenkov | bors | -6/+13 |
| 2023-06-10 | remove unwrap | yukang | -9/+12 |
| 2023-06-10 | Auto merge of #112426 - Bryanskiy:full_priv_ev, r=petrochenkov | bors | -26/+22 |
| 2023-06-10 | reword the message to suggest surrounding with parentheses | yukang | -2/+5 |
| 2023-06-10 | take care module name for suggesting surround the struct literal in parentheses | yukang | -1/+21 |
| 2023-06-10 | expand: Change how `#![cfg(FALSE)]` behaves on crate root | Vadim Petrochenkov | -7/+21 |
| 2023-06-10 | Support 128-bit enum variant in debuginfo codegen | DonoughLiu | -9/+12 |
| 2023-06-09 | Auto merge of #112216 - est31:offset_of_deep_tuple, r=petrochenkov | bors | -24/+92 |
| 2023-06-10 | Make "consider importing" consistent for macros | Mu001999 | -6/+13 |