| Age | Commit message (Expand) | Author | Lines |
| 2023-07-19 | Fix quotes in output | Michael Goulet | -18/+18 |
| 2023-07-19 | Auto merge of #112591 - jfgoog:better-dlltool-diagnostics, r=WaffleLapkin | bors | -21/+34 |
| 2023-07-19 | Auto merge of #113690 - aliemjay:opaque-defined-by-trait, r=compiler-errors | bors | -5/+37 |
| 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 #113841 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-07-18 | Auto merge of #113636 - compiler-errors:opaque-recursive-check-bad, r=oli-obk | bors | -20/+87 |
| 2023-07-18 | Update cargo | Weihang Lo | -0/+0 |
| 2023-07-18 | Auto merge of #113837 - matthiaskrgr:rollup-v4xud4s, r=matthiaskrgr | bors | -58/+212 |
| 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 #113828 - spastorino:ping-spastorino-smir, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-18 | Rollup merge of #113824 - lcnr:exhaustive-match, r=wesleywiser | Matthias Krüger | -12/+36 |
| 2023-07-18 | Rollup merge of #113823 - GuillaumeGomez:fix-results-search-alias-display, r=... | Matthias Krüger | -22/+18 |
| 2023-07-18 | Rollup merge of #113812 - epage:change, r=ehuss | Matthias Krüger | -1/+0 |
| 2023-07-18 | Rollup merge of #113811 - jieyouxu:fix-unused-qualifications-suggestion, r=ol... | Matthias Krüger | -22/+138 |
| 2023-07-18 | Add additional test | Michael Goulet | -0/+35 |
| 2023-07-18 | Relax recursive opaque type check | Michael Goulet | -20/+52 |
| 2023-07-18 | Add `#[track_caller]` to lint related diagnostic functions | Maybe Waffle | -0/+19 |
| 2023-07-18 | Ping spastorino on changes to SMIR | Santiago Pastorino | -1/+1 |
| 2023-07-18 | some additional refactor | lcnr | -12/+12 |
| 2023-07-18 | Auto merge of #112374 - chenx97:better-mips64r6, r=jackh726 | bors | -21/+43 |
| 2023-07-18 | Update rustdoc GUI tests | Guillaume Gomez | -3/+3 |
| 2023-07-18 | Fix display of aliases in rustdoc search results | Guillaume Gomez | -19/+15 |
| 2023-07-18 | Auto merge of #113706 - Alexendoo:compiletest-backslash-re, r=oli-obk | bors | -6/+6 |
| 2023-07-18 | support for mips32r6 as a target_arch value | chenx97 | -14/+29 |
| 2023-07-18 | merge patterns | chenx97 | -6/+3 |
| 2023-07-18 | support for mips64r6 as a target_arch value | chenx97 | -10/+20 |
| 2023-07-18 | Auto merge of #113677 - bryangarza:unevaluated-const-ice_issue-110892, r=davi... | bors | -1/+96 |
| 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 | -40/+47 |
| 2023-07-17 | docs(release): Remove nightly-only cargo item | Ed Page | -1/+0 |
| 2023-07-18 | Auto merge of #113574 - GuillaumeGomez:rustdoc-json-strip-hidden-impl, r=aDot... | bors | -24/+107 |
| 2023-07-18 | Fix removal span calculation of unused_qualifications suggestion | 许杰友 Jieyou Xu (Joe) | -22/+138 |
| 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/+79 |
| 2023-07-17 | Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieu | bors | -318/+1539 |
| 2023-07-17 | Improve issue-112852 tests | Guillaume Gomez | -2/+12 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -40/+47 |
| 2023-07-17 | Better diagnostics for dlltool errors. | James Farrell | -21/+34 |
| 2023-07-17 | Auto merge of #113720 - eduardosm:miri-target-feature, r=RalfJung,oli-obk | bors | -0/+97 |
| 2023-07-17 | Update natvis to match full type names for Arc, Rc, Weak, etc | Wesley Wiser | -6/+9 |
| 2023-07-17 | Auto merge of #113686 - flip1995:clippyup, r=Manishearth | bors | -2561/+5254 |
| 2023-07-17 | Safe Transmute: Fix ICE (due to UnevaluatedConst) | Bryan Garza | -1/+96 |
| 2023-07-17 | Auto merge of #113714 - Kobzol:ci-cmake, r=nikic | bors | -4/+55 |
| 2023-07-17 | Auto merge of #113791 - lnicola:sync-from-ra, r=lnicola | bors | -9096/+13686 |