| Age | Commit message (Expand) | Author | Lines |
| 2023-08-10 | Revert "New lint [`filter_map_bool_then`]" | Catherine Flores | -205/+0 |
| 2023-08-08 | Auto merge of #114637 - matthiaskrgr:rollup-544y8p5, r=matthiaskrgr | bors | -205/+439 |
| 2023-08-08 | Rollup merge of #114631 - lcnr:chalk-cycle-test, r=compiler-errors | Matthias Krüger | -0/+75 |
| 2023-08-08 | Rollup merge of #114630 - GuillaumeGomez:migrate-gui-test-color-30, r=notriddle | Matthias Krüger | -36/+36 |
| 2023-08-08 | Rollup merge of #114629 - Enselic:uncomment-gat-code, r=compiler-errors | Matthias Krüger | -2/+1 |
| 2023-08-08 | Rollup merge of #114628 - cedihegi:master, r=oli-obk | Matthias Krüger | -2/+4 |
| 2023-08-08 | Rollup merge of #114615 - RalfJung:interpret-invalid-where, r=lcnr | Matthias Krüger | -84/+16 |
| 2023-08-08 | Rollup merge of #114613 - ferrocene:pa-fix-rebuild, r=lqd | Matthias Krüger | -21/+36 |
| 2023-08-08 | Rollup merge of #114612 - lqd:east-17-warning, r=nikic | Matthias Krüger | -2/+0 |
| 2023-08-08 | Rollup merge of #113593 - rcvalle:rust-cfi-fix-90546, r=wesleywiser | Matthias Krüger | -31/+90 |
| 2023-08-08 | Rollup merge of #113586 - compiler-errors:style, r=joshtriplett | Matthias Krüger | -0/+3 |
| 2023-08-08 | Rollup merge of #113480 - Sword-Destiny:master, r=petrochenkov | Matthias Krüger | -3/+153 |
| 2023-08-08 | Rollup merge of #106425 - ijackson:exit-status-default, r=dtolnay | Matthias Krüger | -24/+25 |
| 2023-08-08 | Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk | bors | -371/+463 |
| 2023-08-08 | Migrate GUI colors test to original CSS color format | Guillaume Gomez | -36/+36 |
| 2023-08-08 | add test from chalk#788 for new solver | lcnr | -0/+75 |
| 2023-08-08 | Auto merge of #114439 - Kobzol:remark-pgo-hotness, r=tmiasko | bors | -1/+36 |
| 2023-08-08 | Added comment on reason for method being public | cedihegi | -0/+2 |
| 2023-08-08 | tests: Uncomment now valid GAT code behind FIXME | Martin Nordholts | -2/+1 |
| 2023-08-08 | Allow reimplementation of drops_elaborated query | cedihegi | -2/+2 |
| 2023-08-08 | Only enable hotness information when PGO is available | Jakub Beránek | -3/+13 |
| 2023-08-08 | Auto merge of #114602 - compiler-errors:rpit-outlives-sadness, r=oli-obk | bors | -218/+194 |
| 2023-08-08 | remove llvm-wrapper include to silence deprecation warning | Rémy Rakic | -2/+0 |
| 2023-08-08 | Auto merge of #114339 - ttsugriy:unsafe-utf8, r=davidtwco | bors | -1/+4 |
| 2023-08-08 | prevent constant rebuilds of rustc-main (and thus everything else) | Pietro Albini | -21/+36 |
| 2023-08-08 | add'l test | Michael Goulet | -0/+15 |
| 2023-08-08 | Simplify via map_rpit_lifetime_to_fn_lifetime | Michael Goulet | -145/+21 |
| 2023-08-08 | Stop using identity args for opaque type wf checks and instead load the args ... | Oli Scherer | -76/+132 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -88/+121 |
| 2023-08-08 | interpret: remove incomplete protection against invalid where clauses | Ralf Jung | -84/+16 |
| 2023-08-08 | Auto merge of #114520 - RalfJung:unsized-valtrees, r=oli-obk | bors | -121/+66 |
| 2023-08-08 | Auto merge of #114578 - petrochenkov:noplugin, r=cjgillot | bors | -130/+117 |
| 2023-08-08 | Unconditionally record lifetime mapping | Michael Goulet | -8/+4 |
| 2023-08-08 | Auto merge of #114604 - matthiaskrgr:rollup-o1jltfn, r=matthiaskrgr | bors | -165/+321 |
| 2023-08-08 | Rollup merge of #114596 - Kobzol:opt-dist-host, r=lqd | Matthias Krüger | -5/+5 |
| 2023-08-08 | Rollup merge of #114594 - compiler-errors:new-solver-resolve-aliases, r=lcnr | Matthias Krüger | -53/+58 |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -93/+208 |
| 2023-08-08 | Rollup merge of #114500 - taiki-e:arm-crypto, r=Amanieu | Matthias Krüger | -1/+0 |
| 2023-08-08 | Rollup merge of #114497 - taiki-e:revert-riscv-atomic, r=Amanieu | Matthias Krüger | -3/+3 |
| 2023-08-08 | Rollup merge of #114413 - CohenArthur:warn-macro-export-decl-macros, r=cjgillot | Matthias Krüger | -1/+47 |
| 2023-08-08 | Rollup merge of #114376 - inferiorhumanorgans:rustc-codegen-ssa-duplicate-exp... | Matthias Krüger | -9/+0 |
| 2023-08-07 | CFI: Fix error compiling core with LLVM CFI enabled | Ramon de C Valle | -31/+90 |
| 2023-08-07 | Auto merge of #114048 - nikic:llvm-17, r=cuviper | bors | -26/+37 |
| 2023-08-07 | Rename method in `opt-dist` | Jakub Beránek | -5/+5 |
| 2023-08-07 | check_attrs: Warn when #[macro_export] is used on macros 2.0 | Arthur Cohen | -0/+47 |
| 2023-08-07 | core: Remove #[macro_export] from `debug_assert_matches` | Arthur Cohen | -1/+0 |
| 2023-08-07 | Resolve target type of coercion | Michael Goulet | -50/+53 |
| 2023-08-07 | Structurally normalize weak and inherent too | Michael Goulet | -3/+5 |
| 2023-08-07 | Fix LLVM version check for ThinLTO import/export lists | Nikita Popov | -1/+1 |
| 2023-08-07 | Symlink correct asm directory on dist-various-2 | Nikita Popov | -2/+2 |