| Age | Commit message (Expand) | Author | Lines |
| 2024-02-17 | Use better heuristic for printing Cargo specific diagnostics | Urgau | -13/+34 |
| 2024-02-16 | Auto merge of #120881 - jieyouxu:migrate-ui-test-directives, r=oli-obk | bors | -16703/+17008 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -16401/+16401 |
| 2024-02-16 | Implement infra support for migrating from `//` to `//@` ui test directives | 许杰友 Jieyou Xu (Joe) | -302/+607 |
| 2024-02-16 | Auto merge of #120348 - bjorn3:per_target_backend_selection, r=albertlarsan68 | bors | -37/+79 |
| 2024-02-16 | Auto merge of #121188 - GuillaumeGomez:rollup-bejz7fq, r=GuillaumeGomez | bors | -440/+592 |
| 2024-02-16 | Rollup merge of #121181 - oli-obk:normalize_with_conflicting_impls, r=cjgillot | Guillaume Gomez | -1/+73 |
| 2024-02-16 | Rollup merge of #121179 - RalfJung:zst-mutable-refs, r=oli-obk | Guillaume Gomez | -387/+209 |
| 2024-02-16 | Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,Nilstrieb | Guillaume Gomez | -45/+66 |
| 2024-02-16 | Rollup merge of #121111 - trevyn:associated-type-suggestion, r=davidtwco | Guillaume Gomez | -6/+58 |
| 2024-02-16 | Rollup merge of #121020 - oli-obk:diagnostics_ice, r=davidtwco | Guillaume Gomez | -1/+35 |
| 2024-02-16 | Rollup merge of #119928 - d-sonuga:into-iter-sugg, r=compiler-errors | Guillaume Gomez | -0/+151 |
| 2024-02-16 | Auto merge of #116385 - kornelski:maybe-rename, r=Amanieu | bors | -22/+22 |
| 2024-02-16 | Auto merge of #120538 - kornelski:read-not-exact, r=m-ou-se | bors | -2/+2 |
| 2024-02-16 | add test ensuring we detect a static actually having a mutable reference | Ralf Jung | -8/+29 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -451/+620 |
| 2024-02-16 | Fix an ICE in the recursion lint | Oli Scherer | -1/+73 |
| 2024-02-16 | add back some more attempts at having &mut in the final value of a const/static | Ralf Jung | -7/+57 |
| 2024-02-16 | remove stderr-per-bitwidth from some tests | Ralf Jung | -311/+53 |
| 2024-02-16 | allow mutable references in const values when they point to no memory | Ralf Jung | -84/+93 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -633/+641 |
| 2024-02-16 | Auto merge of #120889 - Ayush1325:uefi-instant, r=joshtriplett | bors | -0/+120 |
| 2024-02-16 | Auto merge of #121169 - GuillaumeGomez:rollup-oxk5d5j, r=GuillaumeGomez | bors | -154/+482 |
| 2024-02-16 | Rollup merge of #121155 - tspiteri:strict-doc-overflow, r=Nilstrieb | Guillaume Gomez | -0/+79 |
| 2024-02-16 | Rollup merge of #121147 - tmiasko:no-debug-body, r=compiler-errors | Guillaume Gomez | -4/+2 |
| 2024-02-16 | Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebank | Guillaume Gomez | -48/+69 |
| 2024-02-16 | Rollup merge of #121145 - adamgemmell:dev/adagem01/combined-target-features, ... | Guillaume Gomez | -4/+4 |
| 2024-02-16 | Rollup merge of #121141 - compiler-errors:closure-kind-docs, r=nnethercote | Guillaume Gomez | -11/+26 |
| 2024-02-16 | Rollup merge of #121119 - compiler-errors:async-fn-kind-errs, r=oli-obk | Guillaume Gomez | -37/+154 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -36/+75 |
| 2024-02-16 | Rollup merge of #121095 - chenyukang:yukang-fix-120998-rust-playground-link, ... | Guillaume Gomez | -7/+66 |
| 2024-02-16 | Rollup merge of #120971 - PizzasBear:patch-1, r=Nilstrieb | Guillaume Gomez | -1/+1 |
| 2024-02-16 | Rollup merge of #120777 - Marcondiro:unicode15-1, r=Manishearth | Guillaume Gomez | -6/+6 |
| 2024-02-15 | Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillot | bors | -0/+20 |
| 2024-02-15 | Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnr | bors | -52/+93 |
| 2024-02-15 | Fix closure kind docs | Michael Goulet | -11/+26 |
| 2024-02-15 | doc: panicking division by zero examples for unsigned strict div ops | Trevor Spiteri | -0/+27 |
| 2024-02-15 | doc: add note before panicking examples for strict_overflow_ops | Trevor Spiteri | -0/+52 |
| 2024-02-15 | Remove a suggestion that is redundant | Michael Goulet | -35/+5 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -277/+630 |
| 2024-02-15 | make better async fn kind errors | Michael Goulet | -37/+154 |
| 2024-02-15 | Only point out non-diverging arms for match suggestions | Michael Goulet | -18/+69 |
| 2024-02-15 | Consider principal trait ref's auto-trait super-traits in dyn upcasting | Michael Goulet | -52/+93 |
| 2024-02-15 | Avoid debug logging entire MIR body | Tomasz Miąsko | -4/+2 |
| 2024-02-15 | Auto merge of #119863 - tmiasko:will-wake, r=m-ou-se | bors | -1/+3 |
| 2024-02-15 | Update aarch64 target feature docs to match LLVM | Adam Gemmell | -4/+4 |
| 2024-02-15 | Add comment to remind devs to update the unstable book related chapter if the... | Guillaume Gomez | -0/+3 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -162/+170 |
| 2024-02-15 | Rollup merge of #121113 - oli-obk:track_errors10, r=compiler-errors | Guillaume Gomez | -60/+244 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -24/+26 |