| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -33/+98 |
| 2024-06-20 | Rollup merge of #126711 - GKFX:const-option-as-slice, r=oli-obk | Matthias Krüger | -4/+15 |
| 2024-06-20 | Rollup merge of #126659 - Zalathar:test-coverage-attr, r=cjgillot | Matthias Krüger | -4/+443 |
| 2024-06-20 | Rollup merge of #126636 - tgross35:clippy-f16-f128-fixme, r=flip1995 | Matthias Krüger | -532/+845 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -14/+154 |
| 2024-06-20 | Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoerister | bors | -43/+66 |
| 2024-06-20 | Also test that yes/no must be bare words | Zalathar | -0/+45 |
| 2024-06-20 | More status-quo tests for the `#[coverage(..)]` attribute | Zalathar | -4/+398 |
| 2024-06-20 | Auto merge of #126726 - matthiaskrgr:rollup-ppe8ve3, r=matthiaskrgr | bors | -326/+748 |
| 2024-06-20 | Rollup merge of #126708 - nnethercote:minimize-can_begin_literal_maybe_minus,... | Matthias Krüger | -5/+22 |
| 2024-06-20 | Rollup merge of #126703 - the8472:on-blackbox-crypto-use, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-06-20 | Rollup merge of #126652 - Manishearth:anon-const-scope, r=bjorn3,Urgau | Matthias Krüger | -6/+6 |
| 2024-06-20 | Rollup merge of #126649 - compiler-errors:nightly, r=lcnr | Matthias Krüger | -76/+124 |
| 2024-06-20 | Rollup merge of #126620 - oli-obk:taint_errors, r=fee1-dead | Matthias Krüger | -238/+595 |
| 2024-06-20 | Auto merge of #126534 - Rejyr:comment-section-migration, r=jieyouxu | bors | -19/+47 |
| 2024-06-19 | Clarify that anonymous consts still do introduce a new scope | Manish Goregaokar | -6/+6 |
| 2024-06-20 | Move an `EMIT_MIR` comment. | Nicholas Nethercote | -1/+1 |
| 2024-06-20 | Remove useless `tidy-alphabetical` markers. | Nicholas Nethercote | -4/+0 |
| 2024-06-20 | Add blank lines after module-level `//` comments. | Nicholas Nethercote | -0/+5 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -2/+60 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -26/+32 |
| 2024-06-19 | Auto merge of #126308 - scottmcm:ban-some-coercions, r=saethlin | bors | -50/+78 |
| 2024-06-19 | Make Option::as_[mut_]slice const | George Bateman | -4/+15 |
| 2024-06-19 | Migrate `run-make/comment-section` to `rmake.rs` | Jerry Wang | -19/+47 |
| 2024-06-20 | Introduce `can_begin_string_literal`. | Nicholas Nethercote | -2/+17 |
| 2024-06-20 | Inline `can_begin_literal_maybe_minus` call into two places. | Nicholas Nethercote | -3/+5 |
| 2024-06-19 | Auto merge of #119127 - joboet:array_repeat, r=scottmcm | bors | -2/+46 |
| 2024-06-19 | reword the hint::blackbox non-guarantees | The 8472 | -1/+1 |
| 2024-06-19 | `bug!` more uses of these in runtime stuff | Scott McMurray | -18/+18 |
| 2024-06-19 | Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR | Scott McMurray | -32/+60 |
| 2024-06-19 | Update float tests to include `f16` and `f128` | Trevor Gross | -522/+792 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -10/+53 |
| 2024-06-19 | Auto merge of #126691 - fee1-dead-contrib:rollup-v4vtowh, r=fee1-dead | bors | -29/+29 |
| 2024-06-19 | update codegen test for `array::repeat` | joboet | -1/+1 |
| 2024-06-19 | core: add tracking issue for `array::repeat` | joboet | -1/+1 |
| 2024-06-19 | add codegen test for `array::repeat` | joboet | -0/+15 |
| 2024-06-19 | core: simplify implementation of `array::repeat`, address other nits | joboet | -18/+9 |
| 2024-06-19 | core: implement `UncheckedIterator` for `RepeatN` | joboet | -1/+3 |
| 2024-06-19 | core: implement `array::repeat` | joboet | -0/+36 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -128/+146 |
| 2024-06-19 | Rollup merge of #126684 - GuillaumeGomez:migrate-run-make-glibc-staticlib-arg... | fee1-dead | -14/+18 |
| 2024-06-19 | Rollup merge of #126681 - Urgau:rustdoc-deny-doc, r=GuillaumeGomez | fee1-dead | -2/+2 |
| 2024-06-19 | Rollup merge of #126675 - oli-obk:diagnostics_opaque, r=jackh726 | fee1-dead | -1/+5 |
| 2024-06-19 | Rollup merge of #126674 - oli-obk:tracing_item_bounds, r=lqd | fee1-dead | -2/+4 |
| 2024-06-19 | Rollup merge of #126668 - fmease:rm-rustc_dump_program_clauses-attrs, r=fee1-... | fee1-dead | -10/+0 |
| 2024-06-19 | Auto merge of #126678 - nnethercote:fix-duplicated-attrs-on-nt-expr, r=petroc... | bors | -144/+118 |
| 2024-06-19 | Migrate `run-make/glibc-staticlib-args` to `rmake.rs` | Guillaume Gomez | -14/+18 |
| 2024-06-19 | local_def_path_hash_to_def_id can fail | Michael Baikov | -36/+15 |
| 2024-06-19 | Allow for try_force_from_dep_node to fail | Michael Baikov | -7/+51 |
| 2024-06-19 | Auto merge of #126679 - fmease:rollup-njrv2py, r=fmease | bors | -590/+677 |