| Age | Commit message (Expand) | Author | Lines |
| 2024-06-20 | Rollup merge of #126717 - nnethercote:rustfmt-use-pre-cleanups, r=jieyouxu | Matthias Krüger | -14/+46 |
| 2024-06-20 | Rollup merge of #126380 - SergioGasquez:feat/std-xtensa, r=davidtwco | Matthias Krüger | -0/+118 |
| 2024-06-20 | Auto merge of #126409 - pacak:incr-uplorry, r=michaelwoerister | bors | -43/+26 |
| 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 #126652 - Manishearth:anon-const-scope, r=bjorn3,Urgau | Matthias Krüger | -1/+1 |
| 2024-06-20 | Rollup merge of #126649 - compiler-errors:nightly, r=lcnr | Matthias Krüger | -76/+123 |
| 2024-06-20 | Rollup merge of #126620 - oli-obk:taint_errors, r=fee1-dead | Matthias Krüger | -111/+113 |
| 2024-06-19 | Clarify that anonymous consts still do introduce a new scope | Manish Goregaokar | -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/+2 |
| 2024-06-20 | Add blank lines after module-level `//!` comments. | Nicholas Nethercote | -2/+32 |
| 2024-06-20 | Convert some module-level `//` and `///` comments to `//!`. | Nicholas Nethercote | -8/+12 |
| 2024-06-19 | Auto merge of #126308 - scottmcm:ban-some-coercions, r=saethlin | bors | -32/+60 |
| 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 | `bug!` more uses of these in runtime stuff | Scott McMurray | -18/+18 |
| 2024-06-19 | Ban `ArrayToPointer` and `MutToConstPointer` from runtime MIR | Scott McMurray | -14/+42 |
| 2024-06-19 | Auto merge of #126691 - fee1-dead-contrib:rollup-v4vtowh, r=fee1-dead | bors | -13/+9 |
| 2024-06-19 | Const generic parameters aren't bounds, even if we end up erroring because of... | Oli Scherer | -85/+103 |
| 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 | -112/+111 |
| 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/+11 |
| 2024-06-19 | Auto merge of #126679 - fmease:rollup-njrv2py, r=fmease | bors | -36/+74 |
| 2024-06-19 | Rollup merge of #126662 - alexcrichton:warn-on-wasm32-wasi, r=michaelwoerister | León Orell Valerian Liehr | -0/+14 |
| 2024-06-19 | Rollup merge of #126154 - RalfJung:storage-live, r=compiler-errors | León Orell Valerian Liehr | -11/+10 |
| 2024-06-19 | Rollup merge of #125766 - RenjiSann:fresh-mcdc-branch-on-bool, r=nnethercote | León Orell Valerian Liehr | -23/+48 |
| 2024-06-19 | Rollup merge of #125447 - oli-obk:eq_opaque_pred, r=compiler-errors | León Orell Valerian Liehr | -2/+2 |
| 2024-06-19 | Change how `parse_expr_force_collect` works. | Nicholas Nethercote | -2/+5 |
| 2024-06-19 | Refactor `parse_expr_res`. | Nicholas Nethercote | -28/+33 |
| 2024-06-19 | Simplify `LhsExpr::Unparsed`. | Nicholas Nethercote | -10/+11 |
| 2024-06-19 | Move `parse_or_use_outer_attributes` out of `parse_expr_prefix_range`. | Nicholas Nethercote | -9/+19 |
| 2024-06-19 | Auto merge of #126671 - fmease:rollup-dmet4fi, r=fmease | bors | -144/+258 |
| 2024-06-19 | Move `parse_or_use_outer_attributes` out of `parse_expr_prefix`. | Nicholas Nethercote | -5/+8 |
| 2024-06-19 | Inline and remove `parse_expr_assoc`. | Nicholas Nethercote | -10/+1 |
| 2024-06-19 | Refactor `LhsExpr`. | Nicholas Nethercote | -42/+38 |
| 2024-06-19 | Remove `From` impls for `LhsExpr`. | Nicholas Nethercote | -25/+10 |
| 2024-06-19 | Simplify `Parser::parse_expr_dot_or_call`. | Nicholas Nethercote | -4/+3 |
| 2024-06-19 | Expand another comment. | Nicholas Nethercote | -1/+5 |
| 2024-06-19 | Add a comment. | Nicholas Nethercote | -1/+3 |
| 2024-06-19 | Change a `DefineOpaqueTypes::No` to `Yes` in diagnostics code | Oli Scherer | -1/+5 |
| 2024-06-19 | Allow tracing through item_bounds query invocations on opaques | Oli Scherer | -2/+4 |
| 2024-06-19 | Allow constraining opaque types during subtyping in the trait system | Oli Scherer | -2/+2 |
| 2024-06-19 | Rollup merge of #126656 - fmease:skip-debug-for-_, r=compiler-errors | León Orell Valerian Liehr | -4/+5 |
| 2024-06-19 | Rollup merge of #126654 - tgross35:f16-f128-pretty-print, r=jackh726 | León Orell Valerian Liehr | -1/+9 |
| 2024-06-19 | Rollup merge of #126594 - zetanumbers:fix-cross-crate-async-drop-glue, r=oli-obk | León Orell Valerian Liehr | -23/+57 |
| 2024-06-19 | Rollup merge of #126553 - Nadrieril:expand-or-pat-into-above, r=matthewjasper | León Orell Valerian Liehr | -97/+120 |
| 2024-06-19 | Rollup merge of #124580 - gurry:124556-suggest-remove-tuple-field, r=jackh726 | León Orell Valerian Liehr | -19/+67 |