| Age | Commit message (Expand) | Author | Lines |
| 2024-02-13 | coverage: When merging spans, keep `prev` and merge `curr` into it | Zalathar | -9/+3 |
| 2024-02-13 | Auto merge of #121003 - matthiaskrgr:rollup-u5wyztn, r=matthiaskrgr | bors | -346/+611 |
| 2024-02-13 | Rollup merge of #120995 - durin42:llvm-19-pgo-coldfuncopt, r=cuviper | Matthias Krüger | -0/+15 |
| 2024-02-13 | Rollup merge of #120988 - tshepang:fix-comment, r=cjgillot | Matthias Krüger | -1/+1 |
| 2024-02-13 | Rollup merge of #120987 - tshepang:redundant, r=compiler-errors | Matthias Krüger | -6/+0 |
| 2024-02-13 | Rollup merge of #120986 - tshepang:extraneous, r=cuviper | Matthias Krüger | -40/+0 |
| 2024-02-13 | Rollup merge of #120974 - zmodem:exportas, r=durin42 | Matthias Krüger | -0/+3 |
| 2024-02-13 | Rollup merge of #120973 - RalfJung:static_mut_ref, r=compiler-errors | Matthias Krüger | -212/+30 |
| 2024-02-13 | Rollup merge of #120967 - LeoDog896:master, r=cuviper | Matthias Krüger | -0/+16 |
| 2024-02-13 | Rollup merge of #120802 - oli-obk:drop_elab_ice, r=compiler-errors | Matthias Krüger | -1/+38 |
| 2024-02-13 | Rollup merge of #120751 - estebank:issue-68982, r=nnethercote | Matthias Krüger | -39/+293 |
| 2024-02-13 | Rollup merge of #120696 - estebank:issue-115405, r=oli-obk | Matthias Krüger | -47/+215 |
| 2024-02-13 | Auto merge of #120938 - Ayush1325:uefi-thread, r=joboet,Nilstrieb | bors | -1/+60 |
| 2024-02-13 | Auto merge of #120919 - oli-obk:impl_polarity, r=compiler-errors | bors | -131/+156 |
| 2024-02-12 | docs: use correct link, use secondary example | Tristan F | -2/+5 |
| 2024-02-13 | Auto merge of #120991 - matthiaskrgr:rollup-f8kw2st, r=matthiaskrgr | bors | -630/+1104 |
| 2024-02-12 | PassWrapper: adapt for llvm/llvm-project@93cdd1b5cfa3735c599949b77e24dbfbe570... | Augie Fackler | -0/+15 |
| 2024-02-12 | Rollup merge of #120979 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2024-02-12 | Rollup merge of #120970 - RalfJung:static-promoted-test, r=oli-obk | Matthias Krüger | -0/+33 |
| 2024-02-12 | Rollup merge of #120965 - ChrisDenton:sahf, r=michaelwoerister | Matthias Krüger | -2/+13 |
| 2024-02-12 | Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk | Matthias Krüger | -543/+576 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -39/+86 |
| 2024-02-12 | Rollup merge of #120273 - klensy:ct-run, r=onur-ozkan | Matthias Krüger | -11/+16 |
| 2024-02-12 | Rollup merge of #119451 - Kobzol:ci-pr-clippy, r=Mark-Simulacrum | Matthias Krüger | -5/+1 |
| 2024-02-12 | Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obk | Matthias Krüger | -30/+379 |
| 2024-02-12 | Auto merge of #120324 - Nadrieril:remove-interior-mutability, r=compiler-errors | bors | -83/+86 |
| 2024-02-12 | allow static_mut_ref in some tests that specifically test mutable statics | Ralf Jung | -212/+30 |
| 2024-02-12 | fix comment | Tshepang Mbambo | -1/+1 |
| 2024-02-12 | remove redundant logic | Tshepang Mbambo | -6/+0 |
| 2024-02-12 | Remove visitor use | Esteban Küber | -44/+23 |
| 2024-02-12 | Properly handle `async` blocks and `fn`s in `if` exprs without `else` | Esteban Küber | -47/+236 |
| 2024-02-12 | iterator.rs: remove "Basic usage" text | Tshepang Mbambo | -40/+0 |
| 2024-02-12 | Allow invalid ref casting in Miri unaligned_ref_addr_of test | Urgau | -0/+2 |
| 2024-02-12 | Avoid UB in clippy transmute_ptr_to_ptr UI test | Urgau | -11/+11 |
| 2024-02-12 | Introduce small cache to avoid recomputing the same value twice | Urgau | -4/+13 |
| 2024-02-12 | Lint on reference casting to bigger underlying allocation | Urgau | -18/+356 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -790/+805 |
| 2024-02-12 | Rollup merge of #120972 - lukas-code:autoderef-type-error, r=compiler-errors | Matthias Krüger | -12/+39 |
| 2024-02-12 | Rollup merge of #120962 - ChrisDenton:review, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2024-02-12 | Rollup merge of #120956 - compiler-errors:clean-type-alias, r=GuillaumeGomez | Matthias Krüger | -1/+17 |
| 2024-02-12 | Rollup merge of #120944 - compiler-errors:inliner-abi, r=oli-obk | Matthias Krüger | -0/+56 |
| 2024-02-12 | Rollup merge of #120936 - ripytide:master, r=Amanieu | Matthias Krüger | -85/+128 |
| 2024-02-12 | Rollup merge of #120933 - RalfJung:const-check-misc, r=oli-obk | Matthias Krüger | -164/+15 |
| 2024-02-12 | Rollup merge of #120928 - c410-f3r:tests-tests-tests, r=davidtwco | Matthias Krüger | -0/+31 |
| 2024-02-12 | Rollup merge of #120917 - chenyukang:yukang-dead-parameters, r=compiler-errors | Matthias Krüger | -71/+30 |
| 2024-02-12 | Rollup merge of #120899 - compiler-errors:non-wf-alias, r=lcnr | Matthias Krüger | -2/+42 |
| 2024-02-12 | Rollup merge of #120833 - nnethercote:more-internal-emit_diagnostics-cleanups... | Matthias Krüger | -165/+163 |
| 2024-02-12 | Rollup merge of #120765 - nnethercote:reorder-diag-API, r=compiler-errors | Matthias Krüger | -289/+283 |
| 2024-02-12 | Update books | rustbot | -0/+0 |
| 2024-02-12 | Auto merge of #115367 - frank-king:feature/unnamed-fields-hir, r=davidtwco | bors | -259/+3273 |