| Age | Commit message (Expand) | Author | Lines |
| 2023-07-29 | Auto merge of #113422 - Urgau:cast_ref_to_mut-pre-beta, r=Nilstrieb | bors | -8/+8 |
| 2023-07-29 | Auto merge of #114197 - matthiaskrgr:rollup-iluf7u4, r=matthiaskrgr | bors | -0/+5 |
| 2023-07-29 | Rollup merge of #113773 - compiler-errors:err-layout-bail, r=cjgillot | Matthias Krüger | -0/+5 |
| 2023-07-29 | Auto merge of #111916 - fee1-dead-contrib:noop-method-call-warn, r=compiler-e... | bors | -13/+15 |
| 2023-07-28 | Add UI tests for generic const items | León Orell Valerian Liehr | -1/+1 |
| 2023-07-28 | Render generic const items in rustdoc | León Orell Valerian Liehr | -69/+116 |
| 2023-07-28 | Make Clippy understand generic const items | León Orell Valerian Liehr | -7/+15 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+2 |
| 2023-07-28 | Auto merge of #113931 - cuviper:ci-ubuntu-22.04, r=Mark-Simulacrum | bors | -264/+493 |
| 2023-07-28 | Auto merge of #111780 - weiznich:diagnostic_namespace, r=petrochenkov | bors | -1/+1 |
| 2023-07-28 | Introduce the `#[diagnostic]` attribute namespace | Georg Semmler | -1/+1 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -35/+37 |
| 2023-07-28 | Auto merge of #114154 - calebcartwright:style-match-mac, r=joshtriplett | bors | -1/+6 |
| 2023-07-28 | Auto merge of #97571 - ehuss:symbol-mangling, r=michaelwoerister | bors | -2/+1283 |
| 2023-07-27 | docs(style-guide): don't flatten match arms with macro call | Caleb Cartwright | -1/+6 |
| 2023-07-28 | Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkov | bors | -19/+19 |
| 2023-07-27 | Auto merge of #114144 - workingjubilee:rollup-jkmtgdo, r=workingjubilee | bors | -4333/+17 |
| 2023-07-27 | Rollup merge of #114139 - Urgau:make-print-with-path-unstable, r=jackh726 | Jubilee | -4/+11 |
| 2023-07-27 | Rollup merge of #114133 - workingjubilee:revert-add-tidy-check-issue-12345, r... | Jubilee | -4329/+6 |
| 2023-07-27 | Auto merge of #113779 - Kobzol:try-build-no-lto, r=Mark-Simulacrum | bors | -1/+31 |
| 2023-07-27 | Fix aksama template | Michael Goulet | -0/+5 |
| 2023-07-27 | bless clippy | Deadbeef | -33/+36 |
| 2023-07-27 | Auto merge of #113298 - tgross35:update-bless-envs, r=oli-obk | bors | -30/+21 |
| 2023-07-27 | Make `--print KIND=PATH` unstable | Urgau | -4/+11 |
| 2023-07-27 | Auto merge of #113374 - GuillaumeGomez:private-to-public-path, r=notriddle,fm... | bors | -3/+132 |
| 2023-07-27 | Remove `constness` from `ParamEnv` | Deadbeef | -4/+3 |
| 2023-07-27 | Revert "add tidy check that forbids issue ui test filenames" | Jubilee Young | -4329/+6 |
| 2023-07-27 | Auto merge of #114130 - GuillaumeGomez:rollup-69ihuaj, r=GuillaumeGomez | bors | -48/+88 |
| 2023-07-27 | Rollup merge of #114059 - fmease:rustdoc-fix-x-crate-impl-sized, r=GuillaumeG... | Guillaume Gomez | -46/+86 |
| 2023-07-27 | Rollup merge of #114032 - tshepang:patch-1, r=GuillaumeGomez | Guillaume Gomez | -2/+2 |
| 2023-07-27 | Auto merge of #114105 - dicej:llvm-update, r=cuviper | bors | -0/+0 |
| 2023-07-27 | Remove transmute calls and caching for use paths | Guillaume Gomez | -34/+25 |
| 2023-07-27 | Rollup merge of #114102 - compiler-errors:fulldeps-stage1-hack, r=pnkfelix | Matthias Krüger | -1/+8 |
| 2023-07-27 | Rollup merge of #114053 - Kobzol:ci-linux-fix-cmake, r=nikic | Matthias Krüger | -4/+2 |
| 2023-07-27 | Avoid `into_trees` usage in rustfmt. | Nicholas Nethercote | -14/+14 |
| 2023-07-27 | Avoid some token cloning in `filter_tokens_from_list`. | Nicholas Nethercote | -5/+5 |
| 2023-07-26 | ci: use `armv7-a+fp` for `armv7-unknown-linux_musleabihf` | Josh Stone | -3/+3 |
| 2023-07-26 | Auto merge of #113843 - wesleywiser:replace_rustc_apfloat, r=pnkfelix | bors | -14/+2 |
| 2023-07-26 | Update LLVM submodule | Joel Dice | -0/+0 |
| 2023-07-26 | Unite bless environment variables under `RUSTC_BLESS` | Trevor Gross | -30/+21 |
| 2023-07-26 | Auto merge of #114103 - matthiaskrgr:rollup-01m6l2w, r=matthiaskrgr | bors | -10/+9 |
| 2023-07-26 | Rollup merge of #114090 - mdibaiee:remove-remap-path-prefix-ci, r=wesleywiser | Matthias Krüger | -8/+0 |
| 2023-07-26 | Rollup merge of #114070 - blyxyas:iter_mut_symbol, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-07-26 | Rollup merge of #113996 - inferiorhumanorgans:dragonfly-cmake-system-name, r=... | Matthias Krüger | -1/+8 |
| 2023-07-26 | Dont pass -Zwrite-long-types-to-disk=no for ui-fulldeps --stage=1 | Michael Goulet | -1/+8 |
| 2023-07-26 | Auto merge of #114012 - GuillaumeGomez:fix-113982, r=notriddle | bors | -18/+39 |
| 2023-07-26 | Fix miri | Wesley Wiser | -10/+0 |
| 2023-07-26 | Replace in-tree `rustc_apfloat` with the new version of the crate | Wesley Wiser | -4/+2 |
| 2023-07-26 | Fix regression for private in public | Guillaume Gomez | -0/+1 |
| 2023-07-26 | Auto merge of #114071 - RalfJung:interpret-generic-read-write, r=oli-obk | bors | -125/+125 |