| Age | Commit message (Expand) | Author | Lines |
| 2023-09-21 | tests/ui: Split large_moves.rs and move to lint/large_assignments | Martin Nordholts | -96/+98 |
| 2023-09-21 | tests/ui: Fix large_moves attribute cfg | Martin Nordholts | -1/+1 |
| 2023-09-21 | Auto merge of #116010 - RalfJung:more-typed-immediates, r=oli-obk | bors | -285/+298 |
| 2023-09-21 | Auto merge of #116027 - GuillaumeGomez:rollup-3zdi9lf, r=GuillaumeGomez | bors | -583/+710 |
| 2023-09-21 | Rollup merge of #116019 - dtolnay:percratesearch, r=GuillaumeGomez | Guillaume Gomez | -16/+0 |
| 2023-09-21 | Rollup merge of #116007 - m-ou-se:const-panic-fmt-panic-display, r=oli-obk | Guillaume Gomez | -1/+2 |
| 2023-09-21 | Rollup merge of #115972 - RalfJung:const-consistency, r=oli-obk | Guillaume Gomez | -494/+462 |
| 2023-09-21 | Rollup merge of #115936 - oli-obk:inline_const_promotion, r=RalfJung | Guillaume Gomez | -22/+61 |
| 2023-09-21 | Rollup merge of #115257 - Urgau:invalid-utf8-walk-up-hir, r=Nilstrieb | Guillaume Gomez | -50/+185 |
| 2023-09-21 | Prevent promotion of const fn calls in inline consts | Oli Scherer | -23/+41 |
| 2023-09-21 | Add regression test | Oli Scherer | -0/+21 |
| 2023-09-21 | Improve invalid UTF-8 lint by finding the expression initializer | Urgau | -50/+137 |
| 2023-09-21 | Auto merge of #115996 - lcnr:intercrate_ambiguity_causes-uwu, r=compiler-errors | bors | -181/+834 |
| 2023-09-21 | review | lcnr | -78/+75 |
| 2023-09-21 | w | lcnr | -1/+1 |
| 2023-09-21 | slight refactor, add comment | lcnr | -11/+20 |
| 2023-09-21 | HACK: avoid hang in structurally_normalize | lcnr | -3/+9 |
| 2023-09-21 | update tests | lcnr | -11/+116 |
| 2023-09-21 | proof trees: use for `intercrate_ambiguity_causes` | lcnr | -221/+757 |
| 2023-09-21 | rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const | Ralf Jung | -450/+431 |
| 2023-09-21 | Auto merge of #116009 - compiler-errors:fulldeps-fix, r=Kobzol | bors | -17/+23 |
| 2023-09-21 | try to avoid some layout_of calls | Ralf Jung | -71/+75 |
| 2023-09-20 | Delete obsolete --disable-per-crate-search rustdoc flag | David Tolnay | -16/+0 |
| 2023-09-21 | Make ui-fulldeps --stage=1 builds in CI | Michael Goulet | -9/+12 |
| 2023-09-21 | Fix ui-fulldeps --stage=1 with -Zignore-directory-in-diagnostics-source-blocks | Michael Goulet | -8/+11 |
| 2023-09-21 | Auto merge of #115549 - saethlin:include-bytes-resilient, r=jackh726 | bors | -2/+58 |
| 2023-09-21 | Auto merge of #116013 - matthiaskrgr:rollup-mv5i4fd, r=matthiaskrgr | bors | -39/+51 |
| 2023-09-20 | Add unit tests based on files that return odd sizes to stat | Ben Kimock | -0/+27 |
| 2023-09-21 | Rollup merge of #116011 - GuillaumeGomez:update-browser-ui, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-09-21 | Rollup merge of #116008 - m-ou-se:boxmeup, r=oli-obk | Matthias Krüger | -29/+29 |
| 2023-09-21 | Rollup merge of #115990 - nikic:triagebot-llvm-fixed-upstream, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2023-09-21 | Rollup merge of #114394 - joshtriplett:style-guide-as, r=calebcartwright | Matthias Krüger | -8/+20 |
| 2023-09-20 | Auto merge of #115542 - saethlin:fileencoder-is-bufwriter, r=WaffleLapkin | bors | -214/+114 |
| 2023-09-20 | PR feedback | Ben Kimock | -36/+56 |
| 2023-09-20 | Fix typo. | Mara Bos | -1/+1 |
| 2023-09-20 | stronger consistency check in ImmTy::from_immediate | Ralf Jung | -3/+11 |
| 2023-09-20 | interpret: less debug-printing of types | Ralf Jung | -39/+29 |
| 2023-09-20 | Update browser-ui-test version to 0.16.10 | Guillaume Gomez | -1/+1 |
| 2023-09-20 | interpret: more consistently use ImmTy in operators and casts | Ralf Jung | -189/+200 |
| 2023-09-20 | Auto merge of #115987 - loongarch-rs:fix-transparent-union-abi, r=bjorn3 | bors | -2/+11 |
| 2023-09-20 | Auto merge of #115870 - RalfJung:const-value-slice, r=oli-obk | bors | -63/+75 |
| 2023-09-20 | Rename BoxMeUp to PanicPayload. | Mara Bos | -29/+29 |
| 2023-09-20 | Call panic_display directly in const_panic_fmt. | Mara Bos | -1/+2 |
| 2023-09-20 | Auto merge of #116006 - GuillaumeGomez:rollup-elrbjd4, r=GuillaumeGomez | bors | -1153/+177 |
| 2023-09-20 | Rollup merge of #115997 - Turbo87:relnotes, r=pietroalbini | Guillaume Gomez | -0/+10 |
| 2023-09-20 | Rollup merge of #115991 - ferrocene:rustdoc-themes, r=pietroalbini | Guillaume Gomez | -1/+2 |
| 2023-09-20 | Rollup merge of #115988 - notriddle:notriddle/search-tab-layout, r=GuillaumeG... | Guillaume Gomez | -7/+104 |
| 2023-09-20 | Rollup merge of #115962 - Zalathar:debug, r=oli-obk | Guillaume Gomez | -1087/+38 |
| 2023-09-20 | Rollup merge of #115566 - zirconium-n:issue-107250-clean-up-unused-to-predica... | Guillaume Gomez | -58/+23 |
| 2023-09-20 | rustdoc: add comment about numeric spacing | Michael Howell | -0/+4 |