| Age | Commit message (Expand) | Author | Lines |
| 2023-04-16 | Auto merge of #110413 - pietroalbini:pa-1.69.0-stable, r=pietroalbini 1.69.0 | bors | -200/+365 |
| 2023-04-16 | backport release notes | Pietro Albini | -2/+227 |
| 2023-04-16 | bump to stable | Pietro Albini | -1/+1 |
| 2023-04-16 | rustdoc: Correctly merge import's and its target's docs in one more case | Vadim Petrochenkov | -6/+24 |
| 2023-04-16 | Don't collect return-position impl traits for documentation | Michael Goulet | -1/+24 |
| 2023-04-16 | Move a const-prop-lint specific hack from mir interpret to const-prop-lint an... | Oli Scherer | -12/+64 |
| 2023-04-16 | Revert "Don't recover lifetimes/labels containing emojis as character literals" | Michael Goulet | -178/+17 |
| 2023-04-16 | Limit to one job on mingw builders | Nikita Popov | -0/+8 |
| 2023-04-13 | Auto merge of #110273 - flip1995:beta-backport, r=Manishearth | bors | -11/+52 |
| 2023-04-13 | Handle ambiguous projections | Samuel Moelius | -4/+21 |
| 2023-04-13 | Cache `has_sig_drop_attr` for `significant_drop_tightening` | Nilstrieb | -7/+31 |
| 2023-04-12 | Auto merge of #110236 - weihanglo:update-beta-cargo, r=weihanglo | bors | -0/+0 |
| 2023-04-12 | [beta-1.69] cargo backport | Weihang Lo | -0/+0 |
| 2023-04-02 | Auto merge of #109741 - Mark-Simulacrum:beta-backport, r=Mark-Simulacrum | bors | -357/+359 |
| 2023-03-31 | Auto merge of #109817 - oli-obk:revert_102245, r=pnkfelix | bors | -30/+22 |
| 2023-03-31 | Add regression test | Oli Scherer | -0/+8 |
| 2023-03-31 | Partially revert 5b08c9f39754039ef9c6cbde157ac9eb8c252a58 | Oli Scherer | -2/+8 |
| 2023-03-31 | Revert "Constify cmp_min_max_by" | Oli Scherer | -28/+6 |
| 2023-03-29 | Bump bootstrap to 1.68.2 | Mark Rousskov | -290/+290 |
| 2023-03-29 | Revert "enable ThinLTO for rustc on x86_64-pc-windows-msvc dist builds" | Nilstrieb | -2/+1 |
| 2023-03-29 | Create dir for build_triple | Mu001999 | -0/+1 |
| 2023-03-29 | Fix linker detection for clang with prefix | Taiki Endo | -1/+3 |
| 2023-03-29 | Move us to the new large runners pool | Mark Rousskov | -64/+64 |
| 2023-03-27 | Auto merge of #109653 - weihanglo:beta-1.69-backport, r=weihanglo | bors | -0/+0 |
| 2023-03-27 | [beta-1.69] Backport GitHub RSA key revocation | Weihang Lo | -0/+0 |
| 2023-03-19 | Auto merge of #109265 - weihanglo:update-beta-cargo, r=weihanglo | bors | -1/+1 |
| 2023-03-17 | [beta] Update cargo | Weihang Lo | -1/+1 |
| 2023-03-17 | Auto merge of #109033 - Mark-Simulacrum:beta-backport, r=Mark-Simulacrum | bors | -567/+561 |
| 2023-03-16 | ci: use `apt install --download-only` for solaris debs | Josh Stone | -6/+4 |
| 2023-03-11 | tweak debug output and bless tests | Ali MJ Al-Nasrawy | -30/+34 |
| 2023-03-11 | tweak ClosureOutlivesSubjectTy | Ali MJ Al-Nasrawy | -8/+11 |
| 2023-03-11 | ignore bivariant regions in opaque types | Ali MJ Al-Nasrawy | -20/+32 |
| 2023-03-11 | smarter algorithm for finding an equal region | Ali MJ Al-Nasrawy | -106/+11 |
| 2023-03-11 | promote subject even if it has unnamed regions | Ali MJ Al-Nasrawy | -67/+66 |
| 2023-03-11 | add known-bug tests | Ali MJ Al-Nasrawy | -0/+137 |
| 2023-03-11 | Retry pred_known_to_hold_modulo_regions with fulfillment if ambiguous | Michael Goulet | -3/+5 |
| 2023-03-11 | fix: evaluate with wrong obligation stack | yifei | -2/+47 |
| 2023-03-11 | Bump to released stable | Mark Rousskov | -402/+291 |
| 2023-03-06 | Auto merge of #108817 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -25/+25 |
| 2023-03-06 | Bump channel to beta | Mark Rousskov | -1/+1 |
| 2023-03-06 | Bump version placeholders | Mark Rousskov | -24/+24 |
| 2023-03-04 | Auto merge of #108692 - nnethercote:dont-call-temporary_scope-twice, r=cjgillot | bors | -4/+2 |
| 2023-03-04 | Auto merge of #108732 - Dylan-DPC:rollup-dy1l8sx, r=Dylan-DPC | bors | -19/+73 |
| 2023-03-04 | Rollup merge of #108727 - tshepang:example-translatable-diagnostic, r=Nilstrieb | Dylan DPC | -1/+11 |
| 2023-03-04 | Rollup merge of #108669 - Nilstrieb:query-my-uninitness, r=compiler-errors | Dylan DPC | -2/+11 |
| 2023-03-04 | Rollup merge of #108660 - xfix:remove-ne-method-from-str, r=thomcc | Dylan DPC | -8/+0 |
| 2023-03-04 | Rollup merge of #108656 - GuillaumeGomez:rustdoc-search-unclosed-generic, r=n... | Dylan DPC | -1/+23 |
| 2023-03-04 | Rollup merge of #108405 - Nilstrieb:lazy-crate-name-optimization-fuel, r=Waff... | Dylan DPC | -5/+8 |
| 2023-03-04 | Rollup merge of #108298 - TaKO8Ki:fix-104440, r=cjgillot | Dylan DPC | -2/+20 |
| 2023-03-04 | Auto merge of #108689 - compiler-errors:normalization-error-smaller, r=lcnr | bors | -3/+0 |