| Age | Commit message (Expand) | Author | Lines |
| 2023-09-22 | Add Minimal Std implementation for UEFI | Ayush Singh | -18/+718 |
| 2023-09-22 | Auto merge of #114780 - RalfJung:io-safety, r=Amanieu | bors | -29/+99 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -133/+173 |
| 2023-09-22 | Auto merge of #115910 - eduardosm:lang-fns-target-features, r=cjgillot | bors | -3/+99 |
| 2023-09-22 | Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot | bors | -518/+508 |
| 2023-09-22 | fix clippy errors (ignore effects in certainty) | Deadbeef | -2/+3 |
| 2023-09-21 | Auto merge of #115897 - eduardosm:check-fn-sig, r=compiler-errors | bors | -387/+410 |
| 2023-09-21 | Auto merge of #115864 - compiler-errors:rpitit-sugg, r=estebank | bors | -54/+348 |
| 2023-09-21 | Auto merge of #115230 - Vtewari2311:mod-hurd-latest, r=b-naber | bors | -35/+626 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+270 |
| 2023-09-21 | Record asyncness span in HIR | Michael Goulet | -54/+78 |
| 2023-09-21 | Auto merge of #114399 - Zalathar:no-renumber, r=jackh726 | bors | -316/+258 |
| 2023-09-21 | added support for GNU/Hurd | Samuel Thibault | -35/+626 |
| 2023-09-21 | Move `DepKind` to `rustc_query_system` and define it as `u16` | John Kåre Alsaker | -518/+508 |
| 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 | coverage: Don't bother renumbering expressions on the Rust side | Zalathar | -167/+64 |
| 2023-09-21 | coverage: Explicitly simplify coverage expressions in codegen | Zalathar | -137/+185 |
| 2023-09-21 | coverage: Make the zero counter a constant | Zalathar | -15/+12 |
| 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 |