| Age | Commit message (Expand) | Author | Lines |
| 2024-06-10 | Auto merge of #126219 - ferrocene:pa-stable-1.79.0, r=pietroalbini 1.79.0 | bors | -1/+133 |
| 2024-06-10 | bump channel to stable | Pietro Albini | -1/+1 |
| 2024-06-10 | squash release notes from master | Pietro Albini | -0/+132 |
| 2024-06-07 | Auto merge of #126093 - cuviper:beta-next, r=cuviper | bors | -247/+507 |
| 2024-06-06 | Silence double-symlink errors while building solaris toolchain | Jubilee Young | -1/+1 |
| 2024-06-06 | Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi... | Rémy Rakic | -141/+49 |
| 2024-06-06 | Update to LLVM 18.1.7 | Nikita Popov | -0/+0 |
| 2024-06-06 | ast: Revert a breaking attribute visiting order change | Vadim Petrochenkov | -66/+50 |
| 2024-06-06 | Add a test for resolving `macro_rules` calls inside attributes | Vadim Petrochenkov | -0/+202 |
| 2024-06-06 | Add regression tests | Oli Scherer | -0/+136 |
| 2024-06-06 | Revert "Rollup merge of #123979 - oli-obk:define_opaque_types7, r=compiler-er... | Oli Scherer | -15/+2 |
| 2024-06-06 | Wrap Context.ext in AssertUnwindSafe | Jubilee Young | -42/+27 |
| 2024-06-06 | Fix ICE in non-operand `aggregate_raw_ptr` instrinsic codegen | Scott McMurray | -1/+28 |
| 2024-06-06 | Handle Deref expressions in invalid_reference_casting | Ben Kimock | -2/+11 |
| 2024-06-06 | Handle field projections like slice indexing in invalid_reference_casting | Ben Kimock | -1/+8 |
| 2024-06-06 | Fix insufficient logic when searching for the underlying allocation | Urgau | -0/+15 |
| 2024-06-04 | Auto merge of #125629 - lcnr:undo-leak-check-changes, r=compiler-errors | bors | -253/+85 |
| 2024-06-03 | Auto merge of #125939 - weihanglo:update-beta-cargo, r=weihanglo | bors | -0/+0 |
| 2024-06-03 | [beta-1.79] Update cargo | Weihang Lo | -0/+0 |
| 2024-05-27 | revert leak check changes in candidate winnowing | lcnr | -253/+85 |
| 2024-05-25 | Auto merge of #125529 - cuviper:beta-next, r=cuviper | bors | -5/+36 |
| 2024-05-24 | Update to LLVM 18.1.6 | Nikita Popov | -1/+1 |
| 2024-05-24 | Only make GAT ambiguous in match_projection_projections considering shallow r... | Michael Goulet | -1/+30 |
| 2024-05-24 | Add v0 symbol mangling for `f16` and `f128` | Trevor Gross | -3/+4 |
| 2024-05-24 | Add `#[inline]` to float `Debug` fallback used by `cfg(no_fp_fmt_parse)` | beetrees | -0/+1 |
| 2024-05-23 | Auto merge of #125420 - Muscraft:update-beta-cargo, r=Muscraft | bors | -0/+0 |
| 2024-05-22 | [beta] Update cargo | Scott Schafer | -0/+0 |
| 2024-05-17 | Auto merge of #125183 - cuviper:beta-next, r=cuviper | bors | -171/+725 |
| 2024-05-16 | Make `non-local-def` lint Allow by default | Wesley Wiser | -71/+131 |
| 2024-05-16 | Add test to make sure suggestions are still quick | Michael Goulet | -0/+247 |
| 2024-05-16 | Don't do post-method-probe error reporting steps if we're in a suggestion | Michael Goulet | -9/+37 |
| 2024-05-16 | rustdoc: use stability, instead of features, to decide what to show | Michael Howell | -34/+42 |
| 2024-05-16 | Fix ICEs in diagnostic::on_unimplemented | Michael Goulet | -51/+203 |
| 2024-05-16 | Add more ICEs due to malformed diagnostic::on_unimplemented | Michael Goulet | -35/+56 |
| 2024-05-16 | Add test for #124651 | Esteban Küber | -0/+36 |
| 2024-05-16 | Do not ICE on foreign malformed `diagnostic::on_unimplemented` | Esteban Küber | -6/+8 |
| 2024-05-10 | Auto merge of #124947 - cuviper:beta-next, r=cuviper | bors | -11/+50 |
| 2024-05-09 | Fix bootstrap panic when build from tarball | 12101111 | -6/+1 |
| 2024-05-09 | Consider inner modules to be local in the `non_local_definitions` lint | Urgau | -5/+49 |
| 2024-05-03 | Auto merge of #124647 - Muscraft:update-beta-cargo, r=Muscraft | bors | -0/+0 |
| 2024-05-02 | [beta] Update cargo | Scott Schafer | -0/+0 |
| 2024-05-02 | Auto merge of #124616 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -424/+325 |
| 2024-05-02 | Bump to released 1.78 compiler | Mark Rousskov | -424/+325 |
| 2024-04-28 | Auto merge of #124476 - Mark-Simulacrum:beta-next, r=Mark-Simulacrum | bors | -80/+86 |
| 2024-04-28 | Mark more entries in rustc_data_structures as no_inline for docs | Mark Rousskov | -0/+6 |
| 2024-04-28 | Bump to beta | Mark Rousskov | -1/+1 |
| 2024-04-28 | Replace version placeholders for 1.79 | Mark Rousskov | -79/+79 |
| 2024-04-28 | Auto merge of #124456 - matthiaskrgr:rollup-8bm3m6v, r=matthiaskrgr | bors | -27/+562 |
| 2024-04-28 | Rollup merge of #124447 - workingjubilee:set-argv-twice-on-gnu, r=ChrisDenton | Matthias Krüger | -6/+4 |
| 2024-04-28 | Rollup merge of #124429 - Enselic:document-builder, r=Mark-Simulacrum | Matthias Krüger | -0/+23 |