| Age | Commit message (Expand) | Author | Lines |
| 2024-05-02 | shallow resolve in orphan check | lcnr | -36/+44 |
| 2024-05-02 | Auto merge of #124419 - WaffleLapkin:never-type-fallback-docs, r=workingjubilee | bors | -0/+47 |
| 2024-05-02 | Auto merge of #124521 - Mark-Simulacrum:bootstrap-bump, r=albertlarsan68 | bors | -784/+552 |
| 2024-05-02 | fixup links in never type docs | Waffle Maybe | -3/+3 |
| 2024-05-01 | Workaround rustfmt bug replacing type ascription | Mark Rousskov | -0/+1 |
| 2024-05-02 | Auto merge of #123939 - WaffleLapkin:never-fallback-unsafe-lint, r=compiler-e... | bors | -21/+574 |
| 2024-05-02 | Slightly reformat !'s docs after applying github suggestions | Waffle Lapkin | -5/+7 |
| 2024-05-01 | Step bootstrap cfgs | Mark Rousskov | -282/+38 |
| 2024-05-02 | Apply suggestions from code review | Waffle Maybe | -8/+7 |
| 2024-05-02 | Split `hir_typeck_never_type_fallback_flowing_into_unsafe` into 5 slugs | Waffle Lapkin | -30/+44 |
| 2024-05-02 | Add proper support for all kinds of unsafe ops to the lint | Waffle Lapkin | -49/+321 |
| 2024-05-02 | Add `UnordMap::try_insert` | Waffle Lapkin | -0/+7 |
| 2024-05-02 | Reorganize `use`s | Waffle Lapkin | -13/+11 |
| 2024-05-02 | Add an explanation about never type fallback | Maybe Waffle | -2/+38 |
| 2024-05-02 | Add a lint against never type fallback affecting unsafe code | Maybe Waffle | -10/+241 |
| 2024-05-02 | Convert `if` to `match` | Maybe Waffle | -11/+6 |
| 2024-05-01 | Bump stage0 to next beta | Mark Rousskov | -420/+428 |
| 2024-05-01 | Mark more entries in rustc_data_structures as no_inline for docs | Mark Rousskov | -0/+6 |
| 2024-05-01 | Replace version placeholders for 1.79 | Mark Rousskov | -82/+79 |
| 2024-05-02 | Auto merge of #124529 - compiler-errors:select, r=lcnr | bors | -328/+165 |
| 2024-05-01 | Auto merge of #124404 - jonathanpallant:arm-target-changes-new, r=chrisnc | bors | -99/+577 |
| 2024-05-01 | Auto merge of #121564 - ojeda:rustc-jobserver, r=ehuss | bors | -1/+90 |
| 2024-05-01 | Rewrite select to use a ProofTreeVisitor | Michael Goulet | -328/+165 |
| 2024-05-01 | Auto merge of #124590 - matthiaskrgr:rollup-091hpnp, r=matthiaskrgr | bors | -52/+181 |
| 2024-05-01 | Rollup merge of #124566 - lcnr:normalizes-to-proof-tree, r=compiler-errors | Matthias Krüger | -52/+179 |
| 2024-05-01 | Rollup merge of #124542 - CBSpeir:diagnostic-item-enumerate-method, r=scottmcm | Matthias Krüger | -0/+2 |
| 2024-05-01 | Auto merge of #122427 - psumbera:bootstrap_out_path, r=clubby789 | bors | -1/+6 |
| 2024-05-01 | review | lcnr | -13/+15 |
| 2024-05-01 | Auto merge of #124539 - Urgau:non-local-defs_modulo_modules, r=lcnr | bors | -5/+49 |
| 2024-05-01 | Auto merge of #124572 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2024-04-30 | Update cargo | Weihang Lo | -0/+0 |
| 2024-05-01 | Auto merge of #124491 - madsmtm:target_vendor-apple, r=workingjubilee | bors | -372/+90 |
| 2024-05-01 | Auto merge of #124356 - fmease:fewer-magic-numbers-in-names, r=lcnr | bors | -105/+111 |
| 2024-04-30 | Auto merge of #117164 - fmease:orphan-norm, r=lcnr | bors | -144/+1054 |
| 2024-04-30 | Replace item names containing an error code with something more meaningful | León Orell Valerian Liehr | -50/+55 |
| 2024-04-30 | Give an item related to issue 27438 a more meaningful name | León Orell Valerian Liehr | -10/+8 |
| 2024-04-30 | Give items related to issue 33140 a more meaningful name | León Orell Valerian Liehr | -45/+48 |
| 2024-04-30 | fix `NormalizesTo` proof tree issue | lcnr | -52/+177 |
| 2024-04-30 | Normalize trait ref before orphan check & consider ty params in alias types t... | León Orell Valerian Liehr | -144/+1054 |
| 2024-04-30 | Auto merge of #124564 - jieyouxu:rollup-kuf5wlq, r=jieyouxu | bors | -26/+164 |
| 2024-04-30 | Rollup merge of #124561 - GuillaumeGomez:run-make-normalize, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -3/+47 |
| 2024-04-30 | Rollup merge of #124553 - ferrocene:pa-cargo-git-info, r=onur-ozkan | 许杰友 Jieyou Xu (Joe) | -5/+12 |
| 2024-04-30 | Rollup merge of #124299 - clubby789:106269-test, r=nikic | 许杰友 Jieyou Xu (Joe) | -0/+22 |
| 2024-04-30 | Rollup merge of #124280 - beetrees:repr128-test-rmake, r=jieyouxu | 许杰友 Jieyou Xu (Joe) | -18/+83 |
| 2024-04-30 | Port repr128-dwarf run-make test to rmake | beetrees | -18/+83 |
| 2024-04-30 | Add `normalize()` in run-make `Diff` type | Guillaume Gomez | -3/+47 |
| 2024-04-30 | Add test for efficient codegen of manual `eq` implementations of a small struct | clubby789 | -0/+22 |
| 2024-04-30 | Auto merge of #124558 - matthiaskrgr:rollup-axi1bxu, r=matthiaskrgr | bors | -320/+410 |
| 2024-04-30 | Rollup merge of #124550 - gurry:remove-redundant-code, r=oli-obk | Matthias Krüger | -29/+18 |
| 2024-04-30 | Rollup merge of #124511 - nnethercote:rm-extern-crates, r=fee1-dead | Matthias Krüger | -287/+375 |