| Age | Commit message (Expand) | Author | Lines |
| 2023-07-19 | Auto merge of #113850 - cjgillot:span-shorthand, r=compiler-errors | bors | -13/+48 |
| 2023-07-19 | Encode shorthands for spans in metadata. | Camille GILLOT | -13/+48 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -20/+28 |
| 2023-07-19 | Auto merge of #113690 - aliemjay:opaque-defined-by-trait, r=compiler-errors | bors | -5/+6 |
| 2023-07-18 | Auto merge of #113777 - nnethercote:overlap-based-cgu-merging, r=pnkfelix | bors | -37/+103 |
| 2023-07-19 | Change the primary CGU merging algorithm. | Nicholas Nethercote | -14/+66 |
| 2023-07-19 | Add a useful comment. | Nicholas Nethercote | -0/+2 |
| 2023-07-19 | Split the CGU merging loop. | Nicholas Nethercote | -20/+30 |
| 2023-07-19 | Add `MonoItemData::inlined`. | Nicholas Nethercote | -17/+19 |
| 2023-07-18 | Auto merge of #113636 - compiler-errors:opaque-recursive-check-bad, r=oli-obk | bors | -20/+4 |
| 2023-07-18 | Rollup merge of #113832 - WaffleLapkin:track_lint_caller, r=compiler-errors | Matthias Krüger | -0/+19 |
| 2023-07-18 | Rollup merge of #113824 - lcnr:exhaustive-match, r=wesleywiser | Matthias Krüger | -12/+36 |
| 2023-07-18 | Rollup merge of #113811 - jieyouxu:fix-unused-qualifications-suggestion, r=ol... | Matthias Krüger | -11/+9 |
| 2023-07-18 | Relax recursive opaque type check | Michael Goulet | -20/+4 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+19 |
| 2023-07-18 | some additional refactor | lcnr | -12/+12 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -6/+7 |
| 2023-07-18 | merge patterns | chenx97 | -6/+3 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -4/+8 |
| 2023-07-18 | Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, r=davi... | bors | -1/+20 |
| 2023-07-18 | Auto merge of #113659 - ericmarkmartin:smir-refs-and-ptrs, r=spastorino | bors | -7/+11 |
| 2023-07-18 | Auto merge of #113801 - compiler-errors:iter-instantiated, r=oli-obk | bors | -35/+42 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -11/+9 |
| 2023-07-17 | conversions to smir RawPtr and Ref | Eric Mark Martin | -10/+7 |
| 2023-07-17 | add RawPtr | Eric Mark Martin | -1/+6 |
| 2023-07-17 | move const definition | Eric Mark Martin | -0/+2 |
| 2023-07-18 | Auto merge of #113061 - Amanieu:x86_64-ohos, r=compiler-errors | bors | -10/+42 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -35/+42 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -20/+28 |
| 2023-07-17 | Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obk | bors | -0/+33 |
| 2023-07-17 | Safe Transmute: Fix ICE (due to UnevaluatedConst) | Bryan Garza | -1/+20 |
| 2023-07-17 | Auto merge of #113714 - Kobzol:ci-cmake, r=nikic | bors | -1/+4 |
| 2023-07-17 | exhaustive matches are good | lcnr | -1/+25 |
| 2023-07-17 | Rollup merge of #113770 - dtolnay:derivevoid, r=compiler-errors,nnethercote | Matthias Krüger | -4/+14 |
| 2023-07-17 | Rollup merge of #113651 - lcnr:parent-def-id, r=compiler-errors | Matthias Krüger | -11/+7 |
| 2023-07-17 | Rollup merge of #113535 - jonathanpallant:sparc-bare-metal, r=jackh726 | Matthias Krüger | -0/+29 |
| 2023-07-17 | Link to `execinfo` on NetBSD | Jakub Beránek | -1/+4 |
| 2023-07-17 | Auto merge of #113562 - saethlin:larger-incr-comp-offset, r=nnethercote | bors | -6/+9 |
| 2023-07-17 | Auto merge of #113772 - nnethercote:streamline-size-estimates-2, r=wesleywiser | bors | -97/+85 |
| 2023-07-17 | Auto merge of #113336 - compiler-errors:new-solver-iat, r=lcnr | bors | -6/+85 |
| 2023-07-16 | Auto merge of #113769 - matthiaskrgr:rollup-p6i1rco, r=matthiaskrgr | bors | -4/+6 |
| 2023-07-17 | Remove `instance_def_size_estimate` query. | Nicholas Nethercote | -28/+12 |
| 2023-07-17 | Ignore unreachable inlined items in `debug_dump`. | Nicholas Nethercote | -30/+18 |
| 2023-07-17 | Store item size estimate in `MonoItemData`. | Nicholas Nethercote | -18/+22 |
| 2023-07-17 | Introduce `MonoItemData`. | Nicholas Nethercote | -27/+39 |
| 2023-07-16 | Add a comparison between match *self and intrinsics::unreachable() | David Tolnay | -2/+3 |
| 2023-07-17 | Rollup merge of #113755 - fmease:probe-adt-norm-lazy-ty-alias, r=oli-obk | Matthias Krüger | -1/+3 |
| 2023-07-17 | Rollup merge of #113539 - agnarrarendelle:master, r=workingjubilee | Matthias Krüger | -3/+3 |
| 2023-07-16 | Generate safe stable code for derives on empty enums | David Tolnay | -4/+13 |
| 2023-07-16 | Auto merge of #113742 - compiler-errors:dont-short-circuit-intercrate-global-... | bors | -2/+2 |